Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge sucht sed - ohne sed, kein emerge sed
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
Royal
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jun 2004
Posts: 78
Location: Hamburg, Germany

PostPosted: Tue Aug 30, 2005 9:57 am    Post subject: emerge sucht sed - ohne sed, kein emerge sed Reply with quote

Habe immernoch Probleme mit meinem Portage. Mit dem Profil ist jetzt wieder alles bestens (dank dem Rescue snapshot).

Neues Problem:
Wenn ich etwas emergen möchte gibts folgende Fehlermeldung:
(auch beim emergen von sed : )

Code:
cvsint sed # emerge sed
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-apps/sed-4.1.4 to /
>>> md5 files   ;-) sed-4.0.9.ebuild
>>> md5 files   ;-) sed-4.1.4.ebuild
>>> md5 files   ;-) files/dos2unix
>>> md5 files   ;-) files/unix2dos
>>> md5 files   ;-) files/digest-sed-4.0.9
>>> md5 files   ;-) files/digest-sed-4.1.4
>>> md5 files   ;-) files/sed-4.1.4-fix-invalid-ref-error.patch
>>> md5 files   ;-) files/sed-4.1.4-makeinfo-c-locale.patch
>>> md5 src_uri ;-) sed-4.1.4.tar.gz
>>> Unpacking source...
>>> Unpacking sed-4.1.4.tar.gz to /var/tmp/portage/sed-4.1.4/work
 * Applying sed-4.1.4-makeinfo-c-locale.patch ...                                                                                                      [ ok ]
 * Applying sed-4.1.4-fix-invalid-ref-error.patch ...                                                                                                  [ ok ]
/usr/lib/portage/bin/ebuild.sh: line 43: sed: command not found

!!! ERROR: sys-apps/sed-4.1.4 failed.
!!! Function src_unpack, Line 45, Exitcode 127
!!! sed html doc
!!! If you need support, post the topmost build error, NOT this status message.


Ein sed finde ich nicht auf der Kiste, es sieht aber so aus, als wenn es zum emergen bzw. auch bei ./configure benutzt wird. Ein manuelles Installieren funktinoiert somit auch nicht -> er möchte beim ./configure ja das sed nutzen...

Irgenteine Idee? Ich versteh das ganze nicht so wirklich.

Royal
_________________
A preposition is a bad word to end a sentence with.
Back to top
View user's profile Send private message
schrippe
Guru
Guru


Joined: 03 Mar 2004
Posts: 556
Location: Mülheim

PostPosted: Tue Aug 30, 2005 10:01 am    Post subject: Reply with quote

welche arch haste? könnte dir nen quickpkg von sed schicken, per mail? hab es für nen P4 kompiliert.
_________________
for i in $(seq 1 565); do echo 'A$i: entweder rechts fahren oder rechts überholen dürfen!';done
Back to top
View user's profile Send private message
Raistlin
l33t
l33t


Joined: 17 May 2004
Posts: 691
Location: Boston, MA

PostPosted: Tue Aug 30, 2005 10:45 am    Post subject: Reply with quote

und sonst kannst du sed ja immer noch manuell runterladen und installieren...
_________________
Zwei Was Eins Initially

"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."
Back to top
View user's profile Send private message
Royal
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jun 2004
Posts: 78
Location: Hamburg, Germany

PostPosted: Tue Aug 30, 2005 10:48 am    Post subject: Reply with quote

Quote:
und sonst kannst du sed ja immer noch manuell runterladen und installieren...


Das hab ich ja versucht. Aber auch beim ./configure wird nach sed verlangt. Bin jetzt gerade an der Quickpkg Sache dran.

Ne Ahnung _warum_ hier so ein Fehler auftritt hat keiner? Ich finde diesen Teufelskreis zwischen emerge und sed sehr spannend.

Royal
_________________
A preposition is a bad word to end a sentence with.
Back to top
View user's profile Send private message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2931
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Tue Aug 30, 2005 11:12 am    Post subject: Reply with quote

Nimm einfach eine stage2/3 und kopiere die Binary Datei von sed, dann installiere sed nochmal, damit alles sauber bleibt.
_________________
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
Back to top
View user's profile Send private message
schrippe
Guru
Guru


Joined: 03 Mar 2004
Posts: 556
Location: Mülheim

PostPosted: Tue Aug 30, 2005 11:20 am    Post subject: Reply with quote

das mit dem quickpkg habe ich von den tool quickpkg von portage abgeleitet. es baut dir einfach aus einem vorhandenen fertig installieren paket ein binary-archiv, das man sich auf "Halde" legen kann, um es später einfach und schnell wieder emergen kann.
_________________
for i in $(seq 1 565); do echo 'A$i: entweder rechts fahren oder rechts überholen dürfen!';done
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2579
Location: Neunkirchen / Saarland / Germany

PostPosted: Tue Aug 30, 2005 11:27 am    Post subject: Reply with quote

schrippe wrote:
das mit dem quickpkg habe ich von den tool quickpkg von portage abgeleitet. es baut dir einfach aus einem vorhandenen fertig installieren paket ein binary-archiv, das man sich auf "Halde" legen kann, um es später einfach und schnell wieder emergen kann.

Bzw. falls emerge nicht will, kann man es auch einfach nach "/" entpacken (da die gepackten Dateien mit vollem Verzeichnissnamen gespeichert werden).
Code:

$ tar -xjpf Gepacktes_Packet -C "/"

-x = Entpacken
-j = Dateityp ist bzip2
-p = Berechtigungen beibehalten
-f = Aus angegebener Dateilesen (Ansonsten Standarteingabe)
-C = Gibt Verzeichniss an in das entpackt werden soll

Mfg

Sino
Back to top
View user's profile Send private message
Royal
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jun 2004
Posts: 78
Location: Hamburg, Germany

PostPosted: Tue Aug 30, 2005 12:50 pm    Post subject: Reply with quote

So ich habs jetzt wieder am Laufen. Danke an schrippe.

Für näheres bitte hier nachlesen: https://forums.gentoo.org/viewtopic-p-2687098.html#2687098

Danke an alle.
Royal
_________________
A preposition is a bad word to end a sentence with.
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