Comment 4 for bug 1850904

Revision history for this message
Leo Le Bouter (lle-bout) wrote : Re: ubuntu_seccomp failed with X/B/D s390x / PPC

I am building software in CI on ppc64el and I am met with a variant of this issue.

https://gitlab.com/chromium-ppc64le/ungoogled-chromium/-/jobs/384098505

What I am building requires the system calls: __NR_shmat __NR_shmctl __NR_shmdt __NR_shmget
and it seems they are not present in <asm/unistd_64.h>, for some reason.

Here's the recipe: https://gitlab.com/chromium-ppc64le/ungoogled-chromium-ci-docker-image/blob/5db632353a7d8d57b583fc907aaf2985c1bc192a/Dockerfile

I tried on both bionic and disco, same issue.