bugGNU Octave - Bugs: bug #55130, [octave forge] (queueing) Avoid...

 
 

bug #55130: [octave forge] (queueing) Avoid full pathnames for included images in PDF documentation

Submitter:  Rafael Laboissière <rlaboiss>
Submitted:  Thu 29 Nov 2018 10:23:59 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Documentation
Status:  None Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * other Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 29 Nov 2018 10:23:59 AM UTC, original submission:  

When building file doc/queueing.pdf, the absolute paths of the included PDF figures appear in the /PTEX.Filename directive created by pdfTeX. For instance:


$ grep -a PTEX.FileName queueing.pdf | head -n 1
/PTEX.FileName (/var/data/rlaboiss/debian/PKGS/octave-queueing/octave-queueing/doc/qn_closed_single.pdf)


This makes the build of the Debian package octave-queueing unreproducible:

https://tests.reproducible-builds.org/debian/dbdtxt/buster/amd64/octave-queueing_1.2.6-1.diffoscope.txt.gz

The patch attached to this bug report fixes the problem in Debian:


$ grep -a PTEX.FileName queueing.pdf | head -n 1
/PTEX.FileName (./qn_closed_single.pdf)


Rafael Laboissière <rlaboiss>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rlaboiss (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-11-29 rlaboiss Attached File- Added texinfo-absolute-path.patch, #45550

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code