Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't build from source in Arch linux #3

Open
eric-zhu-2019 opened this issue Sep 15, 2024 · 3 comments
Open

can't build from source in Arch linux #3

eric-zhu-2019 opened this issue Sep 15, 2024 · 3 comments

Comments

@eric-zhu-2019
Copy link

eric-zhu-2019 commented Sep 15, 2024

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

@ruricolist
Copy link
Owner

Old ASDF?

@ruricolist
Copy link
Owner

I've updated the build process to bail if ASDF is to old, so if that's the problem you should see an error. I notice that where you have Kiln cloned isn't in the ~/common-lisp or ~/quicklisp/local-projects directory -- do you have the parent directory registered with ASDF?

@ruricolist
Copy link
Owner

I've also tweaked the build script so you can build Kiln in a directory that isn't preconfigured with ASDF.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants