[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fix for Perl-5.24.0 new deprecation warning
From: |
Armin Faltl |
Subject: |
fix for Perl-5.24.0 new deprecation warning |
Date: |
Sun, 9 Oct 2016 19:27:46 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.2.0 |
Hi,
on Centos 7.2.1511 with gcc-5.4.0 and Perl-5.24.0 installed,
I ran into a bug in .../automake-1.15/bin/automake, that shows
as failing test in `make check`.
Perl-5.24.0 issues a warning when it encounters a not quoted
left brace ('{') in a regular expression that causes some tests to fail.
Attached is a fix that may be packaged unprofessionally.
The diff was created by having moved the original script to
bin/automake.orig and the fixed version residing in bin/automake.
I think it should be mentioned in the INSTALL file, that configuring and
building automake will give very wrong results, when libtool
is not properly installed on the system.
Best Regards, Armin Faltl
patch_of_automake-1.15
Description: Text document
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- fix for Perl-5.24.0 new deprecation warning,
Armin Faltl <=