Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270095 - sys-apps/portage-2.1.6.13: emerge wrongly reports "New USE for ** are incorrectly set"
Summary: sys-apps/portage-2.1.6.13: emerge wrongly reports "New USE for ** are incorre...
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 300071
  Show dependency tree
 
Reported: 2009-05-16 18:47 UTC by Pacho Ramos
Modified: 2010-05-22 09:50 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 Pacho Ramos gentoo-dev 2009-05-16 18:47:47 UTC
Currently, I am getting this when running emerge -pvuDN world:
# emerge -pvuDN world

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

Calculating dependencies... done!
[ebuild     U ] app-shells/bash-completion-1.0-r3 [0.20081219-r1] 141 kB
[ebuild     U ] media-libs/libsndfile-1.0.20 [1.0.19] USE="alsa -jack -minimal -sqlite" 906 kB
[ebuild     U ] app-text/dvipng-1.12 [1.11] USE="truetype -test" 0 kB
[ebuild   R   ] www-client/opera-9.64  USE="gnome spell -ia32 -qt-static -qt3-static" LINGUAS="es_ES -be -bg -cs -da -de -el -en_GB -es_LA -et -fi -fr -fr_CA -fy -hi -hr -hu -id -it -ja -ka -ko -lt -mk -nb -nl -nn -pl -pt -pt_BR -ru -sv -ta -te -tr -uk -zh_CN -zh_TW (-en%)" 0 kB
[ebuild     UD] media-video/avidemux-2.4.3 [2.4.4] USE="aac alsa dts encode%* esd gtk qt4%* truetype vorbis xv xvid -aften -amrnb -arts -jack -lame% -libsamplerate -x264 (-mp3%*)" 0 kB
[ebuild     UD] sys-auth/pambase-20081028 [20090430] USE="consolekit cracklib gnome-keyring sha512 -debug -mktemp -passwdqc (-selinux) -ssh" 0 kB
[ebuild     U ] media-gfx/gthumb-2.10.11 [2.10.10] USE="gphoto2* tiff -debug -iptc -raw -test" 0 kB
[ebuild     UD] app-editors/kile-2.0 [2.0.2] USE="-arts% -debug -kde -xinerama" LINGUAS="es -ar -bg -br -ca -cs -cy -da -de -el -en_GB -et -eu -fi -fr -ga -gl -hi -hu -is -it -ja -lt -ms -mt -nb -nds -nl -nn -pa -pl -pt -pt_BR -ro -ru -rw -sk -sr -sr@Latn -sv -ta -th -tr -uk -zh_CN" 0 kB
[ebuild     U ] media-gfx/imagemagick-6.5.1.0 [6.4.8.3] USE="X bzip2 corefonts djvu jpeg openmp perl png svg tiff truetype xml zlib -doc -fontconfig -fpx -graphviz -gs -hdri -jbig -jpeg2k -lcms -nocxx -openexr -q32 -q8 -raw -wmf" 0 kB
[ebuild     U ] gnome-extra/nautilus-open-terminal-0.11 [0.9-r2] USE="(-debug%)" 267 kB
[ebuild     U ] gnome-extra/nautilus-sendto-1.1.5 [0.14.0] USE="cdr%* empathy%* mail%* pidgin -bluetooth -debug -gajim -upnp% (-eds%*) (-sylpheed%) (-thunderbird%*)" 0 kB
[ebuild   R   ] app-text/texlive-2008  USE="X extra games graphics humanities music png pstricks publishers science tex4ht truetype xml -cjk -context -cyrillic -detex -doc -dvi2tty -dvipdfm% -jadetex -latex3% -omega -xetex -xindy" LINGUAS="es -af -ar -bg -bn -bo -cs -cy -da -de -el -en -en_GB -eo -et -fi -fr -ga -he -hi -hr -hsb -hu -hy -id -is -it -ja -ko -la -ml -mn -nl -no -pl -pt -ro -ru -sk -sl -sr -sv -ta -th -tr -uk -vi -zh" 0 kB
[ebuild     U ] sys-block/gparted-0.4.3 [0.4.1] USE="fat gnome ntfs reiserfs -debug -hfs -jfs -kde -reiser4 -xfce -xfs" 0 kB

Total: 13 packages (8 upgrades, 3 downgrades, 2 reinstalls), Size of downloads: 1,313 kB

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

sys-auth/pambase:0

  ('installed', '/', 'sys-auth/pambase-20090430', 'nomerge') pulled in by
    >=sys-auth/pambase-20090430[gnome-keyring,consolekit] required by ('installed', '/', 'gnome-base/gdm-2.20.10-r1', 'nomerge')
    (and 5 more)

  ('ebuild', '/', 'sys-auth/pambase-20081028', 'merge') pulled in by
    sys-auth/pambase required by ('installed', '/', 'app-admin/sudo-1.7.0', 'nomerge')
    >=sys-auth/pambase-20080219.1 required by ('installed', '/', 'net-misc/netkit-rsh-0.17-r9', 'nomerge')
    >=sys-auth/pambase-20081028 required by ('installed', '/', 'net-misc/openssh-5.2_p1-r1', 'nomerge')
    (and 2 more)

  Explanation:

    New USE for 'sys-auth/pambase:0' are incorrectly set. In order to
    solve this, adjust USE to satisfy '>=sys-auth/pambase-20090430[gnome-
    keyring,consolekit]'.

This is because I installed in the past:
sys-auth/pambase-20090430 USE="consolekit cracklib gnome-keyring sha512 -debug -mktemp -passwdqc (-selinux) -ssh"

adding "=sys-auth/pambase-20090430" to my package.keywords. As it's no longer available and I don't have any other pambase version unmasked, emerge is unable to resolve dependencies because installed gnome-base/gdm-2.20.10-r1 requires >=sys-auth/pambase-20090430

The problem  is that emerge is interpreting that it's unable to resolve dependencies because I don't have proper USE flags set, when it's not true. Emerge is not able to resolve it because I would need to unmask new sys-auth/pambase-20090515

My emerge --info:
Portage 2.1.6.13 (default/linux/amd64/2008.0/desktop, gcc-4.3.2, glibc-2.8_p20080602-r1, 2.6.29-gentoo-r3 x86_64)
=================================================================
System uname: Linux-2.6.29-gentoo-r3-x86_64-AMD_Athlon-tm-_64_Processor_3200+-with-glibc2.2.5
Timestamp of tree: Sat, 16 May 2009 17:00:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p39
dev-java/java-config: 2.1.7
dev-lang/python:     2.5.4-r2
dev-python/pycrypto: 2.0.1-r8
dev-util/ccache:     2.4-r7
dev-util/cmake:      2.6.2-r1
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/distfiles"
FEATURES="autoaddcvs ccache cvs distlocks fixpackages multilib-strict parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://ftp.free.fr/mirrors/ftp.gentoo.org"
LANG="es_ES.UTF-8"
LC_ALL="es_ES.UTF-8"
LDFLAGS="-Wl,-O1"
LINGUAS="es es_ES en_US"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
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="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/sunrise /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X a52 aac acl acpi alsa amd64 applet avahi bash-completion beagle berkdb branding bzip2 cairo cddb cdinstall cdr cleartype cli consolekit cracklib crypt css cups daap dbus djvu dri dts dvd dvdr dvdread dvi eds emboss empathy encode esd evo exif fam fat ffmpeg firefox flac fortran fuse gdbm gif git glitz gnome gnome-keyring gpm gstreamer gtk hal iconv imagemagick isdnlog java jpeg kdeenablefinal kdehiddenvisibility kpathsea latex libnotify lyx lzma mad midi mikmod mmx mmxext mono mp3 mpeg mudflap multilib musicbrainz nautilus ncurses network network-cron nls nptl nptlonly ntfs nvidia ogg opengl openmp pam pango pch pcre pdf perl png ppds pppd python qt3support qt4 quicktime readline reflection reiserfs scanner sdl session spell spl sse sse2 ssl ssse3 startup-notification subversion svg sysfs t1lib tcpd threads tiff truetype unicode usb v4l2 vcd vorbis webkit xattr xcb xinetd xml xmp xorg xpm xulrunner xv xvid zeroconf zlib" ALSA_CARDS="via82xx" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="es es_ES en_US" USERLAND="GNU" VIDEO_CARDS="nvidia nv vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS



Reproducible: Always