Bug#1072146: libexplain: kill(pid = 42 "sh", sig = SIGTERM) failed, Operation not permitted (EPERM)
Source: libexplain
Version: 1.4.D001-13
Severity: normal
Tags: patch
Hi,
libexplain fails to build in sbuild+unshare now used on some of the
buildd:
PATH=`pwd`/bin:$PATH /bin/sh test/04/t0462a.sh
1c1
< kill(pid = 42, sig = SIGTERM) failed, Operation not permitted (EPERM)
---
> kill(pid = 42 "sh", sig = SIGTERM) failed, Operation not permitted (EPERM)
FAILED test of kill EPERM
make[2]: *** [Makefile:42004: t0462a] Error 1
I assume this is due to the test is skipped in the schroot backend.
Tagging patch as it is easy to fix from the diff above.
Cheers Jochen
Reply to: