[asdf-devel] ECL testing issue
![](https://secure.gravatar.com/avatar/0345f6261d6ced21145afdec166fd114.jpg?s=120&d=mm&r=g)
http://ec2-174-129-63-37.compute-1.amazonaws.com/test/log/20100316T233422/ec... On 17 March 2010 10:01, james anderson <james.anderson@setf.de> wrote:
what might the error in the cited transcript indicate as the cause for the problem with ecl? here is one entry:
Testing: asdf-pathname-test.script ;;; Loading "/ebs/test/asdf/test/asdf-pathname-test.script" ;;; Loading #P"/ebs/test/asdf/test/script-support.lisp" ;;; Loading #P"/development/lib/ecl-10.2.1/cmp.fas" ;;; Loading #P"/development/lib/ecl-10.2.1/sysfun.lsp" ;;; Loading "/ebs/test/asdf/tmp/asdf-ecl.fas" An error occurred during initialization: LOAD: Could not load file #P"/ebs/test/asdf/tmp/asdf-ecl.fas" (Error: "/ebs/test/asdf/tmp/asdf-ecl.fas: invalid ELF header"). Using ecl , asdf-pathname-test.script failed
I think one ominous thing in the transcript is: Reusing previously-compiled ASDF Try cleaning your tmp/ directory and see if it works any better. [ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] No woman ever falls in love with a man unless she has a better opinion of him than he deserves. — Edgar Watson Howe
![](https://secure.gravatar.com/avatar/28c05beed819c8b15c3544206235f5a6.jpg?s=120&d=mm&r=g)
On 2010-03-17, at 15:05 , Faré wrote:
http://ec2-174-129-63-37.compute-1.amazonaws.com/test/log/ 20100316T233422/ecl-output.txt
On 17 March 2010 10:01, james anderson <james.anderson@setf.de> wrote:
what might the error in the cited transcript indicate as the cause for the problem with ecl? here is one entry:
Testing: asdf-pathname-test.script ;;; Loading "/ebs/test/asdf/test/asdf-pathname-test.script" ;;; Loading #P"/ebs/test/asdf/test/script-support.lisp" ;;; Loading #P"/development/lib/ecl-10.2.1/cmp.fas" ;;; Loading #P"/development/lib/ecl-10.2.1/sysfun.lsp" ;;; Loading "/ebs/test/asdf/tmp/asdf-ecl.fas" An error occurred during initialization: LOAD: Could not load file #P"/ebs/test/asdf/tmp/asdf-ecl.fas" (Error: "/ebs/test/asdf/tmp/asdf-ecl.fas: invalid ELF header"). Using ecl , asdf-pathname-test.script failed
I think one ominous thing in the transcript is: Reusing previously-compiled ASDF
Try cleaning your tmp/ directory and see if it works any better.
i tried that. i just tried to go through one test in an ecl repl and observe that it fails to compile everything due to missing .h files. so, there's something more-or-less essentially broken in my ecl build. that leaves the abcl. i went through a test-script-similar process in an abcl repl. - to compile is ok. - to load the result tmp fasl is ok. - to rename the fast from the tmp file to the target fasl file is ok. - it fails to load the renamed fasl.
![](https://secure.gravatar.com/avatar/28c05beed819c8b15c3544206235f5a6.jpg?s=120&d=mm&r=g)
On 2010-03-17, at 15:58 , james anderson wrote:
On 2010-03-17, at 15:05 , Faré wrote:
http://ec2-174-129-63-37.compute-1.amazonaws.com/test/log/ 20100316T233422/ecl-output.txt
On 17 March 2010 10:01, james anderson <james.anderson@setf.de> wrote:
what might the error in the cited transcript indicate as the cause for the problem with ecl? here is one entry:
Testing: asdf-pathname-test.script ;;; Loading "/ebs/test/asdf/test/asdf-pathname-test.script" ;;; Loading #P"/ebs/test/asdf/test/script-support.lisp" ;;; Loading #P"/development/lib/ecl-10.2.1/cmp.fas" ;;; Loading #P"/development/lib/ecl-10.2.1/sysfun.lsp" ;;; Loading "/ebs/test/asdf/tmp/asdf-ecl.fas" An error occurred during initialization: LOAD: Could not load file #P"/ebs/test/asdf/tmp/asdf- ecl.fas" (Error: "/ebs/test/asdf/tmp/asdf-ecl.fas: invalid ELF header"). Using ecl , asdf-pathname-test.script failed
I think one ominous thing in the transcript is: Reusing previously-compiled ASDF
Try cleaning your tmp/ directory and see if it works any better.
i tried that. i just tried to go through one test in an ecl repl and observe that it fails to compile everything due to missing .h files. so, there's something more-or-less essentially broken in my ecl build.
turns out to have been not the build itself, but the libraries upon which it depends. i had neglected to include them in the snapshot which fed into the instance's persistent image so they evaporated when the one in which i had orignally built ecl was terminated. until i build another one, i'll need to reinstall them for each reboot.
participants (2)
-
Faré
-
james anderson