#1113628#5
Date:
2025-08-31 23:06:58 UTC
From:
To:
Dear maintainer,

During a test rebuild for CMake 4, websocketpp failed to rebuild.

Log Summary:
-------------------------------------------------------------------------------
[...]
Checksums-Sha256:
 6ce889d85ecdc2d8fa07408d6787e7352510750daa66b5ad44aacb47bea76755 701364 websocketpp_0.8.2.orig.tar.gz
 1ff3703c438491302bc5dba236327507625ec51b4497178e5921b26d0cba439d 11296 websocketpp_0.8.2-4.debian.tar.xz
Files:
 261e977d69fdcb8fdaacb46b7c9e2258 701364 websocketpp_0.8.2.orig.tar.gz
 99581d22d3570c47fcff942839a1d949 11296 websocketpp_0.8.2-4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmIKVi8ACgkQ808JdE6f
XdlwQxAAsde7rJMDjRfuZwc8TMdk1585W8jAqxbbZ9yYaKlS/owLEjvGvd2fueku
m3wlGBnBpumAbFakQhSo0bwT7SX6I0Ek3k+8e2sLQTehmPnHSOO9kZ2IxdWrIaJF
MO8D8QXg6YrrbZJMKOo/LapjsNB3Tc+Xuogds28sPqVb7Z9iLnEp+Pap9IClPAUw
uFxsTg2e234fCaGn9r3o8D/9rtucvH3KzGCEQSIv/Xc4/iKYkAkCC40ObQQa9u09
kipMyYcpVSI3n3Dz77Ceh9AlA9/JICKuyzfJIwEcL/P9TgVj7OXak3Qlb8LRNAeD
o1TE6lxPdcAZ0nkfc924NRuXCb1VL3AqXWs0LXukMeikZEfZyj9NO0Endvvww+L/
jBMdI7y2+lgDzi4brMXVDxzr1uXJ8Og6EKsZM8TFvVf/tfRwlnvXkSeWjDx2uArJ
3eCTP1yDO0NWWj84TGVMwPkwNveQZcXUsL6o/bhZL7Wwc9fs15neh5Ess8ezJXk7
OQ7BwllWtL4T/pkrzz14nVsueV3nsNFk+vVoFfoxJ/PTXJB0p66cFkltfvxyXcEf
q1ffjap21WovGxWy2vhP3GKw4vTu6d85IkgmPkXUDg8atBTShj+I1BoDIJLNK6TB
wDeUNlmenZ6KdN2jfQc3OsX+0X/cWb/FxdP5uGXviBH2MIRq0ek=
=fVCb
-----END PGP SIGNATURE-----

dpkg-source: warning: cannot verify inline signature for ./websocketpp_0.8.2-4.dsc: no acceptable signature found
dpkg-source: info: extracting websocketpp in /build/reproducible-path/websocketpp-0.8.2
dpkg-source: info: unpacking websocketpp_0.8.2.orig.tar.gz
dpkg-source: info: unpacking websocketpp_0.8.2-4.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0001-cmake-Use-GNUInstallDirs.patch
dpkg-source: info: applying 855.patch
dpkg-source: info: applying 857.patch
dpkg-source: info: applying 0001-Correct-clang-compiler-flags.patch
dpkg-source: info: applying 1024.patch

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=sbuild
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL=/bin/sh
USER=sbuild

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b
dpkg-buildpackage: info: source package websocketpp
dpkg-buildpackage: info: source version 0.8.2-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Gianfranco Costamagna <locutusofborg@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/build/reproducible-path/websocketpp-0.8.2'
dh_auto_clean
rm -rf doxygen build .sconsign.dblite
make[1]: Leaving directory '/build/reproducible-path/websocketpp-0.8.2'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/build/reproducible-path/websocketpp-0.8.2'
# building examples and tests can spot building problems for programs using this library
dh_auto_configure -- -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON
	cd obj-aarch64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON ..
CMake Error at CMakeLists.txt:5 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
------------------------------------------------------------------------------- The above is just how the build ends and not necessarily the most relevant part. If required, the full build log is available here (for the next 30 days): https://debusine.debian.net/artifact/2413578/ The most likely cause of build failures is the removed backwards compatibility for CMake versions earlier than 3.5. You can find additional information in my debian-devel announcement: https://lists.debian.org/debian-devel/2025/04/msg00310.html About the archive rebuild: The build was made on debusine.debian.net, using sbuild. You can find the build task here: https://debusine.debian.net/work-request/155163/ If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks, Timo
#1113628#12
Date:
2025-09-01 11:52:48 UTC
From:
To:
I have downgraded the bug to non-RC severity temporarily and reverted
CMake in unstable to version 3.31.6. I plan to re-upgrade in about a
month's time. I realize that despite my April announcement, the upload
to unstable came rather surprising, and I don't want to cause
unnecessary pain.

Also, the build log URL has an unfortunate mistake. The correct URL
should include the workspace, i.e.,

https://debusine.debian.net/debian/developers/artifact/XXXX

CMake 4 will also be available in experimental again, so it can be
used to verify that the bug is fixed.

Cheers
Timo

#1113628#17
Date:
2025-09-02 12:40:59 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
websocketpp, 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 1113628@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gianfranco Costamagna <locutusofborg@debian.org> (supplier of updated websocketpp 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 ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Tue, 02 Sep 2025 09:37:08 +0200
Source: websocketpp
Built-For-Profiles: noudeb
Architecture: source
Version: 0.8.2-5
Distribution: unstable
Urgency: medium
Maintainer: Gianfranco Costamagna <locutusofborg@debian.org>
Changed-By: Gianfranco Costamagna <locutusofborg@debian.org>
Closes: 1113628
Changes:
 websocketpp (0.8.2-5) unstable; urgency=medium
 .
   * Bump std-version to 4.7.2, no changes required
   * Bump copyright years
   * Bump compat level to 13
   * d/p/deb0a334471362608958ce59a6b0bcd3e5b73c24.patch: Fix compatibility
     with cmake 4 with upstream patch (Closes: #1113628)
Checksums-Sha1:
 1f4986f7a8e2f46b4333a6c7c3aa89c4e3438479 2181 websocketpp_0.8.2-5.dsc
 8b55c0d272aac53d75b5b5ff9ac61d5f8dde5697 11560 websocketpp_0.8.2-5.debian.tar.xz
 3ab978494a66fd8fc7260ccf1ea6ded8abfe1e34 8252 websocketpp_0.8.2-5_source.buildinfo
Checksums-Sha256:
 d66229748dfc2d96d25bbf9793a1026f919a5b86aba43914329d982f09c0c37a 2181 websocketpp_0.8.2-5.dsc
 fe8a4372483155e77984f786e647bc0392d4d4bf16c8cc675f13ba262e6a3416 11560 websocketpp_0.8.2-5.debian.tar.xz
 4f2a39be56cc7113b5e660e473c45f0559b878cbc790ed2a519a837760be0fba 8252 websocketpp_0.8.2-5_source.buildinfo
Files:
 50d96ed57005ec35222ecb5670eb776d 2181 libs optional websocketpp_0.8.2-5.dsc
 df113be036a88c8f5890893d5318aca2 11560 libs optional websocketpp_0.8.2-5.debian.tar.xz
 d675e362427bf5283c5cb17079aab01b 8252 libs optional websocketpp_0.8.2-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmi2p04ACgkQ808JdE6f
XdlqMA/+J53hR37nMmMlLfJwA2P/fgK5T8br+SmLiUT79RDTw1U7OgXu0mRbXgoA
XBy25VO8hne3TgMC462o1cST2JA5mPt67/1YulQ09whp+FHZLyRD2/f13DVX9wkT
vEnFLccC4N/r0dnAy0MzQs8x4TbQ5hxXCCADFYJn8IMOsq5shWZ47lqbbm7PIq3s
5WWl6uquQ8tzF3mRX4Qjy9rxDG55qQA8rm547TEh/Z3YoEZCzShkU0pNAApV4uVQ
UW9bg2DrLvzfej9ReR8v0RZ0AP/hZQLN8eMSZerVlKd71nMk9W1vHHYOY55nk0zl
3anRAjfgnEbv4kk4Accp7F4fplbczB/EmwTjapTzQnWQ0oxPFCokllPL0xQ2HIdH
9zF+7yi7MXIssH+0V7lJ3YtgfGgMNA6eJo2GEm508tW6Hg+NVIaY9rhJQJv3pMZZ
F70jIRRNGwxHT20KBgdX/02KYuK68bX6MjE6nSIDLLdXrFtCqSBNUo1+MeFpU652
mbU2rV7NzmcKAgfR/2QBhG2xi9jAh9Yg3WAkwMYtMKU2/JXB2HSVgAoHaHhig8Hk
JIuMS59nWhnnqPG5DeSlLv3F9ytzgHD9R5lGhYH/7qkygg0IbVXwmoLASiUB6tOy
S/Ab54z9KuybfDH+S2iM9YwZYrKGucA3lpTZYIdWBLTIT/TE2YY=
=BBqA
-----END PGP SIGNATURE-----