Closed
Description
openedon May 27, 2021
Today I noticed some problems with auditbeat:
[2021-05-27T08:52:01.156Z] /tmp/ccf22dYk.o: In function `main':
[2021-05-27T08:52:01.156Z] god.c:(.text+0x2e0): warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
[2021-05-27T08:52:01.156Z] god.c:(.text+0x279): warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
[2021-05-27T08:52:01.156Z] /tmp/ccNgp5Xk.o: In function `main':
[2021-05-27T08:52:01.156Z] god.c:(.text+0x2a6): warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
[2021-05-27T08:52:01.156Z] god.c:(.text+0x23e): warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
[2021-05-27T08:52:01.423Z] Error: failed to run "arm-linux-gnueabihf-gcc /go/pkg/mod/github.com/tsg/go-daemon@v0.0.0-20200207173439-e704b93fd89b/src/god.c -o build/golang-crossbuild/god-linux-armv7 -lpthread -static: exec: "arm-linux-gnueabihf-gcc": executable file not found in $PATH"
[2021-05-27T08:52:01.423Z] Error: failed building for linux/armv7: exit status 1
[2021-05-27T08:52:01.423Z] failed building for linux/armv7: exit status 1
Spotted in: https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats/detail/PR-25926/3/pipeline/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment