-
-
Notifications
You must be signed in to change notification settings - Fork 16
libdash_nvim.so, 6 no suitable image found #121
Comments
Hmm. Are you running an M1 or Intel Mac? What's the output of The only thing I can think of that should cause this is that the incorrect architecture build of Dash.nvim is being installed. This can be caused if, for example, you're running Neovim built for Intel on an M1 Mac. |
I'm running an intel mac yeah :) Output of uname is I can see the echoed output when running the make script And I also tried running the commands in the bash script manually. It seems as far as I am aware the files are there and it seems to be the correct ones (x86) |
Hmmm. @beauwilliams are you open to installing the Rust toolchain from https://rustup.rs and attempting to build and install locally? To do so:
|
Sure no problem I can give this a shot. I will try |
I had to switch to rustc nightly using command But yes, Dash is now working after running |
Hmm, interesting. I'll leave this open in case anyone else is able to reproduce. |
Closing since I've not seen anyone else have this issue. |
I was able to reproduce this Issue. This is caused by lewis6991/impatient.nvim. One optimization that impatient.nvim use to improve startup time is a module resolution cache. Unfortunately, as statement in impatient.nvim README, The solution is to disable this cache in impatient configuration: |
@S1M0N38 oh awesome, thanks for diagnosing. I’ll pin this issue in case others run into it. |
I am not sure why I am betting this error.
I have tried running
make install
inside the dash directory manually which did not fix the issueRunning OSX 10.14.5
Full error below
Error detected while processing function 97_dash_nvim_search:
line 4:
E5108: Error executing lua .../site/pack/packer/start/impatient.nvim/lua/impatient.lua:186: dlopen(/Users/admin/.local/share/nvim/site/pack/packer/start/dash.nvim/lua/libdash_nvim.so, 6): no suitable imag
e found. Did find:
/Users/admin/.local/share/nvim/site/pack/packer/start/dash.nvim/lua/libdash_nvim.so: cannot load 'libdash_nvim.so' (load command 0x80000034 is unknown)
/Users/admin/.local/share/nvim/site/pack/packer/start/dash.nvim/lua/libdash_nvim.so: cannot load 'libdash_nvim.so' (load command 0x80000034 is unknown)
The text was updated successfully, but these errors were encountered: