-
Notifications
You must be signed in to change notification settings - Fork 335
None of the commands that uses pre-built packages runs on FreeBSD #1402
Comments
Thanks for the report! One workaround for now is to install |
That was the first I attempted, but wrangler does not appear to look for the tools outside of the wrangler cache located in
I got it working by making a hard link with Update: the below note is no longer correct as Note to other users wanting to get this running on FreeBSD: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue should probably not be marked as stale as the issue have not been fixed as far as I know. |
Hello all, Environment
Workaround of symlinking the installed My best guess is that something relating to I also tried testing with the latest version of
So regardless of |
Closing as there is a newer version of Wrangler written in node.js, which should work across all architectures that support node.js. |
🐛 Bug Report
The pre-built packages does not exist for FreeBSD and there is no clear way to build them yourself.
Furthermore they seem to segfaults after failing.
Environment
FreeBSD 12.1-RELEASE-p3 GENERIC amd64
rustc -V
:rustc 1.44.1 (c7087fe00 2020-06-17)
node -v
: Not installedwrangler -V
:wrangler 1.10.1
wrangler.toml
: Empty or populated with the following after using cargo-generate directly:Steps to reproduce
Install wrangler:
cargo install wrangler
Attempt:
wrangler generate
Attempt:
wrangler preview
What did you expect to see?
I expected to see a way that made it possible to build the needed binaries myself.
What did you see instead?
An error that did not give a lot more information other than the operating system is not supported.
And a segfault.
The text was updated successfully, but these errors were encountered: