tag 844496 + patch
thanks
On Wed, 16 Nov 2016 11:02:08 +0100 =?UTF-8?Q?Stefan_B=c3=bchler?=
<[email protected]> wrote:
> Hi,
>
> pdns.service (from pdns-server in testing) didn't start anymore with
> this message:
>
> pdns.service: Failed at step SECCOMP spawning /usr/sbin/pdns_server:
Invalid argument
>
> Updating libseccomp2 from 2.1.1-1 (stable) to 2.3.1-2 (testing) fixed
> it.
>
> systemd 232-3 has a build dependency `libseccomp-dev (>= 2.2.3-3~)`, but
> the resulting package only depends on `libseccomp2 (>= 2.1.0)`.
>
> I guess systemd uses a feature from newer libseccomp versions which
> wasn't tracked by the symbols file. Maybe you should consider upgrading
> the minimum versions in the symbols file. (Probably broken in backports
> too.)
The attached patch should fix this I think
Cheers,
Laurent Bigonville
diff -Nru libseccomp-2.3.1/debian/libseccomp2.symbols libseccomp-2.3.1/debian/libseccomp2.symbols
--- libseccomp-2.3.1/debian/libseccomp2.symbols 2016-05-16 12:15:58.000000000 +0200
+++ libseccomp-2.3.1/debian/libseccomp2.symbols 2016-11-16 12:41:47.000000000 +0100
@@ -1,4 +1,5 @@
libseccomp.so.2 libseccomp2 #MINVER#
+* Build-Depends-Package: libseccomp-dev
seccomp_attr_get@Base 0.0.0~20120605
seccomp_attr_set@Base 0.0.0~20120605
seccomp_export_bpf@Base 0.0.0~20120605