Adam C Powell IV ha scritto:
> On Wed, 2006-01-25 at 19:52 +0100, Roberto Pariset wrote:
>
>>Package: babel
>>Severity: important
>>Justification: fails to build from source
>>
>>[...]
>>checking whether g++-3.4 accepts -g... no
>>checking whether the compiler implements namespaces... no
>>./configure: line 16244: syntax error near unexpected token `('
>>./configure: line 16244: `case `(uname -sr) 2>/dev/null` in'
>>
>>Please turn
>>16244 case `(uname -sr) 2>/dev/null` in
>>into:
>>16244 case `uname -sr 2>/dev/null` in
>>or better:
>>16244 case "$(uname -sr 2>/dev/null)" in
>>
>>Thanks,
>>Roberto
>
>
> Thanks, I'll get to this in my next upload. What version are you trying
> to build? There was an NMU which I thought removed the -3.4 from g++...
>
> Cheers,
>
> -Adam
Hi!
Version is 0.10.2-2.1. I don't think it's a g++-3.4 problem rather
than a bad configure issue. If you check [1] you can see that all but
the last log fail with error:
../../../libtool: line 1220: g++-3.4: command not found
while the last one gives the problem I wrote about before. It's weird
that it built on the other archs...
All the best,
Rob
[1]
http://amd64.ftbfs.de/build.php?arch=amd64&pkg=babel&ver=0.10.2-2.1
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]