
3) go for new version of portage
Here are the steps:
1. emerge -NuDav --fetchonly world
2. emerge -C ss com_err e2fsprogs
3. emerge -NuDav --nodeps e2fsprogs-libs e2fsprogs
4. echo "sys-libs/com_err" >>/etc/portage/package.mask
5. echo "sys-libs/ss" >>/etc/portage/package.mask
6. echo "sys-libs/com_err-1.40.11" >>/etc/portage/profile/package.provided
7. echo "sys-libs/ss-1.40.11" >>/etc/portage/profile/package.provided
The last two are to prevent other packages such as app-crypt/mit-krb5 which
have runtime dependencies directly on com_err or ss.
Code: Select all
* Searching all installed packages for file collisions...
*
* Press Ctrl-C to Stop
*
* sys-libs/e2fsprogs-libs-1.41.1
* /lib/libblkid.so
* /lib/libblkid.so.1
* /lib/libblkid.so.1.0
* /lib/libuuid.so
* /lib/libuuid.so.1
* /lib/libuuid.so.1.2
* /usr/include/blkid/blkid.h
* /usr/include/blkid/blkid_types.h
* /usr/include/uuid/uuid.h
* /usr/lib/libblkid.a
* /usr/lib/libblkid.so
* /usr/lib/libuuid.a
* /usr/lib/libuuid.so
* /usr/lib/pkgconfig/blkid.pc
* /usr/lib/pkgconfig/uuid.pc
* /usr/share/info/libext2fs.info.bz2
* /usr/share/man/man3/libblkid.3.bz2
* /usr/share/man/man3/uuid.3.bz2
* /usr/share/man/man3/uuid_clear.3.bz2
* /usr/share/man/man3/uuid_compare.3.bz2
* /usr/share/man/man3/uuid_copy.3.bz2
* /usr/share/man/man3/uuid_generate.3.bz2
* /usr/share/man/man3/uuid_generate_random.3.bz2
* /usr/share/man/man3/uuid_generate_time.3.bz2
* /usr/share/man/man3/uuid_is_null.3.bz2
* /usr/share/man/man3/uuid_parse.3.bz2
* /usr/share/man/man3/uuid_time.3.bz2
* /usr/share/man/man3/uuid_unparse.3.bz2
*
* Package 'sys-fs/e2fsprogs-1.40.9' NOT merged due to file collisions.
* If necessary, refer to your elog messages for the whole content of the
* above message.
Code: Select all
# FEATURES="-collision-protect" emerge --ask --verbose e2fsprogs(-libs)
Code: Select all
debian / # FEATURES="-collision-protect" emerge --ask --verbose e2fsprogs
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] sys-libs/com_err-1.40.9 USE="nls" 0 kB
[ebuild N ] sys-libs/ss-1.40.9 USE="nls" 0 kB
[ebuild N ] sys-fs/e2fsprogs-1.40.9 USE="nls -static" 0 kB
[blocks B ] sys-libs/com_err ("sys-libs/com_err" is blocking sys-libs/e2fsprogs-libs-1.41.1)
[blocks B ] sys-libs/e2fsprogs-libs ("sys-libs/e2fsprogs-libs" is blocking sys-libs/com_err-1.40.9, sys-libs/ss-1.40.9)
[blocks B ] sys-libs/ss ("sys-libs/ss" is blocking sys-libs/e2fsprogs-libs-1.41.1)
[blocks B ] <sys-fs/e2fsprogs-1.41 ("<sys-fs/e2fsprogs-1.41" is blocking sys-libs/e2fsprogs-libs-1.41.1)
Total: 3 packages (3 new), Size of downloads: 0 kB
Conflict: 4 blocks (4 unsatisfied)
* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.
For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
You should not disable collision protection. It is there to protect your system. Disabling it is far more likely to cause more problems than it is to solve them.Gef wrote:You should tryCode: Select all
# FEATURES="-collision-protect" emerge --ask --verbose e2fsprogs(-libs)

Code: Select all
# emerge --sync
# emerge -f e2fsprogs e2fsprogs-libs
# emerge --unmerge ss com_err e2fsprogs
# emerge e2fsprogs e2fsprogs-lib
Code: Select all
...
# emerge --unmerge ss com_err e2fsprogs-libs
# emerge e2fsprogs

