Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cannot make clean on gentoo-dev-sources-2.6.8-r7
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
cca
n00b
n00b


Joined: 07 Jun 2004
Posts: 38
Location: Greece

PostPosted: Thu Oct 07, 2004 7:25 am    Post subject: Cannot make clean on gentoo-dev-sources-2.6.8-r7 Reply with quote

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
View user's profile Send private message
NeoGodzilla
n00b
n00b


Joined: 18 Jul 2004
Posts: 2
Location: Tustin, CA

PostPosted: Thu Oct 07, 2004 10:46 am    Post subject: Reply with quote

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
View user's profile Send private message
Prompty
Apprentice
Apprentice


Joined: 08 Feb 2004
Posts: 292

PostPosted: Thu Oct 07, 2004 10:54 am    Post subject: Reply with quote

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
View user's profile Send private message
hecatomb
Guru
Guru


Joined: 02 Sep 2004
Posts: 525

PostPosted: Thu Oct 07, 2004 11:05 am    Post subject: Reply with quote

Can you post the output of a verbose make clean? Maybe we'll find the problem!

Code:
make clean V=1
Back to top
View user's profile Send private message
cca
n00b
n00b


Joined: 07 Jun 2004
Posts: 38
Location: Greece

PostPosted: Thu Oct 07, 2004 11:22 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum