From: Chanwoo Yoo
Subject: CFFI problem with asdf-install
Date: 
Message-ID: <8bd5989a-b552-4323-ae92-26da594f0223@t1g2000pra.googlegroups.com>
I tried to install CFFI by using asdf in Leopard + SBCL and Ubuntu
7.10 + SBCL. Same errors occur in the both environment. I just
selected "accept" several times, but I worry whether it causes some
problem later. Though I searched in this group, I could not find any
threads about "libtest". Thanks in advance for any help.

Unable to load any of the alternatives:
   ("libtest.so" "libtest32.so")
   [Condition of type CFFI:LOAD-FOREIGN-LIBRARY-ERROR]

Restarts:
 0: [RETRY] Try loading the foreign library again.
 1: [USE-VALUE] Use another library instead.
 2: [RETRY] Retry performing #<ASDF:LOAD-OP NIL {10050FC6D1}> on
#<ASDF:CL-SOURCE-FILE "bindings" {1005E770F1}>.
 3: [ACCEPT] Continue, treating #<ASDF:LOAD-OP NIL {10050FC6D1}> on
#<ASDF:CL-SOURCE-FILE "bindings" {1005E770F1}> as having been
successful.
 4: [RETRY] Retry installation
 5: [RETRY] Retry installation
 6: [RETRY] Retry installation
 7: [ABORT] Return to SLIME's top level.
 8: [TERMINATE-THREAD] Terminate this thread (#<THREAD "repl-
thread" {1003B33CF1}>)

From: Chanwoo Yoo
Subject: Re: CFFI problem with asdf-install
Date: 
Message-ID: <3cb4c7da-38e2-49b7-97b8-16e7b47c7b2a@t1g2000pra.googlegroups.com>
Ah, I could not find threads about "libtest.so", not "libtest".
From: Luís Oliveira
Subject: Re: CFFI problem with asdf-install
Date: 
Message-ID: <m1ve6lwt9u.fsf@deadspam.com>
Chanwoo Yoo <·········@gmail.com> writes:
> I tried to install CFFI by using asdf in Leopard + SBCL and Ubuntu
> 7.10 + SBCL. Same errors occur in the both environment. I just
> selected "accept" several times, but I worry whether it causes some
> problem later. Though I searched in this group, I could not find any
> threads about "libtest". Thanks in advance for any help.
>
> Unable to load any of the alternatives:
>    ("libtest.so" "libtest32.so")
>    [Condition of type CFFI:LOAD-FOREIGN-LIBRARY-ERROR]

That is asdf-install trying to compile the CFFI test suite.  By then,
CFFI is already compiled and loaded so you do have CFFI up and running,
ready to be used.

Why cffi-tests is not working for you I'm not sure.  I'd need to look at
the errors that presumably precede that one, but most likely it fails to
compile libtest.c.  Do you have ‘make’ and a C compiler installed?

By the way, the cffi-devel mailing list is a better place for this sort
of stuff.

-- 
Luís Oliveira
http://student.dei.uc.pt/~lmoliv/
From: Chanwoo Yoo
Subject: Re: CFFI problem with asdf-install
Date: 
Message-ID: <50bbb2dc-a49a-4f58-ab9a-8202df929ed3@i12g2000prf.googlegroups.com>
Yes, I have GNU make and gcc. I also send an email to the cffi-devel
mailing list, and I am waiting for replies. Thanks for your help. :)

On 12월26일, 오후9시10분, ·············@deadspam.com (Luís Oliveira) wrote:
> Chanwoo Yoo <·········@gmail.com> writes:
> > I tried to install CFFI by using asdf in Leopard + SBCL and Ubuntu
> > 7.10 + SBCL. Same errors occur in the both environment. I just
> > selected "accept" several times, but I worry whether it causes some
> > problem later. Though I searched in this group, I could not find any
> > threads about "libtest". Thanks in advance for any help.
>
> > Unable to load any of the alternatives:
> >    ("libtest.so" "libtest32.so")
> >    [Condition of type CFFI:LOAD-FOREIGN-LIBRARY-ERROR]
>
> That is asdf-install trying to compile the CFFI test suite.  By then,
> CFFI is already compiled and loaded so you do have CFFI up and running,
> ready to be used.
>
> Why cffi-tests is not working for you I'm not sure.  I'd need to look at
> the errors that presumably precede that one, but most likely it fails to
> compile libtest.c.  Do you have ‘make’ and a C compiler installed?
>
> By the way, the cffi-devel mailing list is a better place for this sort
> of stuff.
>
> --
> Luís Oliveirahttp://student.dei.uc.pt/~lmoliv/