Hi Daniel,
Daniel KochmaĆski daniel@turtleware.eu writes:
could you verify, if the fix works for you? https://gitlab.com/embeddable-common-lisp/ecl/issues/295 (commit 44178bd0, develop branch).
commit 44178bd0 fixes the problem with long paths.
With bytecode compiler "ecl -norc -eval '(ext:install-bytecodes-compiler)'" I now get slime repl.
With gcc "ecl -norc -eval '(ext:install-c-compiler)'", I get a different error now, see below.
Thank you!
Tomas
---
(progn (load "/nix/store/qf8x881906ccvk2iyr7xd6p211nfnwam-emacs-packages-deps/share/emacs/site-lisp/elpa/slime-2.18/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "/tmp/slime.1719"))
;;; Loading #P"/nix/store/z84klgic00pwj4a7b18sdw38f3xphp98-ecl-16.1.2/lib/ecl-16.1.2/cmp.fas" ECL (Embeddable Common-Lisp) 16.1.2 (git:UNKNOWN) Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya Copyright (C) 1993 Giuseppe Attardi Copyright (C) 2000 Juan J. Garcia-Ripoll Copyright (C) 2015 Daniel Kochmanski 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 in: #<process TOP-LEVEL>.
;;; Loading "/nix/store/qf8x881906ccvk2iyr7xd6p211nfnwam-emacs-packages-deps/share/emacs/site-lisp/elpa/slime-2.18/swank-loader.lisp" ;;; Loading "/home/tomas/.slime/fasl/2016-04-19/ecl-16.1.2-linux-x86_64/packages.fas" ;;; Loading "/home/tomas/.slime/fasl/2016-04-19/ecl-16.1.2-linux-x86_64/backend.fas" ;; ;; Error loading /home/tomas/.slime/fasl/2016-04-19/ecl-16.1.2-linux-x86_64/backend.fas: ;; In form ;; (PROGN ;; (LOAD ;; "/nix/store/qf8x881906ccvk2iyr7xd6p211nfnwam-emacs-packages-deps/share/emacs/site-lisp/elpa/slime-2.18/swank-loader.lisp" ;; :VERBOSE ;; T) ;; (FUNCALL (READ-FROM-STRING "swank-loader:init")) ;; (FUNCALL (READ-FROM-STRING "swank:start-server") "/tmp/slime.1719")) ;; Wrong number of arguments passed to function EXT:EXTERNAL-PROCESS-WAIT. ;;
Condition of type: SIMPLE-PROGRAM-ERROR In form (PROGN (LOAD "/nix/store/qf8x881906ccvk2iyr7xd6p211nfnwam-emacs-packages-deps/share/emacs/site-lisp/elpa/slime-2.18/swank-loader.lisp" :VERBOSE T) (FUNCALL (READ-FROM-STRING "swank-loader:init")) (FUNCALL (READ-FROM-STRING "swank:start-server") "/tmp/slime.1719")) Wrong number of arguments passed to function EXT:EXTERNAL-PROCESS-WAIT. Available restarts:
1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.
Broken at SWANK-LOADER::COMPILE-FILES. In: #<process TOP-LEVEL>. File: #P"/nix/store/qf8x881906ccvk2iyr7xd6p211nfnwam-emacs-packages-deps/share/emacs/site-lisp/elpa/slime-2.18/swank-loader.lisp" (Position #6362)