On 06/21/2009 02:01 AM, John P. Burkett wrote:
Today on an amd64 machine I tried "emerge -eav system". The process
ended with the following message:
[...]
  * Found kernel source directory:
  *     /usr/src/linux
  * Could not find a Makefile in the kernel source directory.
  * Please ensure that /usr/src/linux points to a complete set of Linux
sources

Did you check for the existence of a Makefile?  What happens when you do:

  cd /usr/src/linux
  make

If you get an error, try:

  cd /usr/src/linux
  zcat /proc/config.gz > .config
  make oldconfig

and then try to "emerge --resume" to continue with the system emerge.


Reply via email to