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

Symbol "SYSTEM-VERSION" not found in the ASDF/INTERFACE package. [ASDF=3.3.1] #5

Closed
omarbassam88 opened this issue Feb 10, 2023 · 5 comments

Comments

@omarbassam88
Copy link

Trying to load (ql:quickload :40ants-asdf-system :verbose t :explain t)

I get this error when it is trying to compile the file src/system.lisp:

; compiling file "/home/omar/quicklisp/dists/ultralisp/software/40ants-40ants-asdf-system-20221110175211/src/system.lisp" (written 10 FEB 2023 04:10:08 PM):
; 
; caught ERROR:
;   READ error during COMPILE-FILE:
;   
;     Symbol "SYSTEM-VERSION" not found in the ASDF/INTERFACE package.
;   
;       Line: 30, Column: 34, File-Position: 1391
;   
;       Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/omar/quicklisp/dists/ultralisp/software/40ants-40ants-asdf-system-20221110175211/src/system.lisp" {10030630D3}>

When I try to run the asdf:system-version function I get an error that this symbol is not found in ASDF/INTERFACE package.

@svetlyak40wt
Copy link
Member

Please, provide an output of (asdf:asdf-version).

@omarbassam88
Copy link
Author

asdf:asdf-version => "3.3.1"
sbcl => 2.2.9

@svetlyak40wt
Copy link
Member

Blame says that system-version was added in 3.3.2.11.

I need to investigate if it possible to support ASDF < 3.3.2.11.

@svetlyak40wt svetlyak40wt changed the title ; Symbol "SYSTEM-VERSION" not found in the ASDF/INTERFACE package. Symbol "SYSTEM-VERSION" not found in the ASDF/INTERFACE package. [ASDF=3.3.1] Feb 10, 2023
@svetlyak40wt
Copy link
Member

Should be fixed in #6 PR.

@omarbassam88
Copy link
Author

Yes It works now.
Thank You

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