dlopen_test.go:54:15: undefined: strlen
eclipseo opened this issue · 3 comments
eclipseo commented
Go 1.15 beta 1 on Fedora Rawhide, during go testing:
github.com/coreos/go-systemd/internal/dlopen
# github.com/coreos/go-systemd/internal/dlopen [github.com/coreos/go-systemd/internal/dlopen.test]
./dlopen_test.go:54:15: undefined: strlen
FAIL github.com/coreos/go-systemd/internal/dlopen [build failed]
lucab commented
This seems to be working fine both in my local environment (go1.15.5) and in CI: https://github.com/coreos/go-systemd/runs/1412766487?check_suite_focus=true.
lucab commented
It works in CI, closing ticket due to lack of further inputs.