Anmelden

Archiv verlassen und diese Seite im Standarddesign anzeigen : fehlermeldung beim "bootstrappen" :(


Gast
2004-12-31, 02:58:20
.
.
.
.
checking for library containing strerror... none required
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for gcc option to accept ANSI C... (cached)
checking for function prototypes... yes
checking for an ANSI C-conforming const... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for memory.h... (cached) yes
checking siginfo.h usability... no
checking siginfo.h presence... no
checking for siginfo.h... no
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking return type of signal handlers... void
checking for size_t... yes
checking for mkstemp... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigstack... yes
checking for sigvec... yes
checking for strerror... yes
checking for tmpfile... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for vprintf... yes
checking for _doprnt... no
checking for strtol... yes
checking ecvt declaration... yes
checking if stack overflow is detectable... yes
checking if changeword is wanted... yes
checking if malloc debugging is wanted... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating checks/Makefile
config.status: creating examples/Makefile
config.status: creating config.h
config.status: executing default commands
for subdir in doc lib src checks examples; do \
echo making all in $subdir; \
(cd $subdir && make CC='gcc' CFLAGS='-march=athlon-xp -pipe -O2' LDFLAGS='' LIBS='' prefix='/usr' exec_prefix='/usr' bindir='/usr/bin' infodir='/usr/info' all) || exit 1; \
done
making all in doc
make[1]: Entering directory `/var/tmp/portage/m4-1.4.1/work/m4-1.4.1/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/m4-1.4.1/work/m4-1.4.1/doc'
making all in lib
make[1]: Entering directory `/var/tmp/portage/m4-1.4.1/work/m4-1.4.1/lib'
gcc -c -DHAVE_CONFIG_H -I.. -I. -march=athlon-xp -pipe -O2 regex.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -march=athlon-xp -pipe -O2 getopt.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -march=athlon-xp -pipe -O2 getopt1.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -march=athlon-xp -pipe -O2 error.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -march=athlon-xp -pipe -O2 obstack.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -march=athlon-xp -pipe -O2 xmalloc.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -march=athlon-xp -pipe -O2 xstrdup.c
rm -f libm4.a
cru libm4.a regex.o getopt.o getopt1.o error.o obstack.o xmalloc.o xstrdup.o
make[1]: cru: Command not found
make[1]: *** [libm4.a] Error 127
make[1]: Leaving directory `/var/tmp/portage/m4-1.4.1/work/m4-1.4.1/lib'
make: *** [all] Error 1

!!! ERROR: sys-devel/m4-1.4.1 failed.
!!! Function src_compile, Line 26, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

so ein mist :(

kann mir da spontan jemand helfen... ???

gehe jetzt erstmal pennen

Gnafoo
2004-12-31, 03:29:36
Ich kann dir selber nur so viel sagen: Das Problem liegt denke ich in der Zeile
"cru libm4.a regex.o getopt.o getopt1.o error.o obstack.o xmalloc.o xstrdup.o"
das sollte imho "ar cru [...]" heißen, aber frag mich nicht, was in deinem Fall die Ursache dafür ist.

Aber ich würde dir empfehlen, das Problem mal in den Gentoo-Foren zu posten.
Da habe ich bisher immer eine Antwort bekommen, die mir weiter hilft.
http://forums.gentoo.org

cu DerTod

Gast
2004-12-31, 10:01:18
ok danke.

mir ist übrigens aufgefallen, dass

- mirrorselect schon vorher nicht ging (ist allerdings optional)

- beim chrooten


# chroot /mnt/gentoo /bin/bash
# env-update
* Caching service dependencies...
# source /etc/profile



eine andere meldung kam als "caching sevice dependecies..."




ist so ein fehler ärgerlich bei gentoooo... *heul*

Gast
2004-12-31, 11:22:11
ich versuche gleich mein glück nochmal und starte mit einem neuem installationsversuch

ein vorschlag für die make.conf? habe ein athlon xp!

habe bisher die gleichen angaben wie aus dem handbuch übernommen...

killermaster
2004-12-31, 11:37:22
bin mir ziemlich sicher dass es an make.conf liegt

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"

Gast
2004-12-31, 11:42:22
ja dann änder ich die nochmal und führe bootstrap erneut durch

mal sehen :)

(wobei -o3 afaik problematisch ist... nehme mal o2)

Gast
2004-12-31, 11:46:54
Resuming Bootstrap of base system ...
-------------------------------------------------------------------------------
[[ (0/6) Locating packages ]]
* Using baselayout : >=sys-apps/baselayout-1.9.4-r3
* Using portage : >=sys-apps/portage-2.0.51
* Using os-headers : virtual/os-headers
* Using binutils : >=sys-devel/binutils-2.14.90.0.8-r1
* Using gcc : >=sys-devel/gcc-3.3.4-r1
* Using gettext : sys-devel/gettext
* Using libc : virtual/libc
* Using texinfo : sys-apps/texinfo
* Using zlib : sys-libs/zlib
* Using ncurses : sys-libs/ncurses
-------------------------------------------------------------------------------
[[ (1/6) Configuring environment ]]
* GENTOO_MIRRORS='http://gentoo.osuosl.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo'
* PORTDIR='/usr/portage'
* DISTDIR='/usr/portage/distfiles'
* PKGDIR='/usr/portage/packages'
* PORTAGE_TMPDIR='/var/tmp'
* CFLAGS='-march=athlon-xp -O2 -pipe -fomit-frame-pointer'
* CHOST='i686-pc-linux-gnu'
* CXXFLAGS='-march=athlon-xp -O2 -pipe -fomit-frame-pointer'
* MAKEOPTS='-j2'
* ACCEPT_KEYWORDS='x86'
* FEATURES='autoaddcvs autoconfig ccache distlocks sandbox sfperms'
-------------------------------------------------------------------------------

>>> No outdated packages were found on your system.

[[ (4/6) Emerging gcc ]]
Calculating dependencies /



diese fehlermeldung kommt jetzt."No outdated packages were found on your system."

ob es die schon vorher gab?

hmmmmmmmmmm... am besten ich versuch nochmal mein glück von vorn :(

Gast
2004-12-31, 12:58:04
diese fehlermeldung kommt jetzt."No outdated packages were found on your system."
"Es wurden keine veralteten Pakete auf dem System gefunden."
Das ist keine Fehlermedlung.

Gast
2004-12-31, 12:59:55
ja stimmt - lol...

versuche mein glück gerade nochmal und bin gerade bei emerge --sync