Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185397 - emerge -uD world does not upgrade all installed ebuilds
Summary: emerge -uD world does not upgrade all installed ebuilds
Status: RESOLVED DUPLICATE of bug 96088
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-15 10:55 UTC by Polarina
Modified: 2007-07-15 11:47 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 Polarina 2007-07-15 10:55:40 UTC
petur@unix-local ~ $ emerge -pv --update --deep --newuse --with-bdeps y world

These are the packages that would be merged, in order:

Calculating world dependencies... done!

Total: 0 packages, Size of downloads: 0 kB
petur@unix-local ~ $ emerge -pv --update --deep --newuse --with-bdeps y boost

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-libs/boost-1.33.1-r1  USE="icu* -bcp -bjam -debug -doc -pyste -threads -threadsonly" 0 kB 

Total: 1 package (1 reinstall), Size of downloads: 0 kB
petur@unix-petur ~ $ emerge --info
Portage 2.1.2.9 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.5-r4, 2.6.21-gentoo-r4 i686)
=================================================================
System uname: 2.6.21-gentoo-r4 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Sun, 15 Jul 2007 07:50:01 +0000
ccache version 2.4 [enabled]
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r7
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.rhnet.is/pub/gentoo/ http://ftp.rhnet.is/pub/gentoo/ ftp://files.gentoo.org/ "
LANG="is_IS.utf8"
LINGUAS="en_GB"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X X509 a52 aac aalib acl acpi alsa berkdb bitmap-fonts boost bzip2 cairo cddb cdr cjk cli cracklib crypt cups curl dbus dri dts dvd dvdr eds encode esd ffmpeg firefox flac foomaticdb fortran gd gdbm gif gimpprint gmp gnome gnutls gpm graphviz gs gstreamer gtk gtkhtml guile hal iconv ieee1394 imagemagick imlib ipv6 isdnlog jpeg jpeg2k libcaca libg++ libnotify lua mad midi mmx mono motif mp3 mpeg mudflap ncurses nls nntp nptl nptlonly ogg openexr opengl openmp pam pango pcre perl png pppd python readline reflection ruby sasl sdl session slang smp socks5 speex spell spl sse sse2 ssl t1lib tcl tcpd tetex theora tiff tk truetype truetype-fonts type1-fonts unicode usb vcd vorbis wmf wxwindows x264 x86 xine xml xorg xpm xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_GB" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

petur@unix-local ~ $ 

Reproducible: Always

Steps to Reproduce:

Actual Results:  
As you can see, updating 'world', even with '--with-bdeps' and '--newuse'!, it wouldn't update the boost libraries. Probably caused because I had the 'icu' USE-flag defined in '/etc/portage/package.use' instead of globally in '/etc/make.conf'.


Portage 2.1.2.9 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.5-r4, 2.6.21-gentoo-r4 i686)
=================================================================
System uname: 2.6.21-gentoo-r4 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Sun, 15 Jul 2007 07:50:01 +0000
ccache version 2.4 [enabled]
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r7
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.rhnet.is/pub/gentoo/ http://ftp.rhnet.is/pub/gentoo/ ftp://files.gentoo.org/ "
LANG="is_IS.utf8"
LINGUAS="en_GB"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X X509 a52 aac aalib acl acpi alsa berkdb bitmap-fonts boost bzip2 cairo cddb cdr cjk cli cracklib crypt cups curl dbus dri dts dvd dvdr eds encode esd ffmpeg firefox flac foomaticdb fortran gd gdbm gif gimpprint gmp gnome gnutls gpm graphviz gs gstreamer gtk gtkhtml guile hal iconv ieee1394 imagemagick imlib ipv6 isdnlog jpeg jpeg2k libcaca libg++ libnotify lua mad midi mmx mono motif mp3 mpeg mudflap ncurses nls nntp nptl nptlonly ogg openexr opengl openmp pam pango pcre perl png pppd python readline reflection ruby sasl sdl session slang smp socks5 speex spell spl sse sse2 ssl t1lib tcl tcpd tetex theora tiff tk truetype truetype-fonts type1-fonts unicode usb vcd vorbis wmf wxwindows x264 x86 xine xml xorg xpm xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_GB" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-15 10:59:53 UTC
grep dev-libs/boost /var/lib/portage/world
equery d dev-libs/boost

*** This bug has been marked as a duplicate of bug 150238 ***
Comment 2 Polarina 2007-07-15 11:14:28 UTC
Well, there are no packages depending on boost libraries, but how do I make it update all packages installed in the system.

emerge -pv --update --deep --newuse --with-bdeps y all   # Doesn't work..
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-07-15 11:19:42 UTC
You don't (via emerge) until package sets feature is implemented. Please don't reopen this bug.

emerge portage-utils; alias upgradeall='emerge -avu1 $(qlist -CI)' >> ~/.bashrc; source . ; upgradeall


*** This bug has been marked as a duplicate of bug 150238 ***
Comment 4 Zac Medico gentoo-dev 2007-07-15 11:46:30 UTC
I think this bug looks more like bug 96088.  Currently, the way to make emerge update all packages is to use --with-bdeps=y and add relevant packages to the world file.  Use `emerge -p --depclean` to find packages that need to be added to world.  Either unmerge those packages or use `emerge --noreplace <atom>` to add them to the world file.
Comment 5 Zac Medico gentoo-dev 2007-07-15 11:47:07 UTC

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