Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102077 - emerging app-text/xpdf does not install pdftoppm when not using X
Summary: emerging app-text/xpdf does not install pdftoppm when not using X
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-10 23:24 UTC by Christoph Schulz
Modified: 2005-09-12 18:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patches xpdf's Makefile to build pdftoppm even when not using X (xpdf-3.00-pdftoppm.patch,771 bytes, patch)
2005-08-10 23:26 UTC, Christoph Schulz
Details | Diff
patches xpdf's Makefile to build pdftoppm even when not using X [for xpdf 3.01] (xpdf-3.01-pdftoppm.patch,1.87 KB, patch)
2005-09-12 16:32 UTC, Christoph Schulz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Schulz 2005-08-10 23:24:26 UTC
If not using X, emerging app-text/xpdf does not install the pdftoppm utility.
However, there is no dependency on X to build and use this tool.

Reproducible: Always
Steps to Reproduce:
1. emerge app-text/xpdf
Actual Results:  
/usr/bin/pdftoppm is missing

Expected Results:  
pdftoppm should be built and installed in /usr/bin
Comment 1 Christoph Schulz 2005-08-10 23:26:14 UTC
Created attachment 65637 [details, diff]
patches xpdf's Makefile to build pdftoppm even when not using X

The patch corrects the Makefile by removing the (unneeded) dependency on the X
window system when building the pdftoppm utility included in the xpdf package.
Comment 2 Christoph Schulz 2005-08-10 23:29:06 UTC
The bug described appears in and the patch provided applies to xpdf version 3.00.
Comment 3 Luis Medinas (RETIRED) gentoo-dev 2005-09-04 21:30:32 UTC
Can you please provide a patch for xpdf-3.01 ?

Reopen when you have the patch.
Thanks
Comment 4 Christoph Schulz 2005-09-12 16:32:44 UTC
Created attachment 68311 [details, diff]
patches xpdf's Makefile to build pdftoppm even when not using X [for xpdf 3.01]

patch updated to xpdf 3.01
Comment 5 Christoph Schulz 2005-09-12 16:34:06 UTC
bug reopened as patch has been updated for xpdf 3.01
Comment 6 Daniel Gryniewicz (RETIRED) gentoo-dev 2005-09-12 18:17:10 UTC
Fixed in cvs.  Thanks for the patch.