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

Bug 527144

Summary: virtualx.eclass and sys-devel/crossdev invalid: DEPEND: USE flag 'prefix' referenced in conditional '!prefix?' is not in IUSE
Product: Gentoo Linux Reporter: Matthew Schultz <mattsch>
Component: EclassesAssignee: Gentoo X packagers <x11>
Status: RESOLVED DUPLICATE    
Severity: normal CC: embedded
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 523102    
Bug Blocks:    

Description Matthew Schultz 2014-10-27 20:35:10 UTC
I've set up a crossdev environment for armv7a-hardfloat-linux-gnueabi.  When I attempt to emerge pkgconfig,

armv7a-hardfloat-linux-gnueabi-emerge -a pkgconfig

I'm greeted with this error in glib:

dev-libs/glib-2.40.0-r1::gentoo (masked by: invalid: DEPEND: USE flag 'prefix' referenced in conditional '!prefix?' is not in IUSE)

glib doesn't do anything special other than include the virtualx eclass which has this bug.

Reproducible: Always
Comment 1 Arfrever Frehtes Taifersar Arahesis 2014-10-27 21:13:25 UTC
gentoo-x86/profiles/base/make.defaults sets IUSE_IMPLICIT="prefix", so it is allowed to use "prefix" USE flag without referencing it in IUSE.

crossdev needs to be fixed to generate correct profile.
This bug might be a duplicate of bug #523102.
Comment 2 SpanKY gentoo-dev 2014-10-31 00:44:31 UTC

*** This bug has been marked as a duplicate of bug 523102 ***