Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31559 - deep-update blocked by package, update after unmerging package re-emerges it
Summary: deep-update blocked by package, update after unmerging package re-emerges it
Status: RESOLVED DUPLICATE of bug 36334
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on: 33542
Blocks:
  Show dependency tree
 
Reported: 2003-10-19 18:16 UTC by Andreas Klauer
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
My /var/cache/edb/virtuals file as requested (virtuals,1.08 KB, text/plain)
2003-10-20 05:55 UTC, Andreas Klauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Klauer 2003-10-19 18:16:37 UTC
After an emerge rsync (just issued right now), an 'emerge -up --deep world'
shows me a package (ssmtp) blocking the update. I unmerge this package.
Afterwards, 'emerge -up --deep world' shows me exactly the same updates as
before, and shows me that it will re-emerge ssmtp. Running this everything gets
emerged.

I think that either ssmtp shouldn't be re-emerged or that it shoudln't have been
blocking anything in the first place.

Here's the output:

---- 8< ----
#> emerge -up --deep world
These are the packages that I would merge, in order:

Calculating world dependencies  ...done!
[ebuild     U ] sys-libs/ncurses-5.3-r2 [5.3-r1] 
[blocks B     ] net-mail/ssmtp ("virtual/mta" from pkg net-mail/postfix-2.0.11)
#> emerge unmerge ssmtp
[...] package gets unmerged nicely [...]
#> emerge -up --deep world
These are the packages that I would merge, in order:

Calculating world dependencies  ...done!
[ebuild     U ] sys-libs/ncurses-5.3-r2 [5.3-r1] 
[ebuild  N    ] net-mail/ssmtp-2.48  
---- 8< ----


Reproducible: Always
Steps to Reproduce:




Portage 2.0.49-r13 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20)
=================================================================
System uname: 2.4.20 i686 AMD Athlon(tm) XP 2000+
Gentoo Base System version 1.4.3.10p1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /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/gconf /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://ftp.gentoo.skynet.be/pub/gentoo/
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
http://ftp.easynet.nl/mirror/gentoo//
http://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://trumpetti.atm.tut.fi/gentoo/
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
ftp://ftp.fhh.opensource-mirror.de/pub/gentoo.org/
ftp://ftp.caliu.info/pub/gentoo/ http://gentoo.oregonstate.edu/
http://www.ibiblio.org/pub/Linux/distributions/gentoo
http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 foomaticdb mad -3dfx 3dnow aalib -acl acpi -afs -alsa apache2 -apm arts
-atlas avi -berkdb -bonobo -canna cdr cjk crypt cups -debug dga doc -dvb dvd
emacs encode -esd -ethereal -ev6 -evo -fbcon -firebird -flash -freetds -freewnn
-gb gd -gdbm -ggi gif -gnome gpm -gps gtk -gtk2 -gtkhtml -guile -icc -icc-pgo
imap imlib -innodb -informix ipv6 -jack java jikes jpeg junit kde -kerberos
-krb4 -ladcca lcms -ldap -leim -libg++ -libgda libwww -lirc maildir -matrox
-mbox -mcal mikmod -memlimit mmx motif mozilla mpeg -mpi mule mysql -nas ncurses
-nhc98 nls nocardbus -oci8 -odbc oggvorbis opengl -oss pam -pcmcia -pda pdflib
perl -plotutils png -pnp -postgres -prebuilt -python qt quicktime readline -ruby
-samba sasl scanner sdl slang slp -snmp -socks5 spell sse ssl -static -svga
tcltk tcpd tetex tiff truetype -trusted usb -voodoo3 -wavelan wmf X -Xaw3d xface
-xinerama xml xml2 xmms xv -zeo zlib"
Comment 1 SpanKY gentoo-dev 2003-10-19 23:23:03 UTC
please post your /var/cache/edb/virtuals file
Comment 2 Andreas Klauer 2003-10-20 05:55:20 UTC
Created attachment 19529 [details]
My /var/cache/edb/virtuals file as requested

At 2003-19-10 23:23, vapier@gentoo.org wrote:
> please post your /var/cache/edb/virtuals file

File attached as requested.
Comment 3 Masatomo Nakano (RETIRED) gentoo-dev 2003-11-04 12:23:01 UTC
You need to modify the file as follows:
From
virtual/mta net-mail/ssmtp net-mail/postfix 
To
virtual/mta net-mail/postfix 

#31148 may cause this bug.

Carpaski:
I think we should make fix-virtuals in next portage.
Comment 4 Nicholas Jones (RETIRED) gentoo-dev 2003-12-23 00:11:20 UTC
Nakano has fixed the virtuals issues. This is also related to bug #36344

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