Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

file collisions (solved)

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
31 posts
  • 1
  • 2
  • Next
Author
Message
mystified
l33t
l33t
User avatar
Posts: 771
Joined: Sat Feb 14, 2004 1:33 am

file collisions (solved)

  • Quote

Post by mystified » Sun Nov 09, 2008 9:34 am

Like a number of people I had problems with e2fsprogs and I have an unbootable system. I hadn't had a chance to work on getting it sorted out till now and I ran into a file collision problem. I emerged e2fsprogs-libs with no problem. But when I went to emerge e2fsprogs it wouldn't merge because of file collission problems with e2fsprogs-libs.

Any suggestions?

I've been using Debian for the past several weeks and although it is a great distro I'd really like to get back into gentoo.


Thanks in advance
Last edited by mystified on Thu Nov 13, 2008 7:54 pm, edited 1 time in total.
Top
mrknowitall
Apprentice
Apprentice
User avatar
Posts: 173
Joined: Wed Feb 02, 2005 3:44 pm

  • Quote

Post by mrknowitall » Sun Nov 09, 2008 12:01 pm

hi,

concerning gentoo, there was a bug filed [bug=]http://bugs.gentoo.org/show_bug.cgi?id=234907[/bug].

basicly, you have three options:
1) use elder version of e2fsprogs-libs by masking the newer version
2)

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.
3) go for new version of portage

i unmasked the newer version of kerberos and the did the steps 1-3. worked fine for me.

but until you do that, you have to go back to the old version of e2fsprogs-libs, wich will allow you to boot.

i run in the same problem, so i had to boot from live-cd and chroot into my system.

be carefull: once you've removed com_err and ss, you probably can't fetch any new packages from the internet, since wget indirectly depends on them.


good luck!

alex
ignorance is a bless!
Top
mystified
l33t
l33t
User avatar
Posts: 771
Joined: Sat Feb 14, 2004 1:33 am

  • Quote

Post by mystified » Sun Nov 09, 2008 5:23 pm

I did downgrade and go through the steps. But this is the problem I'm talking about.

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.

Top
aidanjt
Veteran
Veteran
User avatar
Posts: 1118
Joined: Sun Feb 20, 2005 2:44 pm
Location: Rep. of Ireland

  • Quote

Post by aidanjt » Sun Nov 09, 2008 5:25 pm

e2fsprogs wasn't unmerged cleanly. Use eclean or clean up the stale files by hand.
juniper wrote:you experience political reality dilation when travelling at american political speeds. it's in einstein's formulas. it's not their fault.
Top
mystified
l33t
l33t
User avatar
Posts: 771
Joined: Sat Feb 14, 2004 1:33 am

  • Quote

Post by mystified » Sun Nov 09, 2008 6:17 pm

I've never used eclean. By cleaning it manually do you mean to remove the files listed?
Top
Gef
Apprentice
Apprentice
Posts: 180
Joined: Sat May 17, 2008 1:59 pm
Location: France

  • Quote

Post by Gef » Sun Nov 09, 2008 11:11 pm

You should try

Code: Select all

# FEATURES="-collision-protect" emerge --ask --verbose e2fsprogs(-libs)
Laptop : Gentoo ~amd64
(remote) Server : Gentoo amd64
Top
mystified
l33t
l33t
User avatar
Posts: 771
Joined: Sat Feb 14, 2004 1:33 am

  • Quote

Post by mystified » Mon Nov 10, 2008 10:39 am

I got this:

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


Top
AllenJB
Veteran
Veteran
User avatar
Posts: 1285
Joined: Fri Sep 02, 2005 10:47 am
Contact:
Contact AllenJB
Website

  • Quote

Post by AllenJB » Mon Nov 10, 2008 11:44 am

Gef wrote:You should try

Code: Select all

# FEATURES="-collision-protect" emerge --ask --verbose e2fsprogs(-libs)
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.
Top
mystified
l33t
l33t
User avatar
Posts: 771
Joined: Sat Feb 14, 2004 1:33 am

  • Quote

Post by mystified » Tue Nov 11, 2008 10:37 am

Can anyone tell me how I can find the files that were not unmerged properly?
Top
richard.scott
Veteran
Veteran
Posts: 1497
Joined: Mon May 19, 2003 5:19 pm
Location: Oxfordshire, UK
Contact:
Contact richard.scott
Website

  • Quote

Post by richard.scott » Tue Nov 11, 2008 1:05 pm

I'd suggest ignoring the "-collision-protect" advice as its not relevant to this blocker

Try this to fix your system:

Code: Select all

# emerge --sync
# emerge -f e2fsprogs e2fsprogs-libs
# emerge --unmerge ss com_err e2fsprogs
# emerge e2fsprogs e2fsprogs-lib
the "emerge -f" is vital to do before unmerging anything 8O

See this for more info:

http://forums.gentoo.org/viewtopic-t-71 ... ight-.html

Rich
Top
wjb
l33t
l33t
User avatar
Posts: 681
Joined: Sun Jul 10, 2005 9:40 am
Location: Fife, Scotland

  • Quote

Post by wjb » Wed Nov 12, 2008 1:14 am

This is an outline of whats going on:

- comm_err is needed for fetching packages source archives

- comm_err was an independent package but is now part of e2fsprogs-libs

- This means that comm_err cannot co-exist with the new e2fsprogs-libs package.

- So, once you've got rid of comm_err, you can't download any new packages.

What you can still do is emerge packages that are already downloaded. So, as long as you haven't been cleaning out distfiles, you will still have the sources for the comm_err and the original e2fs things.

This means you can manually remerge the old versions of e2fsprogs-lib and comm_err, fetch the new e2fsprogs, then do the normal world update again. This time when you remove the blockers, the following emerges will succeed because the source archives will not need to be downloaded.

... or thats the theory, anyway
Top
mystified
l33t
l33t
User avatar
Posts: 771
Joined: Sat Feb 14, 2004 1:33 am

  • Quote

Post by mystified » Wed Nov 12, 2008 12:22 pm

The problem is I stil can't get past the file collisions and I don't know what I need to remove.
Top
richard.scott
Veteran
Veteran
Posts: 1497
Joined: Mon May 19, 2003 5:19 pm
Location: Oxfordshire, UK
Contact:
Contact richard.scott
Website

  • Quote

Post by richard.scott » Wed Nov 12, 2008 1:15 pm

mystified wrote:The problem is I stil can't get past the file collisions and I don't know what I need to remove.
Do you press Ctrl-C to Stop it?
Top
wjb
l33t
l33t
User avatar
Posts: 681
Joined: Sun Jul 10, 2005 9:40 am
Location: Fife, Scotland

  • Quote

Post by wjb » Wed Nov 12, 2008 8:46 pm

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 be

Code: Select all

...
# emerge --unmerge ss com_err e2fsprogs-libs
# emerge e2fsprogs
Its 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.
Top
richard.scott
Veteran
Veteran
Posts: 1497
Joined: Mon May 19, 2003 5:19 pm
Location: Oxfordshire, UK
Contact:
Contact richard.scott
Website

  • Quote

Post by richard.scott » Wed Nov 12, 2008 10:29 pm

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 be

Code: Select all

...
# emerge --unmerge ss com_err e2fsprogs-libs
# emerge e2fsprogs
Its 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.
I've found that unmerging e2fsprogs-libs may well kill your system as it stops commands like "mount" to work.

mystified: can you post the "blockers" output from:

Code: Select all

emerge -epv world
Thanks,

Rich
Top
mystified
l33t
l33t
User avatar
Posts: 771
Joined: Sat Feb 14, 2004 1:33 am

  • Quote

Post by mystified » Thu Nov 13, 2008 9:25 am

Code: 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
Top
richard.scott
Veteran
Veteran
Posts: 1497
Joined: Mon May 19, 2003 5:19 pm
Location: Oxfordshire, UK
Contact:
Contact richard.scott
Website

  • Quote

