guile-devel
[Top][All Lists]
Advanced

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

Re: examples and testing


From: Neil Jerram
Subject: Re: examples and testing
Date: 17 Jul 2001 19:22:35 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Martin" == Martin Grabmueller <address@hidden> writes:

    Martin> Hello folks, I have just committed a set of checks and
    Martin> build fixes to CVS stable branch, which will build the
    Martin> example programs on `make all' and run checks in every
    Martin> examples subdirectory on `make check'.  I have tried to
    Martin> make sure that everything builds fine even without an
    Martin> installed version of Guile (GNU stow is great!), but I
    Martin> encourage everyone to try it out on as many different
    Martin> machines as possible.

I'm afraid that `make check' on stable CVS now fails for me.  Full log
is appended below.

        Neil

address@hidden:~/Guile/1.5/guile-core$ make check
Making check in ice-9
make[1]: Entering directory `/home/neil/Guile/1.5/guile-core/ice-9'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/neil/Guile/1.5/guile-core/ice-9'
Making check in oop
make[1]: Entering directory `/home/neil/Guile/1.5/guile-core/oop'
Making check in goops
make[2]: Entering directory `/home/neil/Guile/1.5/guile-core/oop/goops'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/neil/Guile/1.5/guile-core/oop/goops'
make[2]: Entering directory `/home/neil/Guile/1.5/guile-core/oop'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/neil/Guile/1.5/guile-core/oop'
make[1]: Leaving directory `/home/neil/Guile/1.5/guile-core/oop'
Making check in qt
make[1]: Entering directory `/home/neil/Guile/1.5/guile-core/qt'
Making check in md
make[2]: Entering directory `/home/neil/Guile/1.5/guile-core/qt/md'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/neil/Guile/1.5/guile-core/qt/md'
Making check in time
make[2]: Entering directory `/home/neil/Guile/1.5/guile-core/qt/time'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/neil/Guile/1.5/guile-core/qt/time'
make[2]: Entering directory `/home/neil/Guile/1.5/guile-core/qt'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/neil/Guile/1.5/guile-core/qt'
make[1]: Leaving directory `/home/neil/Guile/1.5/guile-core/qt'
Making check in libltdl
make[1]: Entering directory `/home/neil/Guile/1.5/guile-core/libltdl'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/neil/Guile/1.5/guile-core/libltdl'
Making check in libguile
make[1]: Entering directory `/home/neil/Guile/1.5/guile-core/libguile'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/neil/Guile/1.5/guile-core/libguile'
Making check in guile-config
make[1]: Entering directory `/home/neil/Guile/1.5/guile-core/guile-config'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/neil/Guile/1.5/guile-core/guile-config'
Making check in guile-readline
make[1]: Entering directory `/home/neil/Guile/1.5/guile-core/guile-readline'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/neil/Guile/1.5/guile-core/guile-readline'
Making check in scripts
make[1]: Entering directory `/home/neil/Guile/1.5/guile-core/scripts'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/neil/Guile/1.5/guile-core/scripts'
Making check in srfi
make[1]: Entering directory `/home/neil/Guile/1.5/guile-core/srfi'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/neil/Guile/1.5/guile-core/srfi'
Making check in doc
make[1]: Entering directory `/home/neil/Guile/1.5/guile-core/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/neil/Guile/1.5/guile-core/doc'
Making check in examples
make[1]: Entering directory `/home/neil/Guile/1.5/guile-core/examples'
Making check in scripts
make[2]: Entering directory `/home/neil/Guile/1.5/guile-core/examples/scripts'
make  check-TESTS
make[3]: Entering directory `/home/neil/Guile/1.5/guile-core/examples/scripts'
PASS: check.test
==================
All 1 tests passed
==================
make[3]: Leaving directory `/home/neil/Guile/1.5/guile-core/examples/scripts'
make[2]: Leaving directory `/home/neil/Guile/1.5/guile-core/examples/scripts'
Making check in box
make[2]: Entering directory `/home/neil/Guile/1.5/guile-core/examples/box'
make  check-TESTS
make[3]: Entering directory `/home/neil/Guile/1.5/guile-core/examples/box'
PASS: check.test
==================
All 1 tests passed
==================
make[3]: Leaving directory `/home/neil/Guile/1.5/guile-core/examples/box'
make[2]: Leaving directory `/home/neil/Guile/1.5/guile-core/examples/box'
Making check in box-module
make[2]: Entering directory 
`/home/neil/Guile/1.5/guile-core/examples/box-module'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/home/neil/Guile/1.5/guile-core/examples/box-module'Making check in box-dynamic
make[2]: Entering directory 
`/home/neil/Guile/1.5/guile-core/examples/box-dynamic'
make  check-TESTS
make[3]: Entering directory 
`/home/neil/Guile/1.5/guile-core/examples/box-dynamic'
PASS: check.test
==================
All 1 tests passed
==================
make[3]: Leaving directory 
`/home/neil/Guile/1.5/guile-core/examples/box-dynamic'
make[2]: Leaving directory 
`/home/neil/Guile/1.5/guile-core/examples/box-dynamic'
Making check in box-dynamic-module
make[2]: Entering directory 
`/home/neil/Guile/1.5/guile-core/examples/box-dynamic-module'
make  check-TESTS
make[3]: Entering directory 
`/home/neil/Guile/1.5/guile-core/examples/box-dynamic-module'
PASS: check.test
==================
All 1 tests passed
==================
make[3]: Leaving directory 
`/home/neil/Guile/1.5/guile-core/examples/box-dynamic-module'
make[2]: Leaving directory 
`/home/neil/Guile/1.5/guile-core/examples/box-dynamic-module'
Making check in modules
make[2]: Entering directory `/home/neil/Guile/1.5/guile-core/examples/modules'
make  check-TESTS
make[3]: Entering directory `/home/neil/Guile/1.5/guile-core/examples/modules'
PASS: check.test
==================
All 1 tests passed
==================
make[3]: Leaving directory `/home/neil/Guile/1.5/guile-core/examples/modules'
make[2]: Leaving directory `/home/neil/Guile/1.5/guile-core/examples/modules'
Making check in safe
make[2]: Entering directory `/home/neil/Guile/1.5/guile-core/examples/safe'
make  check-TESTS
make[3]: Entering directory `/home/neil/Guile/1.5/guile-core/examples/safe'
PASS: check.test
==================
All 1 tests passed
==================
make[3]: Leaving directory `/home/neil/Guile/1.5/guile-core/examples/safe'
make[2]: Leaving directory `/home/neil/Guile/1.5/guile-core/examples/safe'
make[2]: Entering directory `/home/neil/Guile/1.5/guile-core/examples'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/neil/Guile/1.5/guile-core/examples'
make[1]: Leaving directory `/home/neil/Guile/1.5/guile-core/examples'
make[1]: Entering directory `/home/neil/Guile/1.5/guile-core'
make  check-TESTS
make[2]: Entering directory `/home/neil/Guile/1.5/guile-core'
Testing libguile/guile ...
with GUILE_LOAD_PATH=.:./test-suite
with LTDL_LIBRARY_PATH=/home/neil/Guile/1.5/guile-core/srfi/.libs:
FAIL: check-guile
===================
1 of 1 tests failed
===================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/home/neil/Guile/1.5/guile-core'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/neil/Guile/1.5/guile-core'
make: *** [check-recursive] Error 1
address@hidden:~/Guile/1.5/guile-core$ 




reply via email to

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