capyloon / nutria

Experimental Web Based OS Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jackady quickstart fails on macOS M1 macbook air

autonome opened this issue · comments

Cloned and ran ./jackady update-prebuilts and got this:

CleanShot 2022-02-21 at 15 05 41@2x

We only have prebuilts for aarch64-apple-darwin - I wonder why you host is detected as x86_64...

ok searching around, found some hints that things that run under Rosetta can spit out that architecture. maybe something in the jackady build toolchain not updated?

Can you run rustup show to see which target was inferred at install time by rustup?

About Rosetta, what's the value of using it when the native arch is supported? Worst case I should be able to also cross compile for x86_64-apple-darwin.

Default host: x86_64-apple-darwin
rustup home: /Users/dietrich/.rustup

stable-x86_64-apple-darwin (default)
rustc 1.58.1 (db9d1b20b 2022-01-20)

About Rosetta, what's the value of using it when the native arch is supported? Worst case I should be able to also cross compile for x86_64-apple-darwin.

I figured there was some tool in the chain that was compiled pre-M1, but yes we should not need it

Can you check if ed8dbcf fixes it for you?

Yep, updating to latest Nutria fixed it, thanks! 👍🏼