Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 444524 - crossdev: emerge-wrapper: arm-unknown-linux-gnueabi-emerge virtual/init fail becaus of missing USE-flags in IUSE variable in ebuild
Summary: crossdev: emerge-wrapper: arm-unknown-linux-gnueabi-emerge virtual/init fail ...
Status: RESOLVED DUPLICATE of bug 463530
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-24 01:37 UTC by Andrej Gelenberg
Modified: 2013-11-28 06:27 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 Andrej Gelenberg 2012-11-24 01:37:17 UTC
Here what i've got:

andrej@localhost ~ $ sudo arm-unknown-linux-gnueabi-emerge -pve init
Password: 

These are the packages that would be merged, in order:

Calculating dependencies... done!

!!! All ebuilds that could satisfy "init" for /usr/arm-unknown-linux-gnueabi/ have been masked.
!!! One of the following masked packages is required to complete your request:
- virtual/init-0::gentoo (masked by: invalid: RDEPEND: USE flag 'kernel_linux' referenced in conditional 'kernel_linux?' is not in IUSE)

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


My solution is to add prefix, kernel_linux and kernel_FreeBSD to IUSE

Reproducible: Always
Comment 1 Andrej Gelenberg 2012-11-24 11:56:34 UTC
Same problems in:
 - sys-apps/iproute2: missing elibc_glibc in IUSE
 - net-misc/openssh: missing userland_GNU in IUSE
 - app-editors/vim: kernel_linux
 - dev-libs/glib: prefix
 - sys-apps/portage: userland_GNU, elibc_FreeBSD, elibc_glibc, elibc_uclibc, kernel_linux
 - dev-libs/libpcre: userland_GNU
 - sys-devel/libperl: elibc_FreeBSD
 - virtual/shadow: prefix
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-11-24 15:46:29 UTC
Please post your `(cross-)emerge --info' output in a comment.
Comment 3 Andrej Gelenberg 2012-11-24 20:05:51 UTC
Portage Tree: /usr/portage
Portage HEAD: 610c8093cd539d1ee993c79fb52a28cd283e9233 /usr/portage/.git/refs/heads/regen2
Portage 2.2.0_alpha142 (arch/arm/armv7a, gcc-4.4.1, unavailable, 3.6.6 x86_64)
=================================================================
System uname: Linux-3.6.6-x86_64-Intel-R-_Core-TM-_i7_CPU_M_620_@_2.67GHz-with-gentoo-2
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:          4.2_p39
dev-java/java-config:     2.1.12
dev-lang/python:          2.7.3-r2, 3.2.3-r1
dev-util/cmake:           2.8.10.1
dev-util/pkgconfig:       0.27.1
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.5
sys-apps/sandbox:         2.6
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.9.6-r3, 1.11.6, 1.12.5
sys-devel/binutils:       2.23, 2.23.1
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.6 (virtual/os-headers)
sys-libs/glibc:           2.16.0
Repositories: gentoo local proaudio gentoo-arm sunrise
ACCEPT_KEYWORDS="arm ~arm"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -mcpu=cortex-a8 -mtune=cortex-a8 -fomit-frame-pointer"
CHOST="arm-unknown-linux-gnueabi"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -mcpu=cortex-a8 -mtune=cortex-a8 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news nodoc noinfo noman parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch xattr"
FFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp"
GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/ http://de-mirror.org/gentoo/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp.halifax.rwth-aachen.de/gentoo/"
LANG="en_US.UTF-8"
LDFLAGS=""
MAKEOPTS=""
PKGDIR="/usr/arm-unknown-linux-gnueabi/packages/"
PORTAGE_CONFIGROOT="/usr/arm-unknown-linux-gnueabi/"
PORTAGE_TMPDIR="/usr/arm-unknown-linux-gnueabi/tmp/"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /var/lib/layman/pro-audio /var/lib/layman/gentoo-arm /var/lib/layman/sunrise"
SYNC="git://git.asiotec.eu.org/regen2/regen2-portage.git"
SYNC_USER="root"
USE="arm bindist bzip2 elibc_glibc idn kernel_linux lzma make-symlinks ncurses neon nls udev unicode userland_GNU xz zlib"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS, SYNC_UMASK, USE_PYTHON
Comment 4 SpanKY gentoo-dev 2013-11-28 06:27:38 UTC

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