| Summary: | dev-perl/{gnome2-vfs-perl,gnome2-gconf,gnome2-canvas} misssing pkg-config dep | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Evil Compile Person <bugs> |
| Component: | New packages | Assignee: | Gentoo Perl team <perl> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Evil Compile Person
2006-10-21 02:20:28 UTC
Here's another two: >>> Compiling source in /var/tmp/portage/gnome2-gconf-1.031/work/Gnome2-GConf-1.031 ... /var/tmp/portage/gnome2-gconf-1.031/work/Gnome2-GConf-1.031 * Using ExtUtils::MakeMaker sh: pkg-config: command not found *** can not find package gconf-2.0 >= 2.0.0 *** check that it is properly installed and available in PKG_CONFIG_PATH at Makefile.PL line 44 !!! ERROR: dev-perl/gnome2-gconf-1.031 failed. >>> Compiling source in /var/tmp/portage/gnome2-canvas-1.002/work/Gnome2-Canvas-1.002 ... /var/tmp/portage/gnome2-canvas-1.002/work/Gnome2-Canvas-1.002 * Using ExtUtils::MakeMaker sh: pkg-config: command not found *** can not find package libgnomecanvas-2.0 >= 2.0.0 *** check that it is properly installed and available in PKG_CONFIG_PATH at Makefile.PL line 44 !!! ERROR: dev-perl/gnome2-canvas-1.002 failed. dev-perl/gnome2-{vfs-perl,canvas,gconf} depend on dev-perl/glib-perl which depends on dev-util/pkgconfig.
I have to concur - the packages that are complaining about missing deps have very hard deps in their ebuilds. How are you emerging these (what options)? Any aliases for emerge? dev-perl/extutils-pkgconfig-1.07 does not depend on pkg-config. dev-perl/glib-perl only has a DEPEND, but no RDEPEND on pkg-config No other package in the deptree of the mentioned packages has an RDEP on pkg-config, so if you merge from binpkgs and then compile these packages you'll get a very nice and comfy compile failure. Implicit deps are baad, mmmkay? ;-) (In reply to comment #4) > dev-perl/extutils-pkgconfig-1.07 does not depend on pkg-config. > > dev-perl/glib-perl only has a DEPEND, but no RDEPEND on pkg-config > > No other package in the deptree of the mentioned packages has an RDEP on > pkg-config, so if you merge from binpkgs and then compile these packages you'll > get a very nice and comfy compile failure. > > Implicit deps are baad, mmmkay? ;-) > I actually wonder if this was resolved (accidentally) when we removed the rdep override in the perl eclass (so that dep=rdep behavior was returned). Regardless, deps updated for the binpkg scenario |