View previous topic :: View next topic |
Author |
Message |
mpcww Tux's lil' helper


Joined: 08 Apr 2003 Posts: 115
|
Posted: Sat Dec 13, 2003 12:14 pm Post subject: sed: Ungültige Option --i |
|
|
Hallo,
seit 2/3 Tagen erhalte ich eine merkwürdige Fehlermeldung
nach einem emerge rsync heißt es:
Code: | Performing Global Updates: /usr/portage/profiles/updates/4Q-2003
(Could take a couple minutes if you have a lot of binary packages.)
.='update pass' *='binary update' @='/var/db move'
..........................................................@sed: Ungültige Option
-- i |
Ebenso ergibt ein anschließendes
Code: | emerge -Up world
>>> --upgradeonly implies --update... adding --update to options.
These are the packages that I would merge, in order:
Calculating world dependencies ...done!
[ebuild U ] media-libs/libsdl-1.2.6-r3 [1.2.6-r2]
root@arthur mpcww # emerge -U libsdl
>>> --upgradeonly implies --update... adding --update to options.
Calculating dependencies ...done!
>>> emerge (1 of 1) media-libs/libsdl-1.2.6-r3 to /
>>> md5 src_uri ;-) SDL-1.2.6.tar.gz
>>> Unpacking source...
>>> Unpacking SDL-1.2.6.tar.gz to /tmp/gentoo/portage/libsdl-1.2.6-r3/work
* Applying libsdl-1.2.6-fullscreen.patch... [ ok ]
* Applying 1.2.6-alsa-1.0.0.patch... [ ok ]
sed: Ungültige Option -- i
[...]
E-mail bug reports to: bug-gnu-utils@gnu.org .
Be sure to include the word ``sed'' somewhere in the ``Subject:'' field.
!!! ERROR: media-libs/libsdl-1.2.6-r3 failed.
!!! Function src_unpack, Line -264, Exitcode 4
!!! sed configure failed
|
sed liegt vor in
sys-apps/sed
Latest version available: 4.0.7
Kann mich jemand auf die richtige Fährte bringen ?
Gruss
mpcww |
|
Back to top |
|
 |
Carlo Developer


Joined: 12 Aug 2002 Posts: 3356
|
Posted: Sat Dec 13, 2003 7:14 pm Post subject: |
|
|
Hast Du sed mal remerged? Bei mir gibt's da kein Problem mit sed und libsdl bei selbigem Versionsstand.
edit: Vorher unbedingt etcat -f sed. Vielleicht hat ja ein anderes ebuild sein sed eingeschmuggelt. Ein Datumsvergleich von /usr/bin/sed und genlop -t sed wäre auch nicht falsch.
Carlo _________________ Please make sure that you have searched for an answer to a question after reading all the relevant docs. |
|
Back to top |
|
 |
mpcww Tux's lil' helper


Joined: 08 Apr 2003 Posts: 115
|
Posted: Sun Dec 14, 2003 2:05 pm Post subject: |
|
|
Carlo wrote: | Hast Du sed mal remerged?
Carlo |
Hi Carlo,
so simple. Das hat es gebracht.
Den Grund dafür vermute ich in dem selbstgebauten Chaos mit meinen coreutils von vor ein paar Tagen, wobei ich ggf. sed aufgemischt habe.
https://forums.gentoo.org/viewtopic.php?t=113378&highlight=
Danke auch für die etcat -f und genlop -t -Hinweise. Damit hatte ich noch nicht gearbeitet.
Gruss
mpcww |
|
Back to top |
|
 |
|