GNU bug report logs -
#18916
libtool-2.4.3 caused autoconf test failure
Previous Next
Reported by: Eric Blake <eblake <at> redhat.com>
Date: Fri, 31 Oct 2014 22:13:01 UTC
Severity: normal
Done: Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Oct 31, 2014, at 10:11 PM, Eric Blake <eblake <at> redhat.com> wrote:
>
> [adding libtool]
>
> On 10/31/2014 10:54 AM, Bruce Dubbs wrote:
>> From the test output:
>>
>> Compatibility with other tools.
>>
>> 501: Libtool FAILED (foreign.at:61)
>> ------
>> This was caused by libtool-2.4.3. Using the identical instructions when
>> libtool-2.4.2 is used, the test passes.
>
> Thanks for the report. Yes, autoconf should be taught to be more
> tolerant of new libtool, but this is probably also worth investigating
> if it is a libtool regression worth fixing for the upcoming 2.4.4.
The failure is because latest libtool (and libtoolize et. al) are following
the rest of GNU in eschewing `backtick opening quotes' in favour of 'regular
single quotes at both ends' style.
The sed expression in foreign.at at line 60 should accept either format to
be compatible with new and old libtoolize output. E.g.:
AT_CHECK([sed -n ["s,^[^']*[\`']\\(/[^']*\\)'.*,\\1,p"] stdout], [0], [stdout])
Cheers,
--
Gary V. Vaughan (gary AT gnu DOT org)
This bug report was last modified 212 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.