<div dir="auto">On Mon, 24 Apr 2017 13:40:19 +0200 Sascha Steinbiss <<a href="mailto:satta@debian.org">satta@debian.org</a>> wrote:<br>> tags 860692 patch<br>> thanks<br>> <br>> <br>> Hi all,<br>> <br>> [...]<br>> > # Copy test files to build dir<br>> > cp pcap/*.pcap obj-i386-linux-gnu/src/<a href="http://github.com/google/gopacket/pcap/">github.com/google/gopacket/pcap/</a><br>> > cp: target 'obj-i386-linux-gnu/src/<a href="http://github.com/google/gopacket/pcap/">github.com/google/gopacket/pcap/</a>'<br>> is not a directory<br>> > debian/rules:19: recipe for target 'override_dh_auto_configure' failed<br>> > make[1]: *** [override_dh_auto_configure] Error 1<br>> <br>> I have fixed this issue by constructing the target directory name using<br>> DEB_HOST_GNU_TYPE instead of DEB_HOST_MULTIARCH, which correctly yields<br>> 'obj-i686-linux-gnu'. After applying attached patch, I was able to<br>> correctly build gopacket on i386 stretch.<br>> <br>> Best regards<br>> Sascha<br></div>