bug-gettext
[Top][All Lists]
Advanced

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

Re: [bug-gettext] Errors in 'make check-TESTS' in gettext-tools/gnulib-t


From: Daiki Ueno
Subject: Re: [bug-gettext] Errors in 'make check-TESTS' in gettext-tools/gnulib-tests
Date: Wed, 16 Mar 2016 18:41:29 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux)

Peter Dyballa <address@hidden> writes:

> On PPC Mac OS X 10.4.11 ("Tiger") this happens:
>
>       make[4]: Leaving directory
> `/sw/build.build/gettext-tools-0.19.7-1l/gettext-0.19.7/gettext-tools/gnulib-tests'

As the failures are in gnulib tests (not gettext-tools itself), that's
not too bad IMO.

>       ../../build-aux/test-driver: line 107: 21788 Abort trap
> (core dumped) "$@" >$log_file 2>&1
>       FAIL: test-float
>       ../../build-aux/test-driver: line 107: 22543 Segmentation
> fault      (core dumped) "$@" >$log_file 2>&1
>       FAIL: test-localename

Are you able to reproduce those failures individually with the procedure
described in:
http://www.gnu.org/software/gnulib/manual/html_node/How-to-add-a-new-module.html#How-to-add-a-new-module

For the above cases, you could do:

  $ ./gnulib-tool --create-testdir --dir=/tmp/testdir float

or:

  $ ./gnulib-tool --create-testdir --dir=/tmp/testdir localename

and then "configure && make && make check" in /tmp/testdir.

>       configure: WARNING: gettext-tools will be built without ACL support.
>
> IMO invoking the ACL tests should not have happened.

Actually, the ACL tests are skipped.  From your log:

>       SKIP: test-file-has-acl.sh
>       SKIP: test-file-has-acl-1.sh
>       SKIP: test-file-has-acl-2.sh
>       ../../build-aux/test-driver: line 107: 21788 Abort trap
> (core dumped) "$@" >$log_file 2>&1
>       FAIL: test-float

The failing test is test-float.

Regards,
-- 
Daiki Ueno



reply via email to

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