Source: software-properties Version: 0.99.30-4.1 Severity: serious Tags: ftbfs trixie sid Justification: fails to build from source X-Debbugs-Cc: [email protected]
software-properties builds successfully in testing but fails to build in unstable, presumably due to a change in some other package: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/software-properties.html Hopefully the relevant part of the log: > dbus-run-session -- dh_auto_test > I: pybuild base:311: python3.12 setup.py test ... > /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: > UserWarning: Unknown distribution option: 'test_suite' > warnings.warn(msg) > usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] > or: setup.py --help [cmd1 cmd2 ...] > or: setup.py --help-commands > or: setup.py cmd --help > > error: invalid command 'test' > E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: > python3.12 setup.py test > dh_auto_test: error: pybuild --test -i python{version} -p 3.12 returned exit > code 13 This is easy to reproduce by building locally with sbuild in a trixie schroot (succeeds) or a sid schroot (fails). Looking at the diff between the packages installed in my build chroot for testing and unstable (attached), my first guess would be that this could have been triggered by the upgrade of python3-setuptools from 70 to 73. smcv

