Author |
Message |
slam
|
|
Post subject: Missing EXTRAVERSION in aptosid kernel header makefile
Posted: 23.12.2010, 09:03
|
|
Team Member
Joined: 1970-01-01
Posts: 607
Location: w3
Status: Offline
|
|
towo has pointed at this one:
Code:
make -C /usr/src/linux-headers-$(uname -r) kernelrelease
uname -r
While our kernel does have an EXTRAVERSION, it has no value attached in the makefile.
To avoid endless non-productive discussions and guessing, let's handle this as an official bug report.
Greetings,
Chris |
_________________ an operating system must operate
development is life
my Debian repo
|
|
|
|
|
mylo
|
|
Post subject: RE: Missing EXTRAVERSION in aptosid kernel header makefile
Posted: 23.12.2010, 09:27
|
|
Joined: 2010-09-11
Posts: 116
Location: Wiesbaden, Germany
Status: Offline
|
|
Hi slam,
do ordinary users have to take any actions on this topic? |
_________________ Regards
mylo
Linux 3.1-6.slh.1-aptosid-amd64 x86_64[2010-03 Ἀπάτη (201012262151)]
Intel Core2 Duo E6550 @ Cache/Ram 4MB/4GB nVidia G72 7300 nouveau 2*250GB
|
|
|
|
|
DonKult
|
|
Post subject: RE: Missing EXTRAVERSION in aptosid kernel header makefile
Posted: 23.12.2010, 09:55
|
|
Team Member
Joined: 2010-09-02
Posts: 485
Status: Offline
|
|
Please define "ordinary user" and "any actions".
(assuming that we know the definition of 'slam', 'have to' and 'topic')
In case your "ordinary user" is a kernel hacker who rebuilds the official sidux kernel then maybe - depending on how (s)he does it. Action item is (optionally) to discuss it.
In case your "ordinary user" doesn't compile kernels her/himself the action item is: "ignore it"
Its more or less a todolist item for the team - something to clarify/fix before releasing -03 (maybe), so don't worry, be happy, next release will be better and "ordinary user" will not even notice it. |
_________________ MfG. DonKult
"I never make stupid mistakes. Only very, very clever ones." ~ The Doctor
|
|
|
|
|
devil
|
|
Post subject: RE: Missing EXTRAVERSION in aptosid kernel header makefile
Posted: 23.12.2010, 10:03
|
|
Joined: 2010-08-26
Posts: 491
Location: Berlin
Status: Offline
|
|
s/kernel/[kernel/kernel-modules]
greetz
devil |
|
|
|
|
|
|
Post subject: RE: Missing EXTRAVERSION in aptosid kernel header makefile
Posted: 23.12.2010, 10:57
|
|
Moderator
Joined: 2010-09-11
Posts: 469
|
|
|
|
|
slam
|
|
Post subject: RE: Missing EXTRAVERSION in aptosid kernel header makefile
Posted: 23.12.2010, 13:56
|
|
Team Member
Joined: 1970-01-01
Posts: 607
Location: w3
Status: Offline
|
|
|
|
|
Lat
|
|
Post subject: RE: Missing EXTRAVERSION in aptosid kernel header makefile
Posted: 25.12.2010, 14:50
|
|
Joined: 2010-09-19
Posts: 205
Status: Offline
|
|
Can this be a temporal fix?
Take whatever value uname -r has, eliminate the 2.6.3x, add that to /usr/src/linux-headers-$(uname -r)/Makefile EXTRAVERSION line?
example:
EXTRAVERSION = -1.slh.2-aptosid-amd64
The vbox module test sees to match after editing the Makefile
Code:
uname -r ; make -sC /lib/modules/$(uname -r)/build --no-print-directory kernelrelease 2>/dev/null
|
|
|
|
|
|
sx9
|
|
Post subject: RE: Missing EXTRAVERSION in aptosid kernel header makefile
Posted: 25.12.2010, 23:31
|
|
Joined: 2010-09-12
Posts: 219
Location: Wiesbaden,Germany
Status: Offline
|
|
Quote:
just Virtualbox is known so far for having problems with it.
Greetings,
Have experienced a similar thing: After all modules in init 5 has been loaded during boot, keres switched to tty1 and I had to do startx manually. This has happened in VirtualBox (Tested it 7 times with different options). |
_________________ My new self-made computer:
Intel Core i7-2600k
ASUS Maximus IV Gene-Z (Mainboard)
2x4GB DDR3 RAM
ATI Radeon HD 6770
OCZ Vertex 3 60GB (SSD)
Western Digital Caviar Green WD20EARX 2TB (HDD)
...
aptosid x86_64
|
|
|
|
|
|