Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

28.09.2005, 10:27

x11 lässt sich nich 'unmergen'

Hi
,
ich habe versucht gentoo unter vmware ver. 4.5.1 build-7568 zu installieren.
Hat auch alles geklappt bis ich versucht habe x zum laufen zu bewegen. Dann friert die Machine ein.....
Habe gegoogelt und herausgef. das es ein xorg problem ist.
Nach einem kurzen

Quellcode

1
emerge --search vmware

habe ich herausgefunden das es einen vmware treiber für x gibt allerdings sind alle pakete maskiert <sigh>.
Nach dem ich mein emerge kde mit

Quellcode

1
2
emerge --unmerge kde
emerge --unmerge x11

rückgangig gemacht habe hab ich versucht das ebuild mit dem vmware treiber zu installieren

Quellcode

1
ACCEPT_KEYWORDS="~x86" emerge x11-drivers/xf86-drivers-vmware

aber ich krieg immer eine Fehlermeldung über eine angeblich installierte
x11-base/xorg-x11-7 version:

Quellcode

1
[blocks B] <x11-base/xorg-x11-7 is blocking(.......)


Hat jemand eine idee?
Ich hab auch schon revdep-rebuild versucht.
auch unter /var/db/pkg/x11-base sind keine pakete eingtragen....

HILFE
In a World without walls and fences we need no Windows and Gates

2

28.09.2005, 10:52

Hi,
ich hatte ne ähnliches Problem, wollte Xorg auch loswerden.
Dieses hat sich aber bei nem emerge -uDavt world wieder selbst installiert.
Lag an einem gesetzen USE-FLAG
Kannst ja mal hier nachschauen.
Vielleicht hilfts.

Gruß
Tobi
Alles geht schief!
Wenn etwas aussieht als sei es nicht schief gegangen,
ist es das bestimmt,
aber es sieht nur richtig aus!

amielke

unregistriert

3

28.09.2005, 11:41

Hallo,

versuch mal emerge --unmerge xorg-x11 vielleicht hilft es.

Gruß Andreas

4

28.09.2005, 11:51

@amielke

Hab ich schon versucht --> bringt nix.

Es kommt mir fast so vor als wäre xorg gar nicht drauf sondern emerge 'denkt' nur es wäre da.......
In a World without walls and fences we need no Windows and Gates

5

28.09.2005, 12:07

@nols

hat leider auch nicht funktioniert......
Wo speichert portage die verweise auf die installierten pakete?
In a World without walls and fences we need no Windows and Gates

amielke

unregistriert

6

28.09.2005, 12:43

Hallo,

vi /var/lib/portage/world

da steht alles was Du mit emrge installiert hast dring. Abhängigkeiten werden dort aber nicht notiert.

Gruß

7

28.09.2005, 12:51

Also im world file steht auch nix von x11 oder xorg.
Abhängigkeiten hab ich auch keine mehr drauf hab sogar schon in der make.conf alles was mit x zu tun hat rausgeschmissen hat aber nix gebracht.

An was könnte das sonst noch liegen?
In a World without walls and fences we need no Windows and Gates

amielke

unregistriert

8

28.09.2005, 13:01

poste doch mal Dein world Datei.

Vielleicht hilft ja auch ein "emerge --depclean -av"

Gruß

9

28.09.2005, 13:11

Meine aktuelle World datei:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
app-arch/gzip
sys-kernel/gentoo-sources
app-portage/epm
app-editors/vim
sys-process/vixie-cron
sys-devel/gettext
app-portage/gentoolkit
app-editors/nano
sys-kernel/linux-headers
sys-boot/grub
sys-libs/glibc
net-misc/dhcpcd


emerge --depclean -av findet auch nix zun unmergen ........

Langsam verzweifel ich hier
In a World without walls and fences we need no Windows and Gates

amielke

unregistriert

10

28.09.2005, 13:20

mach mal nen emerge -av --update --newuse world

Er wird dann bestimmt ein Paar Peckete neu bauen wollen.

z.b. vim ist bestimmt mit x unterstützunh drauf. Wenn Du das gemacht hast, machst nochmal nen depclean.


Gruß

Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »amielke« (28.09.2005, 16:53)


11

28.09.2005, 13:27

[blocks B] <x11-base/xorg-x11-7 is blocking(.......)

standen da wirklich punkte drin?

12

28.09.2005, 13:32

also emerge -av --newuse -world findet nix zum ändern
vim löschen bringt nix hab danach n depclean gemacht
da findet er zwei x librarys die als broken gekennzeichnet sind.

@bUscher nein da standen kein Punkte drin

Quellcode

1
2
3
z.B.
[blocks B] <x11-base/xorg-x11-7 (is blocking x11-base/xorg-server-0.99-r9)
usw
In a World without walls and fences we need no Windows and Gates

amielke

unregistriert

13

28.09.2005, 13:49

dann emerge --unmerge xorg-server

