Skip to content
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

Build fails on openbsd/arm #1082

Closed
sgmiller opened this issue Jun 2, 2021 · 2 comments
Closed

Build fails on openbsd/arm #1082

sgmiller opened this issue Jun 2, 2021 · 2 comments

Comments

@sgmiller
Copy link

sgmiller commented Jun 2, 2021

Describe the bug
Building our application fails on openbsd/arm with the following undefined variables:

# github.com/hashicorp/vault/vendor/github.com/tklauser/go-sysconf
#8 255.8 vendor/github.com/tklauser/go-sysconf/sysconf_openbsd.go:22:28: undefined: unix.RLIMIT_NPROC
#8 255.8 github.com/hashicorp/vault/vendor/github.com/shirou/gopsutil/disk
#8 255.8 # github.com/hashicorp/vault/vendor/github.com/shirou/gopsutil/disk
#8 255.8 vendor/github.com/shirou/gopsutil/disk/disk_openbsd.go:81:39: undefined: sizeOfDiskstats
#8 255.8 vendor/github.com/shirou/gopsutil/disk/disk_openbsd.go:85:14: undefined: sizeOfDiskstats
#8 255.8 vendor/github.com/shirou/gopsutil/disk/disk_openbsd.go:111:34: undefined: Diskstats
#8 255.8 vendor/github.com/shirou/gopsutil/disk/disk_openbsd.go:112:9: undefined: Diskstats
#8 255.8 github.com/hashicorp/vault/vendor/github.com/shirou/gopsutil/mem
#8 255.9 # github.com/hashicorp/vault/vendor/github.com/shirou/gopsutil/mem
#8 255.9 vendor/github.com/shirou/gopsutil/mem/mem_openbsd.go:53:17: undefined: CTLVfs
#8 255.9 vendor/github.com/shirou/gopsutil/mem/mem_openbsd.go:53:25: undefined: VfsGeneric
#8 255.9 vendor/github.com/shirou/gopsutil/mem/mem_openbsd.go:53:37: undefined: VfsBcacheStat
#8 255.9 vendor/github.com/shirou/gopsutil/mem/mem_openbsd.go:58:14: undefined: sizeOfBcachestats
#8 255.9 vendor/github.com/shirou/gopsutil/mem/mem_openbsd.go:61:10: undefined: Bcachestats
@snowinszu
Copy link

I have the same issue

@shirou
Copy link
Owner

shirou commented Oct 21, 2021

#1117 could fix this issue. I close this, feel free to reopen if you still have an issue. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants