Gentoo Archives: gentoo-amd64

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Re: emerge -eav system failed with ati-drivers
Date: Sat, 20 Jun 2009 23:17:17
Message-Id: h1jqlc$o63$1@ger.gmane.org
In Reply to: [gentoo-amd64] emerge -eav system failed with ati-drivers by "John P. Burkett"
1 On 06/21/2009 02:01 AM, John P. Burkett wrote:
2 > Today on an amd64 machine I tried "emerge -eav system". The process
3 > ended with the following message:
4 > [...]
5 > * Found kernel source directory:
6 > * /usr/src/linux
7 > * Could not find a Makefile in the kernel source directory.
8 > * Please ensure that /usr/src/linux points to a complete set of Linux
9 > sources
10
11 Did you check for the existence of a Makefile? What happens when you do:
12
13 cd /usr/src/linux
14 make
15
16 If you get an error, try:
17
18 cd /usr/src/linux
19 zcat /proc/config.gz > .config
20 make oldconfig
21
22 and then try to "emerge --resume" to continue with the system emerge.

Replies

Subject Author
[gentoo-amd64] Re: emerge -eav system failed with ati-drivers Duncan <1i5t5.duncan@×××.net>