Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37477 - gentoo-sources 2.4.22-gentoo-r3 has EXTRAVERSION set to 2.4.22-gentoo-r2
Summary: gentoo-sources 2.4.22-gentoo-r3 has EXTRAVERSION set to 2.4.22-gentoo-r2
Status: RESOLVED DUPLICATE of bug 37444
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-07 06:01 UTC by Andreas Kobara
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kobara 2004-01-07 06:01:08 UTC
The EXTRAVERSION in the main kernel Makefile
is set to gentoo-r2 instead of gentoo-r3 for
package gentoo-sources-2.4.22-r3

Reproducible: Always
Steps to Reproduce:
1. emerge gentoo-sources
2. grep "EXTRAVERSION =" /usr/src/linux-2.4.22-gentoo-r3/Makefile


Actual Results:  
EXTRAVERSION = -gentoo-r2

Expected Results:  
EXTRAVERSION = -gentoo-r3

make install/modules_install will overwrite the previous gentoo-r2. Ugly.
Comment 1 Brian Jackson (RETIRED) gentoo-dev 2004-01-07 07:14:20 UTC
*** This bug has been marked as a duplicate of 37444 ***