quicklisp without gcc

Daniel Kochmański daniel at turtleware.eu
Tue Aug 16 11:28:56 UTC 2016


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:
>
> 1. (RETRY) Retry compiling #<cl-source-file "bordeaux-threads" "src" "default-implementations">.
> 2. (ACCEPT) Continue, treating compiling #<cl-source-file "bordeaux-threads" "src" "default-implementations"> as having been successful.
> 3. (RETRY) Retry ASDF operation.
> 4. (CLEAR-CONFIGURATION-AND-RETRY) Retry ASDF operation after resetting the configuration.
> 5. (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

-- 
Daniel Kochmański ;; aka jackdaniel | Poznań, Poland
TurtleWare - Daniel Kochmański      | www.turtleware.eu

"Be the change that you wish to see in the world." - Mahatma Gandhi



More information about the ecl-devel mailing list