Source: libndp Version: 1.2-4 Severity: wishlist Tags: patch libndp is using linux-only features (like signalfd), so it FTBFS on non-linux architectures.
Please either get libndp ported to those other architectures or mark the packages as linux-any, so the build is not unnecessarily tried there. I've attached a patch doing the latter. [1] https://buildd.debian.org/status/package.php?p=libndp -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
>From 00e6ee60bb427a107d90499f0032ef0aeaaba997 Mon Sep 17 00:00:00 2001 From: Michael Biebl <[email protected]> Date: Wed, 18 Jun 2014 18:14:44 +0200 Subject: [PATCH] Make binary packages as linux-any --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 9a130e9..1eee3fa 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/libndp.git;a=summary Package: libndp-dbg Section: debug Priority: extra -Architecture: any +Architecture: linux-any Multi-Arch: same Depends: libndp0 (= ${binary:Version}), ${misc:Depends} Description: Library for Neighbor Discovery Protocol (debug symbols) @@ -24,7 +24,7 @@ Description: Library for Neighbor Discovery Protocol (debug symbols) Package: libndp-dev Section: libdevel -Architecture: any +Architecture: linux-any Multi-Arch: same Depends: libndp0 (= ${binary:Version}), ${misc:Depends} Description: Library for Neighbor Discovery Protocol (development files) @@ -36,7 +36,7 @@ Description: Library for Neighbor Discovery Protocol (development files) This package contains the development files. Package: libndp-tools -Architecture: any +Architecture: linux-any Depends: libndp0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Library for Neighbor Discovery Protocol (tools) libndp is a library the IPv6 Neighbor Discovery Protocol (NDP). It @@ -49,7 +49,7 @@ Description: Library for Neighbor Discovery Protocol (tools) Package: libndp0 Section: libs -Architecture: any +Architecture: linux-any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} -- 2.0.0

