Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192836 - media-sound/lilypond-2.0.3 - configure reads gcc version incorrectly
Summary: media-sound/lilypond-2.0.3 - configure reads gcc version incorrectly
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Marijn Schouten (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-17 17:03 UTC by Itay Perl
Modified: 2007-09-18 16:04 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 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).