Your message dated Mon, 10 Aug 2009 16:17:19 +0000
with message-id <e1maxyl-0008eb...@ries.debian.org>
and subject line Bug#540816: fixed in cl-sql 4.0.5-5
has caused the Debian Bug report #540816,
regarding Two .asd's installed
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 ow...@bugs.debian.org
immediately.)
--
540816: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540816
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cl-sql
Version: 4.0.5-4
Severity: grave
The current cl-sql package installs two copies of clsql.asd:
rup...@hake:~ dpkg -L cl-sql | grep asd
/usr/share/common-lisp/source/clsql/sql/clsql.asd
/usr/share/common-lisp/source/clsql/clsql.asd
/usr/share/common-lisp/systems/clsql.asd
Only the second one should be there. Also, the symlink seems to point at
the first, which doesn't work since the relative urls are wrong. They
end up with the following problem:
* (require :clsql)
; loading system definition from /usr/share/common-lisp/systems/uffi.asd into
; #<PACKAGE "ASDF1">
; registering #<SYSTEM UFFI {AF634B1}> as UFFI
debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread #<THREAD "initial
thread" RUNNING {AA6B569}>:
failed to find the TRUENAME of
/usr/share/common-lisp/source/clsql/sql/sql/cmucl-compat.lisp:
No such file or directory
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [TRY-RECOMPILING] Try recompiling cmucl-compat
1: [RETRY ] Retry performing #<ASDF:COMPILE-OP NIL {B59F4A1}> on
#<ASDF:CL-SOURCE-FILE "cmucl-compat" {B348A91}>.
2: [ACCEPT ] Continue, treating #<ASDF:COMPILE-OP NIL {B59F4A1}> on
#<ASDF:CL-SOURCE-FILE "cmucl-compat" {B348A91}> as
having been successful.
3: [ABORT ] Exit debugger, returning to top level.
(SB-IMPL::SIMPLE-FILE-PERROR
"failed to find the TRUENAME of ~A"
#P"/usr/share/common-lisp/source/clsql/sql/sql/cmucl-compat.lisp"
2)
(I set the severity to grave since, unless the user is quite
knowledgeable about asdf, they won't be able to load clsql because of
this bug)
Rupert
pgp3U5U3X3dUU.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: cl-sql
Source-Version: 4.0.5-5
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.5-5_all.deb
to pool/main/c/cl-sql/cl-sql-aodbc_4.0.5-5_all.deb
cl-sql-mysql_4.0.5-5_amd64.deb
to pool/main/c/cl-sql/cl-sql-mysql_4.0.5-5_amd64.deb
cl-sql-odbc_4.0.5-5_all.deb
to pool/main/c/cl-sql/cl-sql-odbc_4.0.5-5_all.deb
cl-sql-oracle_4.0.5-5_all.deb
to pool/contrib/c/cl-sql/cl-sql-oracle_4.0.5-5_all.deb
cl-sql-postgresql-socket_4.0.5-5_all.deb
to pool/main/c/cl-sql/cl-sql-postgresql-socket_4.0.5-5_all.deb
cl-sql-postgresql_4.0.5-5_all.deb
to pool/main/c/cl-sql/cl-sql-postgresql_4.0.5-5_all.deb
cl-sql-sqlite3_4.0.5-5_all.deb
to pool/main/c/cl-sql/cl-sql-sqlite3_4.0.5-5_all.deb
cl-sql-sqlite_4.0.5-5_all.deb
to pool/main/c/cl-sql/cl-sql-sqlite_4.0.5-5_all.deb
cl-sql-tests_4.0.5-5_all.deb
to pool/main/c/cl-sql/cl-sql-tests_4.0.5-5_all.deb
cl-sql-uffi_4.0.5-5_amd64.deb
to pool/main/c/cl-sql/cl-sql-uffi_4.0.5-5_amd64.deb
cl-sql_4.0.5-5.diff.gz
to pool/main/c/cl-sql/cl-sql_4.0.5-5.diff.gz
cl-sql_4.0.5-5.dsc
to pool/main/c/cl-sql/cl-sql_4.0.5-5.dsc
cl-sql_4.0.5-5_all.deb
to pool/main/c/cl-sql/cl-sql_4.0.5-5_all.deb
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 540...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Kevin M. Rosenberg <k...@debian.org> (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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 10 Aug 2009 10:05:16 -0600
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.5-5
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg <k...@debian.org>
Changed-By: Kevin M. Rosenberg <k...@debian.org>
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 via library
cl-sql-postgresql-socket - CLSQL database backend, PostgreSQL via sockets
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: 540816
Changes:
cl-sql (4.0.5-5) unstable; urgency=low
.
* debian/rules: Fix bug introduced by change to dh-lisp (closes:540816)
Checksums-Sha1:
b16c0d8295113d9e73b477cdfa852cb3b95bf514 1254 cl-sql_4.0.5-5.dsc
2cc5bc98ac8b6ff4db56a2ade09260b876d9b2b0 11837 cl-sql_4.0.5-5.diff.gz
3db2496f00e397c477e786dad2780c498ccb82ca 493030 cl-sql_4.0.5-5_all.deb
68a11b1eb1a6726ea4b5b15ed00e89a4405b1abb 12530 cl-sql-aodbc_4.0.5-5_all.deb
e178eab95b1918756547784ae1ccdcf976491a50 39318 cl-sql-odbc_4.0.5-5_all.deb
5c3189076563bbd0af49cf119e5acbcbfac9eaf4 17458
cl-sql-postgresql_4.0.5-5_all.deb
e2e594ce0edf6710a19f9c1ab35124f2565982d1 21932
cl-sql-postgresql-socket_4.0.5-5_all.deb
b47ddd5cf8db2be09f1e0324e62985dfb30cbde2 16910 cl-sql-sqlite_4.0.5-5_all.deb
79c2ba4e62a9236bb127951d932561d127877072 17784 cl-sql-sqlite3_4.0.5-5_all.deb
1df42e1c80797cb7fe874632e749e7a5a21436ea 34300 cl-sql-oracle_4.0.5-5_all.deb
66f4ea39d2f43c3d69b48aab46978416ab9da7d6 36092 cl-sql-tests_4.0.5-5_all.deb
3922c53bbbf72c12b2dc6498ca1294a87a570927 16022 cl-sql-uffi_4.0.5-5_amd64.deb
3eff770289c13a66b4694e0e56df38c49725c285 26528 cl-sql-mysql_4.0.5-5_amd64.deb
Checksums-Sha256:
02cee557a745fec6c2858554bc7e82d3dea646a65b63fd8fc7288ac37495c8eb 1254
cl-sql_4.0.5-5.dsc
39ad4099887139efcea9120e92ea81c30422476916c95df48eda0ed51e55272e 11837
cl-sql_4.0.5-5.diff.gz
ac2b9780fc357cf27528ce3c2e2169d16ae6753a993d60346360cd14cc917786 493030
cl-sql_4.0.5-5_all.deb
3a531794dd48c68249fc766712b7e59e66d8dec3b32989b6b74f49e6fc8a3283 12530
cl-sql-aodbc_4.0.5-5_all.deb
adeddd2ac9bf3ab99d4380ddf5bd7d38088860ae3e1b21dae6b4954368533ca1 39318
cl-sql-odbc_4.0.5-5_all.deb
d3dce74c10745f029d5d7991f382cf3d14dcf5cfc249cd4996566b4da4c0790f 17458
cl-sql-postgresql_4.0.5-5_all.deb
11635b7cb3f90bb9a0d36d26a4bd2d5c057d85bb90d72d2849c777eee203bd34 21932
cl-sql-postgresql-socket_4.0.5-5_all.deb
7af0ba07966051a3f7c799e21942c6f9d9191943b6c25d23b48711d67f680fa4 16910
cl-sql-sqlite_4.0.5-5_all.deb
93fd683404bae3f5ba81867ee10203dc5d7e253f74988904d795ea7c16c775ce 17784
cl-sql-sqlite3_4.0.5-5_all.deb
4d5bcb98e1e151455822e3119bcd498860fcfa45880a6f61b49846e429b181ea 34300
cl-sql-oracle_4.0.5-5_all.deb
0011309ad1203a48e01f125c9ba41d78a3dafc578dca70ad84efe730da067edd 36092
cl-sql-tests_4.0.5-5_all.deb
168a05d0451384f9a460b99c56d73cefc77880bd82f9148e47f1b5dac6f0e8e4 16022
cl-sql-uffi_4.0.5-5_amd64.deb
c0e1bb6c45479273d0a857bae93b82d1f96b81eeb594a89ff7c6ec58b9f67e30 26528
cl-sql-mysql_4.0.5-5_amd64.deb
Files:
4a02b443bdb90217d767ff71a111cbf3 1254 lisp extra cl-sql_4.0.5-5.dsc
243fbf264683008379bee6caba228f07 11837 lisp extra cl-sql_4.0.5-5.diff.gz
2afcd41ed143780361e9c7af4e5bb32b 493030 lisp extra cl-sql_4.0.5-5_all.deb
49cdb2c04929a67fe0e4d6070de90bea 12530 lisp extra cl-sql-aodbc_4.0.5-5_all.deb
fb81a05e6d875391ab22b113b1a6d823 39318 lisp extra cl-sql-odbc_4.0.5-5_all.deb
7f53861e03ad191cead61d92a99cc024 17458 lisp extra
cl-sql-postgresql_4.0.5-5_all.deb
8cb030159317933e5797cdfa0db85ecd 21932 lisp extra
cl-sql-postgresql-socket_4.0.5-5_all.deb
f4fe6eef9b02aa6385dbd632b66ddbb1 16910 lisp extra cl-sql-sqlite_4.0.5-5_all.deb
a7e427eeb7aad3ab7310732f3d434357 17784 lisp extra
cl-sql-sqlite3_4.0.5-5_all.deb
b0f720716e1396710ffeb86a71867dc5 34300 contrib/lisp extra
cl-sql-oracle_4.0.5-5_all.deb
c507c51427006a499c534eff15266dd0 36092 lisp extra cl-sql-tests_4.0.5-5_all.deb
bb2a78a80ec9a09e14c686322cceb93a 16022 lisp extra cl-sql-uffi_4.0.5-5_amd64.deb
5ccc47a8d87931263da6c154bcac5c7e 26528 lisp extra
cl-sql-mysql_4.0.5-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkqARfIACgkQES7N8sSjgj5LdwCeNUDlr2uPv1tb5PHt1Rlcc1bs
9s0AoI8DUrI261/IqBp4+1CSYXcElFr3
=csWS
-----END PGP SIGNATURE-----
--- End Message ---