Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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
Created an attachment (id=65637) [edit] 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.
The bug described appears in and the patch provided applies to xpdf version 3.00.
Can you please provide a patch for xpdf-3.01 ? Reopen when you have the patch. Thanks
Created an attachment (id=68311) [edit] patches xpdf's Makefile to build pdftoppm even when not using X [for xpdf 3.01] patch updated to xpdf 3.01
bug reopened as patch has been updated for xpdf 3.01
Fixed in cvs. Thanks for the patch.