GNU bug report logs - #10700
578 of 589 tests failed

Previous Next

Package: automake;

Reported by: Oleg Kokorin <ole2mail <at> gmail.com>

Date: Thu, 2 Feb 2012 17:08:02 UTC

Severity: minor

Tags: moreinfo, notabug

Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>

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 10700 in the body.
You can then email your comments to 10700 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#10700; Package automake. (Thu, 02 Feb 2012 17:08:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Oleg Kokorin <ole2mail <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-automake <at> gnu.org. (Thu, 02 Feb 2012 17:08:02 GMT) Full text and rfc822 format available.

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

From: Oleg Kokorin <ole2mail <at> gmail.com>
To: bug-automake <at> gnu.org
Subject: 578 of 589 tests failed
Date: Thu, 2 Feb 2012 18:04:06 +0200
[Message part 1 (text/plain, inline)]

[test-suite.log (application/octet-stream, attachment)]

Information forwarded to bug-automake <at> gnu.org:
bug#10700; Package automake. (Thu, 02 Feb 2012 19:53:02 GMT) Full text and rfc822 format available.

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

From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: Oleg Kokorin <ole2mail <at> gmail.com>
Cc: 10700 <at> debbugs.gnu.org
Subject: Re: 578 of 589 tests failed
Date: Thu, 02 Feb 2012 20:52:11 +0100
tags 10700 + moreinfo
severity 10700 minor
thanks

Reference:
  <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10700>

Hi Oleg, thanks for the report.

> =============================================
>   GNU Automake 1.11: tests/test-suite.log
> =============================================
>
Consider that 1.11 is already some years old, and, most importantly,
suffers from a know security vulnerability:

  <http://thread.gmane.org/gmane.comp.sysutils.autotools.announce/131>

I'd advise you to install the latest version 1.11.3 instead.

Now, let's come to the bug report ...

> 578 of 589 tests failed.  (140 tests were not run).
>
WOW!  This is clearly the result of a weird failure in the Automake build
system, or of some system misconfiguration ...

> FAIL: aclibobj.test (exit: 2)
> =============================
>
> [SNIP]
>
> === Running test ./aclibobj.test
> ++ pwd
> /cygdrive/c/m2sync/automake-1.11/tests/aclibobj.dir
> + cat
> + cat
> + :
> + :
> + aclocal-1.11 -Werror
> Can't open perl script "/cygdrive/c/m2sync/automake-1.11/aclocal": No such file or directory
>
[SNIP a ton of similar failures]

It seems the wrapper scripts in the testsuite are unable to execute the just-built
aclocal and automake scripts ...  Which commands have you used to run the testsuite?
Have the 'aclocal' and 'automake' scripts been created correctly?  Could you please
post the results of these commands?

  $ cd /cygdrive/c/m2sync/automake-1.11/
  $ ls -l aclocal automake
  $ sed 5q aclocal
  $ sed 5q automake
  $ cat tests/aclocal-1.11
  $ cat tests/auatomake-1.11
  $ echo 'x:; @echo $(PERL) && $(PERL) -V' | make -f Makefile -f - x

> FAIL: acloca20.test (exit: 2)
> =============================
>
> [SNIP]
>
> === Running test ./acloca20.test
> ++ pwd
> /cygdrive/c/m2sync/automake-1.11/tests/acloca20.dir
> + set -e
> + cat
> + cat
> + cat
> + autoconf
> Can't open perl script "/cygdrive/c/Xilinx/12.4/ISE_DS/EDK/cygwin/bin/autom4te": No such file or directory
> + exit_status=2
>
Since the autom4te and autoconf scripts are only used by Automake, but not
installed nor managed by it (they are part of the Autoconf package), this
failure suggests that the fault does not lie in the Automake build system,
but rather in some system misconfiguration ...  Are you sure your Cygwin
installation is correct and sane?

Thanks,
  Stefano




Added tag(s) moreinfo. Request was from Stefano Lattarini <stefano.lattarini <at> gmail.com> to control <at> debbugs.gnu.org. (Thu, 02 Feb 2012 19:53:03 GMT) Full text and rfc822 format available.

Severity set to 'minor' from 'normal' Request was from Stefano Lattarini <stefano.lattarini <at> gmail.com> to control <at> debbugs.gnu.org. (Thu, 02 Feb 2012 19:53:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-automake <at> gnu.org:
bug#10700; Package automake. (Fri, 03 Feb 2012 08:57:02 GMT) Full text and rfc822 format available.

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

From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: Oleg Kokorin <ole2mail <at> gmail.com>
Cc: 10700 <at> debbugs.gnu.org
Subject: Re: 578 of 589 tests failed
Date: Fri, 03 Feb 2012 09:56:15 +0100
tags 10700 notabug
close 10700
thanks

On 02/03/2012 09:46 AM, Oleg Kokorin wrote:
> hello Stefano
> thanks for the quick reply.
>
> it seems like the problem really falls to the defective perl interpreter
> provided by Xilinx within it's cygwin build inside Xilinx ISE.
> that perl support only dos style pathes (starting with drive:\path),
> but not classical unix/cygwin (starting with /cygdrive/drive/path)
> Oleg
> 
Thanks for letting us known.  I'm closing the bug report then.

Best regards,
  Stefano




Added tag(s) notabug. Request was from Stefano Lattarini <stefano.lattarini <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 03 Feb 2012 08:57:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 10700 <at> debbugs.gnu.org and Oleg Kokorin <ole2mail <at> gmail.com> Request was from Stefano Lattarini <stefano.lattarini <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 03 Feb 2012 08:57:03 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. (Fri, 02 Mar 2012 12:24:02 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 190 days ago.

Previous Next


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