Source: distcc Severity: important Dear Maintainer,
dh_auto_configure is providing --build without --host, which results in autoconf not setting $host, which results in distcc not getting GNU_HOST which it passes to clang for native builds. If you try to compile with clang on a native build it quits with error: unknown target triple 'unknown', please use -triple or -arch Please pass --host to autotools - if (dpkg_architecture_value("DEB_BUILD_GNU_TYPE") ne dpkg_architecture_value("DEB_HOST_GNU_TYPE")) { - push @opts, "--host=".dpkg_architecture_value("DEB_HOST_GNU_TYPE"); - } Thanks, Shawn Landden Your upstream. -- System Information: Debian Release: buster/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental') Architecture: arm64 (aarch64) Foreign Architectures: armel, armhf Kernel: Linux 4.15.11-mainline-rev1 (SMP w/4 CPU cores) Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)