Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 372153

Summary: media-libs/libgpod has missing build dependency on sys-devel/gettext
Product: Gentoo Linux Reporter: Bartosz Brachaczek <b.brachaczek>
Component: Current packagesAssignee: Gentoo PDA project <pda>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bartosz Brachaczek 2011-06-18 10:59:23 UTC
It checks for sys-devel/gettext (tries to run some binaries from it) in its configure phase, probably because gettext is needed by dev-util/intltool, which is a dependency of libgpod. Thus sys-devel/gettext should be explicitly listed as libgpod build dependency.

I ran into a problem with that when update of dev-libs/icu broke both libgpod and and gettext, and revdep-rebuild tried to emerge first libgpod and then gettext, and libgpod obviously failed.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2013-02-03 16:34:24 UTC
dev-util/intltool in DEPEND already takes care of it, but yeah, implicit deps suck, so dep to sys-devel/gettext added

closing