Florian Ernst <[EMAIL PROTECTED]> hit the keyboard. Afterwards the following was on the screen:
> I have just taken over maintenance of the sysutils package and now try > to resolve some rather dated issues... > > On Mon, 03 May 2004 01:12:04 +0200, Rasmus Bøg Hansen wrote: >> As GCC has switched to 3.3 for the default, the version string has >> changed: [...] >> However procinfo expects this to be lowercase. procinfo-18/routines.c, line >> 269: >> [...] > > And with GCC-4.0 is seems to have changed again to lowercase, but now > with an additional field, thus requiring a more flexible approach than > hardcoding the string. Great, it is apparently locale dependent: [EMAIL PROTECTED]:~# export LANG=C [EMAIL PROTECTED]:~# gcc -v [...] gcc version 4.0.3 20051111 (prerelease) (Debian 4.0.2-4) [EMAIL PROTECTED]:~# export LANG=da_DK [EMAIL PROTECTED]:~# gcc -v [...] GCC version 4.0.3 20051111 (prerelease) (Debian 4.0.2-4) Regards /Rasmus -- -- [ Rasmus "Møffe" Bøg Hansen ] --------------------------------------- There is no such things as overkill - only kill or no kill! ----------------------------------------------[ moffe at zz9 dot dk ] --