Source: mercurial Version: 7.1.1-1 Severity: important Tags: ftbfs User: [email protected] Usertags: python3.14
Hi Maintainer mercurial will FTBFS once Python 3.14 is added as a supported version in Debian. I've copied what I hope is the relevant part of the log below, seen in Ubuntu, Regards Graham debian/rules override_dh_auto_test make[2]: Entering directory '/<<PKGBUILDDIR>>' usage: pybuild [ACTION] [BUILD SYSTEM ARGS] [DIRECTORIES] [OPTIONS] pybuild: error: unrecognized arguments: 3.13 http_proxy='' /usr/bin/make tests PYTHON=python3 TESTFLAGS="--with-hg=/../scripts/hg --verbose --timeout 1800 --jobs 4 --blacklist /<<PKGBUILDDIR>>/debian/mercurial.test_blacklist" PYTHONPATH= make[3]: Entering directory '/<<PKGBUILDDIR>>' # Run Rust tests if cargo is installed if command -v cargo >/dev/null 2>&1; then \ /usr/bin/make rust-tests; \ /usr/bin/make cargo-clippy; \ fi cd tests && python3 run-tests.py --with-hg=/../scripts/hg --verbose --timeout 1800 --jobs 4 --blacklist /<<PKGBUILDDIR>>/debian/mercurial.test_blacklist usage: run-tests.py [options] [tests] run-tests.py: error: --with-hg must specify an executable hg script make[3]: *** [Makefile:152: tests] Error 2