Post by richard.scott » Thu Nov 13, 2008 9:53 am

Ah, in that case then all you need to do is:

Code: Select all

# emerge --sync
# emerge -f e2fsprogs e2fsprogs-libs
# emerge --unmerge ss com_err e2fsprogs
# emerge e2fsprogs e2fsprogs-lib
What ever you do, don't unmerge e2fsprogs-libs as it will cause more problems.

If you need more advice see my other thread that I listed before:

Quick fix for e2fsprogs, com_err, and ss blockers

Rich
Top
mystified
l33t
l33t
User avatar
Posts: 771
Joined: Sat Feb 14, 2004 1:33 am

  • Quote

Post by mystified » Thu Nov 13, 2008 12:18 pm

e2fsprogs isn't installed

Code: 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)
Top
richard.scott
Veteran
Veteran
Posts: 1497
Joined: Mon May 19, 2003 5:19 pm
Location: Oxfordshire, UK
Contact:
Contact richard.scott
Website

  • Quote

Post by richard.scott » Thu Nov 13, 2008 1:42 pm

mystified wrote:e2fsprogs isn't installed
The blocker is caused as ss and com_err are installed and these are blocking the installation of e2fsprogs

see:

Code: Select all

sys-libs/com_err is blocking sys-libs/e2fsprogs-libs
If you follow the 4 steps form my previous post this will fix all this! :roll:
Top
mystified
l33t
l33t
User avatar
Posts: 771
Joined: Sat Feb 14, 2004 1:33 am

  • Quote

Post by mystified » Thu Nov 13, 2008 2:12 pm

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.
Top
richard.scott
Veteran
Veteran
Posts: 1497
Joined: Mon May 19, 2003 5:19 pm
Location: Oxfordshire, UK
Contact:
Contact richard.scott
Website

  • Quote

Post by richard.scott » Thu Nov 13, 2008 2:59 pm

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.
You will do! :roll:

The packages that are blocked are _already_ installed and need to be removed to help fix things.

This is the only way (and the right way) to fix this! :lol:

do this to download the tarballs (this bit is vital to do first):

Code: Select all

# emerge -f e2fsprogs e2fsprogs-libs
then unmerge the packages that are causing problems:

Code: Select all

# emerge --unmerge ss com_err e2fsprogs
and then re-emerge/update these:

Code: Select all

# emerge e2fsprogs e2fsprogs-lib
There is no other way to fix this one. If you look at the "quick fix" thread I showed you, lots of other people have fixed this the same way!

HTH

Rich
Top
mystified
l33t
l33t
User avatar
Posts: 771
Joined: Sat Feb 14, 2004 1:33 am

  • Quote

Post by mystified » Thu Nov 13, 2008 3:54 pm

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.
Top
richard.scott
Veteran
Veteran
Posts: 1497
Joined: Mon May 19, 2003 5:19 pm
Location: Oxfordshire, UK
Contact:
Contact richard.scott
Website

  • Quote

Post by richard.scott » Thu Nov 13, 2008 3:58 pm

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.
try this then:

Code: Select all

equery depends ss
and

Code: Select all

equery depends com_err
to see which package is pulling them back in.

Also, make sure you "emerge --sync" as there have been updates in portage tree that fix some of these blockers too! :-)
Top
mystified
l33t
l33t
User avatar
Posts: 771
Joined: Sat Feb 14, 2004 1:33 am

  • Quote

Post by mystified » Thu Nov 13, 2008 4:12 pm

This is what I get:

Code: 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 / #         
Top
notHerbert
Advocate
Advocate
User avatar
Posts: 2228
Joined: Tue Mar 11, 2008 11:55 pm
Location: 45N 73W

  • Quote

Post by notHerbert » Thu Nov 13, 2008 4:21 pm

But why are they masked? Check your /etc/portage/package.mask.
Top
Post Reply

31 posts
  • 1
  • 2
  • Next

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic