Gentoo Trouble - kernel download - emerge...

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 1798 This topic was started 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 on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

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