Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
"Choose your kernel and install it using emerge"
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
_celldweller
n00b
n00b


Joined: 23 Apr 2008
Posts: 7

PostPosted: Fri Apr 25, 2008 3:22 am    Post subject: "Choose your kernel and install it using emerge" Reply with quote

Ok... so I'm at the point where I need to install my kernel. I type in "emerge gentoo-sources" (like the handbook says to do) and I get a list of 14 choices.

1. Which one do I choose, does it matter and why?
2. HOW do I "choose" it?
3. How do I install it using emerge?

The handbook is as clear as mud on this!

The next thing it says for me to do is "ls -l /usr/src/linux" which doesn't work because there is no file or directory. That's just super now isn't it?
_________________
AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
ASUS M2N-SLI DELUXE
2 GB Crucial Ballistix 240-Pin DDR2 800
NVIDIA GeForce 8800 GTS (320 MB)
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Fri Apr 25, 2008 3:40 am    Post subject: Reply with quote

That doesn't sound right. Please post the output you're getting when typing "emerge gentoo-sources". Note that although there are currently 14 versions of gentoo-sources in Portage,
Code:
mercury ~ # equery list -p -e gentoo-sources
[ Searching for package 'gentoo-sources' in all categories among: ]
 * installed packages
 * Portage tree (/usr/portage)
[-P-] [  ] sys-kernel/gentoo-sources-2.6.16-r13 (2.6.16-r13)
[-P-] [  ] sys-kernel/gentoo-sources-2.6.19-r5 (2.6.19-r5)
[-P-] [M~] sys-kernel/gentoo-sources-2.6.20-r10 (2.6.20-r10)
[-P-] [  ] sys-kernel/gentoo-sources-2.6.22-r10 (2.6.22-r10)
[-P-] [  ] sys-kernel/gentoo-sources-2.6.23-r9 (2.6.23-r9)
[-P-] [M~] sys-kernel/gentoo-sources-2.6.24 (2.6.24)
[-P-] [M~] sys-kernel/gentoo-sources-2.6.24-r1 (2.6.24-r1)
[-P-] [M~] sys-kernel/gentoo-sources-2.6.24-r2 (2.6.24-r2)
[-P-] [  ] sys-kernel/gentoo-sources-2.6.24-r3 (2.6.24-r3)
[-P-] [  ] sys-kernel/gentoo-sources-2.6.24-r4 (2.6.24-r4)
[-P-] [M~] sys-kernel/gentoo-sources-2.6.24-r5 (2.6.24-r5)
[-P-] [M~] sys-kernel/gentoo-sources-2.6.24-r6 (2.6.24-r6)
[-P-] [M~] sys-kernel/gentoo-sources-2.6.25 (2.6.25)
[-P-] [M~] sys-kernel/gentoo-sources-2.6.25-r1 (2.6.25-r1)
mercury ~ #
when you type "emerge gentoo-sources", only one is chosen:
Code:
mercury ~ # emerge gentoo-sources

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] sys-kernel/gentoo-sources                              [2.6.24-r4]                    USE="-build symlink" 118 kB

Total: 1 package (1 new), Size of downloads: 118 kB

>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) sys-kernel/gentoo-sources-2.6.24-r4 to /
^C

Exiting on signal 2
mercury ~ #
which is the latest version that isn't masked. That's why I need to see the actual output. Something screwy's going on.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
_celldweller
n00b
n00b


Joined: 23 Apr 2008
Posts: 7

PostPosted: Fri Apr 25, 2008 3:52 am    Post subject: Reply with quote

Here we go:

http://smg.photobucket.com/albums/v475/_Celldweller/?action=view&current=P1120119.jpg

perhaps I need to add a USE command?

I did have a Portage update message come up and I got the latest one. It said 4 files needed to be updated after the new Portage was installed. I believe I updated those 4 files correctly.
_________________
AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
ASUS M2N-SLI DELUXE
2 GB Crucial Ballistix 240-Pin DDR2 800
NVIDIA GeForce 8800 GTS (320 MB)


Last edited by _celldweller on Fri Apr 25, 2008 4:06 am; edited 1 time in total
Back to top
View user's profile Send private message
Eckos
Apprentice
Apprentice


Joined: 25 Jan 2008
Posts: 197
Location: Houston, Texas, USA

PostPosted: Fri Apr 25, 2008 4:04 am    Post subject: Reply with quote

add ACCEPT_KEYWORDS="x86" or `amd64" depending on which stage u downloaded.

and put that in /etc/make.conf
_________________
AMD Athlon 64 X2 3800+ | 2GB DDR2 533MHz RAM | GCC-4.3.2 | Gentoo x86_64 | KDE 4.1.2
Back to top
View user's profile Send private message
AllenJB
Veteran
Veteran


Joined: 02 Sep 2005
Posts: 1285

PostPosted: Fri Apr 25, 2008 7:00 am    Post subject: Reply with quote

Eckos wrote:
add ACCEPT_KEYWORDS="x86" or `amd64" depending on which stage u downloaded.

and put that in /etc/make.conf

That won't help. ACCEPT_KEYWORDS is set by your profile.


However, it looks like your profile symlink (/etc/make.profile) is either invalid or non-existant. Can you please give us the output of "readlink /etc/make.profile" and "emerge --info"
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Fri Apr 25, 2008 10:58 am    Post subject: Reply with quote

_celldweller wrote:
Here we go:

http://smg.photobucket.com/albums/v475/_Celldweller/?action=view&current=P1120119.jpg
Okay, you've missed (or made a mistake in) a step in the handbook under 6.b. Configuring Portage. Your profile symlink is missing or invalid: it says so right on your screen. See "Code Listing 2.3: Changing profiles.". Make a proper symlink to an appropriate profile and you should be able to proceed.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
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