14

28.09.2005, 13:57

also ich poste jetzt mal die ganze ausgabe

also :
emerge x11-drivers/xf86-video-vmware

Quellcode

1
2
3
4
5
Calculating dependencies  ....done!

!!! Error: the <x11-base/xorg-x11-7 package conflicts with another package.
!!!        both can't be installed on the same system together.
!!!        Please use 'emerge --pretend' to determine blockers.


emerge -p x11-drivers/xf86-video-vmware

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
These are the packages that I would merge, in order:

Calculating dependencies  .done
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-proto/xf86vidmodeproto-2.2)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-proto/printproto-1.0)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-libs/libXxf86vm-0.99.0)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-libs/libXi-0.99.0)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-libs/libdrm-1.0.3)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-libs/libxkbfile-0.99.0)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-proto/xineramaproto-1.1-r1)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-apps/xauth-0.99.0)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-misc/xbitmaps-0.99.0)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-base/xorg-server-0.99.1-r9)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-misc/xkbdata-0.99.0)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-apps/xkbcomp-0.99.0-r1)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-proto/resourceproto-1.0)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-proto/recordproto-1.13)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-proto/evieext-1.0)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-proto/xf86bigfontproto-1.1)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-apps/xinit-0.99.1_pre20050905-r3)
[blocks B     ] <x11-base/xorg-x11-7 (is blocking x11-proto/fixesproto-3.0)
[ebuild     U ] dev-util/pkgconfig-0.19 [0.17.2-r1] 
[ebuild  N    ] x11-misc/util-macros-0.99.0  
[ebuild  N    ] x11-proto/xproto-7.0_p20050917  
[ebuild  N    ] x11-proto/trapproto-3.4  
[ebuild  N    ] x11-proto/compositeproto-0.2  
[ebuild  N    ] x11-proto/kbproto-1.0-r1  
[ebuild  N    ] x11-proto/xcmiscproto-1.1  
[ebuild  N    ] x11-proto/bigreqsproto-1.0  
[ebuild  N    ] x11-proto/inputproto-1.3  
[ebuild  N    ] x11-libs/libXau-0.99.0  
[ebuild  N    ] x11-libs/libXdmcp-0.99.0  
[ebuild  N    ] x11-proto/xextproto-7.0  
[ebuild  N    ] x11-libs/xtrans-0.99.0  
[ebuild  N    ] x11-libs/libX11-0.99.1_pre20050905  
[ebuild  N    ] x11-proto/renderproto-0.9  
[ebuild  N    ] x11-libs/libXrender-0.9.0  
[ebuild  N    ] x11-proto/dmxproto-2.2  
[ebuild  N    ] x11-proto/damageproto-1.0  
[ebuild  N    ] x11-proto/xf86dgaproto-2.0  
[ebuild  N    ] x11-proto/videoproto-2.2  
[ebuild  N    ] x11-libs/libICE-0.99.0  
[ebuild  N    ] x11-libs/libSM-0.99.0  
[ebuild  N    ] x11-libs/libXt-0.99.0  
[ebuild  N    ] x11-libs/libXext-0.99.0  
[ebuild  N    ] x11-libs/libXmu-0.99.0  
[ebuild  N    ] x11-proto/scrnsaverproto-1.0  
[ebuild  N    ] app-admin/eselect-0.9.6  
[ebuild  N    ] app-admin/eselect-opengl-1.0.2-r1  
[ebuild  N    ] x11-apps/rgb-0.99.0-r1  
[ebuild  N    ] x11-apps/iceauth-0.99.0  
[ebuild  N    ] media-libs/freetype-2.1.10  
[ebuild  N    ] x11-libs/libfontenc-0.99.0  
[ebuild  N    ] x11-apps/mkfontscale-0.99.0  
[ebuild  N    ] media-fonts/encodings-0.99.0  
[ebuild  N    ] x11-proto/fontsproto-2.0  
[ebuild  N    ] media-fonts/font-alias-0.99.0  
[ebuild  N    ] x11-proto/xf86rushproto-1.1  
[ebuild  N    ] x11-proto/fontcacheproto-0.1  
[ebuild  N    ] x11-libs/libXfont-0.99.0-r1  
[ebuild  N    ] x11-apps/bdftopcf-0.99.0  
[ebuild  N    ] x11-apps/mkfontdir-0.99.0  
[ebuild  N    ] media-fonts/font-util-0.99.0  
[ebuild  N    ] media-fonts/font-misc-misc-0.99.0  
[ebuild  N    ] media-fonts/font-cursor-misc-0.99.0  
[ebuild  N    ] x11-proto/xf86miscproto-0.9  
[ebuild  N    ] x11-proto/randrproto-1.1  
[ebuild  N    ] x11-misc/makedepend-0.99.0  
[ebuild  N    ] x11-proto/glproto-1.4-r1  
[ebuild  N    ] x11-libs/motif-config-0.9  
[ebuild  N    ] media-libs/libpng-1.2.8  
[ebuild  N    ] x11-base/opengl-update-3.0.0  
[ebuild  N    ] x11-misc/ttmkfdir-3.0.9-r3  
[ebuild  N    ] media-libs/fontconfig-2.3.2  
[ebuild  N    ] x11-base/xorg-x11-6.8.2-r5  
[ebuild  N    ] x11-libs/openmotif-2.2.3-r7  
[ebuild  N    ] app-arch/rpm2targz-9.0-r4  
[ebuild  N    ] sys-apps/utempter-0.5.5.6  
[ebuild  N    ] x11-terms/xterm-204  
[ebuild  N    ] x11-proto/xf86vidmodeproto-2.2  
[ebuild  N    ] x11-proto/printproto-1.0  
[ebuild  N    ] x11-libs/libXxf86vm-0.99.0  
[ebuild  N    ] x11-libs/libXi-0.99.0  
[ebuild  N    ] x11-libs/libdrm-1.0.3  
[ebuild  N    ] media-libs/mesa-6.3.2-r1  
[ebuild  N    ] x11-libs/libxkbfile-0.99.0  
[ebuild  N    ] x11-proto/xineramaproto-1.1-r1  
[ebuild  N    ] x11-apps/xauth-0.99.0  
[ebuild  N    ] x11-misc/xbitmaps-0.99.0  
[ebuild  N    ] x11-apps/xkbcomp-0.99.0-r1  
[ebuild  N    ] x11-misc/xkbdata-0.99.0  
[ebuild  N    ] x11-proto/resourceproto-1.0  
[ebuild  N    ] x11-proto/recordproto-1.13  
[ebuild  N    ] x11-proto/evieext-1.0  
[ebuild  N    ] x11-proto/xf86bigfontproto-1.1  
[ebuild  N    ] x11-apps/xinit-0.99.1_pre20050905-r3  
[ebuild  N    ] x11-proto/fixesproto-3.0  
[ebuild  N    ] x11-base/xorg-server-0.99.1-r9  
[ebuild  N    ] x11-drivers/xf86-video-vmware-10.10.2


emerge --unmerge xorg-server

Quellcode

1
2
3
--- Couldn't find xorg-server to unmerge.

>>> unmerge: No packages selected for removal.
In a World without walls and fences we need no Windows and Gates

amielke

unregistriert

15

28.09.2005, 14:13

da steht es doch auch.

Zitat

[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-proto/xf86vidmodeproto-2.2)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-proto/printproto-1.0)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-libs/libXxf86vm-0.99.0)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-libs/libXi-0.99.0)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-libs/libdrm-1.0.3)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-libs/libxkbfile-0.99.0)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-proto/xineramaproto-1.1-r1)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-apps/xauth-0.99.0)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-misc/xbitmaps-0.99.0)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-base/xorg-server-0.99.1-r9)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-misc/xkbdata-0.99.0)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-apps/xkbcomp-0.99.0-r1)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-proto/resourceproto-1.0)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-proto/recordproto-1.13)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-proto/evieext-1.0)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-proto/xf86bigfontproto-1.1)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-apps/xinit-0.99.1_pre20050905-r3)
[blocks B ] <x11-base/xorg-x11-7 (is blocking x11-proto/fixesproto-3.0)


alle Packete müssen dann erst gelöscht werden.

z.b. xf86vidmodeproto printproto usw.


Gruß

16

28.09.2005, 14:24

ja nur das problem ist wenn ich
emerge --unmerge xf86vidmodeproto
oder
emerge --unmerge printproto mache
bekomme ich die meldung das er nix findet
In a World without walls and fences we need no Windows and Gates

amielke

unregistriert

17

28.09.2005, 14:34

bist Du denn mal alle Packete durchgegangen die mit einem [blocks B versehen sind???

Gruß

18

28.09.2005, 14:40

werd ich gleich mal testeb
In a World without walls and fences we need no Windows and Gates

amielke

unregistriert

19

28.09.2005, 14:46

OK und dann schreibst und obn es was gebracht hat.

Viele Grüße Andreas

20

28.09.2005, 14:47

emerge --unmerge xf86vidmodeproto
emerge --unmerge printproto
emerge --unmerge libXxf86vm
emerge --unmerge libXi
emerge --unmerge libdrm
emerge --unmerge libxkbfile
emerge --unmerge xineramaproto
emerge --unmerge xauth
emerge --unmerge xbitmaps
emerge --unmerge xorg-server
emerge --unmerge xkbdata
emerge --unmerge xkbcomp
emerge --unmerge resourceproto
emerge --unmerge recordproto
emerge --unmerge evieext
emerge --unmerge xf86bigfontproto
emerge --unmerge xinit
emerge --unmerge fixesproto

keine chance alles angeblich nicht vorhanden wenn ich es unmergen will
In a World without walls and fences we need no Windows and Gates