-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
func Partitions(all bool) does not work on FreeBSD ARM64 #543
Comments
Try to generate the missing definitions with |
Sure thing! |
Hi @Lomanic, I get the following error when running the command you suggested:
My command is:
I misspoke in my issue, and should have stated I need ARM v7, which is 32 bit. Also, I am building on an AMD 64 machine, freebsd 11.2. |
Note, the original command appears to run fine but I have no way to test it Click to expand
|
Great news for arm64 ; you should try installing Go on the armv7 host and try the same |
I will see what I can do. The catch is, my arm v7 host is a production firewall (pfsense). It does not have the dependencies required (git, build tools, etc). I may be able to source a spare that can be used, or perhaps an emulator. |
arm64 support added in #802. Let's keep this open for armv7 support. |
I have a utility that retrieves a list of mountpoints, and checks their disk usage. I can compile on Windows, Linux, FreeBSD (x86). I can even compile linux + arm64, but not FreeBSd. I would like to get FreeBSD + ARM working in order to run my utility on Netgate firewalls. Specifically, 32 bit arm.
My code:
Error:
I can get around the issue by simply hardcoding my partitions ("/", "/var/log", etc) for arm, but would prefer to intelligently retrieve a list of mountpoints.
The text was updated successfully, but these errors were encountered: