Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 300306

Summary: linux-info.eclass no longer parses EXTRAVERSION in linux-omap kernel
Product: Gentoo Linux Reporter: Marat Radchenko <marat>
Component: EclassesAssignee: Gentoo Kernel Miscellaneous <kernel-misc>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Marat Radchenko 2010-01-09 17:43:44 UTC
Relevant Makefile [1] lines:
EXTRAVERSION =
EXTRAVERSION := $(EXTRAVERSION)-omap1

I suspect it broke after in [2].

[1] http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=blob;f=Makefile;hb=52a962f09ab2306a2ac6e22c2d3bac1a76ac8993
[2] http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-info.eclass?r1=1.60&r2=1.61
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2010-01-09 18:11:58 UTC
Also check 167385
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-01-10 08:34:13 UTC
The make-based check for EXTRAVERSION can fail as well.
I'll see about using the make-based version and then falling back.
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-01-10 08:47:29 UTC
Should be fixed with linux-info.eclass rev 1.78 now.