I've found that unmerging e2fsprogs-libs may well kill your system as it stops commands like "mount" to work.wjb wrote:When you tried Gef's suggestion of skipping file collision protection, it all resolved to blockers. The file collisions look like they're from your current e2fsprogs-libs (which isn't needed).
I think richard.scott is basically correct, but the last two lines should beIts the current e2fsprogs-libs that is causing problems and needs to be removed. And merging the new e2fsprogs should then pull in the new e2fsprogs-libs automatically.Code: Select all
... # emerge --unmerge ss com_err e2fsprogs-libs # emerge e2fsprogs
Code: Select all
emerge -epv worldCode: Select all
debian / # emerge -epv world
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] sys-apps/portage-2.2_rc14 USE="-build -doc -epydoc (-selinux)" LINGUAS="-pl" 0 kB
[ebuild R ] dev-util/pkgconfig-0.23 USE="-hardened" 0 kB
[ebuild R ] sys-libs/zlib-1.2.3-r1 0 kB
[ebuild R ] virtual/libintl-0 0 kB
[ebuild R ] media-libs/freetype-2.3.7 USE="-X* -bindist -debug -doc -utils" 1,280 kB
[ebuild R ] sys-devel/gnuconfig-20080123 0 kB
[ebuild R ] dev-libs/expat-2.0.1 0 kB
[ebuild R ] virtual/libiconv-0 0 kB
[ebuild R ] app-arch/bzip2-1.0.5-r1 USE="-static" 0 kB
[ebuild R ] app-arch/lzma-utils-4.32.7 USE="-nocxx" 0 kB
[ebuild R ] app-arch/unzip-5.52-r2 1,114 kB
[ebuild R ] sys-devel/automake-wrapper-3-r1 0 kB
[ebuild R ] dev-libs/gmp-4.2.2-r2 USE="-doc -nocxx" 0 kB
[ebuild R ] sys-devel/gcc-config-1.4.0-r4 0 kB
[ebuild U ] app-text/build-docbook-catalog-1.4 [1.2] 3 kB
[ebuild U ] dev-cpp/clucene-0.9.21b [0.9.20] USE="-debug -doc -threads" 1,504 kB
[ebuild R ] media-libs/libogg-1.1.3 395 kB
[ebuild R ] sys-devel/autoconf-wrapper-5 0 kB
[ebuild R ] app-misc/pax-utils-0.1.17 USE="-caps" 0 kB
[ebuild R ] sys-apps/eject-2.1.5-r1 USE="nls" 121 kB
[ebuild R ] dev-libs/nspr-4.6.8 USE="ipv6 -debug" 1,283 kB
[ebuild R ] app-arch/cpio-2.9-r1 USE="nls" 0 kB
[ebuild R ] app-admin/python-updater-0.5 0 kB
[ebuild R ] sys-libs/timezone-data-2008g-r1 USE="nls" 0 kB
[ebuild R ] sys-apps/sandbox-1.2.18.1-r3 0 kB
[ebuild R ] dev-util/gtk-doc-am-1.10-r1 395 kB
[ebuild R ] app-text/libpaper-1.1.23 343 kB
[ebuild R ] media-fonts/gnu-gs-fonts-std-8.11 3,665 kB
[ebuild R ] media-libs/giflib-4.1.6-r1 USE="-X* -rle" 495 kB
[ebuild R ] app-portage/portage-utils-0.1.29 78 kB
[ebuild R ] dev-db/sqlite-3.5.9 USE="threadsafe -debug -doc -soundex -tcl" 2,150 kB
[ebuild R ] dev-util/gperf-3.0.3 845 kB
[ebuild R ] sys-apps/dmidecode-2.9 48 kB
[ebuild R ] sys-fs/device-mapper-1.02.24-r1 USE="(-selinux)" 189 kB
[ebuild R ] media-sound/alsa-headers-1.0.16 2,662 kB
[ebuild R ] sys-libs/libutempter-1.1.5 15 kB
[ebuild R ] dev-util/unifdef-1.20 0 kB
[ebuild R ] app-arch/zip-2.32-r1 USE="crypt" 789 kB
[ebuild R ] sys-apps/tcp-wrappers-7.6-r8 USE="ipv6" 0 kB
[ebuild R ] app-arch/cabextract-1.2 190 kB
[ebuild R ] sys-devel/patch-2.5.9 USE="-static" 0 kB
[ebuild R ] sys-kernel/linux-headers-2.6.23-r3 0 kB
[ebuild R ] media-libs/libpng-1.2.26-r1 489 kB
[ebuild R ] sys-apps/dbus-1.2.3-r1 USE="-X* -debug -doc (-selinux)" 1,528 kB
[ebuild R ] dev-libs/libpcre-7.8 USE="bzip2 cxx unicode zlib -doc" 0 kB
[ebuild R ] dev-java/java-config-wrapper-0.15 7 kB
[ebuild R ] sys-apps/pciutils-3.0.0 USE="zlib -network-cron" 240 kB
[ebuild R ] dev-libs/nss-3.11.9 USE="-utils" 3,673 kB
[ebuild R ] dev-libs/mpfr-2.3.1_p1 0 kB
[ebuild R ] dev-scheme/slib-3.1.5-r1 1,031 kB
[ebuild R ] media-libs/tiff-3.8.2-r4 USE="zlib -jbig -jpeg* -nocxx" 1,314 kB
[ebuild R ] media-video/ffmpeg-0.4.9_p20070616-r3 USE="zlib -X* -a52 -aac (-altivec) -amr -debug -doc -encode* -ieee1394 -imlib -mmx -network -ogg* -oss -sdl* -test -theora -threads -truetype* -v4l -vorbis* -x264 -xvid" 2,223 kB
[ebuild R ] media-libs/libvorbis-1.2.1_rc1 USE="-doc" 1,148 kB
[ebuild R ] sys-apps/sysvinit-2.86-r10 USE="(-ibm) (-selinux) -static" 0 kB
[ebuild R ] net-misc/iputils-20071127 USE="ipv6 -doc -static" 0 kB
[ebuild R ] virtual/init-0 0 kB
[ebuild R ] x11-libs/qt-svg-4.4.2 USE="-debug -pch" 102,858 kB
[ebuild R ] x11-libs/qt-webkit-4.4.2 USE="-debug -pch" 0 kB
[ebuild R ] sys-apps/debianutils-2.28.5 USE="-static" 0 kB
[ebuild R ] sys-fs/udev-124-r1 USE="(-selinux)" 0 kB
[ebuild R ] app-admin/eselect-opengl-1.0.6-r1 46 kB
[ebuild R ] sys-apps/baselayout-1.12.11.1 USE="-bootstrap -build -static -unicode" 0 kB
[ebuild R ] gnome-base/gail-1000 0 kB
[ebuild R ] sys-auth/pambase-20080318 USE="cracklib -consolekit -debug -gnome-keyring -mktemp -passwdqc (-selinux)" 0 kB
[ebuild R ] virtual/opengl-7.0 0 kB
[ebuild R ] virtual/glu-7.0 0 kB
[ebuild R ] sys-apps/man-pages-3.10 USE="nls" LINGUAS="-cs -da -de -es -fr -it -ja -nl -pl -ro -ru -zh_CN" 0 kB
[ebuild R ] virtual/perl-Test-Simple-0.80 0 kB
[ebuild R ] virtual/perl-Storable-2.18 0 kB
[ebuild R ] app-admin/eselect-fontconfig-1.0 0 kB
[ebuild R ] virtual/ghostscript-0 0 kB
[ebuild R ] virtual/xft-7.0 0 kB
[ebuild R ] virtual/jdk-1.6.0 0 kB
[ebuild R ] virtual/libstdc++-3.3 0 kB
[ebuild R ] www-client/mozilla-launcher-1.58 7 kB
[ebuild R ] app-admin/eselect-xvmc-0.1 0 kB
[ebuild R ] virtual/glut-1.0 0 kB
[ebuild R ] sys-devel/binutils-config-1.9-r4 0 kB
[ebuild R ] sys-devel/libtool-1.5.26 USE="-vanilla" 0 kB
[ebuild R ] media-libs/jpeg-6b-r8 621 kB
[ebuild R ] sys-devel/autoconf-2.61-r2 USE="-emacs" 0 kB
[ebuild R ] sys-devel/automake-1.10.1-r1 0 kB
[ebuild R ] dev-libs/libusb-0.1.12-r1 USE="-debug -doc" 381 kB
[ebuild R ] media-libs/libdca-0.0.5 USE="-debug -oss" 385 kB
[ebuild R ] media-libs/libmodplug-0.8.4-r2 499 kB
[ebuild R ] media-libs/libtheora-1.0_beta3-r1 USE="-doc -encode* -examples" 1,496 kB
[ebuild R ] media-libs/libmpcdec-1.2.6-r2 245 kB
[ebuild R ] media-libs/libmad-0.15.1b-r2 USE="-debug" 491 kB
[ebuild R ] media-libs/libdvdcss-1.2.9-r1 USE="-doc" 277 kB
[ebuild R ] media-libs/a52dec-0.7.4-r5 USE="-djbfft -oss" 236 kB
[ebuild R ] sys-apps/usbutils-0.73 USE="zlib -network-cron" 170 kB
[ebuild R ] sys-devel/binutils-2.18-r3 USE="nls -multislot -multitarget -test -vanilla" 0 kB
[ebuild R ] sys-libs/db-4.5.20_p2-r1 USE="-bootstrap -doc -java -nocxx -tcl -test" 0 kB
[ebuild R ] sys-libs/gdbm-1.8.3-r3 USE="berkdb" 0 kB
[ebuild R ] sys-devel/libperl-5.8.8-r2 USE="berkdb gdbm -debug -ithreads" 0 kB
[ebuild R ] dev-lang/perl-5.8.8-r5 USE="berkdb gdbm -build -debug -doc -ithreads -perlsuid" 0 kB
[ebuild R ] dev-perl/XML-Parser-2.36 225 kB
[ebuild R ] perl-core/Storable-2.18 174 kB
[ebuild R ] perl-core/Test-Simple-0.80 80 kB
[ebuild R ] perl-core/Test-Harness-3.10 0 kB
[ebuild R ] perl-core/PodParser-1.35 0 kB
[ebuild R ] sys-devel/automake-1.5 515 kB
[ebuild R ] sys-devel/automake-1.8.5-r3 648 kB
[ebuild R ] sys-devel/automake-1.7.9-r1 565 kB
[ebuild R ] dev-util/intltool-0.40.5 138 kB
[ebuild R ] sys-devel/m4-1.4.11 USE="nls -examples" 0 kB
[ebuild R ] x11-misc/util-macros-1.1.5 47 kB
[ebuild R ] x11-proto/xf86vidmodeproto-2.2.2 39 kB
[ebuild R ] x11-proto/xproto-7.0.10 140 kB
[ebuild R ] x11-proto/randrproto-1.2.1 54 kB
[ebuild R ] x11-proto/renderproto-0.9.2 40 kB
[ebuild R ] x11-proto/fontsproto-2.0.2 45 kB
[ebuild R ] x11-proto/videoproto-2.2.2 42 kB
[ebuild R ] x11-proto/inputproto-1.4.2.1 47 kB
[ebuild R ] x11-proto/xf86driproto-2.0.3 42 kB
[ebuild R ] x11-libs/libdrm-2.3.0 USE="-debug" 383 kB
[ebuild R ] x11-proto/kbproto-1.0.3 57 kB
[ebuild R ] x11-proto/xf86dgaproto-2.0.3 43 kB
[ebuild R ] x11-proto/glproto-1.4.9 57 kB
[ebuild R ] x11-proto/xf86miscproto-0.9.2 38 kB
[ebuild R ] x11-proto/xineramaproto-1.1.2 38 kB
[ebuild R ] x11-libs/xtrans-1.0.3 USE="-debug" 101 kB
[ebuild R ] x11-proto/damageproto-1.1.0 41 kB
[ebuild R ] media-fonts/font-util-1.0.1 USE="-debug" 97 kB
[ebuild R ] x11-proto/xf86bigfontproto-1.1.2 37 kB
[ebuild R ] x11-proto/bigreqsproto-1.0.2 36 kB
[ebuild R ] x11-proto/xcmiscproto-1.1.2 36 kB
[ebuild R ] x11-proto/compositeproto-0.4 45 kB
[ebuild R ] x11-proto/fixesproto-4.0 38 kB
[ebuild R ] x11-proto/printproto-1.0.3 43 kB
[ebuild R ] x11-proto/recordproto-1.13.2 39 kB
[ebuild R ] x11-proto/resourceproto-1.0.2 36 kB
[ebuild R ] x11-proto/fontcacheproto-0.1.2 38 kB
[ebuild R ] x11-misc/xbitmaps-1.0.1 55 kB
[ebuild R ] x11-proto/scrnsaverproto-1.1.0 38 kB
[ebuild R ] x11-libs/pixman-0.12.0 USE="(-altivec) -debug -mmx -sse -sse2" 356 kB
[ebuild R ] dev-libs/libpthread-stubs-0.1 USE="-debug" 190 kB
[ebuild R ] x11-proto/trapproto-3.4.3 48 kB
[ebuild R ] x11-proto/xf86rushproto-1.1.2 37 kB
[ebuild R ] x11-proto/evieext-1.0.2 37 kB
[ebuild R ] app-doc/xorg-docs-1.4-r1 USE="-doc" 8,106 kB
[ebuild R ] x11-proto/xextproto-7.0.2 67 kB
[ebuild R ] x11-libs/libXau-1.0.3 USE="-debug" 225 kB
[ebuild R ] x11-libs/libICE-1.0.4 USE="ipv6 -debug" 247 kB
[ebuild R ] x11-libs/libXdmcp-1.0.2 USE="-debug" 216 kB
[ebuild R ] x11-libs/libfontenc-1.0.4 USE="-debug" 219 kB
[ebuild R ] x11-apps/rgb-1.0.1 USE="-debug" 90 kB
[ebuild R ] x11-misc/makedepend-1.0.1 USE="-debug" 106 kB
[ebuild R ] x11-libs/libX11-1.1.4 USE="ipv6 -debug -xcb" 1,540 kB
[ebuild R ] x11-apps/mkfontscale-1.0.3 USE="-debug" 93 kB
[ebuild R ] x11-libs/libSM-1.0.3 USE="ipv6 -debug" 219 kB
[ebuild R ] x11-libs/libXfont-1.3.1-r1 USE="ipv6 -debug" 552 kB
[ebuild R ] x11-libs/liblbxutil-1.0.1 USE="-debug" 237 kB
[ebuild R ] x11-libs/libXt-1.0.5 USE="-debug" 489 kB
[ebuild R ] x11-libs/libXext-1.0.3 USE="-debug" 256 kB
[ebuild R ] x11-libs/libXrender-0.9.2 USE="-debug" 241 kB
[ebuild R ] x11-libs/libXfixes-4.0.3 USE="-debug" 210 kB
[ebuild R ] x11-libs/libxkbfile-1.0.4 USE="-debug" 268 kB
[ebuild R ] x11-apps/mkfontdir-1.0.3 USE="-debug" 62 kB
[ebuild R ] media-fonts/encodings-1.0.2 USE="-debug" 559 kB
[ebuild R ] media-fonts/font-alias-1.0.1 USE="-debug" 42 kB
[ebuild R ] x11-apps/bdftopcf-1.0.0 USE="-debug" 74 kB
[ebuild R ] x11-apps/iceauth-1.0.2 USE="-debug" 95 kB
[ebuild R ] x11-apps/luit-1.0.2 USE="-debug" 97 kB
[ebuild R ] x11-apps/xmodmap-1.0.3 USE="-debug" 101 kB
[ebuild R ] x11-libs/libXmu-1.0.3 USE="ipv6 -debug" 290 kB
[ebuild R ] x11-libs/libXtst-1.0.3 USE="-debug" 220 kB
[ebuild R ] x11-libs/libXcursor-1.1.9 USE="-debug" 230 kB
[ebuild R ] x11-libs/libXrandr-1.2.1 USE="-debug" 216 kB
[ebuild R ] x11-libs/libXi-1.1.3 USE="-debug" 243 kB
[ebuild R ] x11-libs/libXv-1.0.3 USE="-debug" 227 kB
[ebuild R ] x11-libs/libXdamage-1.1.1 USE="-debug" 197 kB
[ebuild R ] x11-libs/libXp-1.0.0 USE="-debug" 239 kB
[ebuild R ] x11-libs/libXpm-3.5.7 USE="-debug" 350 kB
[ebuild R ] x11-libs/libXxf86misc-1.0.1 USE="-debug" 218 kB
[ebuild R ] x11-libs/libXxf86vm-1.0.1 USE="-debug" 223 kB
[ebuild R ] x11-libs/libXcomposite-0.4.0 USE="-debug" 213 kB
[ebuild R ] x11-libs/libXres-1.0.3 USE="-debug" 214 kB
[ebuild R ] x11-apps/xkbcomp-1.0.3 USE="-debug" 186 kB
[ebuild R ] x11-apps/setxkbmap-1.0.4 USE="-debug" 91 kB
[ebuild R ] x11-libs/startup-notification-0.9 221 kB
[ebuild R ] x11-libs/libXfontcache-1.0.4 USE="-debug" 210 kB
[ebuild R ] x11-libs/libxkbui-1.0.2 USE="-debug" 217 kB
[ebuild R ] x11-libs/libXScrnSaver-1.1.2 USE="-debug" 215 kB
[ebuild R ] x11-libs/libXinerama-1.0.2 USE="-debug" 210 kB
[ebuild R ] x11-libs/libXxf86dga-1.0.2 USE="-debug" 213 kB
[ebuild R ] media-libs/mesa-6.5.2-r1 USE="nptl -debug -doc -motif -pic -xcb" VIDEO_CARDS="intel%* mach64* mga* r128* radeon* savage* sis* tdfx* trident* via* -none -s3virge (-sunffb) (-i810%)" 0 kB
[ebuild R ] x11-apps/xrdb-1.0.4 USE="-debug" 99 kB
[ebuild R ] x11-misc/xkeyboard-config-1.1 529 kB
[ebuild R ] x11-apps/xauth-1.0.2 USE="ipv6 -debug" 108 kB
[ebuild R ] x11-apps/xrandr-1.2.2 USE="-debug" 95 kB
[ebuild R ] x11-libs/libXvMC-1.0.4 USE="-debug" 0 kB
[ebuild R ] x11-apps/xprop-1.0.3 USE="-debug" 105 kB
[ebuild R ] x11-apps/xsetroot-1.0.2 USE="-debug" 87 kB
[ebuild R ] x11-apps/xset-1.0.3 USE="-debug" 101 kB
[ebuild R ] x11-wm/twm-1.0.3 USE="-debug" 233 kB
[ebuild R ] x11-apps/xdpyinfo-1.0.2 USE="-debug -dga -dmx -xinerama" 98 kB
[ebuild R ] x11-apps/xhost-1.0.2 USE="ipv6 -debug" 96 kB
[ebuild R ] media-libs/freeglut-2.4.0-r1 459 kB
[ebuild R ] x11-apps/mesa-progs-7.0.1 0 kB
[ebuild R ] x11-apps/xinit-1.0.8-r3 USE="pam -debug -hal* -minimal" 115 kB
[ebuild R ] x11-libs/qt-core-4.4.2 USE="qt3support ssl -debug -doc -glib -pch" 0 kB
[ebuild R ] x11-libs/qt-test-4.4.2 USE="-debug -pch" 0 kB
[ebuild R ] x11-libs/qt-script-4.4.2 USE="-debug -pch" 0 kB
[ebuild R ] x11-libs/qt-dbus-4.4.2 USE="-debug -pch" 0 kB
[ebuild R ] x11-libs/qt-sql-4.4.2 USE="qt3support sqlite -debug -firebird -mysql* -odbc -pch -postgres" 0 kB
[ebuild R ] x11-libs/qt-qt3support-4.4.2 USE="accessibility -debug -pch" 0 kB
[ebuild R ] dev-util/cmake-2.6.2 USE="-emacs -qt4* -vim-syntax" 3,461 kB
[ebuild R ] kde-base/automoc-0.9.84 8 kB
[ebuild R ] kde-base/qimageblitz-0.0.4 USE="-3dnow (-altivec) -debug -mmx -sse -sse2" 55 kB
[ebuild R ] media-sound/phonon-4.2.0 USE="-debug -gstreamer*" 392 kB
[ebuild U ] kde-base/kdelibs-4.1.3-r1 [4.1.2-r1] USE="acl bzip2 nls semantic-desktop ssl -3dnow -alsa* (-altivec) -bindist -debug -doc -fam* -htmlhandbook -jpeg2k -kdeprefix -kerberos* -mmx -openexr -opengl* -spell* -sse -sse2 -test -zeroconf" 8,910 kB
[ebuild U ] kde-base/kdepimlibs-4.1.3 [4.1.2] USE="sasl -debug -htmlhandbook -kdeprefix -ldap -test" 1,844 kB
[ebuild U ] kde-base/libkworkspace-4.1.3 [4.1.2] USE="-debug -kdeprefix" 46,390 kB
[ebuild U ] kde-base/libkonq-4.1.3 [4.1.2] USE="-debug -kdeprefix -test" 4,300 kB
[ebuild U ] kde-base/kdesu-4.1.3 [4.1.2] USE="-debug -htmlhandbook -kdeprefix" 51,027 kB
[ebuild U ] kde-base/libtaskmanager-4.1.3 [4.1.2-r1] USE="-debug -kdeprefix -xcomposite*" 0 kB
[ebuild U ] kde-base/kurifilter-plugins-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kde-menu-icons-4.1.3 [4.1.2] USE="-kdeprefix" 0 kB
[ebuild U ] kde-base/kdialog-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kcontrol-4.1.3 [4.1.2] USE="-debug -htmlhandbook -kdeprefix" 0 kB
[ebuild U ] kde-base/ksplash-4.1.3 [4.1.2] USE="-3dnow (-altivec) -debug -kdeprefix -mmx -sse -sse2 -xinerama" 0 kB
[ebuild U ] kde-base/kdebase-cursors-4.1.3 [4.1.2] USE="-kdeprefix" 0 kB
[ebuild U ] kde-base/kdebugdialog-4.1.3 [4.1.2] USE="-debug -htmlhandbook -kdeprefix" 0 kB
[ebuild U ] kde-base/kquitapp-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kmimetypefinder-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kmenuedit-4.1.3 [4.1.2] USE="-debug -htmlhandbook -kdeprefix" 0 kB
[ebuild U ] kde-base/solid-hardware-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/ktraderclient-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/knetattach-4.1.3 [4.1.2] USE="-debug -htmlhandbook -kdeprefix" 0 kB
[ebuild U ] kde-base/kpasswdserver-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kioclient-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kcmshell-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kuiserver-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kwrite-4.1.3 [4.1.2] USE="-debug -htmlhandbook -kdeprefix" 0 kB
[ebuild U ] kde-base/renamedlg-plugins-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kappfinder-4.1.3 [4.1.2] USE="-debug -htmlhandbook -kdeprefix" 0 kB
[ebuild U ] kde-base/kfile-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/ktimezoned-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kde-menu-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/ksystraycmd-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kiconfinder-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kstart-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kinfocenter-4.1.3 [4.1.2] USE="-debug -htmlhandbook -ieee1394 -kdeprefix -opengl*" 0 kB
[ebuild U ] kde-base/knewstuff-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kdeartwork-iconthemes-4.1.3 [4.1.2] USE="-kdeprefix" 41,376 kB
[ebuild U ] kde-base/knotify-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kstartupconfig-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kwin-4.1.3 [4.1.2] USE="-captury -debug -kdeprefix -opengl* -xcomposite* -xinerama" 0 kB
[ebuild U ] kde-base/kde-wallpapers-4.1.3 [4.1.2] USE="-kdeprefix" 0 kB
[ebuild U ] kde-base/kreadconfig-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kstyles-4.1.3 [4.1.2] USE="-kdeprefix" 0 kB
[ebuild U ] kde-base/kfind-4.1.3 [4.1.2] USE="-debug -htmlhandbook -kdeprefix" 0 kB
[ebuild U ] kde-base/kdepasswd-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kcminit-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/keditbookmarks-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/klipper-4.1.3 [4.1.2] USE="-debug -htmlhandbook -kdeprefix" 0 kB
[ebuild U ] kde-base/khotkeys-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/drkonqi-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/khelpcenter-4.1.3 [4.1.2] USE="-debug -htmlhandbook -kdeprefix" 0 kB
[ebuild R ] sys-devel/gettext-0.17 USE="acl nls openmp -doc -emacs -nocxx" 0 kB
[ebuild R ] sys-apps/sed-4.1.5-r1 USE="nls -static" 0 kB
[ebuild R ] dev-libs/libgpg-error-1.6 USE="nls" 374 kB
[ebuild R ] dev-libs/popt-1.10.7 USE="nls" 0 kB
[ebuild R ] sys-devel/flex-2.5.35 USE="nls -static" 0 kB
[ebuild R ] sys-devel/bison-2.3 USE="nls -static" 0 kB
[ebuild R ] sys-apps/attr-2.4.41 USE="nls" 0 kB
[ebuild R ] sys-apps/findutils-4.4.0 USE="nls (-selinux) -static" 0 kB
[ebuild R ] sys-apps/diffutils-2.8.7-r2 USE="nls -static" 0 kB
[ebuild R ] sys-devel/make-3.81 USE="nls -static" 0 kB
[ebuild R ] dev-perl/Locale-gettext-1.05 0 kB
[ebuild R ] dev-scheme/guile-1.8.4 USE="deprecated nls regex threads -debug -debug-freelist -debug-malloc -discouraged -elisp -networking" 3,732 kB
[ebuild R ] media-libs/libexif-0.6.16-r1 USE="nls -doc" 676 kB
[ebuild R ] sys-apps/grep-2.5.1a-r1 USE="nls pcre -static" 0 kB
[ebuild R ] app-arch/gzip-1.3.12-r1 USE="nls -pic -static" 0 kB
[ebuild R ] sys-apps/kbd-1.13-r1 USE="nls" 0 kB
[ebuild R ] sys-apps/net-tools-1.60_p20071202044231-r1 USE="nls -static" 0 kB
[ebuild R ] sys-apps/gawk-3.1.6 USE="nls" 0 kB
[ebuild R ] app-arch/tar-1.20 USE="nls -static" 0 kB
[ebuild R ] dev-libs/libgcrypt-1.4.0-r1 USE="nls -bindist -idea" 943 kB
[ebuild R ] sys-apps/acl-2.2.47 USE="nls (-nfs)" 0 kB
[ebuild R ] sys-apps/help2man-1.36.4 USE="nls" 0 kB
[ebuild R ] media-libs/libart_lgpl-2.3.20 USE="-debug" 296 kB
[ebuild R ] gnome-base/gnome-common-2.20.0 USE="-debug" 63 kB
[ebuild R ] dev-libs/libtasn1-1.3 USE="-doc" 1,492 kB
[ebuild R ] x11-themes/hicolor-icon-theme-0.10 33 kB
[ebuild R ] dev-libs/pth-2.0.7-r1 USE="-debug" 638 kB
[ebuild R ] sys-apps/module-init-tools-3.4 USE="-old-linux" 0 kB
[ebuild R ] gnome-base/gnome-mime-data-2.18.0 USE="-debug" 593 kB
[ebuild U ] kde-base/kdebase-data-4.1.3 [4.1.2] USE="-kdeprefix" 0 kB
[ebuild R ] net-misc/rsync-3.0.3 USE="acl iconv ipv6 -static -xattr -xinetd" 0 kB
[ebuild U ] net-libs/gnutls-2.4.1-r1 [2.2.5] USE="nls zlib -bindist -doc -guile -lzo" 4,825 kB
[ebuild R ] dev-libs/libassuan-1.0.4 291 kB
[ebuild R ] dev-libs/libksba-1.0.3 514 kB
[ebuild R ] dev-libs/openssl-0.9.8h-r1 USE="zlib -bindist -gmp -kerberos -sse2 -test" 0 kB
[ebuild R ] mail-mta/ssmtp-2.62-r3 USE="ipv6 ssl -maxsysuid -md5sum" 56 kB
[ebuild R ] www-misc/htdig-3.2.0_beta6-r3 USE="ssl" 3,033 kB
[ebuild R ] net-misc/wget-1.11.3 USE="ipv6 nls ssl -debug -socks5 -static" 0 kB
[ebuild R ] sys-apps/man-1.6f-r2 USE="nls" 0 kB
[ebuild R ] sys-apps/man-pages-posix-2003a 0 kB
[ebuild R ] sys-kernel/gentoo-sources-2.6.25-r9 USE="-build -symlink" 0 kB
[ebuild R ] sys-fs/cryptsetup-1.0.5-r1 USE="nls -build -dynamic (-selinux)" 315 kB
[ebuild R ] dev-libs/libxml2-2.7.2 USE="ipv6 python readline -bootstrap -build -debug -doc -examples -test" 0 kB
[ebuild R ] app-misc/strigi-0.5.11 USE="clucene dbus qt4 -debug -exif -fam* -hyperestraier -inotify -log -test" 857 kB
[ebuild R ] app-text/docbook-xsl-stylesheets-1.73.2 1,636 kB
[ebuild R ] dev-perl/XML-NamespaceSupport-1.09 8 kB
[ebuild R ] dev-perl/XML-LibXML-Common-0.13 13 kB
[ebuild R ] app-text/scrollkeeper-dtd-1.0 11 kB
[ebuild R ] x11-proto/xcb-proto-1.0 70 kB
[ebuild U ] kde-base/libplasma-4.1.3 [4.1.2] USE="-debug -kdeprefix -opengl* -test -xinerama" 0 kB
[ebuild R ] dev-perl/XML-SAX-0.16 59 kB
[ebuild U ] dev-perl/XML-LibXML-1.66-r1 [1.66] 271 kB
[ebuild U ] kde-base/plasma-apps-4.1.3 [4.1.2] USE="-debug -htmlhandbook -kdeprefix" 0 kB
[ebuild R ] dev-perl/XML-Simple-2.18 70 kB
[ebuild R ] x11-misc/icon-naming-utils-0.8.6 68 kB
[ebuild R ] x11-themes/gnome-icon-theme-2.22.0 USE="-debug" 3,581 kB
[ebuild R ] app-text/scrollkeeper-9999-r1 0 kB
[ebuild R ] dev-libs/glib-2.18.2 USE="-debug -doc -fam* -hardened (-selinux) -xattr" 4,649 kB
[ebuild R ] dev-libs/dbus-glib-0.74 USE="-debug -doc (-selinux)" 640 kB
[ebuild R ] x11-misc/shared-mime-info-0.30 484 kB
[ebuild R ] dev-libs/atk-1.22.0 USE="-debug -doc" 693 kB
[ebuild U ] dev-libs/libIDL-0.8.11 [0.8.10] USE="-debug" 398 kB
[ebuild R ] net-libs/libsoup-2.4.1 USE="ssl -debug -doc" 614 kB
[ebuild R ] app-admin/gkrellm-2.3.1 USE="nls ssl -X -gnutls -hddtemp -lm_sensors" 0 kB
[ebuild R ] gnome-base/orbit-2.14.13 USE="-debug -doc" 723 kB
[ebuild R ] gnome-base/libbonobo-2.24.0 USE="-debug -doc" 1,422 kB
[ebuild R ] x11-base/xorg-server-1.3.0.0-r6 USE="dri ipv6 nptl xorg -3dfx -debug -dmx -kdrive -minimal -sdl -xprint" INPUT_DEVICES="evdev keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -fpit -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo -apm -ark -chips -cirrus -cyrix -dummy -epson -fglrx -i128 -i740 (-impact) -imstt (-newport) -nsc -nvidia -rendition -s3 -s3virge -siliconmotion -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tga -tseng -v4l" 0 kB
[ebuild R ] x11-drivers/xf86-video-intel-2.1.1 USE="dri -debug" 0 kB
[ebuild R ] x11-drivers/xf86-video-openchrome-0.2.903 USE="dri -debug" 0 kB
[ebuild R ] x11-drivers/xf86-video-savage-2.1.2-r1 USE="dri -debug" 0 kB
[ebuild R ] x11-drivers/xf86-input-keyboard-1.1.1 USE="-debug" 230 kB
[ebuild R ] x11-drivers/xf86-input-evdev-1.1.5-r1 USE="-debug" 0 kB
[ebuild R ] x11-drivers/xf86-video-mga-1.4.6.1 USE="dri -debug" 0 kB
[ebuild R ] x11-drivers/xf86-video-vga-4.1.0 USE="-debug" 0 kB
[ebuild R ] x11-drivers/xf86-input-mouse-1.2.3 USE="-debug" 267 kB
[ebuild R ] x11-drivers/xf86-video-vesa-1.3.0 USE="-debug" 233 kB
[ebuild R ] x11-drivers/xf86-video-sis-0.9.4 USE="dri -debug" 0 kB
[ebuild R ] x11-drivers/xf86-video-fbdev-0.3.1 USE="-debug" 0 kB
[ebuild R ] x11-drivers/xf86-video-vmware-10.15.0 USE="-debug" 0 kB
[ebuild R ] x11-drivers/xf86-video-nv-2.1.9 USE="-debug" 0 kB
[ebuild R ] x11-drivers/xf86-video-neomagic-1.1.1 USE="-debug" 0 kB
[ebuild R ] x11-drivers/xf86-video-trident-1.2.3 USE="-debug" 0 kB
[ebuild R ] x11-drivers/xf86-video-glint-1.1.1 USE="dri -debug" 0 kB
[ebuild R ] x11-drivers/xf86-video-ati-6.8.0-r1 USE="dri -debug" 0 kB
[ebuild R ] x11-drivers/xf86-video-voodoo-1.1.1 USE="-debug" 0 kB
[ebuild R ] x11-drivers/xf86-video-tdfx-1.3.0 USE="dri -debug" 0 kB
[ebuild R ] sys-libs/ncurses-5.6-r2 USE="gpm unicode -debug -doc -minimal -nocxx -profile -trace" 0 kB
[ebuild R ] sys-apps/texinfo-4.11-r1 USE="nls -static" 0 kB
[ebuild R ] sys-apps/coreutils-6.10-r2 USE="acl nls (-selinux) -static -vanilla -xattr" 0 kB
[ebuild R ] app-shells/bash-3.2_p33 USE="nls -afs -bashlogger -plugins -vanilla" 0 kB
[ebuild R ] sys-apps/less-418 USE="unicode" 0 kB
[ebuild R ] app-crypt/pinentry-0.7.5 USE="ncurses -caps -gtk* -qt3*" 413 kB
[ebuild R ] sys-libs/gpm-1.20.1-r6 USE="(-selinux)" 0 kB
[ebuild R ] app-editors/nano-2.1.5 USE="ncurses nls unicode -debug -justify -minimal -slang -spell" 0 kB
[ebuild R ] sys-process/procps-3.2.7 USE="(-n32)" 0 kB
[ebuild R ] sys-process/psmisc-22.6 USE="ipv6 nls -X (-selinux)" 0 kB
[ebuild R ] sys-libs/readline-5.2_p12-r1 0 kB
[ebuild R ] sys-devel/automake-1.9.6-r2 748 kB
[ebuild R ] app-misc/ca-certificates-20080514-r2 0 kB
[ebuild R ] sys-devel/autoconf-2.13 434 kB
[ebuild R ] sys-apps/groff-1.19.2-r1 USE="-X -cjk" 0 kB
[ebuild R ] sys-apps/which-2.19 0 kB
[ebuild R ] app-admin/perl-cleaner-1.05 0 kB
[ebuild U ] sys-apps/ed-1.0 [0.9] 67 kB
[ebuild R ] virtual/editor-0 0 kB
[ebuild R ] virtual/pager-0 0 kB
[ebuild R ] media-libs/fontconfig-2.6.0-r2 USE="-doc" 1,371 kB
[ebuild R ] dev-lang/python-2.5.2-r8 USE="berkdb gdbm ipv6 ncurses readline ssl threads -build -doc -examples -sqlite -tk -ucs2 -wininst" 0 kB
[ebuild R ] x11-libs/libXaw-1.0.4 USE="-debug -xprint" 506 kB
[ebuild R ] net-misc/curl-7.18.2 USE="ipv6 ssl -ares -gnutls -idn -kerberos* -ldap -libssh2 -nss -test" 1,704 kB
[ebuild R ] app-text/sgml-common-0.6.3-r5 75 kB
[ebuild R ] sys-devel/bc-1.06.95 USE="readline -libedit -static" 0 kB
[ebuild R ] media-libs/libmng-1.0.10 USE="-lcms" 1,068 kB
[ebuild R ] media-libs/alsa-lib-1.0.16 USE="midi -alisp -debug -doc" 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" 764 kB
[ebuild R ] sys-devel/gdb-6.7.1-r3 USE="nls -test -vanilla" 14,835 kB
[ebuild R ] dev-libs/libxslt-1.1.24-r1 USE="crypt python -debug -examples" 3,286 kB
[ebuild R ] x11-libs/libXft-2.1.12 USE="-debug" 255 kB
[ebuild R ] x11-libs/cairo-1.8.2 USE="svg -X* -debug -directfb -doc -glitz -opengl* -xcb" 6,981 kB
[ebuild R ] x11-apps/xmessage-1.0.2 USE="-debug -xprint" 93 kB
[ebuild R ] sys-apps/file-4.23 USE="python" 0 kB
[ebuild R ] sys-libs/cracklib-2.8.12 USE="nls python" 0 kB
[ebuild R ] dev-python/pygobject-2.14.2 USE="-X* -debug -doc -examples -libffi" 359 kB
[ebuild R ] app-text/docbook-xml-dtd-4.1.2-r6 74 kB
[ebuild R ] app-text/docbook-xml-dtd-4.4-r1 94 kB
[ebuild R ] app-text/poppler-0.8.7 USE="zlib -cjk -jpeg*" 1,436 kB
[ebuild R ] dev-python/numeric-24.2-r6 USE="-doc -lapack" 727 kB
[ebuild R ] dev-java/java-config-2.1.6 40 kB
[ebuild R ] dev-java/java-config-1.3.7 15 kB
[ebuild R ] dev-util/boost-build-1.34.1 USE="python" 12,683 kB
[ebuild R ] dev-libs/xmlrpc-c-1.06.27 USE="curl -threads" 684 kB
[ebuild U ] app-text/iso-codes-3.3 [3.2] 5,056 kB
[ebuild R ] media-fonts/font-adobe-75dpi-1.0.0 USE="nls -X*" 827 kB
[ebuild R ] media-fonts/font-misc-misc-1.0.0 USE="nls -X*" 1,813 kB
[ebuild R ] media-fonts/font-cursor-misc-1.0.0 USE="nls -X*" 42 kB
[ebuild R ] media-fonts/corefonts-1-r4 USE="-X*" 3,843 kB
[ebuild R ] media-fonts/ttf-bitstream-vera-1.10-r3 USE="-X*" 259 kB
[ebuild R ] media-fonts/font-adobe-100dpi-1.0.0 USE="nls -X*" 1,040 kB
[ebuild R ] media-fonts/font-adobe-utopia-type1-1.0.1 USE="-X*" 204 kB
[ebuild R ] media-fonts/font-bh-type1-1.0.0 USE="-X*" 563 kB
[ebuild R ] sys-libs/e2fsprogs-libs-1.41.1 USE="nls" 0 kB
[ebuild R ] sys-libs/pam-1.0.1 USE="cracklib nls -audit (-selinux) -test -vim-syntax" 0 kB
[ebuild R ] x11-libs/pango-1.22.2 USE="-X* -debug -doc" 1,429 kB
[ebuild R ] app-admin/eselect-1.0.11-r1 USE="-bash-completion -doc -vim-syntax" 0 kB
[ebuild R ] x11-libs/libxklavier-3.6 USE="-doc" 452 kB
[ebuild U ] app-text/rarian-0.8.1 [0.8.0-r1] USE="-debug" 317 kB
[ebuild R ] x11-libs/libxcb-1.0 USE="-debug" 410 kB
[ebuild N ] sys-libs/com_err-1.40.9 USE="nls" 0 kB
[ebuild R ] app-text/gnome-doc-utils-0.12.2-r1 USE="-debug" 582 kB
[ebuild R ] dev-python/pycairo-1.4.12 USE="-examples" 479 kB
[ebuild R ] media-libs/raptor-1.4.16 USE="unicode -curl -xml*" 1,476 kB
[ebuild R ] app-office/akonadi-server-1.0.0 USE="-mysql*" 120 kB
[ebuild R ] dev-libs/boost-1.34.1-r2 USE="-debug -doc -icu -pyste -tools" 6 kB
[ebuild R ] x11-terms/xterm-235 USE="unicode -Xaw3d -paste64 -toolbar -truetype*" 838 kB
[ebuild R ] x11-apps/xclock-1.0.3 USE="-debug -xprint" 112 kB
[ebuild R ] x11-base/xorg-x11-7.2 0 kB
[ebuild U ] kde-base/kate-4.1.3 [4.1.2] USE="plasma -debug -htmlhandbook -kdeprefix" 4,865 kB
[ebuild R ] dev-libs/cyrus-sasl-2.1.22-r2 USE="berkdb crypt gdbm pam ssl -authdaemond -java -kerberos* -ldap -mysql* -ntlm_unsupported_patch -postgres -sample -srp -urandom" 1,572 kB
[ebuild R ] kde-base/kdebase-pam-7 0 kB
[ebuild R ] sys-apps/shadow-4.0.18.2 USE="cracklib nls pam -nousuid (-selinux) -skey" 0 kB
[ebuild R ] app-admin/eselect-news-20080320 0 kB
[ebuild U ] kde-base/konsole-4.1.3 [4.1.2] USE="-debug -htmlhandbook -kdeprefix" 0 kB
[ebuild R ] media-libs/xine-lib-1.1.15-r1 USE="X a52 alsa dts dvd ipv6 mad modplug musepack nls theora v4l vorbis xcb xv -aac -aalib (-altivec) -arts -debug -directfb -dxr3 -esd* -fbcon -flac -gnome* -gtk* -imagemagick -jack -libcaca -mmap -mng -opengl* -oss -pulseaudio (-real) -samba -sdl* -speex -truetype* -vcd -vidix (-vis) -wavpack -win32codecs* -xinerama -xvmc" 7,304 kB
[ebuild U ] kde-base/systemsettings-4.1.3 [4.1.2] USE="usb -debug -htmlhandbook -kdeprefix -opengl* -xinerama" 0 kB
[ebuild R ] net-misc/netkit-rsh-0.17-r8 USE="pam" 89 kB
[ebuild N ] sys-libs/ss-1.40.9 USE="nls" 0 kB
[ebuild R ] sys-apps/busybox-1.11.1 USE="pam -debug -make-symlinks -savedconfig (-selinux) -static" 0 kB
[ebuild U ] kde-base/kcheckpass-4.1.3 [4.1.2] USE="pam -kdeprefix" 0 kB
[ebuild R ] net-misc/openssh-5.1_p1-r1 USE="pam tcpd -X -X509 -hpn -kerberos -ldap -libedit (-selinux) -skey -smartcard -static" 0 kB
[ebuild U ] kde-base/phonon-xine-4.1.3 [4.1.2] USE="xcb -debug -kdeprefix" 0 kB
[ebuild U ] kde-base/kscreensaver-4.1.3 [4.1.2] USE="pam -debug -kdeprefix -opengl*" 0 kB
[ebuild R ] x11-apps/xsm-1.0.1 USE="-debug -xprint" 115 kB
[ebuild N ] sys-fs/e2fsprogs-1.40.9 USE="nls -static" 0 kB
[ebuild R ] sys-apps/util-linux-2.13.1.1 USE="crypt nls unicode -loop-aes -old-linux (-selinux) -slang" 0 kB
[ebuild U ] kde-base/kdm-4.1.3 [4.1.2] USE="pam -debug -htmlhandbook -kdeprefix -kerberos*" 0 kB
[ebuild R ] app-arch/rpm2targz-9.0-r7 3 kB
[ebuild R ] net-print/cups-1.3.8-r2 USE="acl pam perl python ssl -X* -avahi -dbus* -gnutls -java -jpeg* -kerberos* -ldap -php* -png* -ppds* -samba -slp -static -tiff* -xinetd -zeroconf" LINGUAS="-de -en -es -et -fr -he -id -it -ja -pl -sv -zh_TW" 3,886 kB
[ebuild R ] x11-libs/gtk+-2.14.4 USE="cups -X* -debug -doc -jpeg* -jpeg2k -tiff* -vim-syntax -xinerama" 16,854 kB
[ebuild R ] app-text/ghostscript-gpl-8.62 USE="cups -X* -bindist -cjk -djvu -gtk* -jpeg2k" 14,715 kB
[ebuild R ] x11-libs/qt-3.3.8-r4 USE="cups ipv6 -debug -doc -examples -firebird -gif* -immqt -immqt-bc -mysql* -nas -nis -odbc -opengl* -postgres -sqlite -xinerama" 16,986 kB
[ebuild R ] gnome-base/libglade-2.6.3 USE="-debug -doc" 351 kB
[ebuild R ] gnome-base/gconf-2.22.0 USE="-debug -doc -ldap" 1,384 kB
[ebuild R ] www-client/mozilla-firefox-2.0.0.17 USE="ipv6 -bindist -debug -filepicker -gnome -iceweasel -java -mozdevelop -moznopango -restrict-javascript -xforms -xinerama -xprint" LINGUAS="-af -ar -be -bg -ca -cs -da -de -el -en -en_GB -en_US -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv -sv_SE -tr -uk -zh -zh_CN -zh_TW" 0 kB
[ebuild R ] www-client/opera-9.62 USE="-gnome (-ia32) -qt-static -qt3-static -spell" LINGUAS="-be -bg -cs -da -de -el -en -en_GB -es_ES -es_LA -et -fi -fr -fr_CA -fy -hi -hr -hu -id -it -ja -ka -ko -lt -mk -nb -nl -nn -pl -pt -pt_BR -ru -sv -ta -te -tr -uk -zh_CN -zh_TW" 0 kB
[ebuild R ] gnome-base/gnome-vfs-2.22.0 USE="acl ipv6 ssl -avahi -debug -doc -fam* -gnutls -hal* -kerberos* -samba" 1,895 kB
[ebuild R ] gnome-base/libgnomecanvas-2.20.1.1 USE="-X* -debug -doc" 570 kB
[ebuild R ] dev-python/pygtk-2.12.1-r2 USE="-X* -doc -examples" 2,125 kB
[ebuild R ] gnome-base/gnome-keyring-2.22.3 USE="pam -debug -doc -hal* -test" 874 kB
[ebuild R ] gnome-base/libgnome-2.22.0 USE="-debug -doc -esd*" 1,375 kB
[ebuild R ] gnome-extra/libgsf-1.14.7 USE="bzip2 python -debug -doc -gnome*" 573 kB
[ebuild R ] gnome-base/libbonoboui-2.22.0 USE="-X* -debug -doc" 983 kB
[ebuild R ] x11-libs/goffice-0.6.4 USE="-debug -doc -gnome*" 1,834 kB
[ebuild R ] gnome-base/libgnomeui-2.22.1 USE="-debug -doc -jpeg*" 1,417 kB
[ebuild R ] gnome-extra/gtkhtml-3.18.3 USE="-debug -static" 1,283 kB
[ebuild R ] gnome-extra/yelp-2.22.1-r2 USE="-beagle -debug -lzma -xulrunner" 973 kB
[ebuild R ] app-doc/gnucash-docs-2.2.0 9,789 kB
[ebuild R ] app-office/gnucash-2.2.7 USE="doc -chipcard -debug -hbci -ofx -quotes" 0 kB
[ebuild R ] sys-apps/hal-0.5.11-r1 USE="crypt -X* -acpi* -apm -debug -dell -disk-partition -doc -laptop (-selinux)" 1,256 kB
[ebuild U ] kde-base/solid-4.1.3 [4.1.2] USE="-bluetooth* -kdeprefix -networkmanager -test" 0 kB
[ebuild U ] kde-base/kdebase-kioslaves-4.1.3 [4.1.2] USE="bzip2 -debug -htmlhandbook -kdeprefix -openexr -samba" 0 kB
[ebuild R ] app-misc/hal-info-20080508 198 kB
[ebuild U ] kde-base/konqueror-4.1.3 [4.1.2] USE="-debug -htmlhandbook -kdeprefix" 0 kB
[ebuild U ] kde-base/soliduiserver-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/ksmserver-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/nsplugins-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild R ] sys-devel/gcc-4.1.2 USE="fortran mudflap nls (-altivec) -bootstrap -build -d -doc -gcj -gtk (-hardened) -ip28 -ip32r10k -libffi (-multilib) -multislot (-n32) (-n64) -nocxx -objc -objc++ -objc-gc -test -vanilla" 0 kB
[ebuild R ] sys-libs/glibc-2.6.1 USE="nls -debug -gd -glibc-omitfp (-hardened) (-multilib) -profile (-selinux) -vanilla" 0 kB
[ebuild R ] sys-libs/libstdc++-v3-3.3.6 USE="nls nptl -build (-multilib)" 23,411 kB
[ebuild R ] app-crypt/gnupg-2.0.9 USE="bzip2 nls -doc -ldap -openct -pcsc-lite (-selinux) -smartcard" 3,632 kB
[ebuild R ] net-www/netscape-flash-10.0.12.36-r1 0 kB
[ebuild R ] dev-java/sun-jdk-1.6.0.07 USE="-X* -alsa* -doc -examples -jce -nsplugin* -odbc" 76,675 kB
[ebuild R ] app-crypt/gpgme-1.1.6 USE="-pth" 939 kB
[ebuild R ] dev-libs/soprano-2.1 USE="clucene sesame2 -debug -doc -redland" 1,789 kB
[ebuild U ] kde-base/nepomuk-4.1.3 [4.1.2] USE="-debug -kdeprefix" 0 kB
[ebuild U ] kde-base/dolphin-4.1.3 [4.1.2] USE="semantic-desktop -debug -htmlhandbook -kdeprefix" 0 kB
[ebuild U ] kde-base/plasma-workspace-4.1.3 [4.1.2] USE="-debug -htmlhandbook -kdeprefix -xcomposite* -xinerama" 0 kB
[ebuild U ] kde-base/ksysguard-4.1.3 [4.1.2] USE="-debug -htmlhandbook -kdeprefix -lm_sensors -test" 0 kB
[ebuild U ] kde-base/krunner-4.1.3 [4.1.2] USE="-debug -kdeprefix -opengl* -xcomposite* -xscreensaver" 0 kB
[ebuild U ] kde-base/kdebase-startkde-4.1.3 [4.1.2-r1] USE="-kdeprefix" 0 kB
[ebuild U ] kde-base/kdebase-meta-4.1.3 [4.1.2] 0 kB
[blocks B ] sys-libs/com_err ("sys-libs/com_err" is blocking sys-libs/e2fsprogs-libs-1.41.1)
[blocks B ] sys-libs/e2fsprogs-libs ("sys-libs/e2fsprogs-libs" is blocking sys-libs/com_err-1.40.9, sys-libs/ss-1.40.9)
[blocks B ] sys-libs/ss ("sys-libs/ss" is blocking sys-libs/e2fsprogs-libs-1.41.1)
[blocks B ] <sys-fs/e2fsprogs-1.41 ("<sys-fs/e2fsprogs-1.41" is blocking sys-libs/e2fsprogs-libs-1.41.1)
Total: 479 packages (80 upgrades, 3 new, 396 reinstalls), Size of downloads: 623,710 kB
Conflict: 4 blocks (4 unsatisfied)
!!! Multiple versions within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
sys-apps/dbus:0
('installed', '/', 'sys-apps/dbus-1.2.3-r1', 'nomerge') pulled in by
('ebuild', '/', 'kde-base/kdelibs-4.1.3-r1', 'merge')
('ebuild', '/', 'sys-apps/dbus-1.2.3-r1', 'merge') pulled in by
('ebuild', '/', 'gnome-base/libbonobo-2.24.0', 'merge')
('ebuild', '/', 'gnome-base/gnome-keyring-2.22.3', 'merge')
('ebuild', '/', 'x11-libs/qt-dbus-4.4.2', 'merge')
(and 3 more)
It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in the
dependencies of two different packages, then those packages can not be
installed simultaneously.
For more information, see MASKED PA
Code: Select all
# emerge --sync
# emerge -f e2fsprogs e2fsprogs-libs
# emerge --unmerge ss com_err e2fsprogs
# emerge e2fsprogs e2fsprogs-libCode: Select all
debian / # emerge -p e2fsprogs
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] sys-libs/com_err-1.40.9 USE="nls"
[ebuild N ] sys-libs/ss-1.40.9 USE="nls"
[ebuild N ] sys-fs/e2fsprogs-1.40.9 USE="nls -static"
[blocks B ] sys-libs/com_err ("sys-libs/com_err" is blocking sys-libs/e2fsprogs-libs-1.41.1)
[blocks B ] sys-libs/e2fsprogs-libs ("sys-libs/e2fsprogs-libs" is blocking sys-libs/com_err-1.40.9, sys-libs/ss-1.40.9)
[blocks B ] sys-libs/ss ("sys-libs/ss" is blocking sys-libs/e2fsprogs-libs-1.41.1)
[blocks B ] <sys-fs/e2fsprogs-1.41 ("<sys-fs/e2fsprogs-1.41" is blocking sys-libs/e2fsprogs-libs-1.41.1)

