Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351274 - sys-apps/portage: USE flag 'prefix' referenced in conditional '!prefix?' is not in IUSE
Summary: sys-apps/portage: USE flag 'prefix' referenced in conditional '!prefix?' is n...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2011-01-10 08:42 UTC by Andrew Cann
Modified: 2011-01-10 11:46 UTC (History)
2 users (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 Andrew Cann 2011-01-10 08:42:37 UTC
Hi.
I'm trying to cross-compile/emerge dbus-1.4.1 but portage is complaining:
- sys-apps/dbus-1.4.1 (masked by: invalid: DEPEND: USE flag 'prefix' referenced in conditional '!prefix?' is not in IUSE)

According to someone on the gentoo forums this is a problem with virtualx.eclass

Reproducible: Always

Steps to Reproduce:




Portage 2.1.9.24 (embedded, gcc-4.4.4, unavailable, 2.6.34-gentoo-r12 x86_64)
=================================================================
                        System Settings
=================================================================
System uname: Linux-2.6.34-gentoo-r12-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E6850_@_3.00GHz-with-gentoo-1.12.14
Timestamp of tree: Mon, 10 Jan 2011 04:15:01 +0000
app-shells/bash:     4.1_p7
dev-lang/python:     2.6.5-r3, 3.1.2-r4
sys-apps/baselayout: 1.12.14-r1
sys-apps/sandbox:    2.3-r1
sys-devel/autoconf:  2.65-r1
sys-devel/automake:  1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:       4.4.4-r2
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.10
sys-devel/make:      3.81-r2
virtual/os-headers:  2.6.30-r1 (sys-kernel/linux-headers)
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=prescott -fomit-frame-pointer -I/usr/G5Rack-rootfs/usr/include/ -I/usr/G5Rack-rootfs/include/"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=prescott -fomit-frame-pointer -I/usr/G5Rack-rootfs/usr/include/ -I/usr/G5Rack-rootfs/include/"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news nodoc noinfo noman parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
GENTOO_MIRRORS="http://mirror.internode.on.net/pub/gentoo"
LDFLAGS="-L/usr/G5Rack-rootfs/lib -L/usr/G5Rack-rootfs/usr/lib"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/usr/G5Rack-rootfs/packages/"
PORTAGE_CONFIGROOT="/usr/i686-pc-linux-gnu/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/usr/G5Rack-rootfs/tmp/"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/tieline-gentoo"
SYNC="rsync://mirror.internode.on.net/gentoo-portage"
USE="kdrive make-symlinks minimal modules multicall x86 zlib" ELIBC="glibc" INPUT_DEVICES="evdev mouse keyboard tslib" KERNEL="linux" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="fbdev" 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2011-01-10 11:39:35 UTC
USE=prefix should be portage internal, so this shouldn't happen
Comment 2 Fabian Groffen gentoo-dev 2011-01-10 11:44:35 UTC
it's defined in the profiles IIRC, so where do they come from?
Comment 3 Zac Medico gentoo-dev 2011-01-10 11:46:36 UTC
In cvs, I've masked prefix in profiles/embedded/use.mask so that emerge will allow this.