View previous topic :: View next topic |
Author |
Message |
cca n00b

Joined: 07 Jun 2004 Posts: 38 Location: Greece
|
Posted: Thu Oct 07, 2004 7:25 am Post subject: Cannot make clean on gentoo-dev-sources-2.6.8-r7 |
|
|
I just emerged gentoo-dev-sources-2.6.8-r7, and when I tried to make clean, it exited with an error, it cannot find /usr/src/linux/include/linux/version.h . This file does not exist, but it also does not exists in gentoo-dev-sources-2.6.8-r3, in which make clean works fine. Is there an error in the ebuild or in one of the Gentoo patchsets? |
|
Back to top |
|
 |
NeoGodzilla n00b

Joined: 18 Jul 2004 Posts: 2 Location: Tustin, CA
|
Posted: Thu Oct 07, 2004 10:46 am Post subject: |
|
|
I am getting the exact problem...I am going to re-emerge r3 and continue to use it for now. _________________ Don't park drunk, accidents cause people. |
|
Back to top |
|
 |
Prompty Apprentice


Joined: 08 Feb 2004 Posts: 292
|
Posted: Thu Oct 07, 2004 10:54 am Post subject: |
|
|
try backing up you .config and doing a mrproper ( if it still works with 2.6 kernels )
Code: |
cp /usr/src/linux/.config /
make mrproper
|
I haven't had any problems with r3 thus far _________________ <input stupid message here> |
|
Back to top |
|
 |
hecatomb Guru


Joined: 02 Sep 2004 Posts: 525
|
Posted: Thu Oct 07, 2004 11:05 am Post subject: |
|
|
Can you post the output of a verbose make clean? Maybe we'll find the problem!
|
|
Back to top |
|
 |
cca n00b

Joined: 07 Jun 2004 Posts: 38 Location: Greece
|
Posted: Thu Oct 07, 2004 11:22 am Post subject: |
|
|
I found the problem in this file: /usr/src/linux/drivers/char/speakup/Makefile
gentoo-dev-sources-r3: V := "2.6"
gentoo-dev-sources-r7: V := $(shell awk '/UTS_RELEASE/ {print substr($$3,2,3)}' $(TOPDIR)/include/linux/version.h)
this one line in the beginning of that makefile causes the trouble! |
|
Back to top |
|
 |
|