Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems during bootstrapping
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
gflash
n00b
n00b


Joined: 21 Jul 2004
Posts: 64
Location: Germany/NRW

PostPosted: Wed Jul 21, 2004 8:03 pm    Post subject: Problems during bootstrapping Reply with quote

Hello!

I'm making a Stage 1 installation and have the following error:

___

livecd portage # scripts/bootstrap.sh

Gentoo Linux; http://www.gentoo.org/
Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL
Starting Bootstrap of base system ...

Using >=sys-apps/baselayout-1.7.9-r1
Using >=sys-apps/portage-2.0.25
Using >=sys-devel/binutils-2.13.90.0.4
Using >=sys-devel/gcc-3.2
Using sys-devel/gettext
Using >=sys-libs/glibc-2.2.5
Using >=sys-apps/texinfo-4.2-r1
Using sys-libs/zlib
Using >=sys-libs/ncurses-5.2.20020112a

Configuring environment...
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-apps/portage-2.0.50-r9 to /
>>> md5 src_uri ;-) portage-2.0.50-r9.tar.bz2
>>> Unpacking source...
>>> Unpacking portage-2.0.50-r9.tar.bz2 to /var/tmp/portage/portage-2.0.50-r9/work
>>> Source unpacked.
./create-localdecls
Checking truncate argument type... off_t
Checking libc version... libc.so.6
Checking glibc subversion... 2.3

gcc -march=i386 -O1 -pipe -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -Wall -c libsandbox.c
gcc -march=i386 -O1 -pipe -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -Wall -c sandbox_futils.c -o sandbox_futils.o
gcc libsandbox.o sandbox_futils.o -shared -fPIC -ldl -lc -nostdlib -lgcc -o libsandbox.so
gcc -march=i386 -O1 -pipe -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -Wall -c sandbox.c -o sandbox.o
sandbox.c: In function `load_active_pids':
sandbox.c:56: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /var/tmp/portage/portage-2.0.50-r9/temp/ccllWqIp.out file, please attach this to your bugreport
make: *** [sandbox.o] Error 1

!!! ERROR: sys-apps/portage-2.0.50-r9 failed.
!!! Function src_compile, Line 62, Exitcode 2
!!! (no error message)

___

I've already tried the following:

- The md5-chektsum of the stage1-archieve ist OK
- I have downloaded the files before I started the bootsrap (bootstrap.sh -f)

Here is the output from emerge --info:

___

livecd portage # emerge --info
Portage 2.0.50-r5 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.4.25-gentoo)
=================================================================
System uname: 2.4.25-gentoo i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.3.13
Autoconf:
Automake:
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=athlon -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gentoo.tiscali.nl/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X apm arts avi berkdb calendar cdr crypt cups dedicated directfb divx4linux dvd encode esd fbcon foomaticdb ftp gdbm gif gpm gtk gtk2 icq imlib java joystick jpeg libg++ libwww lirc mad mikmod mmx motif mpeg ncurses nls oggvorbis opengl oscar oss pam pdflib php png python qt quicktime readline samba scanner sdl slang spell ssl svga tcpd theora truetype usb videos x86 xinerama xml2 xmms xosd xv xvid zlib"

___

Thank you!


Gregor
Back to top
View user's profile Send private message
t3rm1nal
Apprentice
Apprentice


Joined: 17 May 2004
Posts: 173
Location: US

PostPosted: Wed Jul 21, 2004 8:20 pm    Post subject: Reply with quote

in your make.conf....
Code:
ACCEPT_KEYWORDS="x86"


shouldn't that be:
Code:
ACCEPT_KEYWORDS="~x86"

_________________

Adopt an unanswered post.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Wed Jul 21, 2004 8:22 pm    Post subject: Reply with quote

CmdrDust,

It shouldn't be trying to update portage as part of the bootstrap.
If you got a message saying that an update to Portage was available and horrible things will happen if you dont do it. Ignore it until after the bootstrap stage. Do the
Code:
emerge portage
just before the
Code:
emerge system
.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Jeremy_Z
l33t
l33t


Joined: 05 Apr 2004
Posts: 671
Location: Shanghai

PostPosted: Wed Jul 21, 2004 8:25 pm    Post subject: Reply with quote

it should but :

Quote:

sandbox.c:56: internal compiler error: Segmentation fault


can be hardware issue.

Correct your make.conf, if it does not work better, see if the segfault appears at the same location every time or is behaving randomly.
If not : sandbox.c is part of portage i think, so you could try re-emerging portage.
_________________
"Because two groups of consumers drive the absolute high end of home computing: the gamers and the porn surfers." /.
My gentoo projects, Kelogviewer and a QT4 gui for etc-proposals
Back to top
View user's profile Send private message
mrjackson2k
n00b
n00b


Joined: 10 Aug 2003
Posts: 38

PostPosted: Fri Jul 23, 2004 1:50 pm    Post subject: Reply with quote

NeddySeagoon wrote:
CmdrDust,

It shouldn't be trying to update portage as part of the bootstrap.
If you got a message saying that an update to Portage was available and horrible things will happen if you dont do it. Ignore it until after the bootstrap stage. Do the
Code:
emerge portage
just before the
Code:
emerge system
.


the first thing that bootstrap does for me is upgrade portage, but then maybe thats why it's failing on GCC
_________________
emerge -s girlfriend
Searching...
[ Results For Search Key : girlfriend ]
[ Applications Found : 0 ]
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Fri Jul 23, 2004 2:45 pm    Post subject: Reply with quote

mrjackson2k,

I still install from a 1.4rc4 ISO image. I don't have the current bootstrap.sh script to have a look at.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
gflash
n00b
n00b


Joined: 21 Jul 2004
Posts: 64
Location: Germany/NRW

PostPosted: Sun Aug 01, 2004 5:31 am    Post subject: Reply with quote

Thank you!

After a long time of searching i found the problem. My memory was damaged, and using new memory solved the Problem.

CmdrDust
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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