Christian Blichmann
Christian Blichmann
> > [...] > From the perspective of Linux distribution maintainers, it would be great if: > > * Everything that _could_ use system packages, _did_ use system packages. That'd...
Can you provide an example of the bogus and incorrect code? That would make it easier for me to verify and reproduce the problem.
Is this the function signature? ```c++ int getipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, uint32_t *fmode, uint32_t *numsrc, struct in_addr *slist); ``` At least for c-ares, this error is...
> > Is this the function signature? > > ```c++ > > int getipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, uint32_t *fmode, > > uint32_t *numsrc, struct in_addr *slist);...
Docker implements its own security policy and uses the default one, when not explicitly told to do otherwise (see the documentation on [Seccomp security profiles](https://docs.docker.com/engine/security/seccomp/)). So in that sense, this...
I tried this out for myself again. Docker also seems to be setting restrictive capabilities on the container. I was able to successfully run the `stringop` example using this invocation...
Same error message? That'd be odd, as I was able to complete those steps successfully.
Oh dear. At least this should be easy to fix.
Which specific headers cause this?
Collecting the information for Fedora 29: ```bash # Install Bazel (https://docs.bazel.build/versions/master/install-redhat.html) sudo dnf install dnf-plugins-core sudo dnf copr enable vbatts/bazel sudo dnf install bazel # Install necessary development tools sudo...