Gentoo Archives: gentoo-amd64

From: Keith Jackson <kjackson@×××××××××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] emerge --emptytree
Date: Mon, 04 Jan 2010 08:26:11
Message-Id: 4B41A5AE.5000002@crimebucket.com
1 Why does
2
3 emerge --emptytree world
4
5 upgrade and install new packages while
6
7 emerge --upgrade world --deep --newuse
8
9 does nothing?
10
11
12
13 It seems to me if I'm properly updated, shouldn't emptytree be straight
14 re-installs all the way down? Yes, I've tried both 'system' and 'world'.
15
16 Just in case anyone asks, I'll pre-empt with emerge --info:
17
18 hurricane postfix # emerge --info
19 Portage 2.1.6.13 (default/linux/amd64/10.0, gcc-4.3.4,
20 glibc-2.9_p20081201-r2, 2.6.30-gentoo-r5 x86_64)
21 =================================================================
22 System uname:
23 Linux-2.6.30-gentoo-r5-x86_64-Intel-R-_Xeon-R-_CPU_X3320_@_2.50GHz-with-gentoo-1.12.13
24 Timestamp of tree: Mon, 04 Jan 2010 03:15:01 +0000
25 app-shells/bash: 4.0_p35
26 dev-lang/python: 2.6.4
27 sys-apps/baselayout: 1.12.13
28 sys-apps/sandbox: 1.6-r2
29 sys-devel/autoconf: 2.63-r1
30 sys-devel/automake: 1.9.6-r2, 1.10.2
31 sys-devel/binutils: 2.18-r3
32 sys-devel/gcc-config: 1.4.1
33 sys-devel/libtool: 2.2.6b
34 virtual/os-headers: 2.6.27-r2
35 ACCEPT_KEYWORDS="amd64"
36 CBUILD="x86_64-pc-linux-gnu"
37 CFLAGS="-O3 -pipe -march=native"
38 CHOST="x86_64-pc-linux-gnu"
39 CONFIG_PROTECT="/etc"
40 CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d
41 /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/
42 /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/
43 /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo
44 /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d
45 /etc/texmf/web2c /etc/udev/rules.d"
46 CXXFLAGS="-O3 -pipe -march=native"
47 DISTDIR="/usr/portage/distfiles"
48 FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox
49 sfperms strict unmerge-orphans userfetch"
50 GENTOO_MIRRORS="http://mirror.usu.edu/mirrors/gentoo/ "
51 LDFLAGS="-Wl,-O1"
52 MAKEOPTS="-j5"
53 PKGDIR="/usr/portage/packages"
54 PORTAGE_CONFIGROOT="/"
55 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
56 --compress --force --whole-file --delete --stats --timeout=180
57 --exclude=/distfiles --exclude=/local --exclude=/packages"
58 PORTAGE_TMPDIR="/var/tmp"
59 PORTDIR="/usr/portage"
60 SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
61 USE="3dnow X509 a52 aac amd64 amr apache2 aspnet2 bash-completion berkdb
62 bzip2 calendar chroot cli cracklib crypt ctype cxx daemon doc
63 dovecot-sasl dri encode fam ftp gd gdbm geoip gif hardcoded-tables iconv
64 imap imlib jpeg jpeg2k managesieve mmx mmxext modules mono moonlight mp3
65 mudflap multilib mysql mysqli ncurses network nptl nptlonly ogg openmp
66 pam pcre perl plugins png pop3d posix pppd python readline reflection
67 remote session sieve slang sockets spell spl sql sse sse2 sse3 ssl ssse3
68 stats sysfs sysvipc theora threads tiff truetype unicode v41 vhosts
69 vorbis x264 xattr xml xorg xvid zip zlib" ALSA_CARDS="ali5451 als4000
70 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938
71 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio
72 via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy
73 dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat
74 linear meter mmap_emul mulaw multi null plug rate route share shm
75 softvol" APACHE2_MODULES="actions alias auth_basic authn_alias
76 authn_anon authn_dbm authn_default authn_file authz_dbm authz_default
77 authz_groupfile authz_host authz_owner authz_user autoindex cache dav
78 dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache
79 filter headers include info log_config logio mem_cache mime mime_magic
80 negotiation rewrite setenvif speling status unique_id userdir usertrack
81 vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev"
82 KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216
83 lcdm001 mtxorb ncurses text" RUBY_TARGETS="ruby18" USERLAND="GNU"
84 VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nv r128 radeon savage
85 sis tdfx trident vesa via vmware voodoo"
86 Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK,
87 LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS,
88 PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

Replies

Subject Author
Re: [gentoo-amd64] emerge --emptytree Joachim <jbartosik@×××××.com>