On 11/12/2011 03:45 PM, Juan Jose Garcia-Ripoll wrote:
On Sun, Nov 13, 2011 at 12:26 AM, Paul Bowyer <pbow...@olynet.com <mailto:pbow...@olynet.com>> wrote:

    However, the "bugs.log" file still shows that an error occurred
    during its run so I'm attaching it for your inspection in case it
    is not part of the "yet to be fixed" problem mentioned in your reply.


If you delete output/ecl/bugs.log and run it again using "make", does it also get interrupted?

Juanjo

--
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
Juanjo:

After deleting "output/ecl/bugs.log", and running "make" in the ecl-test directory, I get a completed "bugs.log" but I also get slightly different results for "ansi.log" also. Now "ansi.log" shows "28 out of 21703 total tests failed". The output from "bugs.log" was "8 out of 60 total tests failed".

The output from the "make" command in the konsole window was:
make
mkdir /home/pfb/my-ecl-sandbox/ecl-test/output/ecl/ansi-old
mkdir: cannot create directory `/home/pfb/my-ecl-sandbox/ecl-test/output/ecl/ansi-old': File exists make: [/home/pfb/my-ecl-sandbox/ecl-test/output/ecl/ansi-old.log] Error 1 (ignored)
cp ansi-old/Makefile /home/pfb/my-ecl-sandbox/ecl-test/output/ecl/ansi-old
cd /home/pfb/my-ecl-sandbox/ecl-test/output/ecl/ansi-old; make BINARY="ecl -norc --trap-fpe" OUTDIR=/home/pfb/my-ecl-sandbox/ecl-test/output/ecl top_srcdir=/home/pfb/my-ecl-sandbox/ecl-test > /home/pfb/my-ecl-sandbox/ecl-test/output/ecl/ansi-old.log
mkdir /home/pfb/my-ecl-sandbox/ecl-test/output/ecl/tests
mkdir: cannot create directory `/home/pfb/my-ecl-sandbox/ecl-test/output/ecl/tests': File exists make: [/home/pfb/my-ecl-sandbox/ecl-test/output/ecl/tests.log] Error 1 (ignored)
cp tests/Makefile /home/pfb/my-ecl-sandbox/ecl-test/output/ecl/tests
cd /home/pfb/my-ecl-sandbox/ecl-test/output/ecl/tests; make BINARY="ecl -norc --trap-fpe" OUTDIR=/home/pfb/my-ecl-sandbox/ecl-test/output/ecl top_srcdir=/home/pfb/my-ecl-sandbox/ecl-test > /home/pfb/my-ecl-sandbox/ecl-test/output/ecl/tests.log cd bugs; echo '(load "doit.lsp") (si::quit)' 2>&1 | ecl -norc --trap-fpe >/home/pfb/my-ecl-sandbox/ecl-test/output/ecl/bugs.log 2>&1
(cd ansi; rm -rf ansi/*.fas ansi/scratch; \
         (echo '(setf ext::*unknown-file-types* :register)'; \
cat doit.lsp) | ecl -norc --trap-fpe) >/home/pfb/my-ecl-sandbox/ecl-test/output/ecl/ansi.log 2>&1

I hope this helps in some way.

Paul

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to