GNU bug report logs - #43819
two FAILs for "make check" -- automake 1.16.2

Previous Next

Package: automake;

Reported by: Thien-Thi Nguyen <ttn <at> gnuvola.org>

Date: Mon, 5 Oct 2020 17:55:01 UTC

Severity: normal

Done: Karl Berry <karl <at> freefriends.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43819 in the body.
You can then email your comments to 43819 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-automake <at> gnu.org:
bug#43819; Package automake. (Mon, 05 Oct 2020 17:55:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Thien-Thi Nguyen <ttn <at> gnuvola.org>:
New bug report received and forwarded. Copy sent to bug-automake <at> gnu.org. (Mon, 05 Oct 2020 17:55:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Thien-Thi Nguyen <ttn <at> gnuvola.org>
To: bug-automake <at> gnu.org
Subject: two FAILs for "make check" -- automake 1.16.2
Date: Mon, 05 Oct 2020 13:51:25 -0400
[Message part 1 (text/plain, inline)]
Please find here an excerpt from test-suite.log that shows
failure of "make check" in two tests:
[excerpt (text/plain, inline)]
FAIL: t/aminit-moreargs-deprecation
===================================

Running from installcheck: no
Test Protocol: none
PATH = /home/ttn/local/.b/automake-1.16.2/bin:/home/ttn/local/.b/automake-1.16.2/t/ax:/home/ttn/local/bin:/home/ttn/bin:/home/ttn/local/bin:/usr/local/bin:/usr/bin:/bin:/home/ttn/local/share/ttn-do
+ pwd
/home/ttn/local/.b/automake-1.16.2/t/aminit-moreargs-deprecation.dir
+ warn_rx=AM_INIT_AUTOMAKE.* two-.* three-arguments form.*deprecated
+ cat
+ aclocal-1.16 -Werror
configure.ac:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.
./lib/autoconf/general.m4:2328: AC_DIAGNOSE is expanded from...
/home/ttn/local/.b/automake-1.16.2/m4/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:2: the top level
configure.ac:2: warning: The macro `AC_DIAGNOSE' is obsolete.
configure.ac:2: You should run autoupdate.
./lib/autoconf/general.m4:2328: AC_DIAGNOSE is expanded from...
/home/ttn/local/.b/automake-1.16.2/m4/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:2: the top level
+ :
+ do_check
+ rm -rf autom4te.cache
+ autoconf -Werror -Wnone -Wobsolete
+ cat stderr
configure.ac:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.
./lib/autoconf/general.m4:2328: AC_DIAGNOSE is expanded from...
aclocal.m4:139: AM_INIT_AUTOMAKE is expanded from...
configure.ac:2: the top level
configure.ac:2: warning: The macro `AC_DIAGNOSE' is obsolete.
configure.ac:2: You should run autoupdate.
./lib/autoconf/general.m4:2328: AC_DIAGNOSE is expanded from...
aclocal.m4:139: AM_INIT_AUTOMAKE is expanded from...
configure.ac:2: the top level
+ grep ^configure\.ac:2:.*AM_INIT_AUTOMAKE.* two-.* three-arguments form.*deprecated stderr
configure.ac:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.
+ autoconf -Werror -Wall -Wno-obsolete
/home/ttn/local/share/autoconf/autoconf/trailer.m4:4: warning: AC_OUTPUT was never used
+ _am_exit 1
+ set +e
+ test 77 = 1
+ exit 1
+ exit 1
+ am_exit_trap 1
+ exit_status=1
+ set +e
+ cd /home/ttn/local/.b/automake-1.16.2
+ test none = tap
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ return 0
+ set +x
FAIL t/aminit-moreargs-deprecation.sh (exit status: 1)

FAIL: t/mkdirp-deprecation
==========================

Running from installcheck: no
Test Protocol: none
PATH = /home/ttn/local/.b/automake-1.16.2/bin:/home/ttn/local/.b/automake-1.16.2/t/ax:/home/ttn/local/bin:/home/ttn/bin:/home/ttn/local/bin:/usr/local/bin:/usr/bin:/bin:/home/ttn/local/share/ttn-do
+ pwd
/home/ttn/local/.b/automake-1.16.2/t/mkdirp-deprecation.dir
+ echo AM_PROG_MKDIR_P
+ :
+ aclocal-1.16 -Werror
configure.ac:4: warning: AM_PROG_MKDIR_P: this macro is deprecated, and will soon be removed.
configure.ac:4: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:4: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
./lib/autoconf/general.m4:2328: AC_DIAGNOSE is expanded from...
/home/ttn/local/.b/automake-1.16.2/m4/mkdirp.m4:11: AM_PROG_MKDIR_P is expanded from...
configure.ac:4: the top level
configure.ac:4: warning: The macro `AC_DIAGNOSE' is obsolete.
configure.ac:4: You should run autoupdate.
./lib/autoconf/general.m4:2328: AC_DIAGNOSE is expanded from...
/home/ttn/local/.b/automake-1.16.2/m4/mkdirp.m4:11: AM_PROG_MKDIR_P is expanded from...
configure.ac:4: the top level
+ autoconf -Werror -Wobsolete
+ cat stderr
configure.ac:4: warning: AM_PROG_MKDIR_P: this macro is deprecated, and will soon be removed.
configure.ac:4: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:4: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
./lib/autoconf/general.m4:2328: AC_DIAGNOSE is expanded from...
aclocal.m4:398: AM_PROG_MKDIR_P is expanded from...
configure.ac:4: the top level
configure.ac:4: warning: The macro `AC_DIAGNOSE' is obsolete.
configure.ac:4: You should run autoupdate.
./lib/autoconf/general.m4:2328: AC_DIAGNOSE is expanded from...
aclocal.m4:398: AM_PROG_MKDIR_P is expanded from...
configure.ac:4: the top level
/home/ttn/local/share/autoconf/autoconf/trailer.m4:4: warning: AC_OUTPUT was never used
+ grep_err
+ loc=^configure.ac:4:
+ grep ^configure.ac:4:.*AM_PROG_MKDIR_P.*deprecated stderr
configure.ac:4: warning: AM_PROG_MKDIR_P: this macro is deprecated, and will soon be removed.
+ grep ^configure.ac:4:.* use .*AC_PROG_MKDIR_P stderr
configure.ac:4: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
+ grep ^configure.ac:4:.* use '$(MKDIR_P)' instead of '$(mkdir_p)'.*Makefile stderr
configure.ac:4: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
+ autoconf -Werror -Wno-obsolete
/home/ttn/local/share/autoconf/autoconf/trailer.m4:4: warning: AC_OUTPUT was never used
+ am_exit_trap 1
+ exit_status=1
+ set +e
+ cd /home/ttn/local/.b/automake-1.16.2
+ test none = tap
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ return 0
+ set +x
FAIL t/mkdirp-deprecation.sh (exit status: 1)
[Message part 3 (text/plain, inline)]
This is a Devuan system, w/ the following installed:
- GNU Autoconf 2.69c
- GNU Make 4.1
- GNU bash, versione 4.4.12(1)-release (x86_64-pc-linux-gnu)
- Linux miasma 5.7.0-0.bpo.2-amd64 #1 SMP Debian 5.7.10-1~bpo10+1 (2020-07-30) x86_64 GNU/Linux

I tried to research similar failure reports in both bug-automake
and automake mailing lists, but did not find anything relevant.

Is there anything else i can provide to help diagnose/fix this?

-- 
Thien-Thi Nguyen
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-automake <at> gnu.org:
bug#43819; Package automake. (Mon, 05 Oct 2020 20:59:02 GMT) Full text and rfc822 format available.

Message #8 received at 43819 <at> debbugs.gnu.org (full text, mbox):

From: Karl Berry <karl <at> freefriends.org>
To: ttn <at> gnuvola.org
Cc: 43819 <at> debbugs.gnu.org
Subject: Re: bug#43819: two FAILs for "make check" -- automake 1.16.2
Date: Mon, 5 Oct 2020 14:58:04 -0600
    configure.ac:2: warning: The macro `AC_DIAGNOSE' is obsolete.

What version of autoconf? This seems a problematic message. It doesn't
happen for me with autoconf 2.69. -k




Information forwarded to bug-automake <at> gnu.org:
bug#43819; Package automake. (Mon, 05 Oct 2020 21:20:02 GMT) Full text and rfc822 format available.

Message #11 received at 43819 <at> debbugs.gnu.org (full text, mbox):

From: Thien-Thi Nguyen <ttn <at> gnuvola.org>
To: Karl Berry <karl <at> freefriends.org>
Cc: 43819 <at> debbugs.gnu.org, ttn <at> gnuvola.org
Subject: Re: bug#43819: two FAILs for "make check" -- automake 1.16.2
Date: Mon, 05 Oct 2020 17:17:03 -0400
[Message part 1 (text/plain, inline)]
() Karl Berry <karl <at> freefriends.org>
() Mon, 5 Oct 2020 14:58:04 -0600

       configure.ac:2: warning: The macro `AC_DIAGNOSE' is obsolete.

   What version of autoconf? This seems a problematic
   message. It doesn't happen for me with autoconf 2.69. -k

$ autoconf --version
autoconf (GNU Autoconf) 2.69c

-- 
Thien-Thi Nguyen
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-automake <at> gnu.org:
bug#43819; Package automake. (Tue, 17 Nov 2020 02:24:02 GMT) Full text and rfc822 format available.

Message #14 received at 43819 <at> debbugs.gnu.org (full text, mbox):

From: Karl Berry <karl <at> freefriends.org>
To: 43819 <at> debbugs.gnu.org
Subject: Re: bug#43819: two FAILs for "make check" -- automake 1.16.2
Date: Mon, 16 Nov 2020 19:23:46 -0700
    autoconf (GNU Autoconf) 2.69c

AFAIK this bug has been resolved in the meantime by Zack Weinberg via
changes in development autoconf + automake. Closing.




Reply sent to Karl Berry <karl <at> freefriends.org>:
You have taken responsibility. (Tue, 17 Nov 2020 02:24:02 GMT) Full text and rfc822 format available.

Notification sent to Thien-Thi Nguyen <ttn <at> gnuvola.org>:
bug acknowledged by developer. (Tue, 17 Nov 2020 02:24:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 15 Dec 2020 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 126 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.