Skip to content

Build and core fail on SBCL 1.2.2 #2

@jackcarrozzo

Description

@jackcarrozzo

Has this been abandoned? Can't build from source nor load the core :\

jackc@petrichor ~/dev/cl/var/amqp/de.setf.amqp $ sbcl --userinit readmes/build-init.lisp \
>   --eval "(asdf:operate 'asdf:load-op :de.setf.amqp.amqp-1-1-0-8-0)" \
>   --eval "(asdf:operate 'asdf:load-op :de.setf.amqp.amqp-1-1-0-9-0)" \
>   --eval "(asdf:operate 'asdf:load-op :de.setf.amqp.amqp-1-1-0-9-1)" \
>   --eval '(sb-ext:save-lisp-and-die "sbcl-amqp.core")'
This is SBCL 1.2.2, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.

;Build root: #P"/Users/jackc/dev/cl/var/amqp/de.setf.amqp/".
debugger invoked on a SIMPLE-ERROR in thread
#<THREAD "main thread" RUNNING {1002C0F3C3}>:
  ASDF is missing: #P"/Users/jackc/dev/cl/var/amqp/de.setf.amqp/net/common-lisp/asdf/asdf.lisp".

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

restarts (invokable by number or by possibly-abbreviated name):
  0: [CONTINUE] Continue anyway.
  1: [RETRY   ] Retry EVAL of current toplevel form.
  2:            Ignore error and continue userinit file "/Users/jackc/dev/cl/var/amqp/de.setf.amqp/readmes/build-init.lisp".
  3: [ABORT   ] Abort userinit file "/Users/jackc/dev/cl/var/amqp/de.setf.amqp/readmes/build-init.lisp".
  4:            Skip to toplevel READ/EVAL/PRINT loop.
  5: [EXIT    ] Exit SBCL (calling #'EXIT, killing the process).

(SB-INT:SIMPLE-EVAL-IN-LEXENV (COND (T (CERROR "Continue anyway." "ASDF is missing: ~s." *ASDF-PATHNAME*))) #<NULL-LEXENV>)
0] 
jackc@petrichor ~/dev/cl/var/amqp $ sbcl --core sbcl-amqp.core
This is SBCL 1.2.2, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
fatal error encountered in SBCL pid 66926(tid 140735240332048):
invalid magic number in core: 0x140f00004c434253 should have been 0x5342434c.


Welcome to LDB, a low-level debugger for the Lisp runtime environment.
ldb> 
CL-USER> (ql:system-apropos 'amqp)

; No value
CL-USER> (ql:system-apropos 'setf)
#<SYSTEM wilbur / de.setf.wilbur-20130128-git / quicklisp 2015-05-05>
; No value
CL-USER> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions