-
Notifications
You must be signed in to change notification settings - Fork 27
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
openbsd/i386 build fails #21
Comments
5 tasks
Thanks for the report @ivandeex! I've sent https://golang.org/cl/341069 to add |
tklauser
added a commit
that referenced
this issue
Aug 16, 2021
This pulls in RLIMIT_NPROC for openbsd/386 and openbsd/arm (see golang.org/cl/341069 Fixes #21
tklauser
added a commit
that referenced
this issue
Aug 16, 2021
This pulls in RLIMIT_NPROC for openbsd/386 and openbsd/arm, see https://golang.org/cl/341069 Fixes #21
tklauser
added a commit
that referenced
this issue
Aug 16, 2021
This pulls in RLIMIT_NPROC for openbsd/386 and openbsd/arm, see https://golang.org/cl/341069 Fixes #21
tklauser
added a commit
to tklauser/gopsutil
that referenced
this issue
Aug 16, 2021
This fixes the build of go-sysconf on openbsd/386 and openbsd/arm, see tklauser/go-sysconf#21 and rclone/rclone#5402 for context. List of changes: tklauser/go-sysconf@v0.3.6...v0.3.8
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem is with golang 1.16.6 symbol unix.RLIMIT_NPROC undefined on
openbsd/i386
(all fine on openbsd/amd64):https://github.com/tklauser/go-sysconf/blob/v0.3.6/sysconf_openbsd.go#L22
From the build log (https://github.com/rclone/rclone/runs/3150179581?check_suite_focus=true#step:15:35), section "compile all architectures test":
rclone/rclone#5402 is pending on this issue.
The text was updated successfully, but these errors were encountered: