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

(ql:quickload 'hunchentoot) fails CCL 1.7 on OSX #53

Closed
JuanitoFatas opened this issue Feb 25, 2012 · 3 comments
Closed

(ql:quickload 'hunchentoot) fails CCL 1.7 on OSX #53

JuanitoFatas opened this issue Feb 25, 2012 · 3 comments

Comments

@JuanitoFatas
Copy link

; Loading "hunchentoot"
[package usocket]..
Read error between positions 195 and 295 in /Users/Mac/quicklisp/dists/quicklisp/software/usocket-0.5.4/vendor/ccl-send.lisp.

Error: Foreign function not found: X86-DARWIN64::|send|
While executing: LOAD-EXTERNAL-FUNCTION, in process Listener(6).

@quicklisp
Copy link
Owner

I can't reproduce, sorry.

What do you get from (lisp-implementation-version)?

What do you get from (describe '#_send)?

@JuanitoFatas
Copy link
Author

Thank you for reply.

? (lisp-implementation-version)
"Version 1.7-r14925M (DarwinX8664)"

? (describe '#_send)
; Warning: Interface file #P"/Applications/darwin-x86-headers64/cocoa/functions.cdb" does not exist, and the containing directory does not exist.
; This may mean that that the "ccl:" logical-pathname host has not been properly initialized.
; While executing: CCL::CDB-OPEN, in process Listener(6).
; Warning: Interface file #P"/Applications/darwin-x86-headers64/libc/functions.cdb" does not exist, and the containing directory does not exist.
; This may mean that that the "ccl:" logical-pathname host has not been properly initialized.
; While executing: CCL::CDB-OPEN, in process Listener(6).

Error: Foreign function not found: X86-DARWIN64::|send|
While executing: CCL::LOAD-EXTERNAL-FUNCTION, in process Listener(6).

@quicklisp
Copy link
Owner

It looks to me like your CCL installation is incomplete. You might want to discuss the issue on the CCL mailing list. It is not a Quicklisp issue.

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