Results 1 to 6 of 6
I was trying to update my system with emerge -uD world when this error came up:
Error: The sys-apps/utempter package conflicts with another package;
the two packages cannot be installed ...
- 06-20-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 95
emerge -uD world help
I was trying to update my system with emerge -uD world when this error came up:
Error: The sys-apps/utempter package conflicts with another package;
the two packages cannot be installed on the same system together.
So when I type emerge --pretend -uD world to see what they are, the who packages are:
sys-apps/utempter (is blocking sys-libs/libutemper-1.1.2.1)
sys-apps/utempter (is blocking sys-apps/shadow-4.0.25-r2)
Since I am new to gentoo, could some one please help me with this problem?
thanks!
- 06-21-2006 #2
It might be that utemper isn't really supported/needed anymore (maybe it's functionality is provided by the libutemper it's blocking?).
Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 06-21-2006 #3Just Joined!
- Join Date
- Mar 2006
- Posts
- 34
I've had that problem before, upgrading from stable to testing. The problem (IIRC) is that the functionality provided by pam-login is being provided by new packages, which create conflicts with pam-login. The solution is to unmerge pam-login.
I'm not quite sure of the above information, however. I could be more sure if you posted the output of emerge -avuD world.
- 06-21-2006 #4
i found unmergin pam-login stops me logging in. the best way is to unmerge it, emerge the new packages then remerge pam-login. that seems to work for me anyway.
Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?
- 06-21-2006 #5
just
emerge -C utempter
emerge -va --update --deep worldAll right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
- 06-21-2006 #6
If you are running an ~x86 install, then it is safe to uninstall pam login.
You must
Code:emerge -C pam-login
That will get it to where you can login safely, and you no longer need pam-login. It worked that way for me.Code:emerge --oneshot shadow
I don't know if it will work on a stable install. I run testing.


Reply With Quote
