On Sat, Aug 25, 2018 at 7:40 PM, Marc Haber
<mh+debian-packa...@zugschlus.de> wrote:

>   File "/usr/lib/python3.6/multiprocessing/synchronize.py", line 162, in 
> __init__
>     SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx)
>   File "/usr/lib/python3.6/multiprocessing/synchronize.py", line 59, in 
> __init__
>     unlink_now)
>
> PermissionError: [Errno 13] Permission denied
> I can provide a full build log if that helps.
>
> Am I doing something wrong? Should I do more than apt build-dep ./ and 
> debuild?

You need to have /dev/shm mounted in the build environment. Pbuilder
does this by default, don't know how other build envs do it.

Reply via email to