Peter Münster writes:
--8<---------------cut here---------------start------------->8---
(require :drakma)
;;; Compiling /opt/qb/software/bordeaux-threads-v0.8.5/src/default-implementations.lisp ;;; Compiling #<input stream /opt/qb/software/bordeaux-threads-v0.8.5/src/default-implementations.lisp>ASDF could not load drakma because Unexpected end of file on #<input stream "SYS:help.doc">..
Condition of type: END-OF-FILE Unexpected end of file on #<input stream "SYS:help.doc">.
Available restarts:
- (RETRY) Retry compiling #<cl-source-file "bordeaux-threads" "src" "default-implementations">.
- (ACCEPT) Continue, treating compiling #<cl-source-file "bordeaux-threads" "src" "default-implementations"> as having been successful.
- (RETRY) Retry ASDF operation.
- (CLEAR-CONFIGURATION-AND-RETRY) Retry ASDF operation after resetting the configuration.
- (RESTART-TOPLEVEL) Go back to Top-Level REPL.
Broken at SI:BYTECODES. [Evaluation of: (SETF (DOCUMENTATION 'BORDEAUX-THREADS:RELEASE-RECURSIVE-LOCK 'FUNCTION) (OR (DOCUMENTATION 'BORDEAUX-THREADS:RELEASE-RECURSIVE-LOCK 'FUNCTION) "Release the recursive LOCK. The lock will only become free after as many Release operations as there have been Acquire operations. See RELEASE-LOCK for other information."))] In: #<process TOP-LEVEL>. File: #P"/opt/qb/software/bordeaux-threads-v0.8.5/src/default-implementations.lisp" (Position #0) --8<---------------cut here---------------end--------------->8---
I've double-checked: there is enough RAM and enough disk space.
What could be the reason for this error?
It looks like your ECL lib/ directory isn't correctly written on the disk (ie lib/ecl-x.x.x/help.doc), not sure though.
Also, instead of calling (require 'drakma) use (asdf:load-system 'drakma)
Kind regards,
Best regards, Daniel