You are not logged in.

#1 2012-04-01 14:59:16

penguin
Member
From: Gotham City
Registered: 2010-12-31
Posts: 163

clx will not compile (common lisp X).

I don't know what's wrong but when I try to compile this AUR-package I get:

; compiling (DEFCONSTANT +IMAGE-BYTE-LSB-FIRST-P+ ...)
; compiling (DEFCONSTANT +IMAGE-UNIT+ ...)
; compiling (DEFCONSTANT +IMAGE-PAD+ ...)
; compiling (DEFCONSTANT +X-UNIX-SOCKET-PATH+ ...)
; compiling (DEFUN UNIX-SOCKET-PATH-FROM-HOST ...)

; /home/vandelay/.cache/common-lisp/sbcl-1.0.55-linux-x64/home/vandelay/downloads/clx/pkg/usr/share/common-lisp/source/clx/ASDF-TMP-depdefs.fasl written
; compilation finished in 0:00:00.445

debugger invoked on a ASDF:COMPILE-ERROR in thread
#<THREAD "initial thread" RUNNING {1002991BF3}>:
  Error while invoking #<COMPILE-OP NIL {10034C9623}> on
  #<CLX-SOURCE-FILE "clx" "depdefs">

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [RETRY   ] Retry compiling #<CLX-SOURCE-FILE "clx" "depdefs">.
  1: [ACCEPT  ] Continue, treating compiling #<CLX-SOURCE-FILE "clx" "depdefs">
                as having been successful.
  2: [CONTINUE] Ignore runtime option --eval "(asdf:operate 'asdf:compile-op 'clx)".
  3: [ABORT   ] Skip rest of --eval and --load options.
  4:            Skip to toplevel READ/EVAL/PRINT loop.
  5: [QUIT    ] Quit SBCL (calling #'QUIT, killing the process).

((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE))
 #<unavailable argument>
 #<unavailable argument>
 #<ASDF:COMPILE-OP NIL {10034C9623}>
 #<CLX-SYSTEM::CLX-SOURCE-FILE "clx" "depdefs">)
0] 

As suggested on the AUR site, I've tried to chmod 777 my ~/.cache but this didn't change anything.
http://aur.archlinux.org/packages.php?ID=12084

Offline

Board footer

Powered by FluxBB