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

Bug 192836

Summary: media-sound/lilypond-2.0.3 - configure reads gcc version incorrectly
Product: Gentoo Linux Reporter: Itay Perl <itay.perl>
Component: Current packagesAssignee: Marijn Schouten (RETIRED) <hkbst>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Itay Perl 2007-09-17 17:03:06 UTC
configure says:
   checking i686-pc-linux-gnu-gcc version... 1.0.1
which results in an error later.

Seems to come from /stepmake/aclocal.m4:31.
The following check

(gcc --version || gcc -V) 2>&1 | grep '[0-9]\.[0-9]' | head -n 1 | sed -e 's/.*[^-.0-9]\([0-9][0-9]*\.[0-9][.0-9]*\).*/\1/'

gives 1.0.1 on my system, where gcc --version prints:

gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.1)


Reproducible: Always

Steps to Reproduce:
emerge lilypond
Comment 1 Marijn Schouten (RETIRED) gentoo-dev 2007-09-18 16:04:31 UTC
Please use a 2.10.* version.

I'm sorry, but policy prevents me from removing these obsolete versions while a new version is not yet marked stable, which cannot be done until guile-1.8* and a recent fontforge have been marked stable, both of which cause incompatibilities for other packages (see bug 182995).