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

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to [EMAIL PROTECTED])


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to