Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 527144 - virtualx.eclass and sys-devel/crossdev invalid: DEPEND: USE flag 'prefix' referenced in conditional '!prefix?' is not in IUSE
Summary: virtualx.eclass and sys-devel/crossdev invalid: DEPEND: USE flag 'prefix' ref...
Status: RESOLVED DUPLICATE of bug 523102
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on: 523102
Blocks:
  Show dependency tree
 
Reported: 2014-10-27 20:35 UTC by Matthew Schultz
Modified: 2014-10-31 00:44 UTC (History)
1 user (show)

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 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 ***