Hello Cyril, list, On 24/12/2024 20:19, Cyril Brulebois wrote:
Building with daily-build seems super slow for no obvious reasons, so I've just tried a regular `dpkg-buildpackage -b` instead, and I can replicate the issue with files below build/dest/cdrom/gtk after the build.
I've seen this slow building too.It looks like the Makefile (despite the ifndef-guard) is calling 'dpkg-architecture' really often.
This runs within a second:LC_ALL=C DEB_HOST_ARCH=amd64 DEB_HOST_ARCH_OS=linux DEB_HOST_GNU_CPU=x86_64 DEB_HOST_GNU_SYSTEM=linux-gnu DEB_HOST_MULTIARCH=x86_64-linux-gnu time make reallyclean
whereas this takes minutes (even though it was run after the previous command):
LC_ALL=C time make reallyclean With kind regards, Roland Clobus
OpenPGP_signature.asc
Description: OpenPGP digital signature