Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 879

Summary: bootstrap.sh crashing during first install of binutils
Product: Gentoo Linux Reporter: Arnaud de Villèle <arakeis>
Component: [OLD] UnspecifiedAssignee: Martin Schlemmer (RETIRED) <azarah>
Status: RESOLVED FIXED    
Severity: normal CC: azarah
Priority: High    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Arnaud de Villèle 2002-02-27 16:25:15 UTC
I boot from my working linux distro (Mandrake Cooker)
lauch internet connexion, chroot into the /mnt/gentoo 
directory, follow by the book the install doc from
gentoo website and when starting the bootstrap proccess
I get thoses :
./configure: /root/tmp/cNf25006.com: No such file or directory
./configure: /root/tmp/cNf25006.hst: No such file or directory
./configure: /root/tmp/cNf25006.tgt: No such file or directory
./configure: /root/tmp/cNf25006.pos: No such file or directory
./configure: /root/tmp/cNf25006.com: No such file or directory

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 7, Exitcode 1
!!! (no error message)

Any idea ?
Comment 1 Arnaud de Villèle 2002-02-27 16:28:45 UTC
Hum ... forgot to mention thoses infos (I don't know if they are usefull) :
I connect to Internet with a usb adsl modem,
I have an AMD XP+1600 with the lilo "mem=nopentium" parameter
included.


Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-02-27 16:32:54 UTC
what ebuild was it compiling when it died?
Comment 3 Arnaud de Villèle 2002-02-27 20:11:33 UTC
while building binutils
Comment 4 Daniel Robbins (RETIRED) gentoo-dev 2002-03-02 13:43:11 UTC
Don't know what to tell you.  I haven't seen this before.
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2002-03-03 17:26:49 UTC
Maybe sandbox is enabled ?  Maybe sandbox *and* swap is not mounted, so it
make temp files in wierd places ? *shrug*
Comment 6 Arnaud de Villèle 2002-03-04 03:11:43 UTC
I will look into that

Stay tuned !
Comment 7 Martin Schlemmer (RETIRED) gentoo-dev 2002-03-24 07:52:44 UTC
Just thought about it.  libtool use a tmpdir to create files for its tests ..
It is just possible that it sets $TMPDIR, and because the chroot do not
have a /root/tmp, things fails


Maybe try the following after chroot and before bootstrap:

# unset TMPDIR
Comment 8 Martin Schlemmer (RETIRED) gentoo-dev 2002-05-27 13:43:03 UTC
Any new developments/comments ?
Comment 9 Arnaud de Villèle 2002-05-28 03:19:46 UTC
well the swapp space was not used,
it works now.

-- 
arakeis