Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
findutils wird nicht emerged
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
Christoph Schnauß
Guru
Guru


Joined: 17 Dec 2004
Posts: 553
Location: Berlin

PostPosted: Fri Oct 27, 2006 4:55 pm    Post subject: findutils wird nicht emerged Reply with quote

hallo,

ich versuche grade, eine ältere Installation, die ich über ein Jahr nicht mehr benutzt hatte, wieder aufzupolieren. Neuer Kernel ist vorhanden (2.6.19-r2), den alten X-Server habe ich rausgeworfen und einiges andere auch, baselayout und gentoolkit sind neu. Das Problem ist jetzt, daß bei der Neuinstallation des X-Servers zuerst als Abhängigkeit findutils installiert werden möchte. Das bricht mit einem Hinweis auf "ACCESS DENIED" leider ab.
Wenn ich findutils allein zu emergen versuche, gibt es einen Hinweis
Code:
QA Notice: USE Flag 'userland_GNU' not in IUSE for sys-apps/findutils-3.4.1-r1
Tatsächlich steht es im ebuild nicht drin, da kann ich es aber nicht reinschreiben. "emerge --info" zeigt mir, daß es aber vorhanden ist. Selbst wenn ich es nochmal in meine make.conf reinschreibe, ändert sich diese Meldung nicht.
Leider ist findutils ein sehr wichtiges Paket. Wenn das System "find" nicht kennt, werden ein paar Startscripts nicht ausgeführt, unter anderem das für die Netzwerkschnittstelle, so daß mein Rechner nicht online gehen kann. Wenn ich ihn von der CD starte, geht es problemlos, aber ich kann eine gechrootete Umgebung nicht zum Arbeiten benutzen, das taugt nur, wenn ich Pakete emergen möchte, die ich noch nicht im distfiles-Verzeichnis habe.

Kann mir jemand einen Tip geben, wie ich findutils doch noch ins System kriege?
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5205

PostPosted: Fri Oct 27, 2006 5:02 pm    Post subject: Reply with quote

mehr von der Fehlermeldung wäre nicht schlecht.
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
Christoph Schnauß
Guru
Guru


Joined: 17 Dec 2004
Posts: 553
Location: Berlin

PostPosted: Fri Oct 27, 2006 5:09 pm    Post subject: Reply with quote

firefly wrote:
mehr von der Fehlermeldung wäre nicht schlecht.
Es gibt aber nicht mehr. make macht noch ein Weilchen weiter und meldet auch noch brav: "Source compiled". Darunter kommt dann in roter Schrift eine Warnung: "ACCESS VIOLATION SUMMARY". Es wird eine Protokolldatei angegeben, in der aber nichts weiter steht als "access_wr: /". Und das wars dann. Da ich mich als root angemeldet habe, sollte ich eigentlich alle Berechtigungen besitzen.
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Fri Oct 27, 2006 5:15 pm    Post subject: Reply with quote

Christoph Schnauß wrote:
firefly wrote:
mehr von der Fehlermeldung wäre nicht schlecht.
Es gibt aber nicht mehr. make macht noch ein Weilchen weiter und meldet auch noch brav: "Source compiled". Darunter kommt dann in roter Schrift eine Warnung: "ACCESS VIOLATION SUMMARY". Es wird eine Protokolldatei angegeben, in der aber nichts weiter steht als "access_wr: /". Und das wars dann. Da ich mich als root angemeldet habe, sollte ich eigentlich alle Berechtigungen besitzen.


Mh, das ist die Sandbox. Und das war gut so. Schon mal re-gesynct? Bzw. b.g.o. mal geguckt ob da was dazu steht? Eventuell ist doch gcc version und emerge --info relevant.
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
Christoph Schnauß
Guru
Guru


Joined: 17 Dec 2004
Posts: 553
Location: Berlin

PostPosted: Fri Oct 27, 2006 5:23 pm    Post subject: Reply with quote

smg wrote:
Schon mal re-gesynct?
Ja.

smg wrote:
Bzw. b.g.o. mal geguckt ob da was dazu steht? Eventuell ist doch gcc version und emerge --info relevant.
"emerge --info" bringt nichts Aufschlußreiches, das zeigt ein flag "userland_GNU" als vorhanden an. GCC-Version ist 3.3.5, da läuft grade ein emerge.
Back to top
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Fri Oct 27, 2006 5:54 pm    Post subject: Reply with quote

Code:
emerge sandbox
Back to top
View user's profile Send private message
Christoph Schnauß
Guru
Guru


Joined: 17 Dec 2004
Posts: 553
Location: Berlin

PostPosted: Fri Oct 27, 2006 6:04 pm    Post subject: Reply with quote

psyqil wrote:
Code:
emerge sandbox

Läuft auch nicht vollständig durch. Dasselbe Ergebnis: eine ACCESS DENIED-Meldung und eine Protokolldatei, in der "access_wr:/" steht. Übrigens kann ich auch den GCC nicht neu bauen, weil der irgendwann einmal als Abhängigkeit findutils bauen möchte.
Back to top
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Fri Oct 27, 2006 6:05 pm    Post subject: Reply with quote

Wie steht's denn mit
Code:
emerge portage
:?:
Back to top
View user's profile Send private message
Christoph Schnauß
Guru
Guru


Joined: 17 Dec 2004
Posts: 553
Location: Berlin

PostPosted: Fri Oct 27, 2006 6:16 pm    Post subject: Reply with quote

Moment ... ich mußte die Eingabe etwas modifizieren. Mit
Code:
FEATURES=-sandbox emerge sandbox
ist das jetzt erstmal durchgelaufen, ohne dieses dämlihe ACCESS DENIED. Mal schauen, ob das mit findutils auch so geht.
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Fri Oct 27, 2006 6:23 pm    Post subject: Reply with quote

Christoph Schnauß wrote:
Moment ... ich mußte die Eingabe etwas modifizieren. Mit
Code:
FEATURES=-sandbox emerge sandbox
ist das jetzt erstmal durchgelaufen, ohne dieses dämlihe ACCESS DENIED. Mal schauen, ob das mit findutils auch so geht.


Das würde ich dir wirklich :!: _nicht_ :!: empfehlen!
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
Christoph Schnauß
Guru
Guru


Joined: 17 Dec 2004
Posts: 553
Location: Berlin

PostPosted: Fri Oct 27, 2006 6:31 pm    Post subject: Reply with quote

hallo,

es wird beim emergen der Sandbox extra angegeben, daß es dafür probiert werden soll. Und da hats ja auch gewirkt. Siehe da, für findutils brauchte ich FEATURES nicht davorzuschreiben, das ist im Moment grade noch fertiggeworden, allerdings wurde mir ganz zu Beginn die QA Notice immer noch angezeigt.
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Fri Oct 27, 2006 6:50 pm    Post subject: Reply with quote

Die QA ist für dich praktisch egal als User, die sollte nur Devs betreffen.
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
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