On 11/12/2011 12:17 AM, Juan Jose Garcia-Ripoll wrote:
On Sat, Nov 12, 2011 at 12:37 AM, Paul Bowyer <pbow...@olynet.com <mailto:pbow...@olynet.com>> wrote:

    Thanks for letting me know about the bug. I'll quit trying to work
    with ECL and the test suite until I know you have it fixed. Please
    send me a email when you get everything working.


The problem has been "fixed" in the following sense. ECL has two ways of storing constants in compiled code. One does not seem to work. It is deactivated again. I will work on it. You may build ECL again and it should build the test suite without too many problems

Juanjo

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

I downloaded again ecl and ecl-test from the git repository and using the same configuration incantation as I did originally, I built and installed ecl, which occurred without problems.

I then ran the test suite, which ran for quite some time, and it produced a complete "ansi.log" file with only "27 out of 21703 total tests failed" and a list of those failures.

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.

Thanks for your effort with the test suite problem. I'm a relatively new common lisp user so I probably can't be of much assistance with tracking down problems, but I can try to report them when/if I stumble across them.

Paul

;;; Loading #P"/usr/local/lib/ecl-11.1.1/sockets.fas"
ECL (Embeddable Common-Lisp) 11.1.1 (git:UNKNOWN)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.  
Top level.
> 
;;; Loading "/home/pfb/my-ecl-sandbox/ecl-test/bugs/doit.lsp"
;;; Loading #P"/usr/local/lib/ecl-11.1.1/cmp.fas"
;;; Loading #P"/usr/local/lib/ecl-11.1.1/rt.fas"
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Note:
;;;   Invoking external command:
;;;   gcc -I. -I/usr/local/include/ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 
-fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -Dlinux -O2 -w -c 
/home/pfb/tmp/ecl001BQqn8B.c -o /home/pfb/tmp/ecl001BQqn8B.o 
;;; Note:
;;;   Invoking external command:
;;;   gcc -o /home/pfb/tmp/ecl001BQqn8B.fas -L/usr/local/lib/ 
/home/pfb/tmp/ecl001BQqn8B.o -Wl,--rpath,/usr/local/lib/ -shared -lecl -ldl -lm 
Condition of type: FILE-ERROR
Filesystem error with pathname 
#P"/home/pfb/my-ecl-sandbox/ecl-test/bugs/../ansi/universe.lsp".
Either
 1) the file does not exist, or
 2) we are not allow to access the file, or
 3) the pathname points to a broken symbolic link.

Available restarts:

1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.

Broken at SI:BYTECODES. [Evaluation of: (LOAD "../ansi/universe.lsp")]
 File: #P"/home/pfb/my-ecl-sandbox/ecl-test/bugs/doit.lsp" (Position #774)
>> 
------------------------------------------------------------------------------
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