Package: src:librcsb-core-wrapper Version: 1.005-12 User: [email protected] Usertags: make-4.4 Severity: important Tags: ftbfs
Dear Maintainer, This package fails to build from source with Make 4.4.1, most likely because of changes in $(shell) environment handling: environment variables exported from Makefiles are now made available to commands invoked using $(shell), which can cause issues with recursive definitions in particular. See https://salsa.debian.org/debian/make/-/blob/master/debian/NEWS for a complete list of backward-incompatible changes since Make 4.3. Below you will find how the builds end, hopefully the most relevant part from the build log. A full build log is available here: https://people.debian.org/~sanvila/make-4.4/build-logs/ Make 4.4.1 is currently available in experimental and will hopefully soon be uploaded to unstable, at which time this bug will become release-critical. 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 affects, so that this is still visible in the BTS web page for this package. Please reach out to the Make maintainer, Stephen Kitt <[email protected]> if you need help fixing this. -------------------------------------------------------------------------------- debian/rules clean dh clean debian/rules override_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_clean make -j2 clean make[2]: Entering directory '/<<PKGBUILDDIR>>' ------------------------------------------------------------ **** Cleaning etc **** ------------------------------------------------------------ ------------------------------------------------------------ **** Cleaning common **** ------------------------------------------------------------ ------------------------------------------------------------ **** Cleaning test results in dict-obj-file **** ------------------------------------------------------------ make[3]: Entering directory '/<<PKGBUILDDIR>>/common' Makefile:28: ../etc/Makefile.platform: No such file or directory make[3]: Leaving directory '/<<PKGBUILDDIR>>/common' make[2]: *** [Makefile:119: clean_build] Error 1 make[2]: *** Waiting for unfinished jobs.... make[3]: Entering directory '/<<PKGBUILDDIR>>/dict-obj-file' Makefile:31: ../etc/Makefile.platform: No such file or directory make[3]: Leaving directory '/<<PKGBUILDDIR>>/dict-obj-file' ------------------------------------------------------------ **** Cleaning test results in pdbml-parser **** ------------------------------------------------------------ make[3]: Entering directory '/<<PKGBUILDDIR>>/pdbml-parser' Makefile:35: ../etc/Makefile.platform: No such file or directory make[3]: Leaving directory '/<<PKGBUILDDIR>>/pdbml-parser' make[2]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_clean: error: make -j2 clean returned exit code 2 make[1]: *** [debian/rules:39: override_dh_auto_clean] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:12: clean] Error 2 dpkg-buildpackage: error: debian/rules clean subprocess returned exit status 2 --------------------------------------------------------------------------------

