* [gentoo-dev] 1.4_rc1 bootstrap problem
@ 2002-09-25 13:25 Dag Viggo Lokøen
2002-09-25 18:16 ` Mikko Moilanen
0 siblings, 1 reply; 6+ messages in thread
From: Dag Viggo Lokøen @ 2002-09-25 13:25 UTC (permalink / raw
To: gentoo-dev
Hi,
I've been for a few days trying to install 1.4_rc1 from the livecd, without
success. My problem is this.
Somewhere during the execution og the scripts/bootstrap.sh script, ld
segfaults.
The CFLAGS i've tried are:
"-march i386 -O3 -pipe"
"-march i586 -O3 -pipe"
"-march k6 -O3 -pipe"
CHOST is "i586-pc-linux-gnu"
i've tried CHOST="i386-pc-linux-gnu" too, but it has no effect.
The really strange thing is that when i tried upgrading from 1.2 to 1.4 on the
same computer, it worked just fine.
My setup is:
AMD-k6-2 300mHz
128mb ram
20gb hd
Any tips on how I can make this work?
--
Mvh.
Dag Viggo Lokøen
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] 1.4_rc1 bootstrap problem
2002-09-25 13:25 [gentoo-dev] 1.4_rc1 bootstrap problem Dag Viggo Lokøen
@ 2002-09-25 18:16 ` Mikko Moilanen
2002-09-25 18:55 ` fred
0 siblings, 1 reply; 6+ messages in thread
From: Mikko Moilanen @ 2002-09-25 18:16 UTC (permalink / raw
To: gentoo-dev
On Wed, 25 Sep 2002 15:25:16 +0200
Dag Viggo Lokøen <dag.viggo@lokoen.org> wrote:
> Somewhere during the execution og the scripts/bootstrap.sh script, ld
> segfaults.
So does mine k6-2.
> The really strange thing is that when i tried upgrading from 1.2 to 1.4 on the
> same computer, it worked just fine.
So did mine. But it cant compile QT and GCC and if I remember correctly glibc.
> Any tips on how I can make this work?
Try installing from stage2 tarball, it worked.
--
Mikko
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] 1.4_rc1 bootstrap problem
2002-09-25 18:16 ` Mikko Moilanen
@ 2002-09-25 18:55 ` fred
2002-09-26 10:58 ` Dag Viggo Lokøen
0 siblings, 1 reply; 6+ messages in thread
From: fred @ 2002-09-25 18:55 UTC (permalink / raw
To: gentoo-dev
Mikko Moilanen <mikko.moilanen@mailigw1.mikkeliamk.fi> wrote:
(09/25/2002 11:16)
>On Wed, 25 Sep 2002 15:25:16 +0200
>Dag Viggo Lokøen <dag.viggo@lokoen.org> wrote:
>
>> Somewhere during the execution og the scripts/bootstrap.sh script, ld
>> segfaults.
>
>So does mine k6-2.
>
>> The really strange thing is that when i tried upgrading from 1.2 to 1.4 on the
>> same computer, it worked just fine.
>
>So did mine. But it cant compile QT and GCC and if I remember correctly glibc.
>
>> Any tips on how I can make this work?
>
>Try installing from stage2 tarball, it worked.
>--
>
>Mikko
Is it really a segfualt (ie memory access error) or is it some other
error sych as invalid opcode? If its an invalid opcode then the
problem would probibly be an incorrently configured make.conf file.
Post the error message from your log files and we might be able to
tell what the problem is.
Fred Van Andel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] 1.4_rc1 bootstrap problem
2002-09-25 18:55 ` fred
@ 2002-09-26 10:58 ` Dag Viggo Lokøen
2002-09-26 19:50 ` fred
0 siblings, 1 reply; 6+ messages in thread
From: Dag Viggo Lokøen @ 2002-09-26 10:58 UTC (permalink / raw
To: gentoo-dev
On Wednesday 25 September 2002 20:55, fred wrote:
> Mikko Moilanen <mikko.moilanen@mailigw1.mikkeliamk.fi> wrote:
> (09/25/2002 11:16)
>
> >On Wed, 25 Sep 2002 15:25:16 +0200
> >
> >Dag Viggo Lokøen <dag.viggo@lokoen.org> wrote:
> >> Somewhere during the execution og the scripts/bootstrap.sh script, ld
> >> segfaults.
> >
> >So does mine k6-2.
> >
> >> The really strange thing is that when i tried upgrading from 1.2 to 1.4
> >> on the same computer, it worked just fine.
> >
> >So did mine. But it cant compile QT and GCC and if I remember correctly
> > glibc.
> >
> >> Any tips on how I can make this work?
> >
> >Try installing from stage2 tarball, it worked.
> >--
> >
> >Mikko
>
> Is it really a segfualt (ie memory access error) or is it some other
> error sych as invalid opcode? If its an invalid opcode then the
> problem would probibly be an incorrently configured make.conf file.
>
> Post the error message from your log files and we might be able to
> tell what the problem is.
>
Error message:
-L/var/tmp/portage/gcc-3.2-r1/work/build/gcc -L/usr/i586-pc-linux-gnu/bin
-L/usr/i586-pc-linux-gnu/lib -L/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2
-L/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2/../../../../i586-pc-linux-gnu/lib
-L/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2/../../.. -lgcc_s -lc -lgcc_s
/var/tmp/portage/gcc-3.2-r1/work/build/gcc/crtendS.o
/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2/../../../crtn.o -Wl,-soname
-Wl,libgcj.so.3 -o .libs/libgcj.so.3.0.0
collect2: ld terminated with signal 15 [Terminated], core dumped
make[3]: *** [libgcj.la] Error 1
make[3]: Leaving directory
`/var/tmp/portage/gcc-3.2-r1/work/build/i586-pc-linux-gnu/libjava'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gcc-3.2-r1/work/build/i586-pc-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/var/tmp/portage/gcc-3.2-r1/work/build'
make: *** [bootstrap-lean] Error 2
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 81, Exitcode 2
!!! (no error message)
CHOST=1586-pc-linux-gnu
CFLAGS=-march k6 -O3 -pipe
CXXFLAGS=-march k6 -O3 -pipe
I'll post a bug with a complete compilelog later today if anyone wants that :)
(it's *long*).
--
Mvh.
Dag Viggo Lokøen
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] 1.4_rc1 bootstrap problem
2002-09-26 10:58 ` Dag Viggo Lokøen
@ 2002-09-26 19:50 ` fred
2002-09-26 23:31 ` Dag Viggo Lokøen
0 siblings, 1 reply; 6+ messages in thread
From: fred @ 2002-09-26 19:50 UTC (permalink / raw
To: GENTOO-DEV
Dag Viggo Lokøen <dag.viggo@lokoen.org> wrote:
(09/26/2002 03:58)
--SNIP--
>
>Error message:
> -L/var/tmp/portage/gcc-3.2-r1/work/build/gcc -L/usr/i586-pc-linux-gnu/bin
>-L/usr/i586-pc-linux-gnu/lib -L/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2
>-L/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2/../../../../i586-pc-linux-gnu/lib
>-L/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2/../../.. -lgcc_s -lc -lgcc_s
>/var/tmp/portage/gcc-3.2-r1/work/build/gcc/crtendS.o
>/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2/../../../crtn.o -Wl,-soname
>-Wl,libgcj.so.3 -o .libs/libgcj.so.3.0.0
>collect2: ld terminated with signal 15 [Terminated], core dumped
>make[3]: *** [libgcj.la] Error 1
>make[3]: Leaving directory
>`/var/tmp/portage/gcc-3.2-r1/work/build/i586-pc-linux-gnu/libjava'
>make[2]: *** [all-recursive] Error 1
>make[2]: Leaving directory
>`/var/tmp/portage/gcc-3.2-r1/work/build/i586-pc-linux-gnu/libjava'
>make[1]: *** [all-target-libjava] Error 2
>make[1]: Leaving directory `/var/tmp/portage/gcc-3.2-r1/work/build'
>make: *** [bootstrap-lean] Error 2
>
>!!! ERROR: The ebuild did not complete successfully.
>!!! Function src_compile, Line 81, Exitcode 2
>!!! (no error message)
>
>
>CHOST=1586-pc-linux-gnu
>CFLAGS=-march k6 -O3 -pipe
>CXXFLAGS=-march k6 -O3 -pipe
>
>
>I'll post a bug with a complete compilelog later today if anyone wants that :)
>(it's *long*).
>
>--
Can you post the kernel error messages in the system log. I forget
the name but it will be in /var/logs
It will look something like this (with dates removed):
kernel: assert(cmp == 0)
kernel: invalid operand: 0000
kernel: CPU: 0
kernel: EIP: 0010:[xtTruncate_pmap+140/1136]
kernel: EFLAGS: 00010282
kernel: eax: 00000011 ebx: 00000000 ecx: c6906000 edx:
c4aefe40
kernel: esi: c6907e94 edi: 00000000 ebp: c6907f6c esp:
c6907e70
kernel: ds: 0018 es: 0018 ss: 0018
kernel: Process kdeinit (pid: 399, stackpage=c6907000)
kernel: Stack: c020d315 c020d442 c6907f58 c6907f60 00000000
c6907f6c c0286ab80 0000000
kernel: 00000001 c6907ebc 00000000 00000000 00000000
00000003 c6907f24 00223c68
kernel: 00000000 c7e00041 00000000 00238a97 00000000
00000096 c7f9e00c c6907f60
kernel: Call Trace: [jfs_strtoUCS+44/160] [txEnd+268/304] [jfs_
unlink+712/976] [vfs_unlink+232/304]
kernel:
kernel: Code: 0f 0b 83 c4 08 8b 54 24 1c 8b 1a 8b 72 04 8b 42 0c
89 44 24
Fred Van Andel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] 1.4_rc1 bootstrap problem
2002-09-26 19:50 ` fred
@ 2002-09-26 23:31 ` Dag Viggo Lokøen
0 siblings, 0 replies; 6+ messages in thread
From: Dag Viggo Lokøen @ 2002-09-26 23:31 UTC (permalink / raw
To: GENTOO-DEV
On Thursday 26 September 2002 21:50, fred wrote:
> Dag Viggo Lokøen <dag.viggo@lokoen.org> wrote:
> (09/26/2002 03:58)
>
> --SNIP--
> Can you post the kernel error messages in the system log. I forget
> the name but it will be in /var/logs
> It will look something like this (with dates removed):
>
heh. Found the error i think :)
Sep 25 05:05:57 [kernel] Out of Memory: Killed process 17453 (ld.so).
Sep 25 09:39:22 [kernel] Out of Memory: Killed process 4894 (ld).
Sep 25 16:17:31 [kernel] Out of Memory: Killed process 3907 (ld.so).
Sep 25 20:32:16 [kernel] Out of Memory: Killed process 10636 (ld).
Umpf. I'll try a bit bigger swap-partition and tell you if it works or not.
--
Mvh.
Dag Viggo Lokøen
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-09-26 23:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-25 13:25 [gentoo-dev] 1.4_rc1 bootstrap problem Dag Viggo Lokøen
2002-09-25 18:16 ` Mikko Moilanen
2002-09-25 18:55 ` fred
2002-09-26 10:58 ` Dag Viggo Lokøen
2002-09-26 19:50 ` fred
2002-09-26 23:31 ` Dag Viggo Lokøen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox