|
From: Stas B. <sta...@gm...> - 2015-01-30 15:28:11
|
"Dave Richards" <da...@sy...> writes:
> I did a fetch on master this morning and got the following build error.
>
> ; compiling file "c:/Dave/LISP/SBCL/b/src/code/cross-thread.lisp" (written
> 30 JAN 2015 07:01:18 AM):
> ; compiling (IN-PACKAGE "SB!THREAD")
> ; compiling (DEFUN MAKE-MUTEX ...)
> ; compiling (DEFMACRO WITH-MUTEX ...)
> ; compiling (DEFMACRO WITH-RECURSIVE-LOCK ...)
> ; compiling (DEFMACRO BARRIER ...)
>
> ; c:/Dave/LISP/SBCL/b/obj/from-host/src/code/cross-thread.fasl-tmp written
> ; compilation finished in 0:00:00.015
> ; compiling file "c:/Dave/LISP/SBCL/b/src/code/cross-make-load-form.lisp"
> (written 30 JAN 2015 07:01:18 AM):
> ; compiling (IN-PACKAGE "SB!INT");
> ; caught WARNING:
> ; Found non-STANDARD-CHAR in "MAKE-LOAD-FORM-SAVING-SLOTS ~
> ; called with :SLOT-NAMES argument during
> cross-compilation"
>
> ; compiling (DEFUN SB-XC:MAKE-LOAD-FORM-SAVING-SLOTS ...)
> ; file: c:/Dave/LISP/SBCL/b/src/code/cross-make-load-form.lisp
> ; in: DEFUN SB-XC:MAKE-LOAD-FORM-SAVING-SLOTS
> ; (SB!INT:BUG "MAKE-LOAD-FORM-SAVING-SLOTS ~
> ; called with :SLOT-NAMES argument during
> cross-compilation")
> ;
> ; caught STYLE-WARNING:
> ; undefined function: BUG
> ;
> ; compilation unit finished
> ; Undefined function:
> ; BUG
> ; caught 1 WARNING condition
> ; caught 1 STYLE-WARNING condition
>
>
> ; c:/Dave/LISP/SBCL/b/obj/from-host/src/code/cross-make-load-form.fasl-tmp
> written
> ; compilation finished in 0:00:00.000
> Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
> {10030E76A3}>:
> FAILURE-P was set when creating
> "obj/from-host/src/code/cross-make-load-form.fasl".
Your git setup converts line endings to CRLF, tell it not to do that.
--
With best regards, Stas.
|