Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37444 - Error in build scripts for gentoo-sources 2.4.22-r3
Summary: Error in build scripts for gentoo-sources 2.4.22-r3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
: 37463 37468 37471 37477 37501 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-06 19:09 UTC by Nicholas Haggin
Modified: 2004-01-07 12:33 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Output of make modules_install (bug,16.97 KB, text/plain)
2004-01-06 19:09 UTC, Nicholas Haggin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Haggin 2004-01-06 19:09:21 UTC
I emerged and tried to compile the latest gentoo-sources (2.4.22-r3) this evening. I noticed two problems:

1) The string reading 

Linux Kernel v<insert version here> Configuration

at the top of the screen in menuconfig still has 2.4.22-gentoo-r2 as the version number.

2) Performing a make modules_install clobbers the existing modules directory for version 2.4.22-gentoo-r2 instead of creating a new one for the new version. The output of make modules_install is attached.

Reproducible: Always
Steps to Reproduce:
1. cd <kernel source directory>
2. make modules modules_install
3. ls /lib/modules


Actual Results:  
The modules that should have been placed in /lib/modules/2.4.22-gentoo-r3 were 
instead placed in /lib/modules/2.4.22-gentoo-r2

Expected Results:  
/lib/modules/2.4.22-gentoo-r3 should be created and the modules installed there.
Comment 1 Nicholas Haggin 2004-01-06 19:09:56 UTC
Created attachment 23277 [details]
Output of make modules_install
Comment 2 Stefan Tittel 2004-01-06 19:15:13 UTC
At the top of /usr/src/gentoo-sources-2.4.22-r3/Makefile change EXTRAVERSION to -gentoo-r3, that will fix the problem.
Comment 3 Tim Yamin (RETIRED) gentoo-dev 2004-01-07 00:33:25 UTC
Fixed in CVS. Thanks.
Comment 4 Tim Yamin (RETIRED) gentoo-dev 2004-01-07 03:24:34 UTC
*** Bug 37463 has been marked as a duplicate of this bug. ***
Comment 5 Tim Yamin (RETIRED) gentoo-dev 2004-01-07 03:25:43 UTC
*** Bug 37468 has been marked as a duplicate of this bug. ***
Comment 6 Brian Jackson (RETIRED) gentoo-dev 2004-01-07 07:14:20 UTC
*** Bug 37477 has been marked as a duplicate of this bug. ***
Comment 7 Tim Yamin (RETIRED) gentoo-dev 2004-01-07 11:40:10 UTC
*** Bug 37471 has been marked as a duplicate of this bug. ***
Comment 8 Brian Jackson (RETIRED) gentoo-dev 2004-01-07 12:33:38 UTC
*** Bug 37501 has been marked as a duplicate of this bug. ***