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

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

bug#44772: closed (2 test failures in automake 1.16.3)


From: GNU bug Tracking System
Subject: bug#44772: closed (2 test failures in automake 1.16.3)
Date: Sat, 28 Nov 2020 02:22:02 +0000

Your message dated Fri, 27 Nov 2020 19:20:53 -0700
with message-id <202011280220.0AS2Krij017303@freefriends.org>
and subject line Re: bug#44772: 2 test failures in automake 1.16.3
has caused the debbugs.gnu.org bug report #44772,
regarding 2 test failures in automake 1.16.3
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44772: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44772
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 2 test failures in automake 1.16.3 Date: Fri, 20 Nov 2020 22:25:55 +0100 User-agent: KMail/5.1.3 (Linux/4.4.0-193-generic; KDE/5.18.0; x86_64; ; )
On a glibc system, I'm seeing 2 test failures in automake 1.16.3:
$ ./configure --prefix=/arch/x86_64-linux-gnu/gnu-inst-automake/1.16.3
$ make
$ make check
...
FAIL: t/vala-headers.sh
...
FAIL: t/vala-mix2.sh
...

Find attached the log files (redacted for privacy reasons).

vala and valac exist in /usr/bin.

Bruno

Attachment: vala-headers.log
Description: Text Data

Attachment: vala-mix2.log
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#44772: 2 test failures in automake 1.16.3 Date: Fri, 27 Nov 2020 19:20:53 -0700
    FAIL: t/vala-headers.sh
    ...
    FAIL: t/vala-mix2.sh

I pushed Reuben's change (as below). Hope it helps. I guess I'll
optimistically close this bug, knowing you will reopen if it's not
solved :) ... Thanks to both of you. --karl

--- a/bin/automake.in
+++ b/bin/automake.in
@@ -5734,7 +5734,7 @@ sub lang_vala_finish_target
           my $built_dir = dirname $built_c_file;
           my $base_c_file = basename $c_file;
           $output_rules .= "$built_c_file: 
\$(builddir)/${derived}_vala.stamp\n"
-            . "\t\@if test ! -f \$@ && test \$(srcdir) != \$(builddir) && test 
-n \"\$\$(find -L \$(srcdir)/$c_file -prune -newer \$(srcdir)/$vala_file)\"; 
then cp -p \$(srcdir)/$c_file $built_c_file; fi\n"
+            . "\t\@if test ! -f \$@ && test \$(srcdir) != \$(builddir) && test 
-n \"\$\$(find -L \$(srcdir)/$vala_file -prune \! -newer \$(srcdir)/$c_file)\"; 
then cp -p \$(srcdir)/$c_file $built_c_file; fi\n"
             . "\t\@if test -f \$@; then :; else rm -f 
\$(builddir)/${derived}_vala.stamp; fi\n"
             . "\t\@if test -f \$@; then :; else \\\n"
             . "\t  \$(MAKE) \$(AM_MAKEFLAGS) 
\$(builddir)/${derived}_vala.stamp; \\\n"




--- End Message ---

reply via email to

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