[Ecls-list] Slime build failure (Was: Project status)
Matthew Mondor
mm_lists at pulsar-zone.net
Sat Dec 11 19:55:21 UTC 2010
I didn't take time to try with a more recent version of slime yet,
although I've used that tree for a while successfully with various
previous ECL builds. This is using today's ECL CVS HEAD.
What I get is the following:
[...]
;;; Note:
;;; Invoking external command:
;;; gcc -I. "-I/usr/local/ecl/include/" -march=i686 -O2 -g -fPIC -march=i686 -O2 -g -fPIC -Dnetbsd -O2 -w -c "/home/mmondor/.slime/fasl/2010-04-15/ecl-10.7.1-unknown-pentium4/swank-backend.c" -o "/home/mmondor/.slime/fasl/2010-04-15/ecl-10.7.1-unknown-pentium4/swank-backend.o"
;;;
;;; Note:
;;; Invoking external command:
;;; gcc -o "/home/mmondor/.slime/fasl/2010-04-15/ecl-10.7.1-unknown-pentium4/swank-backend.fas" -L"/usr/local/ecl/lib/" "/home/mmondor/.slime/fasl/2010-04-15/ecl-10.7.1-unknown-pentium4/swank-backend.o" "-Wl,--rpath,/usr/local/ecl/lib/" -shared -g -g -lecl -lpthread -lm
;;;
;;
;; Error while compiling /home/mmondor/emacs-scripts/slime/swank-backend.lisp:
;; Error in format: No more arguments.
;; Directory component ~S found in pathname~& ~S~&is not allowed in TRUENAME or DIRECTORY
;; ^
;; while processing indirect format string:
;; ~?
;; ^
;; while processing indirect format string:
;; ~&~@< ** ~;~?~;~:@>
;; ^
;; Aborting.
;; ;;; Internal error:
;;; ** Directory component "ecl-10.7.1-unknown-pentium4" found in pathname
Restart ABORT is not active.
Available restarts:
1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.
Broken at SWANK-LOADER::HANDLE-SWANK-LOAD-ERROR. In: #<process TOP-LEVEL>.
File: #P"/home/mmondor/emacs-scripts/slime/swank-loader.lisp" (Position #5519)
>>
Although:
behemoth$ ls -l ~/.slime/fasl/2010-04-15/ecl-10.7.1-unknown-pentium4/
total 1
-rw-r----- 1 mmondor users 220988 Dec 11 14:03 swank-backend.c
-rw-r----- 1 mmondor users 17945 Dec 11 14:03 swank-backend.data
-rwxr-x--- 1 mmondor users 279467 Dec 11 14:03 swank-backend.fas
-rw-r----- 1 mmondor users 73507 Dec 11 14:03 swank-backend.h
-rw-r----- 1 mmondor users 340960 Dec 11 14:03 swank-backend.o
behemoth$
Also, I have no problem with my own software using compile-file and
load.
I'll also try with an up to date slime when I have more time, but I
wanted to post this in case the origin of the problem seems obvious to
others.
Thanks,
--
Matt
More information about the ecl-devel
mailing list