Re: Rollback, or fix for 5.0.4?
Robert Goldman <[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
On 4/20/10 Apr 20 -10:31 AM, [email protected] wrote: >> + [email protected]: >> >>> Since the current CLSQL is broken waiting on the UFFI updates, is the >>> older version available for download? The site only has 5.0.4 and >>> 'latest' for download. >> >> The easiest way to get an older version is probably using the git >> repository. There are tags for releases from 3.8.6 onward. >> >> - Harald >> > > Well, I should have just left a working system alone. > > I've been unsuccessful with the rollback. I'm trying all versions since > 4.0, and they either break on clsql-uffi > > ; error while parsing arguments to DEFMACRO CONVERT-FROM-FOREIGN-STRING: > ; unknown keyword: :LOCALE; expected one of :NULL-TERMINATED-P, > :ENCODING, :LENGTH > > or they break later with a recursive inline compile message that exceeds > 200 and then exhausts the heap. > > Do I need to get an older version of uffi as well? Is there some other > workaround? I suppose that this is cold comfort to the OP, but I'd argue this suggests that we should revise the CLSQL asdf definitions to use the :version dependency to record which versions of CLSQL are compatible with which versions of UFFI and CFFI-UFFI-COMPAT. Best, R