Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37589 - emerge -e world loops after portage has emerged
Summary: emerge -e world loops after portage has emerged
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
: 37712 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-08 03:50 UTC by scott
Modified: 2004-01-11 08:56 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 scott 2004-01-08 03:50:25 UTC
When I try to do an emerge -e world, it restarts the process after it has emerged portage. This creates an infinite loop.

Before my first attempt I emerged portage seperately to the latest version (portage-2.0.49-r21).

Reproducible: Always
Steps to Reproduce:
1. emerge -e world
2. watch output
Actual Results:  
Log excerpt: 
 
1073476770:  >>> emerge (25 of 280) sys-apps/debianutils-1.16.7-r4 to / 
1073476770:  === (25 of 280) Cleaning 
(sys-apps/debianutils-1.16.7-r4::/usr/portage/sys-apps/debianutils/debianutils-1.16.7-r4.ebuild) 
1073476770:  === (25 of 280) Compiling/Merging 
(sys-apps/debianutils-1.16.7-r4::/usr/portage/sys-apps/debianutils/debianutils-1.16.7-r4.ebuild) 
1073476782:  === (25 of 280) Post-Build Cleaning 
(sys-apps/debianutils-1.16.7-r4::/usr/portage/sys-apps/debianutils/debianutils-1.16.7-r4.ebuild) 
1073476783:  >>> AUTOCLEAN: sys-apps/debianutils 
1073476783:  --- AUTOCLEAN: Nothing unmerged. 
1073476783:  ::: completed emerge (25 of 280) sys-apps/debianutils-1.16.7-r4 to 
/ 
1073476783:  >>> emerge (26 of 280) sys-apps/portage-2.0.49-r21 to / 
1073476783:  === (26 of 280) Cleaning 
(sys-apps/portage-2.0.49-r21::/usr/portage/sys-apps/portage/portage-2.0.49-r21.ebuild) 
1073476784:  === (26 of 280) Compiling/Merging 
(sys-apps/portage-2.0.49-r21::/usr/portage/sys-apps/portage/portage-2.0.49-r21.ebuild) 
1073476836:  === (26 of 280) Post-Build Cleaning 
(sys-apps/portage-2.0.49-r21::/usr/portage/sys-apps/portage/portage-2.0.49-r21.ebuild) 
1073476837:  >>> AUTOCLEAN: sys-apps/portage 
1073476837:  --- AUTOCLEAN: Nothing unmerged. 
1073476837:  *** RESTARTING emerge via exec() after change of portage version. 
1073476838: Started emerge on: Jan 07, 2004 12:00:38 
1073476838:  *** emerge --emptytree world 
1073476844:  >>> emerge (1 of 280) sys-devel/gnuconfig-20030708 to / 
1073476844:  === (1 of 280) Cleaning 
(sys-devel/gnuconfig-20030708::/usr/portage/sys-devel/gnuconfig/gnuconfig-20030708.ebuild) 
1073476845:  === (1 of 280) Compiling/Merging 
(sys-devel/gnuconfig-20030708::/usr/portage/sys-devel/gnuconfig/gnuconfig-20030708.ebuild) 
1073476854:  === (1 of 280) Post-Build Cleaning 
(sys-devel/gnuconfig-20030708::/usr/portage/sys-devel/gnuconfig/gnuconfig-20030708.ebuild) 
1073476855:  >>> AUTOCLEAN: sys-devel/gnuconfig 
1073476855:  --- AUTOCLEAN: Nothing unmerged. 
1073476855:  ::: completed emerge (1 of 280) sys-devel/gnuconfig-20030708 to / 
1073476855:  >>> emerge (2 of 280) sys-devel/patch-2.5.9 to / 

Expected Results:  
Continued to rebuild world 

emerge info... 
 
Portage 2.0.49-r20 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r3, 2.6.0-gentoo) 
================================================================= 
System uname: 2.6.0-gentoo i686 AMD Athlon(tm) XP 2700+ 
Gentoo Base System version 1.4.3.10 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=athlon-xp -O2 -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config 
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config 
/usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-march=athlon-xp -O2 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo 
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo 
http://ftp.easynet.nl/mirror/gentoo/ ftp://ftp.easynet.nl/mirror/gentoo/" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="3dnow X alsa apm arts avi berkdb cdr crypt cups encode esd foomaticdb gdbm 
gif gpm gtk2 imlib java jpeg kde libg++ libwww mad mikmod mmx motif mpeg mysql 
ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime 
readline sdl slang spell sse ssl svga tcltk tcpd truetype x86 xml2 xmms xv 
zlib"
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-01-08 13:28:43 UTC
Nick, didn't you say it's fixed in -r20 ?
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2004-01-09 09:39:20 UTC
*** Bug 37712 has been marked as a duplicate of this bug. ***
Comment 3 REdOG 2004-01-09 13:32:16 UTC
Old bug #33882 rears its head again? 

I am seeing this behavior with portage-2.0.49-r21 as well
Comment 4 Marius Mauch (RETIRED) gentoo-dev 2004-01-10 12:00:24 UTC
should be fixed now.
Comment 5 ron sayers 2004-01-11 05:26:00 UTC
Problem is not fixed for me. I am waiting at my monitor to hit ctrl c and then emerge --resume --skipfirst
Comment 6 Marius Mauch (RETIRED) gentoo-dev 2004-01-11 08:56:24 UTC
`emerge portage` and `emerge -V`, if it doesn't show -r21 as version please re-open this bug.