emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40192: closed (Please report to address@hidden)


From: GNU bug Tracking System
Subject: bug#40192: closed (Please report to address@hidden)
Date: Wed, 25 Mar 2020 01:33:03 +0000

Your message dated Tue, 24 Mar 2020 19:32:49 -0600
with message-id <address@hidden>
and subject line Re: bug#40192: Please report to address@hidden
has caused the debbugs.gnu.org bug report #40192,
regarding Please report to address@hidden
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
40192: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40192
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Please report to address@hidden Date: Mon, 23 Mar 2020 04:36:39 +0100


./configure CC=gcc9 CFLAGS="-march=znver1 -mtune=znver1 -O3" CXX=g++9 CXXFLAGS="-march=znver1 -mtune=znver1 -O3"

make

make check

...

FAIL: t/tags-lisp-space.sh

...

============================================================================

Testsuite summary for GNU Automake 1.16.2
============================================================================
# TOTAL: 2915
# PASS:  2793
# SKIP:  81
# XFAIL: 40
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to address@hidden
============================================================================

Attachment: test-suite.log
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#40192: Please report to address@hidden Date: Tue, 24 Mar 2020 19:32:49 -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.



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]