Skip to content

can't build from source in Arch linux #3

@eric-zhu-2019

Description

@eric-zhu-2019

I simply clone and 'make' by following the INSTLL.md. but met the issue:

sh build.sh                                                                                                                                 
+ LISP=sbcl                                                                                                                                 
+ export KILN_TARGET_SYSTEM=kiln/build                                                                                                      
+ KILN_TARGET_SYSTEM=kiln/build                                                                                                             
+ export KILN_TARGET_FILE=kiln                                                                                                              
+ KILN_TARGET_FILE=kiln                                                                                                                     
+ SBCL_OPTIONS='--noinform --disable-debugger'                                                                                              
+ CCL_OPTIONS='--batch --quiet'                                                                                                             
+ LISP_OPTIONS=                                                                                                                             
+ '[' sbcl = sbcl ']'                                                                                                                       
+ LISP_OPTIONS='--noinform --disable-debugger'                                                                                              
+ sbcl --noinform --disable-debugger --load bootstrap/build0.lisp                                                                           
Found Quicklisp                                                                                                                             
While evaluating the form starting at line 7, column 0                                                                                      
  of #P"/home/eric/code/kiln/bootstrap/build0.lisp":
Unhandled QUICKLISP-CLIENT:SYSTEM-NOT-FOUND in thread #<SB-THREAD:THREAD tid=41464 "main thread" RUNNING
                                                         {1003E80143}>:
  System "kiln/build" not found

any idea what's wrong here?

SBCL version:
(master)$ sbcl --version
SBCL 2.4.5.129-cf96c46f7

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