Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Stage1 fails, ¿gawk too old?
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
Sevein
n00b
n00b


Joined: 26 Apr 2003
Posts: 32
Location: Sevilla (España)

PostPosted: Sat May 17, 2003 9:34 am    Post subject: Stage1 fails, ¿gawk too old? Reply with quote

Hi! I have installed Gentoo Linux from Stage2 since a month. But now I have started installing Gentoo from Stage1. I received an error message from scripts/bootstrap.sh:

Code:
!!! ERROR: sys-apps/baselayout-1.8.6.7 failed.
!!! Function src_compile, Line 126, Exitcode 0
!!! gawk too old
:cry: :cry: :cry:

My computer is:
Pentium 3 800Mhz, 512 RAM PC133

My make.conf:
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"

I also have tried with:
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
Back to top
View user's profile Send private message
Mystilleef
Guru
Guru


Joined: 27 Apr 2003
Posts: 561
Location: Earth

PostPosted: Sat May 17, 2003 3:41 pm    Post subject: Reply with quote

Hello,

I had a similar post on this topic. All you need to do is emerge gawk manually:

Code:

# emerge sync
# emerge gawk


Then redo the bootstrap process:

Code:

# cd /usr/portage
# scripts/bootstrap.sh


After you have finished installing the basic gentoo system tools(i.e. including compiling the kernel and configuring the bootloader etc), you might encounter broken scripts. No sweat, just reemerge baselayout;

Code:

# emerge -s baselayout
# emerge baselayout


Update you configuration file as follows, YOU HAVE TO BE CAREFUL HERE, IF POSSIBLE ONLY UPDATE THE INIT CONFIG FILE, just make the new update overwrite your old init configuration file. I think the file is /etc/init.d, but I'm not sure. Update the file(s) as follows,
Code:

# etc-update

To be on the safe side check you recent configuration files to make sure the update hasn't overwritten or altered your preferences. The files include /etc/fstab, /etc/rc.conf, /etc/hosts, and basically all the files you configured during the installation process.

Hopefully things should go well. If you encounter any other problems let me know about it.

Good Luck,

Mystilleef
_________________
simple, sleek and sexy text editor for gnome

"My logic is undeniable."
Back to top
View user's profile Send private message
Sevein
n00b
n00b


Joined: 26 Apr 2003
Posts: 32
Location: Sevilla (España)

PostPosted: Sun May 18, 2003 12:05 pm    Post subject: Solve it! Reply with quote

Nice post, Mystilleef. You have solved my problem. Thank you a lot from Seville.
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