<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 11/12/2011 03:45 PM, Juan Jose Garcia-Ripoll wrote:
    <blockquote
cite="mid:CANejTzpuZeCyc8OgbouJupOSugZiX9pFY6cH3KngB7kmKJF7KA@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">On Sun, Nov 13, 2011 at 12:26 AM, Paul
        Bowyer <span dir="ltr"><<a moz-do-not-send="true"
            href="mailto:pbowyer@olynet.com">pbowyer@olynet.com</a>></span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex;">
          <div bgcolor="#FFFFFF" text="#000000">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.<br>
          </div>
        </blockquote>
      </div>
      <div><br>
      </div>
      If you delete output/ecl/bugs.log and run it again using "make",
      does it also get interrupted?<br>
      <br>
      Juanjo<br clear="all">
      <div><br>
      </div>
      -- <br>
      Instituto de Física Fundamental, CSIC<br>
      c/ Serrano, 113b, Madrid 28006 (Spain) <br>
      <a moz-do-not-send="true"
        href="http://juanjose.garciaripoll.googlepages.com"
        target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>
    </blockquote>
    Juanjo:<br>
    <br>
    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".<br>
    <br>
    The output from the "make" command in the konsole window was:<br>
    make<br>
    mkdir /home/pfb/my-ecl-sandbox/ecl-test/output/ecl/ansi-old<br>
    mkdir: cannot create directory
    `/home/pfb/my-ecl-sandbox/ecl-test/output/ecl/ansi-old': File exists<br>
    make: [/home/pfb/my-ecl-sandbox/ecl-test/output/ecl/ansi-old.log]
    Error 1 (ignored)<br>
    cp ansi-old/Makefile
    /home/pfb/my-ecl-sandbox/ecl-test/output/ecl/ansi-old<br>
    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<br>
    mkdir /home/pfb/my-ecl-sandbox/ecl-test/output/ecl/tests<br>
    mkdir: cannot create directory
    `/home/pfb/my-ecl-sandbox/ecl-test/output/ecl/tests': File exists<br>
    make: [/home/pfb/my-ecl-sandbox/ecl-test/output/ecl/tests.log] Error
    1 (ignored)<br>
    cp tests/Makefile /home/pfb/my-ecl-sandbox/ecl-test/output/ecl/tests<br>
    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<br>
    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<br>
    (cd ansi; rm -rf ansi/*.fas ansi/scratch; \<br>
             (echo '(setf ext::*unknown-file-types* :register)'; \<br>
              cat doit.lsp) | ecl -norc --trap-fpe)
    >/home/pfb/my-ecl-sandbox/ecl-test/output/ecl/ansi.log
    2>&1<br>
    <br>
    I hope this helps in some way.<br>
    <br>
    Paul<br>
    <br>
  </body>
</html>