Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52817 - bootstrap error after emerge portage, checking glibc
Summary: bootstrap error after emerge portage, checking glibc
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 14:12 UTC by DaShaun
Modified: 2004-06-03 13:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DaShaun 2004-06-02 14:12:17 UTC
I successfully used scripts/bootstrap.sh -f to fetch the files.

However, on my Pentiume-mmx with this make.conf:

CFLAGS="-Os -march=pentium-mmx -pipe -fomit-frame-pointer"
CHOST="i586-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="http://128.213.5.34/gentoo/ ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://mirror.datapipe.net/gentoo http://gentoo.binarycompass.org"
USE="-java -gtk -gnome qt kde cups apm mmx"
RSYNC_TIMEOUT="500"


Reproducible: Always
Steps to Reproduce:
1.Walk thru documentation
2.Use portage from liveCD
3.use fetch option for bootstrap first
4.start bootstrap without fetch option

Actual Results:  

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-r5 to /
>>> md5 src_uri ;-) portage-2.0.50-r5.tar.bz2
>>> Unpacking source...
>>> Unpacking portage-2.0.50-r5.tar.bz2 to /var/tmp/portage/portage-2.0.50-r5/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
{standard input}: Assembler messages:
{standard input}:0: Warning: end of file not at end of a line; newline inserted
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
make: *** [libsandbox.o] Error 1

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

{standard input}:1951: Error: no such instruction: `m'

Expected Results:  
Without error messages perhaps?

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 i586 Mobile Pentium MMX
Gentoo Base System version 1.4.3.13
Autoconf:
Automake:
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-Os -march=pentium-mmx -pipe -fomit-frame-pointer"
CHOST="i586-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="-Os -march=pentium-mmx -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://128.213.5.34/gentoo/
ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://mirror.datapipe.net/gentoo http://gentoo.binarycompass.org"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gpm gtk2 imlib
jpeg kde libg++ libwww mad mikmod mmx motif mpeg ncurses nls oggvorbis opengl
oss pam pdflib png python qt quicktime readline sdl slang spell ssl svga tcpd
truetype x86 xml2 xmms xv zlib"
Comment 1 Tuan Van (RETIRED) gentoo-dev 2004-06-02 14:37:53 UTC
check memory
Comment 2 DaShaun 2004-06-02 14:53:45 UTC
What is the minimum memory required for a stage 1 install?  This is an old Toshiba 2505CDS with only 32Mb of memory.
Comment 3 Tuan Van (RETIRED) gentoo-dev 2004-06-02 15:19:41 UTC
I think you can get by with 32MB, just make sure you have plenty swap space. 512MB , 1GB may be? 
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2004-06-02 18:26:11 UTC
I had a machine with 32MB that I had to retire, because even with 384MB of swap, it would die quite often during compiles.  Yes, I could have gotten a bigger drive/more swap, but I decided against it.
Comment 5 DaShaun 2004-06-03 13:12:44 UTC
Changing the size of the swap solved this issue.  Thanks for all the help.