Your message dated Sat, 07 Mar 2009 21:02:10 +0000
with message-id <[email protected]>
and subject line Bug#481029: fixed in cl-sql 4.0.4-1
has caused the Debian Bug report #481029,
regarding cl-sql-oracle fails to connect to oracle database
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
481029: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481029
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cl-sql-oracle
Version: 4.0.3-1
Severity: normal
Hi!
The combination of SBCL 1.0.16 and cl-sql-oracle seems to fail with type
errors: e.g.
~ $ sbcl
This is SBCL 1.0.16.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* (asdf:oos 'asdf:load-op :clsql)
[snip]
* (defun connect ()
"Connect to oracle."
(let ((database (clsql:connect '("iam" "eliding" "secrets")
:database-type :oracle
:if-exists :old)))
(clsql:list-tables)))
[snip]
* (connect)
; loading system definition from
; /usr/share/common-lisp/systems/clsql-oracle.asd into #<PACKAGE
"ASDF0">
; registering #<SYSTEM CLSQL-ORACLE {10034E7291}> as CLSQL-ORACLE
; loading system definition from
/usr/share/common-lisp/systems/clsql-uffi.asd
; into #<PACKAGE "ASDF0">
; registering #<SYSTEM CLSQL-UFFI {10032C0ED1}> as CLSQL-UFFI
STYLE-WARNING:
Implicitly creating new generic function DATABASE-START-TRANSACTION.
STYLE-WARNING:
Implicitly creating new generic function DATABASE-COMMIT-TRANSACTION.
STYLE-WARNING:
Implicitly creating new generic function DATABASE-ABORT-TRANSACTION.
debugger invoked on a TYPE-ERROR in thread #<THREAD "initial thread"
{100270AC31}>:
The value
#<SB-ALIEN-INTERNALS:ALIEN-VALUE :SAP #X006A2400 :TYPE (* (SIGNED
16))>
is not of type
(ALIEN (ARRAY (SIGNED 16) NIL)).
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
(CLSQL-ORACLE::FETCH-ROW
#<unavailable argument>
#<unavailable argument>
#<unavailable argument>)
This seems to be caused by the type declarations in fetch-row
(in oracle-sql.lisp); if I comment them all out I can connect
and fetch data happily (in a very limited test).
Is this the same problem as
http://lists.b9.com/pipermail/clsql/2008-April/001576.html
?
[ and is this a cl-sql-oracle problem or a cl-uffi problem? ]
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages cl-sql-oracle depends on:
ii cl-sql 4.0.3-1 SQL Interface for Common Lisp
ii cl-sql-uffi 4.0.3-1 Common UFFI functions for CLSQL da
cl-sql-oracle recommends no packages.
-- no debconf information
sbcl is 1:1.0.16.0-2 .
HTH HAND
--- End Message ---
--- Begin Message ---
Source: cl-sql
Source-Version: 4.0.4-1
We believe that the bug you reported is fixed in the latest version of
cl-sql, which is due to be installed in the Debian FTP archive:
cl-sql-aodbc_4.0.4-1_all.deb
to pool/main/c/cl-sql/cl-sql-aodbc_4.0.4-1_all.deb
cl-sql-mysql_4.0.4-1_amd64.deb
to pool/main/c/cl-sql/cl-sql-mysql_4.0.4-1_amd64.deb
cl-sql-odbc_4.0.4-1_all.deb
to pool/main/c/cl-sql/cl-sql-odbc_4.0.4-1_all.deb
cl-sql-oracle_4.0.4-1_all.deb
to pool/contrib/c/cl-sql/cl-sql-oracle_4.0.4-1_all.deb
cl-sql-postgresql-socket_4.0.4-1_all.deb
to pool/main/c/cl-sql/cl-sql-postgresql-socket_4.0.4-1_all.deb
cl-sql-postgresql_4.0.4-1_all.deb
to pool/main/c/cl-sql/cl-sql-postgresql_4.0.4-1_all.deb
cl-sql-sqlite3_4.0.4-1_all.deb
to pool/main/c/cl-sql/cl-sql-sqlite3_4.0.4-1_all.deb
cl-sql-sqlite_4.0.4-1_all.deb
to pool/main/c/cl-sql/cl-sql-sqlite_4.0.4-1_all.deb
cl-sql-tests_4.0.4-1_all.deb
to pool/main/c/cl-sql/cl-sql-tests_4.0.4-1_all.deb
cl-sql-uffi_4.0.4-1_amd64.deb
to pool/main/c/cl-sql/cl-sql-uffi_4.0.4-1_amd64.deb
cl-sql_4.0.4-1.diff.gz
to pool/main/c/cl-sql/cl-sql_4.0.4-1.diff.gz
cl-sql_4.0.4-1.dsc
to pool/main/c/cl-sql/cl-sql_4.0.4-1.dsc
cl-sql_4.0.4-1_all.deb
to pool/main/c/cl-sql/cl-sql_4.0.4-1_all.deb
cl-sql_4.0.4.orig.tar.gz
to pool/main/c/cl-sql/cl-sql_4.0.4.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Kevin M. Rosenberg <[email protected]> (supplier of updated cl-sql package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 07 Mar 2009 13:32:00 -0700
Source: cl-sql
Binary: cl-sql cl-sql-uffi cl-sql-mysql cl-sql-aodbc cl-sql-odbc
cl-sql-postgresql cl-sql-postgresql-socket cl-sql-sqlite cl-sql-sqlite3
cl-sql-oracle cl-sql-tests
Architecture: source all amd64
Version: 4.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg <[email protected]>
Changed-By: Kevin M. Rosenberg <[email protected]>
Description:
cl-sql - SQL Interface for Common Lisp
cl-sql-aodbc - CLSQL database backend, AODBC
cl-sql-mysql - CLSQL database backend, MySQL
cl-sql-odbc - CLSQL database backend, ODBC
cl-sql-oracle - CLSQL database backend, Oracle
cl-sql-postgresql - CLSQL database backend, PostgreSQL
cl-sql-postgresql-socket - CLSQL database backend, PostgreSQL
cl-sql-sqlite - CLSQL database backend, SQLite
cl-sql-sqlite3 - CLSQL database backend, SQLite3
cl-sql-tests - Testing suite for CLSQL
cl-sql-uffi - Common UFFI functions for CLSQL database backends
Closes: 481029
Changes:
cl-sql (4.0.4-1) unstable; urgency=low
.
* Update Oracle FFI based on changes in CLSQL. Thanks to Paul
Metcalfe, Liam Healy, and Alan Salewski (closes:481029)
Checksums-Sha1:
b26eef0a223bf1691d53649e7738b41071de1b85 1136 cl-sql_4.0.4-1.dsc
06fc8a24e24df0b1a8ceb694fdae5ef72acd8a16 731967 cl-sql_4.0.4.orig.tar.gz
1b4ba4c4d1ce8cc5f6ffd075eb9773f958855e48 12414 cl-sql_4.0.4-1.diff.gz
95a0ba2563b6c5761f6f4ca188d2c0f0547b620d 525762 cl-sql_4.0.4-1_all.deb
a657470b3ee05c030c6f6244989f8037a9c3a83d 41548 cl-sql-aodbc_4.0.4-1_all.deb
647893a618c461171b61f708b617bc74ade8334a 68222 cl-sql-odbc_4.0.4-1_all.deb
86ad1219bb0162a7952de3ce29814ac4319e0673 46496
cl-sql-postgresql_4.0.4-1_all.deb
ee29dacc08d765e4b71949973df54d25ed3aacc6 50896
cl-sql-postgresql-socket_4.0.4-1_all.deb
30fd67a8b95ee932edba323c121b5d96bd546530 45970 cl-sql-sqlite_4.0.4-1_all.deb
6bdefed62eed3e0d9e7c7d293edcf511df2e963c 46826 cl-sql-sqlite3_4.0.4-1_all.deb
1b0a9d085c7bfb870e4c7f6c4db481c1cfb267f0 62676 cl-sql-oracle_4.0.4-1_all.deb
cf0c905f82060109aadeda87d9a4b423cdd62d0b 64906 cl-sql-tests_4.0.4-1_all.deb
b735d37a33a8ba5788c105cef81f8a7bee37c259 45096 cl-sql-uffi_4.0.4-1_amd64.deb
65c78af5d89d874f1adf99c3716c2fb8ff69ec45 55584 cl-sql-mysql_4.0.4-1_amd64.deb
Checksums-Sha256:
0cc18355fc7e161c1a420c7787d9414a92cd67377b17d61a584de84372ea8eba 1136
cl-sql_4.0.4-1.dsc
3a310301a17bad8dc9d1594963643a5edce3b24c56f9cc548fe2c122b94ddcfb 731967
cl-sql_4.0.4.orig.tar.gz
ed7d054218da5d1a4f37fd4390250789bc032b85c391f8976e9be942fa4f8ccd 12414
cl-sql_4.0.4-1.diff.gz
7b95d99a0cd9e3803248936fcb6a7a0c4660a76fa36817888aeee824dbfcf425 525762
cl-sql_4.0.4-1_all.deb
ce5a0d274d696dd34cf989c44d55c401a1503303a39fdd836b0c624b3c104724 41548
cl-sql-aodbc_4.0.4-1_all.deb
f719fe9a6972e5936d52af9e979db36215b55f0f810f091139ef339819280479 68222
cl-sql-odbc_4.0.4-1_all.deb
0aad7acc63669e430765a57a2d13a7db541e3404bb88765d0303266b3353f496 46496
cl-sql-postgresql_4.0.4-1_all.deb
c50c31c3d95e6881c6eebce57a6773114237950f07b61727c1bba277fe9b0f3f 50896
cl-sql-postgresql-socket_4.0.4-1_all.deb
17ccc9e49a1daff349335854283b9809cdb971fc4505094eb563ce453a4c5036 45970
cl-sql-sqlite_4.0.4-1_all.deb
26ad213efb584278c77efeefe207f9ce6a28d55e5171b8dec3492b65f0240cbf 46826
cl-sql-sqlite3_4.0.4-1_all.deb
a8317a56bb61c03c7c8a6d518b482e7d83791ccfe0581a9bb961b6a9f3edb037 62676
cl-sql-oracle_4.0.4-1_all.deb
9abef13d754e7389594c748a6f0448d72cbed944849b10b7a590c69178bda331 64906
cl-sql-tests_4.0.4-1_all.deb
8e0f30e315aba9f253e15f49bcefcaa12e2ad9581c415075e713fc85b957591e 45096
cl-sql-uffi_4.0.4-1_amd64.deb
a2e2eb216787d7e5bb53dd3368727b8a821eae07ab2ada091ce9df9904497b1d 55584
cl-sql-mysql_4.0.4-1_amd64.deb
Files:
062bb98facad3f5021292bf66e6a0d7c 1136 devel extra cl-sql_4.0.4-1.dsc
6b82dcd5f742230a08015706b8d2413f 731967 devel extra cl-sql_4.0.4.orig.tar.gz
c91ab1c4fcaa80697e2363ae20acb916 12414 devel extra cl-sql_4.0.4-1.diff.gz
af8ebf498dbe8a5a792b95534e144ac3 525762 devel extra cl-sql_4.0.4-1_all.deb
9290464cd4d46d701c2a94940a2c882d 41548 devel extra cl-sql-aodbc_4.0.4-1_all.deb
8cb03c4e53acfe4d4af8db4e2e0aa771 68222 devel extra cl-sql-odbc_4.0.4-1_all.deb
9f47f8afc85948ffc7ded008cdb6f577 46496 devel extra
cl-sql-postgresql_4.0.4-1_all.deb
7eca986fa4f313ae147d7f36af9334ac 50896 devel extra
cl-sql-postgresql-socket_4.0.4-1_all.deb
01b82aa0bcf9b4bae71b2d8ed7d98ce5 45970 devel extra
cl-sql-sqlite_4.0.4-1_all.deb
94a83fe13d513b76e3570d9ca6eb462b 46826 devel extra
cl-sql-sqlite3_4.0.4-1_all.deb
0fae9f143d2dce6df654de3783c28130 62676 contrib/devel extra
cl-sql-oracle_4.0.4-1_all.deb
cc617022e1f6291eae662462607cecef 64906 devel extra cl-sql-tests_4.0.4-1_all.deb
bcd96593ddb28e14f4115088a24fad03 45096 devel extra
cl-sql-uffi_4.0.4-1_amd64.deb
48613ab951ce9a7e7c61522163450727 55584 devel extra
cl-sql-mysql_4.0.4-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkmy3XoACgkQES7N8sSjgj5J9QCfcbsmIKFs2Iv5BL4I2WTBZCBD
1u8An1UK3Bwh8PAlaHorbt5LacWHDK1O
=Dyf3
-----END PGP SIGNATURE-----
--- End Message ---