Summary: | emerge --newuse forces unnecessary reinstallation | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Marc Finet <m.dreadlock> |
Component: | Core - Interface (emerge) | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Marc Finet
2008-04-30 18:02:57 UTC
Portage 2.1.5_rc6 (default-linux/amd64/2006.0, gcc-4.2.3, glibc-2.7-r2, 2.6.25-gentoocyann x86_64) ================================================================= System uname: 2.6.25-gentoocyann x86_64 AMD Sempron(tm) Processor 3000+ Timestamp of tree: Mon, 28 Apr 2008 21:16:01 +0000 app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.4.4-r4, 2.5.2-r2 dev-python/pycrypto: 2.0.1-r6 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.2.2 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.62 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.25-r1 ACCEPT_KEYWORDS="amd64 ~amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=k8 -O2 -pipe -Wall" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-march=k8 -O2 -pipe -Wall" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig candy distlocks moo parallel-fetch sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirror.switch.ch/mirror/gentoo/" LANG="en_US" LC_ALL="en_US" LDFLAGS="" LINGUAS="en_GB en_US en fr fr_FR" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/layman/pro-audio /usr/portage/local/layman/miro-overlay /usr/local/portage" SYNC="rsync://rsync.fr.gentoo.org/gentoo-portage" USE="X a52 aac aalib alsa amd64 bash-completion berkdb bitmap-fonts bzip2 cairo cdparanoia cli colordiff cracklib crypt cscope cups curl d dga directfb dri dvd dvdread emboss encode exif fbdev firefox flac foomaticdb fortran gif glitz gphoto2 gpm gstreamer gtk gtk2 hal iconv imlib ipv6 isdnlog jack jpeg kde ladspa libcaca lm_sensors lzw lzw-tiff mad matroska midi mp3 mpeg msn mudflap multiuser ncurses nethack nls nptl nptlonly nsplugin ntfs objc ogg oggvorbis opengl pam pcre pdf perl png pppd prediction python qt3 qt4 quicktime readline reflection sdl sensord session spell spl ssl svg tcpd theora threads tiff truetype truetype-fonts type1-fonts unicode usb userlocales vorbis wifi wxwindows x264 xorg xpm xv xvid xvmc zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci 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" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CAMERAS="canon ptp2" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_GB en_US en fr fr_FR" USERLAND="GNU" VIDEO_CARDS="vesa vga via fbdev" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS (In reply to comment #0) > [ebuild R ] sys-libs/ncurses-5.6-r2 USE="gpm unicode -debug -doc -minimal > -nocxx -profile -trace (-bootstrap%) (-build%)" 2,353 kB It's rebuilding because the "bootstrap" and "build" flags have been removed from IUSE. In similar cases there is often a valid reason to rebuild (though probably not in this particular case). There is a --reinstall=changed-use option that should behave more like you want. (In reply to comment #2) > It's rebuilding because the "bootstrap" and "build" flags have been removed > from IUSE. In similar cases there is often a valid reason to rebuild (though > probably not in this particular case). There is a --reinstall=changed-use > option that should behave more like you want. Exactly ! I saw this option while reading manual, but didn't thought such a complicated flag was needed ;D, but even if reasons to rebuild do not appears to me as 'obvious' i do definitely understand that it's safer. |