Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Error 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
Saturation
n00b
n00b


Joined: 29 Mar 2004
Posts: 65

PostPosted: Mon Mar 29, 2004 12:27 pm    Post subject: Error during bootstrapping Reply with quote

I have a problem during the install of Gentoo. After "emerge sync" I got a message that there is an update available. Because I didn't know the command for updating I continued with the install, but during bootstrapping I got an error about glibc or something.

I have used a stage tarball from my cd, and updated portage from the internet. Could this cause the problem, or should I download the update pherhaps? What is the command then?

Thanks
Back to top
View user's profile Send private message
deadaim
Guru
Guru


Joined: 27 Oct 2003
Posts: 467
Location: Florida

PostPosted: Mon Mar 29, 2004 12:57 pm    Post subject: Re: Error during bootstrapping Reply with quote

Saturation wrote:
I have a problem during the install of Gentoo. After "emerge sync" I got a message that there is an update available. Because I didn't know the command for updating I continued with the install, but during bootstrapping I got an error about glibc or something.


This comes directly from the installation guide:
Quote:
If you are warned that a new Portage version is available and that you should update Portage, you can safely ignore it. Portage will be updated for you later on during the installation.


As for your error, could you please tell us what it outputs?
Back to top
View user's profile Send private message
Saturation
n00b
n00b


Joined: 29 Mar 2004
Posts: 65

PostPosted: Mon Mar 29, 2004 6:59 pm    Post subject: Reply with quote

bootstrap
* Applying gettext-0.12.1-bootstrap.patch... [ ok ]>>> Source unpacked.
nls
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking build system type... i586-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
configure: creating ./config.status
config.status: creating Makefile
configure: configuring in autoconf-lib-link
configure: running /bin/sh './configure' --prefix=/usr '--prefix=/usr' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--disable-shared' '--with-included-gettext' 'CC=gcc' 'CFLAGS=-O2 -mcpu=K6-2 -pipe -fomit-frame-pointer' 'CXXFLAGS=-O2 -mcpu=K6-2 -pipe -fomit-frame-pointer' 'CXX=gcc' 'host_alias=i686-pc-linux-gnu' --cache-file=/dev/null --srcdir=.
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.
configure: error: /bin/sh './configure' failed for autoconf-lib-link

!!! ERROR: sys-devel/gettext-0.12.1 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed

This is an error I get on a new install during bootstrapping. I have commented the USE section in /etc/make.conf to get rid of the problem, but without success.
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Mon Mar 29, 2004 7:17 pm    Post subject: Re: Error during bootstrapping Reply with quote

Saturation wrote:
I have used a stage tarball from my cd, and updated portage from the internet. Could this cause the problem, or should I download the update pherhaps?

You may want to download a newer stage tarball from one of the mirrors.

Don't try to update portage before bootstrap, because it will fail. If you don't believe me, you can try it yourself. ;)
Code:
# emerge -u portage
Back to top
View user's profile Send private message
Raniz
l33t
l33t


Joined: 13 Sep 2003
Posts: 967
Location: Varberg, Sweden

PostPosted: Mon Mar 29, 2004 7:31 pm    Post subject: Reply with quote

https://forums.gentoo.org/viewtopic.php?t=129342
Back to top
View user's profile Send private message
Saturation
n00b
n00b


Joined: 29 Mar 2004
Posts: 65

PostPosted: Mon Mar 29, 2004 7:39 pm    Post subject: Reply with quote

Back to top
View user's profile Send private message
Saturation
n00b
n00b


Joined: 29 Mar 2004
Posts: 65

PostPosted: Tue Mar 30, 2004 11:59 am    Post subject: Reply with quote

Thanks, that solved it. Unfortunately I have a new error. Others have the same problem:

https://forums.gentoo.org/viewtopic.php?t=155109&highlight=g
Back to top
View user's profile Send private message
Raniz
l33t
l33t


Joined: 13 Sep 2003
Posts: 967
Location: Varberg, Sweden

PostPosted: Wed Mar 31, 2004 6:44 am    Post subject: Reply with quote

If you haven't solved it yet, try:
Code:
emerge gcc

That will rebuild gcc, with support for c++.
Back to top
View user's profile Send private message
Saturation
n00b
n00b


Joined: 29 Mar 2004
Posts: 65

PostPosted: Fri Apr 02, 2004 7:26 am    Post subject: Reply with quote

Forgot to say I already have it solved by applying the -gpm USE flag. Other USE flags I used are -java -gtkhml -gb voodoo3 3dfx

Thanks everyone
Back to top
View user's profile Send private message
irf2003
Veteran
Veteran


Joined: 10 Sep 2003
Posts: 1078

PostPosted: Fri Apr 02, 2004 1:51 pm    Post subject: Reply with quote

Saturation wrote:
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.
configure: error: /bin/sh './configure' failed for autoconf-lib-link

!!! ERROR: sys-devel/gettext-0.12.1 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed

did portage by any chance emerge ccache, if that is the case
just do the following
Code:

export CCACHE_DIR="/var/tmp/.ccache" emerge --resume

there is nothing wrong with your gcc, so there is no need to
re-emerge it, since ccache intercept gcc invocations, and your
CCACHE_DIR is not defined, the compile fails and configure
thinks that your compiler cannot prroduce executables
ccache gets emerged, if i am not mistaken, if your FEATURES
flags contains ccache
hth
Back to top
View user's profile Send private message
Saturation
n00b
n00b


Joined: 29 Mar 2004
Posts: 65

PostPosted: Fri Apr 02, 2004 7:13 pm    Post subject: Reply with quote

I haven't finished the installation yet, but bootstrapping went fine when I applied -gpm, so shouldn't it be ok now?
Wouldn't I just be able to finish the installation and install gpm after that?
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