Hi,

aclocal8, acsilent and unused test cases all fail if I have the newly
released perl-5.16.0 installed.

The error appears to be because of a change in Perl, which now ends up
outputting the following to stderr:

main::scan_file() called too early to check prototype
at /sources/automake-1.12/aclocal line 642.

I've attached the logs.  If you require any further information, just
let me know.

Thanks,

Matt.
Running from installcheck: no
Using TAP: no
PATH = /sources/automake-1.12/t/ax:/sources/automake-1.12/t/wrap:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/usr/sbin
++ pwd
/sources/automake-1.12/t/aclocal8.dir
+ cat
+ mkdir m4
+ cat
+ echo 'AC_DEFUN([MACRO1],)'
+ echo 'AC_DEFUN([MACRO2], [AC_REQUIRE([AM_UNUSED_MACRO])])'
+ aclocal-1.12 -Werror -I m4
++ wc -l
+ test 0 = 1
+ exit_status=1
+ set +e
+ cd /sources/automake-1.12
+ test no = yes
+ case $am_explicit_skips in
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
aclocal8: exit 1
Running from installcheck: no
Using TAP: no
PATH = /sources/automake-1.12/t/ax:/sources/automake-1.12/t/wrap:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/usr/sbin
++ pwd
/sources/automake-1.12/t/acsilent.dir
+ cat
+ cat
+ aclocal-1.12 -Werror
+ cat output
main::scan_file() called too early to check prototype at /sources/automake-1.12/aclocal line 642.
+ test '!' -s output
+ exit_status=1
+ set +e
+ cd /sources/automake-1.12
+ test no = yes
+ case $am_explicit_skips in
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
acsilent: exit 1
Running from installcheck: no
Using TAP: no
PATH = /sources/automake-1.12/t/ax:/sources/automake-1.12/t/wrap:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/usr/sbin
++ pwd
/sources/automake-1.12/t/unused.dir
+ cat
+ cat
+ aclocal-1.12 -Werror
+ cat stderr
main::scan_file() called too early to check prototype at /sources/automake-1.12/aclocal line 642.
+ test '!' -s stderr
+ exit_status=1
+ set +e
+ cd /sources/automake-1.12
+ test no = yes
+ case $am_explicit_skips in
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
unused: exit 1

Reply via email to