Quote:
Originally posted by 0pal_t0ad
from what i can remember, it's a seperate package on the first cd which you need to extract into /usr/portage
browse everything on the cd and when you come across a dir called 'All', you''ve found it.
|
I've been following every step carefully. O.K. This is what I did so far. Starting from scratch.
1.Changed root password
2.Created a user
3.setup network as follows:
4.Partitioned HDD as follows:
/dev/hdb1 Boot 32M
/dev/hdb2 Swap 512M
/dev/hdb3 Root rest of the HDD
I got this message when I began partitioning ie used
Message:
Code:
The number of cylinders for this disk is set to 7476.There is nothing wrong with thta, but this is larger than 1024 :and in certain setups cause problems with:-
1.software that runs at boot time (eg old versions of LILO)
2.Booting and partition software from other OS'es (eg. DOS FDisk, OS/2 FDisk)
5.Applied the respective partitions and enabled swap
6.Mounted partitions (page 40)
7.checked date
8.Used stage 1 from the cd (Page 43)
9.Installed portage (Page 44)
When I did this
page 45)
Code:
#cp /mnt/cdrom/distfiles/* /mnt/gentoo/usr/portage/distfiles/
I got this message:
Code:
cp:omitting directory '/mnt/cdrom/distfiles/cvs-src
10.Configured kernel compile options
making the following changes:
Code:
CFLAGS=" -pipes -02"
MAKEOPTS="-j2"
11.Installing Base Gentoo system (page 49)
I typed:
Code:
#mirrorselect -a -s4 -0 >> /mnt/gentoo/etc/make.conf
I got this message
Code:
/usr/sbin/mirrorselect:line1:portageq:command not found
12.Mounted the proc filesystem
13.Entered the new envoirnment (page 50)
14.Updating the portage tree
I typed:
I get the error message: (same error message displayed when I did emerge-info
Code:
!!!Invalid token (not"=")
!!!ParseError: nvalid token (not"=") ://etc/make.conf:line 7 in //etc/make.conf
!!!Incorrect multiline literals can cause this. Do not use them
So I went ahead and tride code listing 6 page 51:
No error messages. It scanned through a lot of websites and said no packages were available.
15.Configured USE variable according to the code on pg 52.
16.Progressing from stage1 to stage2:
I typed:
Code:
#scripts/bootstrap.sh
I got his error message many times over:
Code:
!!!Invalid token (not"=")
!!!ParseError: nvalid token (not"=") ://etc/make.conf:line 7 in //etc/make.conf
!!!Incorrect multiline literals can cause this. Do not use them
This is where I'm stuck at. I hope I've been a bit more clear this time.
Did I miss anything?
Thanks mate,
Folks at the Gentoo Forums seem to be getting mad at me for asking!