Bug 79680
Summary: | xpdf packaging issues | ||
---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Michal Jaegermann <michal> |
Component: | xpdf | Assignee: | Than Ngo <than> |
Status: | CLOSED ERRATA | QA Contact: | Mike McLean <mikem> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.0 | CC: | pmoore |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-03-31 14:40:44 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Michal Jaegermann
2002-12-15 00:10:46 UTC
The latest rawhide xpdf-2.01-5.src reports during "rpmbuild --rebuild" checking how to run the C preprocessor... gcc -E checking for X... no and then reports configure: creating ./config.status config.status: creating Makefile config.status: creating xpdf/Makefile config.status: creating goo/Makefile config.status: creating aconf.h configure: WARNING: Couldn't find X / Motif -- you will be able to compile pdftops, pdftotext, pdfinfo, pdffonts, and pdfimages, but not xpdf ... and sure enough, the resultant rpm file does not contain a xpdf binary. I'm actually compiling this through and X-based gnome-terminal. Have installed openmotif-devel-2.2.2-12 and openmotif-2.2.2-12, and the behaviour is repeatable. Is there maybe a dependancy missing? michal (Michal Jaegermann) >"%define have_freetype_2_0_5 0"? 'freetype' libraries are surely on the >system or modern X servers would have troubles. Why compile an extra copy >in xpdf binaries. Even 7.3 distro comes with freetype-2.0.9 which is enough. It's fixed in 2.02-2 >Also 't1lib' could be actually useful for other programs (say 'xdvi') so why >to keep a private copy? good point, perhaps, i should add it as separate rpm into RHL >Why cyrillic support is absent? It actually needs less that far eastern >languages. Thai support may need special fonts by cyrillic packages are >normally in distributions. >Language packages should "auto-register" themselves on installation. Here >is an example for cyrillic: 2.01-5 has a patch, which fixes this issue --------------- Paul Moore >The latest rawhide xpdf-2.01-5.src reports during "rpmbuild --rebuild" >checking how to run the C preprocessor... gcc -E >checking for X... no >and then reports >configure: creating ./config.status >config.status: creating Makefile >config.status: creating xpdf/Makefile >config.status: creating goo/Makefile >config.status: creating aconf.h >configure: WARNING: Couldn't find X / Motif -- you will be able to compile > pdftops, pdftotext, pdfinfo, pdffonts, and pdfimages, but not xpdf >... and sure enough, the resultant rpm file does not contain a xpdf binary. >I'm actually compiling this through and X-based gnome-terminal. >Have installed openmotif-devel-2.2.2-12 and openmotif-2.2.2-12, and the >behaviour is repeatable. >Is there maybe a dependancy missing? It looks like that you don't have XFree86-devel on your machine. Please install XFree86-devel and rebuild should work again. i have added XFree86-devel in buildprereq in xpdf-2.02-2. it will be available in next rawhide release. An errata has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2003-196.html |