This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Testing 2.16 release candidate with gnulib
- From: Bruno Haible <bruno at clisp dot org>
- To: Carlos O'Donell <carlos_odonell at mentor dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Mon, 02 Jul 2012 00:53:13 +0200
- Subject: Re: Testing 2.16 release candidate with gnulib
- Bcc: bruno at haible dot de
- References: <4FEBDA04.6010709@mentor.com> <70599729.sUypURCOaS@linuix> <4FEF1750.50602@mentor.com>
Carlos O'Donell wrote:
> Only these were new regressions:
>
> log10f.o
> logf.o
> remove.o
> strstr.o
>
> We've identified strstr.o as a glibc issue.
>
> We've identified remove.o as a gnulib issue.
>
> We had not yet tracked down log10f.o or logf.o.
log10f.o is a gnulib issue, meanwhile fixed through
http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=273bfd77e1807f9e9137b2efd7ab47c86374498b
logf.o is an Autoconf bug in Autoconf versions < 2.64 that hits gnulib.
It goes away when you use an Autoconf version >= 2.64.
Bruno