Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. ./sbcl --core ../lib/sbcl/sbcl.core --load ~/hejmo/elŝ/dat/quicklisp.lisp
  2. This is SBCL 1.3.13.nixos, an implementation of ANSI Common Lisp.
  3. More information about SBCL is available at <http://www.sbcl.org/>.
  4.  
  5. SBCL is free software, provided as is, with absolutely no warranty.
  6. It is mostly in the public domain; some portions are provided under
  7. BSD-style licenses. See the CREDITS and COPYING files in the
  8. distribution for more information.
  9. While evaluating the form starting at line 314, column 0
  10. of #P"/home/mel/hejmo/elŝ/dat/quicklisp.lisp":
  11.  
  12. debugger invoked on a SB-FASL::INVALID-FASL-VERSION in thread
  13. #<THREAD "main thread" RUNNING {1001BBEC13}>:
  14. #<SB-SYS:FD-STREAM for "file /nix/store/i2m51k7xypfmscgsrv6szah22vxqyl1b-sbcl-1.2.5/lib/sbcl/contrib/sb-bsd-sockets.fasl" {10026EEEF3}>
  15. is a fasl file compiled with SBCL 1.2.5.nixos, and can't be loaded into SBCL
  16. 1.3.13.nixos.
  17.  
  18. Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
  19.  
  20. restarts (invokable by number or by possibly-abbreviated name):
  21. 0: [CONTINUE] Load the fasl file anyway
  22. 1: [RETRY ] Retry EVAL of current toplevel form.
  23. 2: Ignore error and continue loading file "/home/mel/hejmo/elŝ/dat/quicklisp.lisp".
  24. 3: [ABORT ] Abort loading file "/home/mel/hejmo/elŝ/dat/quicklisp.lisp".
  25. 4: Ignore runtime option --load "/home/mel/hejmo/elŝ/dat/quicklisp.lisp".
  26. 5: Skip rest of --eval and --load options.
  27. 6: Skip to toplevel READ/EVAL/PRINT loop.
  28. 7: [EXIT ] Exit SBCL (calling #'EXIT, killing the process).
  29.  
  30. (SB-FASL::CHECK-FASL-HEADER #<SB-SYS:FD-STREAM for "file /nix/store/i2m51k7xypfmscgsrv6szah22vxqyl1b-sbcl-1.2.5/lib/sbcl/contrib/sb-bsd-sockets.fasl" {10026EEEF3}>)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement