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

MacBook M1 Pro install problem #32

Closed
mrxiaozhuox opened this issue Jul 19, 2022 · 18 comments · Fixed by #40
Closed

MacBook M1 Pro install problem #32

mrxiaozhuox opened this issue Jul 19, 2022 · 18 comments · Fixed by #40
Labels
bug Something isn't working

Comments

@mrxiaozhuox
Copy link

thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: No such file or directory (os error 2)', src/modules/expand_archive.rs:12:27
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

image

@mosheavni
Copy link

I get the same error with amd CPU

@MordechaiHadad
Copy link
Owner

@mrxiaozhuox currently M1 is not supported I am actually surprised you got bob running in the first place...
there's also a #22 which I am meaning to resolve, but since there's no GitHub runner or docker support I can't really test it...

@MordechaiHadad
Copy link
Owner

I get the same error with amd CPU

Okay now this is weird can you provide what OS you are using?(Unless you are using MacOS I don't really know how apple works regarding their specs)

@MordechaiHadad MordechaiHadad added the bug Something isn't working label Jul 24, 2022
@diandian2710
Copy link

I got the same error with intel mac

@MordechaiHadad
Copy link
Owner

This will be a bit harder to debug as I don't own a Mac Machine, so i will need someone to actively test when I open the related PR.

@mrxiaozhuox
Copy link
Author

This will be a bit harder to debug as I don't own a Mac Machine, so i will need someone to actively test when I open the related PR.

maybe I can help you.

@MordechaiHadad
Copy link
Owner

@mrxiaozhuox that is good thank you! I will try looking at the code base tomorrow and just see what line of code might have triggered this weird error.

@MordechaiHadad
Copy link
Owner

Would be great if u can test the PR CI builds and give me feedback @mrxiaozhuox

@MordechaiHadad
Copy link
Owner

@diandian2710 @mosheavni can you guys also check the PR builds? it seems like for some odd reason for @mrxiaozhuox it works(even tho I changed practically nothing)

@MordechaiHadad
Copy link
Owner

@mosheavni @diandian2710 @mrxiaozhuox any updates regarding this issue?

@daiyam
Copy link

daiyam commented Sep 12, 2022

Same issue on a mac intel

@MordechaiHadad
Copy link
Owner

@daiyam can you try the macos build from here https://github.com/MordechaiHadad/bob/actions/runs/2903066777
and see if the issue persists?

@daiyam
Copy link

daiyam commented Sep 12, 2022

It's better but I have several issues:

  • the link /Users/user/Library/Application Support/neovim goes /Users/user/Library/Application Support/bob/v0.7.2/nvim-osx64 instead of /Users/user/Library/Application Support/bob/v0.7.2/nvim-macos
  • nvim was missing the execute mode
  • nvim throws me the error dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin (surely because I'm using an old version on macos...)
  • before the fixes, bob list was printing Error: Neovim is not installed
  • after the fixes, bob list is printing thread 'main' panicked at 'called Option::unwrap()on aNone value', src/modules/utils.rs:124:38

@MordechaiHadad
Copy link
Owner

@max397574 do you get the same behavior as @daiyam?

@max397574
Copy link

I got the same error as mentioned in the original comment in this issue
it was fixed with the pr you told me to test in the duplicate issue of this

@MordechaiHadad
Copy link
Owner

@max397574 is bob list working properly?

@max397574
Copy link

yes

@MordechaiHadad
Copy link
Owner

weird... @daiyam can you run bob erase and see if this persists?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants