[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#989390: etherpuppet FTCBFS -- uses the build architecture compiler



Package: etherpuppet
Version: 0.3-4
Severity: normal
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs
X-Debbugs-Cc: nilesh@debian.org, debian-cross@lists.debian.org

Dear Maintainer,

etherpuppet Fails to cross build because it uses the build compiler
rather than the host compiler for compilation.
Simply using dpkg's buildtools.mk fixes the problem. Please consider
applying the attached patch.

Nilesh

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.7.0-2-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages etherpuppet depends on:
ii  libc6  2.31-3

etherpuppet recommends no packages.

etherpuppet suggests no packages.
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #! /usr/bin/make -f
 
+-include /usr/share/dpkg/buildtools.mk
+
 %:
 	dh $@
 

Reply to: