[alexandria-devel] Compilation failure
Hi all, Just checked out the latest git version and keep getting the following compilation error with SBCL 1.0.34: --- REPL --- [...] WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL {BC32C51}> on #<CL-SOURCE-FILE "conditions" {AFEDBD1}>. ; compilation unit aborted ; caught 1 fatal ERROR condition ; caught 1 WARNING condition --- buffer: *SLIME Compilation* --- cd /root/ 1 compiler notes: Unknown location: warning: COMPILE-FILE warned while performing #<COMPILE-OP NIL {C440179}> on #<CL-SOURCE-FILE "conditions" {AFEDBD1}>. Unknown location: error: erred while invoking #<COMPILE-OP NIL {C440179}> on #<CL-SOURCE-FILE "conditions" {AFEDBD1}> clbuild/source/alexandria/conditions.lisp:9:1: warning: change in superclasses of class SIMPLE-STYLE-WARNING: current superclasses: (T CONDITION SIMPLE-CONDITION SIMPLE-WARNING WARNING STYLE-WARNING) new superclasses: (T CONDITION STYLE-WARNING WARNING SIMPLE-CONDITION SIMPLE-WARNING) --> PROGN ==> (EVAL-WHEN (:COMPILE-TOPLEVEL) (SB-KERNEL::%COMPILER-DEFINE-CONDITION 'ALEXANDRIA.0.DEV:SIMPLE-STYLE-WARNING '(SIMPLE-WARNING STYLE-WARNING) '#<SB-KERNEL:LAYOUT for ALEXANDRIA.0.DEV:SIMPLE-STYLE-WARNING, INVALID=:UNINITIALIZED {C12D0A1}> 'NIL 'NIL)) Compilation failed. Hope this helps. Sebastian -- Emacs' AlsaPlayer - Music Without Jolts Lightweight, full-featured and mindful of your idyllic happiness. http://home.gna.org/eap
i'm not sure it's related, but this change is missing from the git repo (or maybe i didn't push it or too late to the darcs repo): - #-sbcl(simple-error reader-error) + #-sbcl(reader-error simple-error) but it's only on #-sbcl, so... -- attila
Quoth Attila Lendvai <attila.lendvai@gmail.com>:
i'm not sure it's related, but this change is missing from the git repo (or maybe i didn't push it or too late to the darcs repo):
- #-sbcl(simple-error reader-error) + #-sbcl(reader-error simple-error)
but it's only on #-sbcl, so...
... not much help then. Is there something I can do as a work around for the time being, like reverting to a stable tag or branch? I've never used git (other than to clone repos) so I'm not sure how to proceed. Please advise. Sebastian -- Emacs' AlsaPlayer - Music Without Jolts Lightweight, full-featured and mindful of your idyllic happiness. http://home.gna.org/eap
participants (2)
-
Attila Lendvai
-
Sebastian Tennant