bug#30631: Automake 1.6 fails to build with perl 5.18.2

2018-03-08 Thread Torsten Seemann
Awesome, thanks! On 9 Mar. 2018 07:40, "Mathieu Lirzin" wrote: > Torsten Seemann writes: > > > That patch looks good - removing List::Util altogether is probably the > right thing. And tests too. > > Pushed as commit

bug#30612: [automake-1.16] make check fails on Solaris 11.3 x86

2018-03-08 Thread Mathieu Lirzin
Mathieu Lirzin writes: > This is likely related to commit > 826408a7f6ca4c39ff7b7ac9952c05f48110748f [1] which make those tests work > with Flex 2.6.4 and g++ 7.3. > > If you know a good way to achieve a better compatibility than the > solution chosen by that commit, I would be

bug#30612: [automake-1.16] make check fails on Solaris 11.3 x86

2018-03-08 Thread Mathieu Lirzin
Hello, Kiyoshi KANAZAWA writes: > Trying to install automake-1.16 on Solaris 11.3 x86. > make check fails with > > FAIL: t/lex-clean-cxx.sh > FAIL: t/lex-depend-cxx.sh > > > It seems to be caused by declaration of yylex (). > lex-clean-cxx.log & lex-depend-cxx.log

bug#30631: Automake 1.6 fails to build with perl 5.18.2

2018-03-08 Thread Mathieu Lirzin
Torsten Seemann writes: > That patch looks good - removing List::Util altogether is probably the right > thing. And tests too. Pushed as commit 74902aa24d4c313ab51fa684142d9240f636971a. Thanks for the review. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D

bug#28160: Support newer version of python

2018-03-08 Thread Mathieu Lirzin
Mathieu Lirzin writes: > Here is an alternative patch to fixes this bug, that I intend to push > tomorrow. > >>From 88df0576249df21e719ff3ac95d3d27b77e3370f Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin > Date: Sat, 3 Mar 2018 12:01:13 +0100 > Subject: [PATCH]