Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Multiple Versions
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
HoloDoc
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jun 2006
Posts: 76

PostPosted: Sat May 03, 2008 11:16 am    Post subject: Multiple Versions Reply with quote

Hi Leute!

Ich wollte heute mal wieder mein System updaten, doch leider bekomme ich eine für mich unverständliche Fehlermeldung:


emerge --newuse --update --deep --verbose world:
Code:
# emerge --newuse --update --deep --verbose world

These are the packages that would be merged, in order:

Calculating world dependencies /
!!! Multiple versions within a single package slot have been
!!! pulled into the dependency graph:

dev-libs/libnl:0

  ('installed', '/', 'dev-libs/libnl-1.0_pre6-r1', 'nomerge') pulled in by
    ('installed', '/', 'net-misc/networkmanager-0.6.5_p20070823', 'nomerge')

  ('ebuild', '/', 'dev-libs/libnl-1.1-r1', 'merge') pulled in by
    ('installed', '/', 'kde-misc/knetworkmanager-0.2.1_p20071228', 'nomerge')
    ('installed', '/', 'net-misc/networkmanager-vpnc-0.6.4_p20070621', 'nomerge')

kde-base/kdelibs:3.5

  ('ebuild', '/', 'kde-base/kdelibs-3.5.8-r4', 'merge') pulled in by
    ('installed', '/', 'kde-base/kamera-3.5.8', 'nomerge')

  ('ebuild', '/', 'kde-base/kdelibs-3.5.9-r3', 'merge') pulled in by
    ('installed', '/', 'app-cdr/k3b-1.0.4', 'nomerge')
    ('installed', '/', 'app-editors/kxmleditor-1.1.4', 'nomerge')
    ('installed', '/', 'dev-util/kdevelop-3.5.0', 'nomerge')
    (and 19 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 PACKAGES section in the emerge man page
or refer to the Gentoo Handbook.

!!! Depgraph creation failed.


Kann mir jemand helfen?!

HoloDoc
Back to top
View user's profile Send private message
duga3
n00b
n00b


Joined: 15 Mar 2008
Posts: 30
Location: Graz

PostPosted: Sat May 03, 2008 11:30 am    Post subject: Reply with quote

Versuch nochmal ein emerge --sync, ev. passt was mit dem tree nicht.
Back to top
View user's profile Send private message
HoloDoc
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jun 2006
Posts: 76

PostPosted: Sat May 03, 2008 11:34 am    Post subject: Reply with quote

Danke, aber das hab ich bereits mehrfach versucht,hat leider nix geholfen.....
Back to top
View user's profile Send private message
ScytheMan
l33t
l33t


Joined: 30 Nov 2005
Posts: 605

PostPosted: Sat May 03, 2008 11:36 am    Post subject: Reply with quote

kde-base/kdelibs:3.5

('ebuild', '/', 'kde-base/kdelibs-3.5.8-r4', 'merge') pulled in by
('installed', '/', 'kde-base/kamera-3.5.8', 'nomerge')

('ebuild', '/', 'kde-base/kdelibs-3.5.9-r3', 'merge') pulled in by
('installed', '/', 'app-cdr/k3b-1.0.4', 'nomerge')
('installed', '/', 'app-editors/kxmleditor-1.1.4', 'nomerge')
('installed', '/', 'dev-util/kdevelop-3.5.0', 'nomerge')
(and 19 more)



-> kamera-3.5.8 braucht kdelibs-3.5.8-r4, aber verträgt sich nicht mit der 3.5.9-r3 version.
ergo: update kamera auf 3.5.9
(per package.keywords)
oder in die package.mask ne maskierung für kdelibs-3.5.9


im anderen fall ist es ähnlich.

net-misc/networkmanager-0.6.5_p20070823 verträgt sich nicht mit der neuen libnl version. also solltest du das auch mal updaten.

da alle die lbnl 1.1-r1 wollen, aber auch mit libnl-1.0_pre6-r1 können, schmeisst du entweder die 1.1 in die package.mask oder du tust den networkmanager auch noch in die package.keywords, dann bist du da auch auf testing arch, genauso wie bei knetworkmanager und networkmanager-vpnc
Back to top
View user's profile Send private message
HoloDoc
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jun 2006
Posts: 76

PostPosted: Sat May 03, 2008 12:10 pm    Post subject: Reply with quote

Danke dir!

Komisch nur, dass nachdem ich kamera deinstalliert habe immer noch gemeckert hat. Naja springe jetzt auf den kompletten Testzweig über, da ich sonst unmengen an Paketen un die package.keywords eingeben müsste, außerdem ist es auch ganz schön zu wissen die aktuellste software zu haben ;)


Auf jeden Fall nochmal BIG THX

HoloDoc
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Sat May 03, 2008 12:11 pm    Post subject: Reply with quote

Um das zu automatisieren, schau dir einfach mal "autounmask" an.

Da gibst du die Version an, die du haben magst, und der Rest wird automatisch gemacht.

Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
ScytheMan
l33t
l33t


Joined: 30 Nov 2005
Posts: 605

PostPosted: Sat May 03, 2008 12:22 pm    Post subject: Reply with quote

HoloDoc wrote:
Danke dir!

Komisch nur, dass nachdem ich kamera deinstalliert habe immer noch gemeckert hat. Naja springe jetzt auf den kompletten Testzweig über, da ich sonst unmengen an Paketen un die package.keywords eingeben müsste, außerdem ist es auch ganz schön zu wissen die aktuellste software zu haben ;)


Auf jeden Fall nochmal BIG THX

HoloDoc


von nem kompletten ~arch ist auf nem Produktivsystem eher abzuraten. Wenn das dein Bastelrechner ist, dann ists kein Problem. Wenn du ihn aber wirklich nutzen möchtest, solltest du dir die Mühe machen mit package.keywords/mask/etc. klarzukommen. Dürfte als Einsteiger im Vergleich zum Testing-Arch-System ne Menge Frust ersparen.

http://www.gentoo.de/doc/de/handbook/handbook-x86.xml?part=3&chap=3
Back to top
View user's profile Send private message
HoloDoc
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jun 2006
Posts: 76

PostPosted: Sat May 03, 2008 12:26 pm    Post subject: Reply with quote

Benutze Gentoo jetzt eigentlich schon seit 2 Jahren und bin sehr zufrieden, hab das update auch abgebrochen und benutz jetzt autounmask
Grund für dieUmstellung war ja nur, dass ich zu faul bin die ganzen Pakete einzeln in die package.keywords einzugeben....
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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