This is a bug in glibc-2.3.6, not in Ubuntu.

The build line looks like this:

           echo "\"Available extensions:\\n\"";                 \

It *should* look like this:

           printf '"Available extensions:\\n"\n';               \

Fixed upstream with this commit:

2005-02-26  GOTO Masanori  <[EMAIL PROTECTED]>

        * csu/Makefile: Use printf instead of echo for some shells.

The fact that it worked before was a side effect of using unspecified
behaviour in a shell.  When we changed the /bin/sh to dash, some broken
upstreams had to be fixed.

I hope this helps.  Rejecting this bug.

Tks,
Jeff Bailey

** Changed in: glibc (Ubuntu)
       Status: Unconfirmed => Rejected

-- 
building glibc 2.3.6 under edgy fails.
https://launchpad.net/bugs/71097

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to