Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building against libseccomp fails because of seccomp.h not found #145

Closed
saschagrunert opened this issue Aug 30, 2019 · 1 comment · Fixed by #146
Closed

Building against libseccomp fails because of seccomp.h not found #145

saschagrunert opened this issue Aug 30, 2019 · 1 comment · Fixed by #146
Labels
bug Something isn't working priority/P0 Highest priority

Comments

@saschagrunert
Copy link
Member

I cannot build 0.4.0 because we import seccomp.h namespaces from libseccomp/seccomp.h:

seccompfilter.c:4:10: fatal error: seccomp.h: No such file or directory
     4 | #include <seccomp.h>
       |          ^~~~~~~~~~~

What is the preferred way in fixing this? 😇

@AkihiroSuda AkihiroSuda added bug Something isn't working priority/P0 Highest priority labels Aug 30, 2019
AkihiroSuda added a commit to AkihiroSuda/slirp4netns that referenced this issue Aug 30, 2019
fix rootless-containers#145

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
@AkihiroSuda
Copy link
Member

#146

AkihiroSuda added a commit to AkihiroSuda/slirp4netns that referenced this issue Aug 30, 2019
fix rootless-containers#145

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority/P0 Highest priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants