#1113381 osspd: FTBFS with CMake 4

#1113381#5
Date:
2025-08-31 23:02:15 UTC
From:
To:
Dear maintainer,

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

Log Summary:
-------------------------------------------------------------------------------
[...]
Homepage: https://github.com/OpenMandrivaSoftware/ossp
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/osspd
Vcs-Git: https://salsa.debian.org/debian/osspd.git
Build-Depends: debhelper-compat (= 13), cmake, libasound2-dev, libfuse3-dev (>= 3.17.2), libpulse-dev, pkgconf, systemd-dev
Package-List:
 osspd deb sound optional arch=linux-any
 osspd-alsa deb sound optional arch=linux-any
 osspd-pulseaudio deb sound optional arch=linux-any
Checksums-Sha1:
 1823426b786d4a6df1c0963ce1bbc73f67b1d951 48531 osspd_1.3.3.orig.tar.gz
 3d17ca8d74dec2d74c1026cfa528a2f5ba11b226 7256 osspd_1.3.3-5.debian.tar.xz
Checksums-Sha256:
 8cc80b090ee74e320fee9a37e99a096fea45468f63c4dd2490e656174e4644dc 48531 osspd_1.3.3.orig.tar.gz
 00e1493a5f38d9a5896c97819dca101eefdf9a8e40fb52de364c33d3582fe3f3 7256 osspd_1.3.3-5.debian.tar.xz
Files:
 6f20c5bc37995ce5aba36f2eef35d197 48531 osspd_1.3.3.orig.tar.gz
 48394ba0e01a61f6a1ba1bfaf08eb425 7256 osspd_1.3.3-5.debian.tar.xz
-----BEGIN PGP SIGNATURE-----

iQFJBAEBCgAzFiEEdlP6my3wO8aMe9FCrKAIuMk0p9QFAmglsAIVHHNlYmFzdGll
bkB0d29saWZlLmJlAAoJEKygCLjJNKfUmuwIAMAcpjW5pAUj2V2LWx0QI/vLdubg
aeOHWB196neq0hP2lJN2YzJuslM945fXPzTfmwqmXalzNMQimCzyS6dsNRQwbV7P
JocXH46jcfnxGx2btZ/FroHosWL1055aQf8vq2lcCdk3e2ifeA3vod+4/Btr24+Y
oFCVOPrhOA5nRS4DZa22sq4ymfWoJs0uW4TUG/vyNxEEb6HHD/Sst5oGsdgebqzw
dwhApA4tuW246OsjQitjIbowszkXhDzOLeZYJx46Ofgaqi92uTjrgRKEqV2nt4wS
bWby77AHa6PuGexjjE7P7vZ7wsRH2gImme58m7YLIICXj7LJyqXUWwzko6A=
=4Av3
-----END PGP SIGNATURE-----

dpkg-source: warning: cannot verify inline signature for ./osspd_1.3.3-5.dsc: no acceptable signature found
dpkg-source: info: extracting osspd in /build/reproducible-path/osspd-1.3.3
dpkg-source: info: unpacking osspd_1.3.3.orig.tar.gz
dpkg-source: info: unpacking osspd_1.3.3-5.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0004-Allow-to-set-slave-installation-path-during-compilat.patch
dpkg-source: info: applying spelling.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 osspd
dpkg-buildpackage: info: source version 1.3.3-5
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Sébastien Noel <sebastien@twolife.be>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
dh clean
   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/osspd-1.3.3'
dh_auto_configure -- -Dalsa=ON -Dpulseaudio=ON -DSLAVESDIR=/usr/lib/osspd
	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 -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu -Dalsa=ON -Dpulseaudio=ON -DSLAVESDIR=/usr/lib/osspd ..
CMake Error at CMakeLists.txt:1 (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/2406606/ 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/154397/ 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
#1113381#10
Date:
2025-09-01 06:49:29 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
osspd, 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 1113381@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sébastien Noel <sebastien@twolife.be> (supplier of updated osspd 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: Mon, 01 Sep 2025 08:02:43 +0200
Source: osspd
Architecture: source
Version: 1.3.3-6
Distribution: unstable
Urgency: medium
Maintainer: Sébastien Noel <sebastien@twolife.be>
Changed-By: Sébastien Noel <sebastien@twolife.be>
Closes: 1113381
Changes:
 osspd (1.3.3-6) unstable; urgency=medium
 .
   * fix build with CMake 4 (Closes: #1113381)
   * d/control: remove hardcoded "Depends: libfuse3-4 (>= 3.17.2)"
     src:fuse3 has been fixed
Checksums-Sha1:
 fca1c306dbead37d858c627dbbd10fb72869f767 1746 osspd_1.3.3-6.dsc
 51cd51a127db21a9743c47a66b7b831b4c6204e3 7476 osspd_1.3.3-6.debian.tar.xz
 df277bda0deaecd3cde6ef1ea11a3a3a2b4e311a 9546 osspd_1.3.3-6_amd64.buildinfo
Checksums-Sha256:
 ae5be3803b9a82beaa9a95df9b0b67663b392e2720ee34c2ceeca27a604c8067 1746 osspd_1.3.3-6.dsc
 fc5510e1560a4e1bb66f6eee1f22b606ae7d88da401e7a4e6db95d9de1752832 7476 osspd_1.3.3-6.debian.tar.xz
 49fe406e51a0ca4bfc88b350daf6738b5e6cca0272dc7128e79be14f5e01134f 9546 osspd_1.3.3-6_amd64.buildinfo
Files:
 71380667ebb8fee7b66e1c1345397d54 1746 sound optional osspd_1.3.3-6.dsc
 001e42420151cb59c6a65a338ad40660 7476 sound optional osspd_1.3.3-6.debian.tar.xz
 14541724af68adf8b25c9a55e866b34a 9546 sound optional osspd_1.3.3-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----

iQFJBAEBCgAzFiEEdlP6my3wO8aMe9FCrKAIuMk0p9QFAmi1O64VHHNlYmFzdGll
bkB0d29saWZlLmJlAAoJEKygCLjJNKfU6vMH/icCf20awKjYhSyFuUGwurffw1ea
727fN0GT94D1WG7impSxDMHFf0NiqqHFoTmv+xYhgd9qGqJs3PyX8lNENbuYMbxU
rDsvYPK9lXggiD5PR0RVx/Mx/E6wicLj3sTkrimA9n6Sp4n8AdkIXBiJiYW+qDBS
usLhgY68VbUrsbqo8vSMgz+y13F1yjwqgegHLn0TGJvufyAq2JjGS9NzpwiRoK/E
8EL446HKav2AGuZuDW1xKKXKbhLpmKF5ERlrRZWb7xxuhj9D8P6MnjRuQ4YSqulr
/U+VR2a4DL7VuIj9DD5aIP52YRXr0nY4Mzq6oRgjIeArT5wUVKkco0TkaD4=
=LD8N
-----END PGP SIGNATURE-----