Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem in a new installation [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
rpil
Guru
Guru


Joined: 23 May 2008
Posts: 314

PostPosted: Fri Oct 30, 2009 8:22 am    Post subject: Problem in a new installation [SOLVED] Reply with quote

As I was forced to clear my 2007 system (https://forums.gentoo.org/viewtopic-t-788576-highlight-.html), I decided to re-install Gentoo on my HD! :D
So, I took the Handbook and some notes and started again...
After two and a half days, I saw the cursor by my user name! I installed xorg and I gave emerge gnome-base/gnome to have my graphical environment.
Unfortunately, I receive this message:
Code:
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

sys-auth/pambase:0

('ebuild', '/', 'sys-auth/pambase-20090620.1-r1', 'merge') pulled in by
>=sys-auth/pambase-20090430[consolekit,-gnome-keyring] required by ('ebuild', '/', 'gnome-base/gdm-2.20.10-r2', 'merge')
sys-auth/pambase[consolekit] required by ('ebuild', '/', 'net-wireless/bluez-4.39-r2', 'merge')
(and 1 more)

('installed', '/', 'sys-auth/pambase-20090620.1-r1', 'nomerge') pulled in by
sys-auth/pambase required by ('ebuild', '/', 'app-admin/sudo-1.7.2_p1', 'merge')

Explanation:

New USE are correctly set, but --newuse wasn't requested, so an
installed package with incorrect USE happened to get pulled into the
dependency graph. In order to solve this, either specify the --newuse
option or explicitly reinstall 'sys-auth/pambase:0'.


What now? I have no experience with Gentoo and I don't know exactly what to do. :(
Please, help mt to see Desktop! :?


Last edited by rpil on Fri Nov 20, 2009 9:11 pm; edited 1 time in total
Back to top
View user's profile Send private message
Veldrin
Veteran
Veteran


Joined: 27 Jul 2004
Posts: 1945
Location: Zurich, Switzerland

PostPosted: Fri Oct 30, 2009 10:25 am    Post subject: Reply with quote

you are missing some use-flags for sys-auth/pambase...

The following should fix your problem.

Code:
# mkdir -p /etc/portage
# echo "sys-auth/pambase consolekit -gnome-keyring" >> /etc/portage/package.keywords
# emerge -a1 pambase


Then you should be able to continue with your normal emerges.


just my .02$
V.

For reference, and self-education: Gentoo Handbook, USE-Flags
Back to top
View user's profile Send private message
rpil
Guru
Guru


Joined: 23 May 2008
Posts: 314

PostPosted: Fri Oct 30, 2009 2:41 pm    Post subject: Reply with quote

Bad luck! :(
Code:
('ebuild' , '/' , 'dev-libs/DirectFB-1.2.7' , 'merge') depends on
   ('ebuild' , '/' , 'media-libs/libsdl-1.2.13-r1' , 'merge') (buildtime)
('ebuild' , '/' , 'net-nds/openldap-2.3.43' , 'merge') depends on
   ('ebuild' , '/' , 'dev-libs/cyrus-sasl-2.1.23-r1' , 'merge') (buildtime)
ebuild' , '/' , 'media-libs-libsdl-1,2,13-r1' , 'merge') depends on
   ('ebuild' , '/' , 'dev-libs/DirectFB-1.2.7' , 'merge') (buildtime)
('ebuild' , '/' , 'dev-libs/cyrus-sasl-2.1.23-r1' , 'merge') depends on
   ('ebuild' , '/' , 'net-nds/openldap-2.3.43' , 'merge') (buildtime)
Back to top
View user's profile Send private message
Genone
Retired Dev
Retired Dev


Joined: 14 Mar 2003
Posts: 9527
Location: beyond the rim

PostPosted: Fri Oct 30, 2009 2:58 pm    Post subject: Reply with quote

As mentioned in your first post:
Quote:
Explanation:

New USE are correctly set, but --newuse wasn't requested, so an
installed package with incorrect USE happened to get pulled into the
dependency graph. In order to solve this, either specify the --newuse
option or explicitly reinstall 'sys-auth/pambase:0'.


If that doesn't solve your problem please file a bugreport on bugs.gentoo.org.
Back to top
View user's profile Send private message
rpil
Guru
Guru


Joined: 23 May 2008
Posts: 314

PostPosted: Mon Nov 02, 2009 2:10 pm    Post subject: Reply with quote

I made it! It was "directfb" and "sasl" falgs which caused the problem! I have now a brand new Gentoo installation on my machine, with both Gnome and KDE! :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum