2009/10/3 Leslie P. Polzer <[email protected]>:
>
>
> Michael Bykov wrote:
>
>> * (asdf:oos 'asdf:load-op 'weblocks-demo)
>> ................
>>
>> ; registering #<SYSTEM :FARE-MATCHER {AD942B9}> as FARE-MATCHER
>> ; loading system definition from
>> ; /home/michael/LISP/clbuild/systems/fare-utils.asd into #<PACKAGE "ASDF0">
>> ; registering #<SYSTEM :FARE-UTILS {AECA179}> as FARE-UTILS
>> ; loading system definition from
>> /home/michael/LISP/clbuild/systems/cl-fad.asd
>> ; into #<PACKAGE "ASDF0">
>> ; registering #<SYSTEM #:CL-FAD {B025DB1}> as CL-FAD
>>
>> debugger invoked on a ASDF:MISSING-DEPENDENCY in thread #<THREAD
>> "initial thread" RUNNING {A8E1C81}>:
>> component :SB-POSIX not found, required by #<SYSTEM "cl-fad" {B025DB1}>
>
> This looks like a problem with your SBCL setup.
>
> What's the value of your asdf:*central-registry* at the time of the error?
>
> How did you install SBCL?
>
> Leslie
I removed my system sbcl (it was compiled without threads)
apt-get remove sbcl
then download sbcl source, have created file
customize-target-features.lisp with standard content:
(lambda (features)
(flet ((enable (x)
(pushnew x features))
(disable (x)
(setf features (remove x features))))
;; Threading support, available only on x86/x86-64 Linux, x86 Solaris
;; and x86 Mac OS X (experimental).
(enable :sb-thread)))
and run "sh make.sh" from user and "sh install.sh" from root. If I am
not mistaken, there was no error message at all during compilation
time.
Sorry, but I don't know how look at value asdf:*central-registry* ?
M.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---