Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Trouble installing clsql-sqlite3 (dies in "uffi" load)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sam Krishna  
View profile  
 More options Oct 14 2012, 1:40 pm
From: Sam Krishna <sam.kris...@gmail.com>
Date: Sun, 14 Oct 2012 13:38:27 -0400
Local: Sun, Oct 14 2012 1:38 pm
Subject: Trouble installing clsql-sqlite3 (dies in "uffi" load)
Hi,

I'm trying to install clsql-sqlite3 on CLisp 2.49 under Mac OS X 10.8 (Mountain Lion).

The installation process hangs when attempting to quickload the "uffi" dependency.

Here's the error in question:

--------
Component "uffi" not found
   [Condition of type ASDF:MISSING-COMPONENT]
--------

Is there something I can do to resolve this?

Thanks!

-Sam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zach Beane  
View profile  
 More options Oct 14 2012, 8:42 pm
From: Zach Beane <x...@xach.com>
Date: Sun, 14 Oct 2012 20:42:11 -0400
Local: Sun, Oct 14 2012 8:42 pm
Subject: Re: [quicklisp] Trouble installing clsql-sqlite3 (dies in "uffi" load)

Sam Krishna <sam.kris...@gmail.com> writes:
> Hi,

> I'm trying to install clsql-sqlite3 on CLisp 2.49 under Mac OS X 10.8 (Mountain Lion).

> The installation process hangs when attempting to quickload the "uffi" dependency.

> Here's the error in question:

> --------
> Component "uffi" not found
>    [Condition of type ASDF:MISSING-COMPONENT]
> --------

> Is there something I can do to resolve this?

Sorry, UFFI does not work on CLISP.

Zach


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Luís Oliveira  
View profile  
 More options Oct 29 2012, 6:01 am
From: Luís Oliveira <luis...@gmail.com>
Date: Mon, 29 Oct 2012 10:00:42 +0000
Local: Mon, Oct 29 2012 6:00 am
Subject: Re: [quicklisp] Trouble installing clsql-sqlite3 (dies in "uffi" load)

On Mon, Oct 15, 2012 at 1:42 AM, Zach Beane <x...@xach.com> wrote:
>> --------
>> Component "uffi" not found
>>    [Condition of type ASDF:MISSING-COMPONENT]
>> --------

>> Is there something I can do to resolve this?

> Sorry, UFFI does not work on CLISP.

You can use CFFI's uffi-compat. Just drop the uffi.asd that ships with
CFFI somewhere where ASDF/quicklisp can find it.

--
Luís Oliveira
http://r42.eu/~luis/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zach Beane  
View profile  
 More options Oct 29 2012, 7:35 am
From: Zach Beane <x...@xach.com>
Date: Mon, 29 Oct 2012 07:35:01 -0400
Local: Mon, Oct 29 2012 7:35 am
Subject: Re: [quicklisp] Trouble installing clsql-sqlite3 (dies in "uffi" load)

Luís Oliveira <luis...@gmail.com> writes:
> On Mon, Oct 15, 2012 at 1:42 AM, Zach Beane <x...@xach.com> wrote:
>>> --------
>>> Component "uffi" not found
>>>    [Condition of type ASDF:MISSING-COMPONENT]
>>> --------

>>> Is there something I can do to resolve this?

>> Sorry, UFFI does not work on CLISP.

> You can use CFFI's uffi-compat. Just drop the uffi.asd that ships with
> CFFI somewhere where ASDF/quicklisp can find it.

Last time I checked, cffi-uffi-compat was no longer a drop-in
replacement of UFFI; UFFI has not stood still. Has that changed
recently?

Zach


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Luís Oliveira  
View profile  
 More options Oct 30 2012, 6:47 pm
From: Luís Oliveira <luis...@gmail.com>
Date: Tue, 30 Oct 2012 22:47:10 +0000
Local: Tues, Oct 30 2012 6:47 pm
Subject: Re: [quicklisp] Trouble installing clsql-sqlite3 (dies in "uffi" load)

On Mon, Oct 29, 2012 at 11:35 AM, Zach Beane <x...@xach.com> wrote:
> Last time I checked, cffi-uffi-compat was no longer a drop-in
> replacement of UFFI; UFFI has not stood still. Has that changed
> recently?

Probably not. Last change to uffi-compat was commited in 2011-11-21,
released in version 0.10.7 (2012-03-11). There aren't any outstanding
bugs regarding uffi-compat in the bugtracker, but that probably just
means not a lot of people are using it these days. When and how did
you check?

Cheers,

--
Luís Oliveira
http://r42.eu/~luis/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zach Beane  
View profile  
 More options Oct 30 2012, 8:10 pm
From: Zach Beane <x...@xach.com>
Date: Tue, 30 Oct 2012 20:10:22 -0400
Local: Tues, Oct 30 2012 8:10 pm
Subject: Re: [quicklisp] Trouble installing clsql-sqlite3 (dies in "uffi" load)

Luís Oliveira <luis...@gmail.com> writes:
> On Mon, Oct 29, 2012 at 11:35 AM, Zach Beane <x...@xach.com> wrote:
>> Last time I checked, cffi-uffi-compat was no longer a drop-in
>> replacement of UFFI; UFFI has not stood still. Has that changed
>> recently?

> Probably not. Last change to uffi-compat was commited in 2011-11-21,
> released in version 0.10.7 (2012-03-11). There aren't any outstanding
> bugs regarding uffi-compat in the bugtracker, but that probably just
> means not a lot of people are using it these days. When and how did
> you check?

It's been a while. The last time I did it I arranged that cffi.asd was
cffi-uffi-compat.asd and rebuilt the Quicklisp world. I'll give it
another try soon and see what happens.

Zach


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »