Bug#1089277: x2goclient: FTBFS with make 4.4.1
Package: src:x2goclient
Version: 4.1.2.3-3
User: debian-qa@lists.debian.org
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 <skitt@debian.org> 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>>'
rm -fr /<<PKGBUILDDIR>>/client_build
make -f Makefile.man2html clean
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: *** No rule to make target 'SHELL'. Stop.
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:105: clean_man] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_clean: error: make -j2 clean returned exit code 2
make[1]: *** [debian/rules:33: override_dh_auto_clean] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: clean] Error 2
dpkg-buildpackage: error: debian/rules clean subprocess returned exit status 2
--------------------------------------------------------------------------------
Reply to: