
Package: cl-sql-uffi Version: 3.6.1-1 This bug made me cannot use cl-sql-postgresql correctly. In clsql-uffi-loader.lisp file (in cl-sql-uffi package): (defvar *clsql-uffi-library-filenames* (list #+(or 64bit x86-64) "clsql_uffi64" "clsql_uffi")) It seems that on amd64 it'll load library "clsql_uffi64.so" instead of "clsql_uffi.so", but there's no "clsql_uffi64.so" existed at /usr/lib/clsql or any other directory! So I think this is a trivial bug, should be fixed easily. Thanks very much. Package: cl-sql-uffi Priority: extra Section: devel Installed-Size: 136 Maintainer: Kevin M. Rosenberg <kmr@debian.org> Architecture: amd64 Source: cl-sql Version: 3.6.1-1 Depends: cl-uffi (>= 1.5.11), cl-sql (>= 3.6.1-1), libc6 (>= 2.3.5-1) Recommends: cl-sql-backend Filename: pool/main/c/cl-sql/cl-sql-uffi_3.6.1-1_amd64.deb Size: 40316 MD5sum: 6b1b4f56a7a263670dae60a9babb31f0 Description: Common UFFI functions for CLSQL database backends This package provides an interface to several UFFI functions used by multiple CLSQL database backends. CLSQL is a Common Lisp interface to SQL databases. Tag: devel::library, langdevel::lisp, made-of::lang:lisp, works-with::db:sql