GNU bug report logs -
#14337
Unclear error messages when a test script is missing
Previous Next
Reported by: Bruce Korb <bkorb <at> gnu.org>
Date: Thu, 2 May 2013 23:59:02 UTC
Severity: minor
Tags: wontfix
Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
On 05/02/13 16:58, Bruce Korb wrote:
> Help, please?
P.S. this only happens for srcdir != builddir builds
and the xtrace output below is triggered by manually inserting
"set -x" into the $(TEST_SUITE_LOG): rule.
> ===========================
>
> $ make check
> [.....]
> >bash> make base.log
> make[3]: Entering directory `/u/bkorb/ag/mypw/mypw-0.1-dev11/_build/tests'
> make[3]: Nothing to be done for `base.log'.
> make[3]: Leaving directory `/u/bkorb/ag/mypw/mypw-0.1-dev11/_build/tests'
> >bash> am__dry=no
> >bash> case $MAKEFLAGS in
> >bash> for am__flg in '$MAKEFLAGS'
> >bash> case $am__flg in
> >bash> for am__flg in '$MAKEFLAGS'
> >bash> case $am__flg in
> >bash> for am__flg in '$MAKEFLAGS'
> >bash> case $am__flg in
> >bash> test no = yes
> >bash> st=0
> >bash> errmsg='fatal: making test-suite.log: failed to create'
> >bash> for i in '$redo_bases'
> >bash> test -f base.trs
> >bash> echo 'fatal: making test-suite.log: failed to create base.trs'
> fatal: making test-suite.log: failed to create base.trs
> >bash> st=1
> >bash> test -f base.log
> >bash> echo 'fatal: making test-suite.log: failed to create base.log'
> fatal: making test-suite.log: failed to create base.log
> >bash> st=1
> >bash> test 1 -eq 0
> >bash> exit 1
> make[2]: *** [test-suite.log] Error 1
> make[2]: Leaving directory `/u/bkorb/ag/mypw/mypw-0.1-dev11/_build/tests'
> make[1]: *** [check-TESTS] Error 2
> make[1]: Leaving directory `/u/bkorb/ag/mypw/mypw-0.1-dev11/_build/tests'
>
> ===================== Makefile.am:
>
> TESTS = base.test
>
> TESTS_ENVIRONMENT = builddir=`pwd`
This bug report was last modified 11 years and 209 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.