-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
undefined: execCommand in host_id_bsd.go #4076
Comments
I am sorry for introducing the bug. I am working on a fix. |
tsmethurst
added a commit
to superseriousbusiness/gotosocial
that referenced
this issue
May 12, 2023
tsmethurst
added a commit
to superseriousbusiness/gotosocial
that referenced
this issue
May 12, 2023
4 tasks
freebsd-git
pushed a commit
to freebsd/freebsd-ports
that referenced
this issue
May 28, 2023
Required for gitlab-ce 16.0.0 Changelog: https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/commits/master This release also includes patches to fix the issue: open-telemetry/opentelemetry-go#4076 open-telemetry/opentelemetry-go#4077 Reported upstream here: https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/issues/410
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
presumably this is caused by #4015
go.opentelemetry.io/otel/sdk/resource
../../../go/pkg/mod/go.opentelemetry.io/otel/[email protected]/resource/host_id_bsd.go:21:15: undefined: execCommand
../../../go/pkg/mod/go.opentelemetry.io/otel/[email protected]/resource/host_id_bsd.go:22:15: undefined: readFile
this is compiled from amd64 linux to freebsd as:
CGO_ENABLED=0 GOOS=freebsd GOARCH=amd64 go build -ldflags "-s -w" -installsuffix cgo -o mybin
reproduce it in this repo as:
CGO_ENABLED=0 GOOS=freebsd make
Environment
Steps To Reproduce
my code doesn't call this directly.
I use
Expected behavior
It to compile (as it did in 1.14.0)
The text was updated successfully, but these errors were encountered: