GNU bug report logs - #40181
FAIL: t/tags-lisp-space.sh

Previous Next

Package: automake;

Reported by: Andreas Schwab <schwab <at> linux-m68k.org>

Date: Sun, 22 Mar 2020 09:08: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 40181 in the body.
You can then email your comments to 40181 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#40181; Package automake. (Sun, 22 Mar 2020 09:08:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andreas Schwab <schwab <at> linux-m68k.org>:
New bug report received and forwarded. Copy sent to bug-automake <at> gnu.org. (Sun, 22 Mar 2020 09:08:01 GMT) Full text and rfc822 format available.

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

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: bug-automake <at> gnu.org
Subject: FAIL: t/tags-lisp-space.sh
Date: Sun, 22 Mar 2020 10:07:41 +0100
FAIL: t/tags-lisp-space
=======================

Running from installcheck: no
Test Protocol: none
PATH = /home/abuild/rpmbuild/BUILD/automake-1.16.2/bin:/home/abuild/rpmbuild/BUILD/automake-1.16.2/t/ax:/usr/local/bin:/usr/bin:/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin
++ pwd
/home/abuild/rpmbuild/BUILD/automake-1.16.2/t/tags-lisp-space.dir
+ cat
+ cat
+ touch config.h.in
+ touch the-amtest-mode.el
+ aclocal-1.16 -Werror
+ autoconf
+ automake-1.16 --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for emacs... no
checking for xemacs... no
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
+ run_make -O -E tags
+ am__make_redirect_stdout=no
+ am__make_redirect_stderr=no
+ am__make_redirect_stdall=no
+ am__make_flags=
+ am__make_rc_exp=0
+ am_make_rc=0
+ test 3 -gt 0
+ case $1 in
+ am__make_redirect_stdout=yes
+ shift
+ test 2 -gt 0
+ case $1 in
+ am__make_redirect_stderr=yes
+ shift
+ test 1 -gt 0
+ case $1 in
+ break
+ using_gmake
+ case $am__using_gmake in
+ make --version -v
+ grep GNU
GNU Make 4.2.1
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+ am__using_gmake=yes
+ return 0
+ :
+ test x '!=' x
+ : exec make tags
+ set +x
+ am_make_rc=2
+ test 2 -eq 253
+ test no = yes
+ test yes = yes
+ cat stdout
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/abuild/rpmbuild/BUILD/automake-1.16.2/t/tags-lisp-space.dir/missing autoheader)
rm -f stamp-h1
touch config.h.in
set x; \
here=`pwd`; \
list='   the-amtest-mode.el config.h.in'; unique=`for i in $list; do if test -f "$i"; then echo $i; else echo ./$i; fi; done | gawk ' BEGIN { nonempty = 0; } { items[$0] = 1; nonempty = 1; } END { if (nonempty) { for (i in items) print i; }; } '`; \
shift; \
if test -z "$*$unique"; then :; else \
  test -n "$unique" || unique=$empty_fix; \
  if test $# -gt 0; then \
    etags    \
      "$@" $unique; \
  else \
    etags    \
      $unique; \
  fi; \
fi
+ test yes = yes
+ cat stderr
/bin/sh: line 11: etags: command not found
make: *** [Makefile:383: tags-am] Error 127
+ case $am__make_rc_exp in
+ test 0 -ge 0
+ test 0 -le 255
+ test 2 -eq 0
+ return 1
+ am_exit_trap 1
+ exit_status=1
+ set +e
+ cd /home/abuild/rpmbuild/BUILD/automake-1.16.2
+ test none = tap
+ case $am_explicit_skips in
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
FAIL t/tags-lisp-space.sh (exit status: 1)

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."




Information forwarded to bug-automake <at> gnu.org:
bug#40181; Package automake. (Sun, 22 Mar 2020 21:24:01 GMT) Full text and rfc822 format available.

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

From: Karl Berry <karl <at> freefriends.org>
To: schwab <at> linux-m68k.org
Cc: 40181 <at> debbugs.gnu.org
Subject: Re: bug#40181: FAIL: t/tags-lisp-space.sh
Date: Sun, 22 Mar 2020 15:23:49 -0600
Hi Andreas,

    /bin/sh: line 11: etags: command not found

I somehow thought presence of etags was already tested for, but
obviously not. Anyway, I'll look into it as soon as I can.
Thanks for the report. --karl





Information forwarded to bug-automake <at> gnu.org:
bug#40181; Package automake. (Wed, 25 Mar 2020 01:33:01 GMT) Full text and rfc822 format available.

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

From: Karl Berry <karl <at> freefriends.org>
To: schwab <at> linux-m68k.org
Cc: 40181 <at> debbugs.gnu.org
Subject: Re: bug#40181: FAIL: t/tags-lisp-space.sh
Date: Tue, 24 Mar 2020 19:32:50 -0600
I believe all that's needed is to set required=etags in
t/tags-lisp-space.sh. Sorry for my dumb mistake. Committed this:

--- a/t/tags-lisp-space.sh
+++ b/t/tags-lisp-space.sh
@@ -18,7 +18,7 @@
 # if there are CONFIG_HEADERS.
 # See automake bug#38139.

-required=''
+required=etags
 . test-init.sh

 # some AC_CONFIG_FILES header is needed to trigger the bug.





Reply sent to Karl Berry <karl <at> freefriends.org>:
You have taken responsibility. (Wed, 25 Mar 2020 01:33:02 GMT) Full text and rfc822 format available.

Notification sent to Andreas Schwab <schwab <at> linux-m68k.org>:
bug acknowledged by developer. (Wed, 25 Mar 2020 01:33: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. (Wed, 22 Apr 2020 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 4 days ago.

Previous Next


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