Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114727 - poppler ebuild missing font-config dependency
Summary: poppler ebuild missing font-config dependency
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-12-07 03:56 UTC by Martin Adler
Modified: 2005-12-08 20:21 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Adler 2005-12-07 03:56:36 UTC
Tried to merge poppler and had the following output:

checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for freetype-config... /usr/bin/freetype-config
checking for pkg-config... /usr/bin/pkg-config
checking for fontconfig... Package fontconfig was not found in the pkg-config
search path. Perhaps you should add the directory containing `fontconfig.pc' to
the PKG_CONFIG_PATH environment variable No package 'fontconfig' found
configure: error: Library requirements (fontconfig) not met; consider adjusting
the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard
prefix so pkg-config can find them.

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/poppler-0.3.0-r1/work/poppler-0.3.0/config.log

!!! ERROR: app-text/poppler-0.3.0-r1 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.

# emerge -pv fontconfig

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] media-libs/fontconfig-2.2.3  732 kB

------
Seems like the ebuild did not pull in fontconfig prior. It pulled in everything
else needed.

Reproducible: Always
Steps to Reproduce:
Comment 1 Daniel Gryniewicz (RETIRED) gentoo-dev 2005-12-08 20:21:12 UTC
Fixed.  Thanks for reporting.