Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205595 - linux-info.eclass - integer expression expected error w/ colorgcc
Summary: linux-info.eclass - integer expression expected error w/ colorgcc
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Kernel Miscellaneous
URL: http://forums.gentoo.org/viewtopic-t-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-13 13:20 UTC by Piotr Cichosz
Modified: 2008-01-14 11:23 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 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.