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

Joined: 19 Jul 2002 Posts: 92 Location: Germany
|
Posted: Fri Sep 27, 2002 4:30 pm Post subject: I'm frustrated... Bootstrap hates me. |
|
|
Hi guys,
well, now it was the 10th attempt to finish the bootstrap.sh of gentoo-1.4rc1 successfully.
Bot no matter what I do, I alwas get this error at glibc:
| Code: |
In file included from ../include/pthread.h:1,
from ../linuxthreads/sysdeps/pthread/bits/libc-lock.h:23,
from ../sysdeps/generic/ldsodefs.h:34,
from ../sysdeps/unix/sysv/linux/ldsodefs.h:25,
from ../sysdeps/generic/libc-start.c:21:
../linuxthreads/sysdeps/pthread/pthread.h:163: error: parse error before
"__thread"
../linuxthreads/sysdeps/pthread/pthread.h:165: error: ^Pthread_create'
declared
as function returning a function
../linuxthreads/sysdeps/pthread/pthread.h:165: warning: function declaration
isn't a prototype
../linuxthreads/sysdeps/pthread/pthread.h:166: error: parse error before
"void"
../linuxthreads/sysdeps/pthread/pthread.h:591: error: storage class
specified for parameter ^Type name'
[...]
make[2]: ***
[/var/tmp/portage/glibc-2.2.5-r7/work/glibc-2.2.5/buildhere/csu/init-first.o]
Error 1
make[2]: Leaving directory
/var/tmp/portage/glibc-2.2.5-r7/work/glibc-2.2.5/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory /var/tmp/portage/glibc-2.2.5-r7/work/glibc-2.2.5'
make: *** [all] Error 2
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 129, Exitcode 2
!!! (no error message)
|
I tried it with different CFLAGS, different gcc snapshots, commenting out patches from gcc-/glibc-ebuilds, etc...
But bootstrap really seems to hate me.
Everyone else says that he hasn't got any problems during installation,
but I'm sitting here wondering what I do wrong...
Please help me
Ypsilon _________________ gentoo ownz. |
|
| Back to top |
|
 |
ghost_o Tux's lil' helper

Joined: 10 Jul 2002 Posts: 119
|
Posted: Fri Sep 27, 2002 5:20 pm Post subject: |
|
|
is the error at the same point every time? Make sure your machine is NOT overclocked - this is a common cause of error when compiling since it stresses the CPU heavily. Also make sure that you have plenty of diskspace assigned to /var since that is where the ebuilds take place.
-G |
|
| Back to top |
|
 |
phong Bodhisattva


Joined: 16 Jul 2002 Posts: 778 Location: Michigan - 15 & Ryan
|
Posted: Fri Sep 27, 2002 7:06 pm Post subject: |
|
|
This is a bit of a shot in the dark, but can you try completely deleting everything, then unzipping a fresh copy of the tarball, emerge rsync and try it again? I had one box that I screwed up, and I kept trying to bootstrap, but it never went through until I deleted everything, rebooted and started over. _________________ "An empty head is not really empty; it is stuffed with rubbish. Hence the difficulty of forcing anything into an empty head."
-- Eric Hoffer |
|
| Back to top |
|
 |
Ypsilon Tux's lil' helper

Joined: 19 Jul 2002 Posts: 92 Location: Germany
|
Posted: Fri Sep 27, 2002 10:22 pm Post subject: More detailed... |
|
|
with "the 10th attempt" I meant 10 times deleting everything, creating a new filesystem, untaring the tarball, emerge sync, editing make.conf etc.
And of course several reboots between the single fresh attempts.
So that can't be the problem.
It's always exactly the same error at the same time.
I'll try it one more time this night (I have to wait about 3 hours everytime to se if the error still happens or not...)
My CPU is not overclocked and my current PentiumII-350Mhz-320MB-RAM-gentoo-1.3b system is rockstable.
This all is confusing me... _________________ gentoo ownz. |
|
| Back to top |
|
 |
rac Bodhisattva


Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Sat Sep 28, 2002 1:05 am Post subject: |
|
|
Have you checked the md5sums on the files (ISO, stage tarball) you are using? A corrupt stage tarball or ISO could cause this. _________________ For every higher wall, there is a taller ladder |
|
| Back to top |
|
 |
Rechenwerk n00b


Joined: 27 Sep 2002 Posts: 9 Location: Wetzlar, Hesse, Germany
|
Posted: Sat Sep 28, 2002 9:00 am Post subject: |
|
|
I had the same problem when compiling iptables.
There was the same error. Then I found out, that the O in
the "-march=athlon-tbird -O3 -pipe" flag is a capital o, not a zero...
After correcting this, everything compiled fine... |
|
| Back to top |
|
 |
|