Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem Installation KDE
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
ayin
n00b
n00b


Joined: 29 Mar 2007
Posts: 17

PostPosted: Fri Mar 30, 2007 7:37 am    Post subject: Problem Installation KDE Reply with quote

Hi!

Ich hab das Problem mit ein paar blockierenden Packeten. Ich würde gerne KDE installieren. ein emerge -Dvup kde bringt mit 3 blockierende Packete:

[blocks B] >=x11-proto/xproto-7.0.6 (is blocking x11-libs/libX11-1.0.1-r1)
[blocks B] app-admin/eselect-esd (is blocking media-sound/esound-0.2.36-r1)
[blocks B] <media-sound/esound-0.2.36-r2 (is blocking app-admin/eselect-esd)

Wie kann ich nun diese drei Probleme beheben? ein emerge unmerge eselect-esd sowie ein emerge -C eselect-esd liefert mir: Couldn't find 'eselect-esd' to unmerge. Dasselbe bei den anderen dreien. Wie werde ich diese drei Probleme los?


EDIT: Update: nach einem emerge -C xproto eselect-esd esound hat er das Package esound entfernt und nun bleibt nur mehr das Problem mit xproto.

Also die aktuelle Frage lautet, wie kann ich xproto unmergen?


mfg,
ayin
Back to top
View user's profile Send private message
senti
n00b
n00b


Joined: 29 Jun 2006
Posts: 67

PostPosted: Fri Mar 30, 2007 9:09 am    Post subject: Reply with quote

funktioniert den "unmerge xproto-7.0.6" nicht?
Back to top
View user's profile Send private message
ayin
n00b
n00b


Joined: 29 Mar 2007
Posts: 17

PostPosted: Fri Mar 30, 2007 9:13 am    Post subject: Reply with quote

Nein auch nicht.

unmerge liefert ein command not found.

emerge --unmerge xproto-7.0.6 sagt mir: Couldn't find 'xproto-7.0.6' to unmerge.
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


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

PostPosted: Fri Mar 30, 2007 9:13 am    Post subject: Reply with quote

Nachdem du anscheinend xproto schon weg hast, kannst du über:

emerge -uDav world --tree --newuse

sehen, welches Programm xproto wieder haben will.
Evtl kannstu dann davon eine neuere Version installieren.

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


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

PostPosted: Fri Mar 30, 2007 9:14 am    Post subject: Reply with quote

ayin wrote:
Nein auch nicht.

unmerge liefert ein command not found.

emerge --unmerge xproto-7.0.6 sagt mir: Couldn't find 'xproto-7.0.6' to unmerge.


Entweder:
emerge --unmerge =xproto-7.0.6

Oder:

emerge -C xproto

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


Joined: 29 Mar 2007
Posts: 17

PostPosted: Fri Mar 30, 2007 9:24 am    Post subject: Reply with quote

Also es will nicht. Emerge --unmerge =xproto-7.0.6 liefert auch ein Couldn't find '=xproto-7.0.6' to unmerge.
Scheinbar findet er das xproto nicht. aber wenn ich kde installieren will, sagt er mir, dass genau dieses Packet blockiert.

und emerge -uDav world --tree --newuse liefert mir:

[blocks B] >=x11-proto/xproto-7.0.6 (is blocking x11-libs/libX11-1.0.1-r1)


Last edited by ayin on Fri Mar 30, 2007 9:26 am; edited 1 time in total
Back to top
View user's profile Send private message
manuels
Advocate
Advocate


Joined: 22 Nov 2003
Posts: 2146
Location: Europe

PostPosted: Fri Mar 30, 2007 9:25 am    Post subject: Reply with quote

dann versuch es mal mit der zweiten Variante:
Code:
emerge -C xproto

_________________
Build your own live cd with catalyst 2.0!
Back to top
View user's profile Send private message
ayin
n00b
n00b


Joined: 29 Mar 2007
Posts: 17

PostPosted: Fri Mar 30, 2007 9:27 am    Post subject: Reply with quote

Das liefert mir das gleiche Ergebnis: Couldn't find 'xproto' to unmerge
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


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

PostPosted: Fri Mar 30, 2007 9:34 am    Post subject: Reply with quote

ayin wrote:
Also es will nicht. Emerge --unmerge =xproto-7.0.6 liefert auch ein Couldn't find '=xproto-7.0.6' to unmerge.
Scheinbar findet er das xproto nicht. aber wenn ich kde installieren will, sagt er mir, dass genau dieses Packet blockiert.

und emerge -uDav world --tree --newuse liefert mir:

[blocks B] >=x11-proto/xproto-7.0.6 (is blocking x11-libs/libX11-1.0.1-r1)


Die blocks stehen immer ganz unten.
Aber mit --tree siehst du, welches Programm was als Abhängigkeit braucht.

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


Joined: 29 Mar 2007
Posts: 17

PostPosted: Fri Mar 30, 2007 10:52 am    Post subject: Reply with quote

Das mit den Abhängigkeiten ist mir schon klar. Aber ich frage mich, warum ich dieses xproto nicht deinstallieren kann? Das kann doch nicht so schwierig sein. Und wenn er das Programm als installiertes nicht findet, wie kann es dann etwas blockieren?
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


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

PostPosted: Fri Mar 30, 2007 12:40 pm    Post subject: Reply with quote

Du hast es noch nicht ganz durchschaut.

Xproto ist deinstalliert. Aber du hast ein Paket, was xproto braucht. Dadurch soll es wieder installiert werden, also gibt es einen Block.

Zeig also mal die Ausgabe, oder versuchs alleine. Aber so drehen wir uns im Kreis.

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


Joined: 13 May 2006
Posts: 1471
Location: Germany

PostPosted: Fri Mar 30, 2007 2:02 pm    Post subject: Reply with quote

Evtl. mal
Code:
emerge --depclean -av
und
Code:
revdep-rebuild
versuchen.
_________________
Notes on Dhamma
How to waste your time: look for an explanation of consciousness, ask to know what feeling is. (Nanavira Thera)
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