Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266501 - sys-libs/com_err and sys-libs/ss are blocking sys-libs/e2fsprogs-libs
Summary: sys-libs/com_err and sys-libs/ss are blocking sys-libs/e2fsprogs-libs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 266517 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-17 10:25 UTC by h_des_steppes@hotmail.com
Modified: 2009-04-18 12:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description h_des_steppes@hotmail.com 2009-04-17 10:25:38 UTC
I try to upgrade my gentoo system, but I reach 3 packages blocking each others.
  sys-libs/com_err is blocking sys-libs/e2fsprogs-libs-1.41.3-r1
  sys-libs/e2fsprogs-libs is blocking sys-libs/ss-1.40.9, sys-libs/com_err-1.40.9
  sys-libs/ss is blocking sys-libs/e2fsprogs-libs-1.41.3-r1

The problem is that I cannot remove any package :
  1) ys-libs/com_err and sys-libs/ss are required by dev-python/gnome-python-extras and gnome
  2) sys-libs/e2fsprogs-libs are required by app-crypt/mit-krb5 and then evolution

Could you help me ?

Reproducible: Didn't try
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2009-04-17 11:08:21 UTC
This should help w/o warranty:

# don't depend on the net later
emerge -fuD world
# backup in case something goes wrong
quickpkg ss com_err
# unmerge
emerge -C ss com_err e2fsprogs
# merge
emerge -1 e2fsprogs-libs
emerge e2fsprogs
# fix broken things
revdep-rebuild
Comment 2 h_des_steppes@hotmail.com 2009-04-17 12:03:20 UTC
*** Bug 266517 has been marked as a duplicate of this bug. ***
Comment 3 h_des_steppes@hotmail.com 2009-04-17 12:10:01 UTC
(In reply to comment #2)
> *** Bug 266517 has been marked as a duplicate of this bug. ***
> 

(In reply to comment #1)
> This should help w/o warranty:
> 
> # don't depend on the net later
> emerge -fuD world
> # backup in case something goes wrong
> quickpkg ss com_err
> # unmerge
> emerge -C ss com_err e2fsprogs
> # merge
> emerge -1 e2fsprogs-libs
> emerge e2fsprogs
> # fix broken things
> revdep-rebuild
> 

Hello,
This allows me to install e2fsprogs-libs for sure... But then, I am not able to
install gnome, as gnome-python-extras requries ss and com_err....

The problem is that I need all 3 packages installed on my system.
Comment 4 Rafał Mużyło 2009-04-17 23:05:33 UTC
How long it's been since you've sync'ed ?
How long it has been since you've upgraded portage ?
Comment 5 Göktürk Yüksek archtester gentoo-dev 2009-04-18 08:00:36 UTC
I solved that problem with unmerging com_err, ss, e2fsprogs, e2fsprogs-libs and doing "emerge --update --newuse --deep --prevent world", it should pull e2fsprogs as a dependancy, i didn't merge com_err, ss again.
Comment 6 h_des_steppes@hotmail.com 2009-04-18 08:44:01 UTC
(In reply to comment #4)
> How long it's been since you've sync'ed ?
> How long it has been since you've upgraded portage ?
> 

I've synchronised last week (emerge --sync), and emerge portage just after sync
had finished. Then, I started by a emerge --update --deep world.
Then, I had several other issue before having this package conflict.
Comment 7 h_des_steppes@hotmail.com 2009-04-18 10:02:23 UTC
(In reply to comment #5)
> I solved that problem with unmerging com_err, ss, e2fsprogs, e2fsprogs-libs and
> doing "emerge --update --newuse --deep --prevent world", it should pull
> e2fsprogs as a dependancy, i didn't merge com_err, ss again.
> 

How did you unmerge e2fsprogs ? It says :
!!! 'sys-fs/e2fsprogs' is part of your system profile.
!!! Unmerging it may be damaging to your system.

And I'm afraid I'll have no more access to my filesystems...
Comment 8 h_des_steppes@hotmail.com 2009-04-18 12:03:29 UTC
(In reply to comment #5)
> I solved that problem with unmerging com_err, ss, e2fsprogs, e2fsprogs-libs and
> doing "emerge --update --newuse --deep --prevent world", it should pull
> e2fsprogs as a dependancy, i didn't merge com_err, ss again.
> 

Finally, you are right. I removed com_err, ss, e2fsprogs-libs (but NOT e2fsprogs). Then I reinstalled e2fsprogs and I succeed in avoiding installing ss and com_err.

The update now continues... I think that this problem can be considered as solved.