Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35090 - virtual dependency masking problem
Summary: virtual dependency masking problem
Status: RESOLVED DUPLICATE of bug 9050
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-04 14:18 UTC by Jeremy Huddleston (RETIRED)
Modified: 2011-10-30 22:20 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 Jeremy Huddleston (RETIRED) gentoo-dev 2003-12-04 14:18:39 UTC
I used to use ac-sources, but I unmerged them all, and they were left in the 
virtuals list which causes some problems because apparently only the first 
package listed is checked to satisfy a virtual dependency...

$ grep virtual/linux-sources /var/cache/edb/virtuals
virtual/linux-sources sys-kernel/ac-sources sys-kernel/gentoo-sources

$ ACCEPT_KEYWORDS=~x86 emerge nforce-net
Calculating dependencies \
!!! all ebuilds that could satisfy "virtual/linux-sources" have been masked.
!!!    (dependency required by "net-misc/nforce-net-1.0.0256" [ebuild])

!!! Error calculating dependencies. Please correct.

---
remove the ac-sources entry
---
$ grep virtual/linux-sources /var/cache/edb/virtuals
virtual/linux-sources sys-kernel/gentoo-sources

(14:20:45 Thu Dec 04 2003 root@terminator)
/usr/src/linux $ ACCEPT_KEYWORDS=~x86 emerge nforce-net
works fine...

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r3, 2.4.
22-gentoo-test-r1)
=================================================================
System uname: 2.4.22-gentoo-test-r1 i686 AMD Athlon(tm) XP 3000+
Gentoo Base System version 1.4.3.10p1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -falign-functions=4 
-falign-jumps=4 -falign-loops=4"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/kde/3/share/config /var/bind /usr/X11R6/lib/X11/xkb /usr/kde/3.
2/share/config /usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ 
/usr/share/texmf/tex/platex/config/ /usr/share/config"
CONFIG_PROTECT_MASK="/etc/afs/C /etc/afs/afsws /etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -falign-functions=4 
-falign-jumps=4 -falign-loops=4"
DISTDIR="/usr/local/download/portage/distfiles"
FEATURES="ccache autoaddcvs sandbox userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.
org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/local/download/portage/packages-athlon-xp"
PORTAGE_TMPDIR="/usr/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/download/portage"
SYNC="rsync://192.168.0.1/gentoo-portage"
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod 
mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib directfb 
gtkhtml alsa gdbm berkdb slang readline arts tetex aalib nas bonobo svga ggi 
tcltk java guile ruby mysql postgres X sdl gpm tcpd pam libwww ssl perl python 
esd imlib oggvorbis gnome gtk qt kde motif opengl mozilla gphoto2 ldap snmp cdr 
scanner 3dnow 3ds acl acpi acpi4linux afs altivec amd apache2 artswrappersuid 
atlas autofs bidi bindist clamav clisp cmucl cscope curl dedicated dga dnd doc 
dv dvd dvdr emacs emacs-w3 ethereal etwin evo expat faad fax fbcon fbdev ffmpeg 
flash gb gcl gd gd-external glut gmtfull gmthigh gmtsuppl gmttria gnomedb gps 
gstreamer gtk2 hbci icc imagemagick imap innodb ipalias ipv6 irmc jack 
javascript jbig jikes joystick junit justify kerberos krb4 lcd lcms ldam leim 
libdsk libgda lirc ltsp lucid matroska mbox mcal md5sum mmx mng mozaccess 
mozcalendar mozctl mozinterfaceinfo mozsvg mozxmlterm mpi mule music nocd nowin 
nviz oav objc oci8 odbc offensive ofx oldworld openal parse-clocks passfile pcap 
pcmcia pda php pic plotutils pnp ppds prelude psyco qhull rplay ruby18 S3TC 
samba sasl skey slp socks5 sox sqlite src sse tiff transcode transparent-proxy 
trusted type1 usb v4l videos vim-with-x wmf wxwin wxwindows X509 Xaw3d xchattext 
xine xinerama xml xosd xvid"
Comment 1 SpanKY gentoo-dev 2003-12-04 15:27:21 UTC

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