Your message dated Sat, 04 Oct 2025 22:21:19 +0000
with message-id <[email protected]>
and subject line Bug#1116927: fixed in xerial-sqlite-jdbc 3.50.3.0+dfsg-2
has caused the Debian Bug report #1116927,
regarding xerial-sqlite-jdbc: FTBFS with the nocheck build profile
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.)
--
1116927: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116927
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xerial-sqlite-jdbc
Version: 3.50.3.0+dfsg-1
Severity: important
Tags: forky sid ftbfs
User: [email protected]
Usertags: ftbfs-nocheck-profile
Dear maintainer:
During a rebuild of all packages in unstable using the nocheck build profile,
your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
A wiki page discussing how to reproduce bugs in this category and
possible solutions is available here:
https://wiki.debian.org/qa.debian.org/FTBFS/Nocheck
(It's a wiki, so you are welcome to contribute)
[ Note: This is RC, but I will wait at least two weeks before raising
the severities, there are a lot of gcc-15 and CMake 4 bugs open now ].
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:xerial-sqlite-jdbc, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=maven --with javahelper
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
bash -c "for dir in \$(find . -name target -type d); do if [ -f \$(echo
\$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done"
mh_unpatchpoms -plibxerial-sqlite-jdbc-java
if [ -e VERSION.old ]; then mv VERSION.old VERSION; fi
if [ -e debian/maven.properties ]; then rm debian/maven.properties; fi
# Cleaning the native part.
/usr/bin/make clean
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Makefile.common:4: Set JAVA_HOME environment variable
Will build using target: Linux-x86_64 (detected os: Linux, arch: x86_64)
rm -rf target/sqlite-3.50.3-Linux-x86_64
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_autoreconf_clean -O--buildsystem=maven
jh_clean -O--buildsystem=maven
Duplicate specification "u=s" for option "u"
dh_clean -O--buildsystem=maven
debian/rules binary
dh binary --buildsystem=maven --with javahelper
dh_update_autotools_config -O--buildsystem=maven
dh_autoreconf -O--buildsystem=maven
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Setting the version of installed sqlite3 lib in the VERSION file, using dpkg
# to get this version number.
# Also putting it in d/maven.properties...
cp VERSION VERSION.old
sqliteVersion=$(dpkg -s libsqlite3-dev | grep "Version" | sed 's/Version:
\(.*\)-.*/\1/') && \
echo "version=$sqliteVersion" > VERSION && \
echo "sqlite.version=$sqliteVersion" > debian/maven.properties
# Together with the architecture.
echo "build.architecture=$(arch)" >> debian/maven.properties
dh_auto_configure
mh_patchpoms -plibxerial-sqlite-jdbc-java --debian-build
--keep-pom-version
--maven-repo=/<<BUILDDIR>>/xerial-sqlite-jdbc-3.50.3.0\+dfsg/debian/maven-repo
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
jh_linkjars -O--buildsystem=maven
Duplicate specification "unlink|u" for option "u"
debian/rules override_dh_auto_build-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Build JNI
export JAVA_HOME=/usr/lib/jvm/default-java && \
export DEB_HOST_MULTIARCH=x86_64-linux-gnu && \
/usr/bin/make
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Will build using target: Linux-x86_64 (detected os: Linux, arch: x86_64)
"$JAVA_HOME/bin/javac" -cp /usr/share/java/slf4j-api.jar -d target/common-lib
-sourcepath src/main/java -h target/common-lib
src/main/java/org/sqlite/core/NativeDB.java
src/main/java/org/sqlite/core/CoreDatabaseMetaData.java:200: warning: [removal]
finalize() in Object has been deprecated and marked for removal
protected void finalize() throws Throwable {
^
src/main/java/org/sqlite/jdbc3/JDBC3ResultSet.java:513: warning: [removal]
Long(long) in Long has been deprecated and marked for removal
return new Long(val);
^
src/main/java/org/sqlite/jdbc3/JDBC3ResultSet.java:515: warning: [removal]
Integer(int) in Integer has been deprecated and marked for removal
return new Integer((int) val);
^
src/main/java/org/sqlite/jdbc3/JDBC3ResultSet.java:518: warning: [removal]
Double(double) in Double has been deprecated and marked for removal
return new Double(getDouble(col));
^
src/main/java/org/sqlite/core/CorePreparedStatement.java:123: warning:
[removal] Double(double) in Double has been deprecated and marked for removal
batch(pos, new Double((value / 86400000.0) + 2440587.5));
^
src/main/java/org/sqlite/core/CorePreparedStatement.java:127: warning:
[removal] Long(long) in Long has been deprecated and marked for removal
batch(pos, new Long(value / config.getDateMultiplier()));
^
src/main/java/org/sqlite/jdbc3/JDBC3PreparedStatement.java:315: warning:
[removal] Double(double) in Double has been deprecated and marked for removal
batch(pos, new Double(value));
^
src/main/java/org/sqlite/jdbc3/JDBC3PreparedStatement.java:320: warning:
[removal] Float(float) in Float has been deprecated and marked for removal
batch(pos, new Float(value));
^
src/main/java/org/sqlite/jdbc3/JDBC3PreparedStatement.java:325: warning:
[removal] Integer(int) in Integer has been deprecated and marked for removal
batch(pos, new Integer(value));
^
src/main/java/org/sqlite/jdbc3/JDBC3PreparedStatement.java:330: warning:
[removal] Long(long) in Long has been deprecated and marked for removal
batch(pos, new Long(value));
^
src/main/java/org/sqlite/jdbc3/JDBC3PreparedStatement.java:354: warning:
[removal] Integer(int) in Integer has been deprecated and marked for removal
batch(pos, new Integer(((Short) value).intValue()));
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: src/main/java/org/sqlite/jdbc3/JDBC3Connection.java uses unchecked or
unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
11 warnings
mv target/common-lib/org_sqlite_core_NativeDB.h target/common-lib/NativeDB.h
#gcc -Itarget/sqlite-3.46.1-Linux-x86_64 -Itarget/sqlite-amalgamation-3460100
-Ilib/inc_linux -I/usr/lib/jvm/default-java/include -Os -fPIC -m64
-fvisibility=hidden -I"/usr/lib/jvm/default-java/include"
-I"/usr/lib/jvm/default-java/include/linux" -I target/common-lib -c -o
target/sqlite-3.46.1-Linux-x86_64/NativeDB.o
src/main/java/org/sqlite/core/NativeDB.c
gcc -Itarget/sqlite-3.46.1-Linux-x86_64 -Itarget/sqlite-amalgamation-3460100
-Ilib/inc_linux -I/usr/lib/jvm/default-java/include -Os -fPIC -m64
-fvisibility=hidden -I"/usr/lib/jvm/default-java/include"
-I"/usr/lib/jvm/default-java/include/linux" -I target/common-lib -Wdate-time
-D_FORTIFY_SOURCE=2 -c -g -o target/sqlite-3.46.1-Linux-x86_64/NativeDB.o
src/main/java/org/sqlite/core/NativeDB.c
#gcc -Itarget/sqlite-3.46.1-Linux-x86_64 -Itarget/sqlite-amalgamation-3460100
-Ilib/inc_linux -I/usr/lib/jvm/default-java/include -Os -fPIC -m64
-fvisibility=hidden -I"/usr/lib/jvm/default-java/include"
-I"/usr/lib/jvm/default-java/include/linux" -o
target/sqlite-3.46.1-Linux-x86_64/libsqlitejdbc.so
target/sqlite-3.46.1-Linux-x86_64/NativeDB.o
target/sqlite-3.46.1-Linux-x86_64/sqlite3.o -shared -static-libgcc -pthread -lm
gcc -Itarget/sqlite-3.46.1-Linux-x86_64 -Itarget/sqlite-amalgamation-3460100
-Ilib/inc_linux -I/usr/lib/jvm/default-java/include -Os -fPIC -m64
-fvisibility=hidden -I"/usr/lib/jvm/default-java/include"
-I"/usr/lib/jvm/default-java/include/linux" -Wl,-z,relro -Wl,-z,now -o
target/sqlite-3.46.1-Linux-x86_64/libsqlitejdbc.so
target/sqlite-3.46.1-Linux-x86_64/NativeDB.o -shared -static-libgcc -pthread
-lm -lsqlite3
#cp target/sqlite-3.46.1-Linux-x86_64/libsqlitejdbc.so /tmp/libsqlitejdbc.so
#strip /tmp/libsqlitejdbc.so
#cp /tmp/libsqlitejdbc.so target/sqlite-3.46.1-Linux-x86_64/libsqlitejdbc.so
# Do nothing more. The .so will be put into /usr/lib/jni, not into the jar.
#@mkdir -p src/main/resources/org/sqlite/native/Linux/x86_64
#cp target/sqlite-3.46.1-Linux-x86_64/libsqlitejdbc.so
src/main/resources/org/sqlite/native/Linux/x86_64/libsqlitejdbc.so
#@mkdir -p target/classes/org/sqlite/native/Linux/x86_64
#cp target/sqlite-3.46.1-Linux-x86_64/libsqlitejdbc.so
target/classes/org/sqlite/native/Linux/x86_64/libsqlitejdbc.so
rm -rf target/dependency-maven-plugin-markers
# We shall handle the Java build through dh_auto_build, with
maven-debian-helper.
#mvn package
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build -O--buildsystem=maven -Nlibxerial-sqlite-jdbc-jni
/usr/lib/jvm/default-java/bin/java -noverify -cp
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven
-Dmaven.multiModuleProjectDirectory=/<<BUILDDIR>>/xerial-sqlite-jdbc-3.50.3.0\+dfsg
-Dclassworlds.conf=/etc/maven/m2-debian.conf
-Dproperties.file.manual=/<<BUILDDIR>>/xerial-sqlite-jdbc-3.50.3.0\+dfsg/debian/maven.properties
org.codehaus.plexus.classworlds.launcher.Launcher
-s/etc/maven/settings-debian.xml
-Ddebian.dir=/<<BUILDDIR>>/xerial-sqlite-jdbc-3.50.3.0\+dfsg/debian
-Dmaven.repo.local=/<<BUILDDIR>>/xerial-sqlite-jdbc-3.50.3.0\+dfsg/debian/maven-repo
--batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were
deprecated in JDK 13 and will likely be removed in a future release.
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------------< org.xerial:sqlite-jdbc >-----------------------
[INFO] Building SQLite JDBC 3.50.3.0
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for org.assertj:assertj-core:jar:debian is missing, no
dependency information available
[WARNING] The POM for org.mockito:mockito-core:jar:debian is missing, no
dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.170 s
[INFO] Finished at: 2025-09-30T11:31:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project sqlite-jdbc: Could not resolve
dependencies for project org.xerial:sqlite-jdbc:jar:3.50.3.0
[ERROR] dependency: org.assertj:assertj-core:jar:debian (test)
[ERROR] Cannot access central (https://repo.maven.apache.org/maven2) in
offline mode and the artifact org.assertj:assertj-core:jar:debian has not been
downloaded from it before.
[ERROR] dependency: org.mockito:mockito-core:jar:debian (test)
[ERROR] Cannot access central (https://repo.maven.apache.org/maven2) in
offline mode and the artifact org.mockito:mockito-core:jar:debian has not been
downloaded from it before.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven
-Dmaven.multiModuleProjectDirectory=/<<BUILDDIR>>/xerial-sqlite-jdbc-3.50.3.0\+dfsg
-Dclassworlds.conf=/etc/maven/m2-debian.conf
-Dproperties.file.manual=/<<BUILDDIR>>/xerial-sqlite-jdbc-3.50.3.0\+dfsg/debian/maven.properties
org.codehaus.plexus.classworlds.launcher.Launcher
-s/etc/maven/settings-debian.xml
-Ddebian.dir=/<<BUILDDIR>>/xerial-sqlite-jdbc-3.50.3.0\+dfsg/debian
-Dmaven.repo.local=/<<BUILDDIR>>/xerial-sqlite-jdbc-3.50.3.0\+dfsg/debian/maven-repo
--batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned
exit code 1
make: *** [debian/rules:13: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: xerial-sqlite-jdbc
Source-Version: 3.50.3.0+dfsg-2
Done: Pierre Gruet <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xerial-sqlite-jdbc, 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.
Pierre Gruet <[email protected]> (supplier of updated xerial-sqlite-jdbc 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: Sat, 04 Oct 2025 23:59:16 +0200
Source: xerial-sqlite-jdbc
Architecture: source
Version: 3.50.3.0+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Pierre Gruet <[email protected]>
Closes: 1116927
Changes:
xerial-sqlite-jdbc (3.50.3.0+dfsg-2) unstable; urgency=medium
.
* Raising Standards version to 4.7.2 (no change)
* Removing the nocheck annotation from the assertj and mockito B-D
(Closes: #1116927)
Checksums-Sha1:
f31c8e256cb471a35246989e3b223cd5d4fdf875 2480
xerial-sqlite-jdbc_3.50.3.0+dfsg-2.dsc
d3d95b3aa8773c58f65505e419803b8f5d735815 10840
xerial-sqlite-jdbc_3.50.3.0+dfsg-2.debian.tar.xz
915cec7a184170b5dbc78ffa08608485509986ed 17114
xerial-sqlite-jdbc_3.50.3.0+dfsg-2_source.buildinfo
Checksums-Sha256:
7faef28e06a535a4206b29980e8b6413e863f1bbed346bf6217e4ca30396d4d2 2480
xerial-sqlite-jdbc_3.50.3.0+dfsg-2.dsc
66711d7306bcbda061dd72432184fe74881b033de032c52b174a57c3ff1fb75e 10840
xerial-sqlite-jdbc_3.50.3.0+dfsg-2.debian.tar.xz
bed6e598700ad06e19bf17e715987d71dd276a091e25e1e39d24fe0d8acc93b4 17114
xerial-sqlite-jdbc_3.50.3.0+dfsg-2_source.buildinfo
Files:
ce78010d6c1a2035d5b359986a5dd6af 2480 java optional
xerial-sqlite-jdbc_3.50.3.0+dfsg-2.dsc
f8f57837b9a6d9daf7983a99e95382b6 10840 java optional
xerial-sqlite-jdbc_3.50.3.0+dfsg-2.debian.tar.xz
9f45a81d4a6f9a6bf78e0407ba2907ef 17114 java optional
xerial-sqlite-jdbc_3.50.3.0+dfsg-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmjhmPQACgkQYAMWptwn
dHYGvxAAocBjcJZoFZ/wF1iCDz3BuiS/BQ6Y6XQ2wwAS/JaJVzRCKChEZqRUkbpj
U2tCOa9P0c8OJYn49NlFyyYfTb52WYdNRBB+5vOby3lw/+BTbcyUXoPZZwP+LqLv
9TUHMGPNQvlpFAP0zaI1fHt0sm7Q3C6SflWmXd+4tB7w03DEPDO/RLgs0aKRzCSn
lkOYzdQ7ZEke0JSZGWH7bFOXTeG4oE/Tg5lZQPiTXdA0J99XVBzfMmpamuk8JZTp
vWyxEXVAiLICXWlVfhc7HmXh/s+e8P+psAdqc4oOS4h+wg81ai6FUL1zAaIPXxAA
hTDQbdLxJlcuszz/pBQ92alnau4kRfVu+Y5NJLCf0rcXJ546WV+R192G/Sgz91Ho
AtqhBKdeSf3w47w5cw07dXxmstqg4OcpW+Rmk27lt3xr1msKjlSgScg51+QwFA+2
qCEbuBN7XGUWAnuK1ogt1Ej3ik+sETkFFBu3hxzapjOGw/L2hTugsu5OL//Y1gjR
kQeMqjgUeRYD346kfHnT2NSHv8H8s7vyDKYcL2vVpna6NQrMRvCm1oW8Wq5qBtxe
4hY/rFi6+KQ8fKfh+FAkxG1QSyv6phPzjWFSaTRkADHE4RKES8mMbHwyiqtRT76X
EcQWidUsqZ/WLlEncisK8wLzekjjYJnMU6i1Rj23Cit05V3zFkE=
=vXiG
-----END PGP SIGNATURE-----
pgpBiXEaqABVZ.pgp
Description: PGP signature
--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.