The blocker is caused as ss and com_err are installed and these are blocking the installation of e2fsprogsmystified wrote:e2fsprogs isn't installed
Code: Select all
sys-libs/com_err is blocking sys-libs/e2fsprogs-libs
You will do!mystified wrote:I blocked them and then I get an error message that they are blocked and are required by e2fsprogs. If I emerge with --nodep I get the file collissions.
Code: Select all
# emerge -f e2fsprogs e2fsprogs-libsCode: Select all
# emerge --unmerge ss com_err e2fsprogsCode: Select all
# emerge e2fsprogs e2fsprogs-lib
try this then:mystified wrote:But I already removed them. And I've followed all the steps. It's the file collisions that are keeping the program from being installed.
Code: Select all
equery depends ssCode: Select all
equery depends com_errCode: Select all
q: Finished 25831 entries in 0.409301 seconds
debian / # emerge -uDp world
These are the packages that would be merged, in order:
Calculating dependencies... done!
!!! All ebuilds that could satisfy "~sys-libs/com_err-1.40.9" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-libs/com_err-1.40.9 (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
(dependency required by "sys-fs/e2fsprogs-1.40.9" [ebuild])
(dependency required by "sys-apps/util-linux-2.13.1.1" [installed])
(dependency required by "@world" [argument])
debian / # equery depends ss
[ Searching for packages depending on ss... ]
!!! Warning: No packages found matching ss
debian / # equery depends com_err
[ Searching for packages depending on com_err... ]
!!! Warning: No packages found matching com_err
debian / # 