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

Bug 205595

Summary: linux-info.eclass - integer expression expected error w/ colorgcc
Product: Gentoo Linux Reporter: Piotr Cichosz <pajter>
Component: EclassesAssignee: Gentoo Kernel Miscellaneous <kernel-misc>
Status: VERIFIED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://forums.gentoo.org/viewtopic-t-644750.html
Whiteboard:
Package list:
Runtime testing required: ---

Description Piotr Cichosz 2008-01-13 13:20:54 UTC
When i try to emerge pkg example ipw3945 i get: 
/usr/portage/eclass/linux-info.eclass: line 200: [: 26: integer expression expected
/usr/portage/eclass/linux-info.eclass: line 200: [: 2622: integer expression expected
/usr/portage/eclass/linux-info.eclass: line 200: [: 26: integer expression expected
 * Checking for suitable kernel configuration options...
 *   CONFIG_WIRELESS_EXT:        is not set when it should be. 
(...)

And when i grep "CONFIG_WIRELESS_EXT" /usr/src/linux/.config i get:
CONFIG_WIRELESS_EXT=y



Reproducible: Always

Steps to Reproduce:
1. emerge kernel, configure it with 'local version- append to kernel release' AND without it.
2.reboot
3.emerge ipw3945

Actual Results:  
emerge crash on checking kernel.

Expected Results:  
emerge compile pkg ipw3945 fine. ;)
Comment 1 Piotr Cichosz 2008-01-13 21:08:45 UTC
Sorry - this i my mistake.

I have a colorgcc.. this is a problem.

When i removed colorgcc - compile any package without problems. 
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-01-14 01:10:59 UTC
Erm... that'd be INVALID then.