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

cargo fails to build on Mac OS Big Sur #234

Closed
pacu opened this issue Nov 30, 2020 · 3 comments
Closed

cargo fails to build on Mac OS Big Sur #234

pacu opened this issue Nov 30, 2020 · 3 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@pacu
Copy link
Contributor

pacu commented Nov 30, 2020

We were reported that there are issues with the rust welding build and Mac OS X Big Sur.
Main issue being: note: ld: library not found for -lSystem
Due to the amount of user complaints about its stability we are currently not supporting that particular version of Mac OS X for now.

We encourage all of our users and contributors to document the problem under this issue and send PRs with possible solutions.

useful resources: https://community.intel.com/t5/Intel-Fortran-Compiler/New-macOS-Big-Sur-return-quot-ld-library-not-found-for-lSystem/m-p/1228382#M152647

platform name
iphoneos
cargo lipo --manifest-path /Users/ealymbaev/projects/bank-wallet-ios/Pods/ZcashLightClientKit/Cargo.toml --features=mainnet --targets aarch64-apple-ios --release
[INFO  cargo_lipo::meta] Will build universal library for ["libzcashlc"]
[INFO  cargo_lipo::lipo] Building "libzcashlc" for "aarch64-apple-ios"
   Compiling libc v0.2.79
   Compiling getrandom v0.1.15
   Compiling typenum v1.12.0
   Compiling proc-macro2 v1.0.24
   Compiling byteorder v1.3.4
   Compiling syn v1.0.42
   Compiling radium v0.4.1
   Compiling cc v1.0.41
error: linking with `cc` failed: exit code: 1

@pacu pacu self-assigned this Nov 30, 2020
@pacu pacu added bug Something isn't working help wanted Extra attention is needed labels Nov 30, 2020
@pacu pacu removed their assignment Nov 30, 2020
@ealymbaev
Copy link
Contributor

@ealymbaev
Copy link
Contributor

ponylang/ponyc#3684

@ealymbaev
Copy link
Contributor

TimNN/cargo-lipo#41

pacu pushed a commit that referenced this issue Mar 15, 2021
Fix issue #234 cargo fails to build on Mac OS Big Sur
@pacu pacu self-assigned this Mar 15, 2021
@pacu pacu closed this as completed Mar 15, 2021
Asherda pushed a commit to Asherda/ZcashLightClientKit that referenced this issue Apr 6, 2023
Asherda pushed a commit to Asherda/ZcashLightClientKit that referenced this issue Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants