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

Reply via email to