Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15908 - emerge -up --deep world not working as expected
Summary: emerge -up --deep world not working as expected
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-18 04:13 UTC by Seemant Kulleen (RETIRED)
Modified: 2011-10-30 22:22 UTC (History)
0 users

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 Seemant Kulleen (RETIRED) gentoo-dev 2003-02-18 04:13:50 UTC
construct root # emerge -up --deep world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild    UD] sys-apps/baselayout-1.8.5.8 [1.8.6.2]

construct root # cd /usr/portage/app-admin/gkrellm/
construct gkrellm # ls -al
total 36
drwxr-xr-x    3 root     root         4096 Feb 17 13:20 .
drwxr-xr-x   87 root     root         4096 Feb 17 23:52 ..
-rw-r--r--    1 root     root         5300 Feb 17 13:20 ChangeLog
drwxr-xr-x    2 root     root         4096 Feb 17 13:20 files
-rw-r--r--    1 root     root          916 Feb 12 21:51 gkrellm-1.2.13.ebuild
-rw-r--r--    1 root     root         1420 Feb 13 06:50 gkrellm-2.1.0.ebuild
-rw-r--r--    1 root     root         1459 Feb 13 06:50 gkrellm-2.1.5.ebuild
-rw-r--r--    1 root     root         1551 Feb 17 12:48 gkrellm-2.1.7a.ebuild
construct gkrellm # emerge -p gkrellm

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild    U ] app-admin/gkrellm-2.1.7a [2.1.4]

construct gkrellm # emerge info
Portage 2.0.47-r2 (, gcc-3.2.2, glibc-2.3.1-r3)
=================================================================
System uname: 2.4.20-sparc-r0 sparc64 sun4u
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="sparc apm crypt cups encode fbcon imlib libwww mikmod motif ncurses opengl
pdflib sdl spell truetype xv xml2 xmms zlib gdbm berkdb slang readline pam perl
python -X -kde -qt -arts -gnome -gtk -esd -alsa -oss -nls -gpm -jpeg -gif -tiff
-png -avi -mpeg -java -quicktime -oggvorbis ssl tcpd"
COMPILER="gcc3"
CHOST="sparc-unknown-linux-gnu"
CFLAGS="-mcpu=ultrasparc -O3 -pipe -fomit-frame-pointer -falign-functions=4
-fprefetch-loop-arrays -ffast-math"
CXXFLAGS="-mcpu=ultrasparc -O3 -pipe -fomit-frame-pointer -falign-functions=4
-fprefetch-loop-arrays -ffast-math"
ACCEPT_KEYWORDS="sparc ~sparc"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-02-18 04:28:02 UTC
regenworld did it.

sorry about that.