Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141847 - dev-lisp/cl-sql sqlite3 support misses CLSQL-UFFI:FIND-AND-LOAD-FOREIGN-LIBRARY
Summary: dev-lisp/cl-sql sqlite3 support misses CLSQL-UFFI:FIND-AND-LOAD-FOREIGN-LIBRARY
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-26 19:56 UTC by David Owen
Modified: 2006-09-05 12:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Owen 2006-07-26 19:56:03 UTC
Steps:
1. ACCEPT_KEYWORDS=~x86 USE="sqlite3" emerge "=cl-sql-3.6.3"
2. sbcl
3. (asdf:operate 'asdf:load-op :clsql) ;fine up to here
4. (asdf:operate 'asdf:load-op :clsql-sqlite3)
> debugger invoked on a UNDEFINED-FUNCTION in thread #<THREAD "initial thread" {A80A519}>:
>   The function CLSQL-UFFI:FIND-AND-LOAD-FOREIGN-LIBRARY is undefined.

If I pull the vanilla tar for 3.6.3 from http://clsql.b9.com/ I can load and also (clsql:connect "test.db" :database-type :sqlite3).

This may be related to bug #139208, but I'm a newbie to lisp and haven't been able to apply that bug's fix to this bug.
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2006-09-02 00:37:11 UTC
the 3.7.0 ebuild just added to portage should resolve this bug.  at least i tried it for sqlite, sqlite3, postgresql, mysql
Comment 2 David Owen 2006-09-05 12:57:12 UTC
Yeah, both 3.7.0 and 3.7.1 are working for me.  Thanks!

(I assume 'Verifying' the fix is the right thing for me to do here...)