-
Notifications
You must be signed in to change notification settings - Fork 37
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
M1 support broken since v8.0.1 #127
Comments
until the following issue is resolved: addaleax/lzma-native#127
@Kikobeats Which exact OS is this (platform + OS version + architecture)? |
|
Running % yarn node scripts/postinstall.js
dyld[89886]: missing symbol called
error Command failed.
Exit signal: SIGABRT Also: % cd node_modules/lzma-native
% grep version package.json
"version": "8.0.5",
% # copy test files into test
% yarn test
yarn run v1.22.17
$ mocha --expose-gc -s 1000 -t 5000
Compressor/Decompressor
dyld[90388]: missing symbol called
error Command failed with signal "SIGABRT". Maybe there's something weird about the prebuild? |
Run |
Looks like this might not have fixed the issue entirely? #129 (comment) |
In case you want to replicate in your end, if you have a M1 laptop just:
and you can see the crash |
I think the problem is ARM64's binary file is build from x86_64 host... |
If cross compilation is a problem then that is extremely problematic, no CI provider I'm aware of currently has macOS/arm64 builders. |
First, thanks for all of your hard work on this library! I'm also trying to use this on an M1 Mac, and here's what I'm seeing. When I clone this repo and just run
I get the below:
The same occurs with I'm happy to help out with a fix here, just wasn't 100% sure where to start. Also happy to try things on my M1 machine if that'd be helpful as well. Finally, here's my system:
|
I am seeing the same issue and would like to help finding the solution
Edit: Tried that in a fork, it did not fix the issue |
Any updates on this issue? |
Is there any chance of this getting fixed? |
Any update? 😥 |
I'm also seeing this on an M1 mac running Asahi Linux Fedora. |
Hello,
I'm using this library at https://github.com/microlinkhq/ffprobe
I noted some of the last versions are missing; also, the latest version published is broken in some way I not fully understand.
Here is the way to reproduce the problem:
The text was updated successfully, but these errors were encountered: