Gentoo Trouble - kernel download - emerge...

This is a discussion about Gentoo Trouble - kernel download - emerge... in the Everything Linux category; I'm tring to install Gentoo. So far I've gotten the latest set of portages, bootstraped, chroot to /mnt/gentoo, updated the environment var. , I got to the point where I install the kernel source. I typed in: Code:emerge usepkg vanilla-sources There are lines before this, but they're the usual environment checks.

Everything Linux 1800 This topic was started by , . Last reply by ,


data/avatar/default/avatar19.webp

3 Posts
Location -
Joined 2004-01-22
I'm tring to install Gentoo. So far I've gotten the latest set of portages, bootstraped, chroot to /mnt/gentoo, updated the environment var., I got to the point where I install the kernel source. I typed in:
 

Code:
emerge --usepkg vanilla-sources
 
There are lines before this, but they're the usual environment checks. every thing else was ok.The installation stops when it gets to this point:
 

Code:
configure: error: /bin/sh './configure' failed for autoconfig-lib-link!!! ERROR: sys-devel/gettext-0.12.1 failed.!!! ERROR: Function econf, Line 324 Exitcode 1!!! econf failed
 
How can i fix this? Any help would be greatly appreciated!
 
Thanks,
Nu2Linux

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Jan 28
Created
Jan 28
Last Response
0
Likes
1 minute
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar02.webp

169 Posts
Location -
Joined 2003-03-02
Try
Code:
emerge vanilla-sources
Not all packages have pre-compilled binaries availabe.
If you have any more problems post to gentoo forum

data/avatar/default/avatar19.webp

3 Posts
Location -
Joined 2004-01-22
OP
Thanks, but I still got the same....well actually i noticed it said some thing like:
 

Code:
/usr/sbin/ebuild.sh line 108 /dev/stdout: No such directory
 
I checked and /dev/stdout is a link to fd1 (whatever that is). step 2??

data/avatar/default/avatar02.webp

169 Posts
Location -
Joined 2003-03-02
try downloading the kernel manually

Code:
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.1.tar.bz2