Bug 61652 - Fails to find images when using the -o option of jw to set output directory.
Summary: Fails to find images when using the -o option of jw to set output directory.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: docbook-utils
Version: 7.2
Hardware: athlon
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-03-22 16:46 UTC by bac
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-03-22 16:46:11 UTC
Embargoed:


Attachments (Terms of Use)

Description bac 2002-03-22 16:46:07 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020212

Description of problem:
If I use the -o option of jw to set the output directory away from the current
directory, it fails to find the images used in the document.

Version-Release number of selected component (if applicable):
0.6.9-2

How reproducible:
Always

Steps to Reproduce:
1. Create a directory and change into it.
2. cp /usr/share/pixmaps/gnome-logo-icon.png .
3. Create a file test.sgml containing

<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<article>
<sect1>
<title>Hello world</title>
<mediaobject>
<imageobject>
<imagedata fileref="gnome-logo-icon.png" format="PNG">
</imageobject>
</mediaobject>
</sect1>
</article>


4. jw -b pdf test.sgml
5. jw -b pdf test.sgml -o outdir

Actual Results:  Step 5 fails with

Error: pdfjadetex (file gnome-logo-icon.png): cannot find image file

even although step 4 (which is the same expect for the output directory) succeeds.

Expected Results:  The file should be found.


Additional info:

Comment 1 Tim Waugh 2002-03-22 17:03:20 UTC
Fixed in 0.6.9-24.


Note You need to log in before you can comment on or make changes to this bug.