Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52645 - EXTRAVERSION not set in Makefile of win4lin-sources (2.6.5-r1)
Summary: EXTRAVERSION not set in Makefile of win4lin-sources (2.6.5-r1)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-31 19:39 UTC by Colin Daly
Modified: 2004-06-04 11:48 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 Colin Daly 2004-05-31 19:39:20 UTC
When I emerged ndiswrapper it complained

>>> md5 src_uri ;-) ndiswrapper-0.6.tar.gz
>>> Unpacking source...
 * /usr/src/linux is a symbolic link
 * Determining the real directory of the Linux kernel source code
 *
 * The kernel Makefile says that this is a 2.6.5 kernel
 * but the source is in a directory for a 2.6.5-win4lin-r1 kernel.
 *
 * This goes against the recommended Gentoo naming convention.
 * Please rename your source directory to 'linux-2.6.5'
 *
 * Building for Linux 2.6.5 found in /usr/src/linux



Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" emerge win4lin-sources
2.cd /usr/src/linux-2.6.5-win4lin-r1
3.vi Makefile

Actual Results:  
EXTRAVERSION = 

Expected Results:  
EXTRAVERSION = -win4lin-r1
Comment 1 Tim Yamin (RETIRED) gentoo-dev 2004-06-04 11:48:32 UTC
Closing as FIXED since this shouldn't happen with win4lin-sources-2.6.6; that sets EXTRAVERSION to "-win4lin" and is in /usr/src/linux-2.6.6-win4lin...