Your message dated Fri, 05 Jun 2026 16:48:42 +0000
with message-id <[email protected]>
and subject line Bug#1092382: fixed in cl-sql 6.7.2-2
has caused the Debian Bug report #1092382,
regarding cl-sql: FTBFS: dh_install: error: missing files, aborting
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.)


-- 
1092382: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1092382
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cl-sql
Version: 6.7.2-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20250106 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh_testdir
> dh_testroot
> dh_prep
> dh_installdirs
> dh_installdirs --all usr/share/common-lisp/source
> dh_installdirs -p cl-sql usr/share/common-lisp/source/clsql/sql etc
> dh_installdirs -p cl-sql-postgresql 
> usr/share/common-lisp/source/clsql-postgresql/db-postgresql
> dh_installdirs -p cl-sql-postgresql-socket 
> usr/share/common-lisp/source/clsql-postgresql-socket/db-postgresql-socket
> dh_installdirs -p cl-sql-aodbc 
> usr/share/common-lisp/source/clsql-aodbc/db-aodbc
> dh_installdirs -p cl-sql-odbc usr/share/common-lisp/source/clsql-odbc/db-odbc
> dh_installdirs -p cl-sql-sqlite3 
> usr/share/common-lisp/source/clsql-sqlite3/db-sqlite3
> dh_installdirs -p cl-sql-oracle 
> usr/share/common-lisp/source/clsql-oracle/db-oracle
> dh_installdirs -p cl-sql-tests usr/share/common-lisp/source/clsql-tests/tests
> # Main package
> dh_install -p cl-sql sql/ansi-loop.lisp sql/base-classes.lisp 
> sql/cmucl-compat.lisp sql/command-object.lisp sql/conditions.lisp 
> sql/database.lisp sql/db-interface.lisp sql/decimals.lisp 
> sql/expressions.lisp sql/fddl.lisp sql/fdml.lisp sql/generic-odbc.lisp 
> sql/generic-postgresql.lisp sql/generics.lisp sql/initialize.lisp 
> sql/kmr-mop.lisp sql/loop-extension.lisp sql/metaclasses.lisp sql/ooddl.lisp 
> sql/oodml.lisp sql/operations.lisp sql/package.lisp sql/pool.lisp 
> sql/recording.lisp sql/sequences.lisp sql/syntax.lisp sql/time.lisp 
> sql/transaction.lisp sql/utils.lisp usr/share/common-lisp/source/clsql/sql
> dh_install -p cl-sql clsql.asd usr/share/common-lisp/source/clsql
> dh_install -p cl-sql debian/clsql-init.lisp etc
> dh_install -p cl-sql-postgresql db-postgresql/postgresql-api.lisp 
> db-postgresql/postgresql-loader.lisp db-postgresql/postgresql-package.lisp 
> db-postgresql/postgresql-sql.lisp 
> usr/share/common-lisp/source/clsql-postgresql/db-postgresql
> dh_install -p cl-sql-postgresql clsql-postgresql.asd 
> usr/share/common-lisp/source/clsql-postgresql
> dh_install -p cl-sql-postgresql-socket 
> db-postgresql-socket/postgresql-socket-api.lisp 
> db-postgresql-socket/postgresql-socket-package.lisp 
> db-postgresql-socket/postgresql-socket-sql.lisp 
> usr/share/common-lisp/source/clsql-postgresql-socket/db-postgresql-socket
> dh_install -p cl-sql-postgresql-socket clsql-postgresql-socket.asd 
> usr/share/common-lisp/source/clsql-postgresql-socket
> dh_install -p cl-sql-aodbc db-aodbc/aodbc-package.lisp 
> db-aodbc/aodbc-sql.lisp usr/share/common-lisp/source/clsql-aodbc/db-aodbc
> dh_install -p cl-sql-aodbc clsql-aodbc.asd 
> usr/share/common-lisp/source/clsql-aodbc
> dh_install -p cl-sql-odbc db-odbc/odbc-api.lisp db-odbc/odbc-constants.lisp 
> db-odbc/odbc-dbi.lisp db-odbc/odbc-ff-interface.lisp db-odbc/odbc-loader.lisp 
> db-odbc/odbc-package.lisp db-odbc/odbc-sql.lisp 
> usr/share/common-lisp/source/clsql-odbc/db-odbc
> dh_install -p cl-sql-odbc clsql-odbc.asd 
> usr/share/common-lisp/source/clsql-odbc
> dh_install -p cl-sql-sqlite3 db-sqlite3/sqlite3-api.lisp 
> db-sqlite3/sqlite3-loader.lisp db-sqlite3/sqlite3-methods.lisp 
> db-sqlite3/sqlite3-package.lisp db-sqlite3/sqlite3-sql.lisp 
> usr/share/common-lisp/source/clsql-sqlite3/db-sqlite3
> dh_install -p cl-sql-sqlite3 clsql-sqlite3.asd 
> usr/share/common-lisp/source/clsql-sqlite3
> dh_install -p cl-sql-oracle db-oracle/foreign-resources.lisp 
> db-oracle/oracle-api.lisp db-oracle/oracle-constants.lisp 
> db-oracle/oracle-loader.lisp db-oracle/oracle-objects.lisp 
> db-oracle/oracle-package.lisp db-oracle/oracle-sql.lisp 
> usr/share/common-lisp/source/clsql-oracle/db-oracle
> dh_install -p cl-sql-oracle clsql-oracle.asd 
> usr/share/common-lisp/source/clsql-oracle
> dh_install -p cl-sql-tests tests/benchmarks.lisp tests/datasets.lisp 
> tests/ds-artists.lisp tests/ds-employees.lisp tests/ds-nodes.lisp 
> tests/package.lisp tests/test-basic.lisp tests/test-connection.lisp 
> tests/test-fddl.lisp tests/test-fdml.lisp tests/test-i18n.lisp 
> tests/test-init.lisp tests/test-internal.lisp tests/test-ooddl.lisp 
> tests/test-oodml.lisp tests/test-pool.lisp tests/test-syntax.lisp 
> tests/test-time.lisp tests/utils.lisp 
> usr/share/common-lisp/source/clsql-tests/tests
> dh_install -p cl-sql-tests clsql-tests.asd 
> usr/share/common-lisp/source/clsql-tests
> # Documentation
> rm -rf doc/html
> (cd doc; tar xzf html.tar.gz; cd ..)
> dh_testdir -i
> dh_testroot -i
> dh_installdocs -i -p cl-sql doc/html doc/clsql.pdf
> dh_installexamples -i -p cl-sql examples/*
> dh_installchangelogs -i
> dh_lisp -i
> dh_compress -i
> dh_fixperms -i
> dh_installdeb -i
> dh_gencontrol -i
> dh_md5sums -i
> dh_builddeb -i
> dpkg-deb: building package 'cl-sql-aodbc' in 
> '../cl-sql-aodbc_6.7.2-1.1_all.deb'.
> dpkg-deb: building package 'cl-sql' in '../cl-sql_6.7.2-1.1_all.deb'.
> dpkg-deb: building package 'cl-sql-odbc' in 
> '../cl-sql-odbc_6.7.2-1.1_all.deb'.
> dpkg-deb: building package 'cl-sql-postgresql' in 
> '../cl-sql-postgresql_6.7.2-1.1_all.deb'.
> dpkg-deb: building package 'cl-sql-postgresql-socket' in 
> '../cl-sql-postgresql-socket_6.7.2-1.1_all.deb'.
> dpkg-deb: building package 'cl-sql-sqlite3' in 
> '../cl-sql-sqlite3_6.7.2-1.1_all.deb'.
> dpkg-deb: building package 'cl-sql-tests' in 
> '../cl-sql-tests_6.7.2-1.1_all.deb'.
> dpkg-deb: building package 'cl-sql-oracle' in 
> '../cl-sql-oracle_6.7.2-1.1_all.deb'.
> dh_testdir
> dh_testroot
> dh_prep
> dh_installdirs
> dh_installdirs -p cl-sql-uffi usr/share/common-lisp/source/clsql-uffi/uffi 
> usr/lib/clsql
> dh_installdirs -p cl-sql-mysql 
> usr/share/common-lisp/source/clsql-mysql/db-mysql usr/lib/clsql
> # UFFI
> dh_install -p cl-sql-uffi uffi/clsql-uffi-loader.lisp 
> uffi/clsql-uffi-package.lisp uffi/clsql-uffi.lisp uffi/clsql_uffi.c 
> uffi/ptrbits.c usr/share/common-lisp/source/clsql-uffi/uffi
> dh_install -p cl-sql-uffi  usr/lib/clsql
> dh_install: warning: Cannot find (any matches for) "usr/lib/clsql" (tried in 
> ., debian/tmp)
> 
> dh_install: warning: cl-sql-uffi missing files: usr/lib/clsql
> dh_install: error: missing files, aborting
> make: *** [debian/rules:135: install-arch] Error 255


The full build log is available from:
http://qa-logs.debian.net/2025/01/06/cl-sql_6.7.2-1.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250106;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250106&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: cl-sql
Source-Version: 6.7.2-2
Done: Andreas Tille <[email protected]>

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.

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.
Andreas Tille <[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: SHA512

Format: 1.8
Date: Thu, 04 Jun 2026 18:11:23 +0200
Source: cl-sql
Architecture: source
Version: 6.7.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Commons <[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1092382 1117822 1137149
Changes:
 cl-sql (6.7.2-2) unstable; urgency=medium
 .
   * Team upload.
   * Maintain in Debian Commons team on Salsa
   * d/rules:
      - short dh
      - fix installation (Closes: #1092382)
   * d/watch: version=5
   * debhelper-compat (= 13)
   * d/copyright:
      - DEP5
      - Review
   * Silence lintian about insecure URI
   * For the moment stick to libmysqlclient-dev since its not known how to test
     with MariaDB.  Patch d/p/mariadb.patch is provided but deactivated in case
     the package should be switched to MariaDB.
     Closes: #1137149
   * Do not suggest acl-installer
     Closes: #1117822
   * Standards-Version: 4.7.4 (Removed Priority field)
Checksums-Sha1:
 bb1c197c9b5268c2222c4d33e91e825110216898 2453 cl-sql_6.7.2-2.dsc
 cb6a1e1c4ea94795634f22d427d332f591c44c03 11812 cl-sql_6.7.2-2.debian.tar.xz
 742cedddfe4406731e624ffcc5f64a61332b26c3 9114 cl-sql_6.7.2-2_amd64.buildinfo
Checksums-Sha256:
 0b3f929b603372b22614f229af6c11c605b06972a131ca769149c788123a698e 2453 
cl-sql_6.7.2-2.dsc
 3c9d136054001ea7bca24fe410129863d3fa3beb1ce64401bd15e84f85a536f8 11812 
cl-sql_6.7.2-2.debian.tar.xz
 d2170a2d85356799d3fef474f0de8d44958758d9c9c451221e1c371cf06bf57a 9114 
cl-sql_6.7.2-2_amd64.buildinfo
Files:
 f10215f99d2a125254593ddba31b8f21 2453 lisp optional cl-sql_6.7.2-2.dsc
 e0d05684b40ecc03bfd1debc596dc962 11812 lisp optional 
cl-sql_6.7.2-2.debian.tar.xz
 a90c4bf98bd57d3d244e16f7fe887f2c 9114 lisp optional 
cl-sql_6.7.2-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmohqO0RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGukA/+LhcAv0rsJ3DjQtdZ/Wt2FngiSttTspHe
uymx5+ygAqoS4Ibrsg10pnNOIN8KF0tWZeQIPSYEy27M8pN5wEBhpDDk6929R+Yu
oui+sFNcatWRCLnvlBy2t9viTjm5r8yVuzSEQkaHugRFJOK21VtZ66ZOVUNUTjoW
yICEW7VGqFOdiveF2uIBPtNDeIMMIBLD/H3jvnBGItkGCsXn24lThSbm/GdXzcNo
k5KUJ343ukhOFDJgxjrROJEgThfqElDHoKtu8ZmwOOZWSqIclEyDwJGeialO2Jbp
fEKCNExVIG85WqLdW2jcSl9BdvY3if+XANvETBMzSPA94VzAOJ1JSOS8pEfgbCUL
oYwfqqY3cb5snpBIUysveNgIz70daH3HXUiG+HPHoFxzNoqwIisAcWy0MzWLzZBB
nHsmsBLVqsyXTrAYzNh2iTKfviCNg0KrFlFsho9522wmeHu6livA++4bnpC6kGfd
D3u8N9vO22sZqSSyBLUBuAFpxHbPKBFzJusXS5PNXDrkAeHHT8wbeKKTFev9ACff
mA1lHfUuXvkk/ILSn+hBP/F4kxWxV45PaUPTFSZutKWO2LW5cU6tIHkMXtNJKVO4
MoHjKuxVwwVAEpsTzjQdzUsRRMoz0GAgPTShaJJuXv37qJKwq1QOPQlfhF/bKF+Q
njlMUutrKxc=
=cZZq
-----END PGP SIGNATURE-----

Attachment: pgpFc57n0hdKp.pgp
Description: PGP signature


--- End Message ---

Reply via email to