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

Unable to build on MacOS M2 #70

Open
stanle-cs opened this issue Jul 27, 2024 · 2 comments
Open

Unable to build on MacOS M2 #70

stanle-cs opened this issue Jul 27, 2024 · 2 comments

Comments

@stanle-cs
Copy link

Hi, I tried to build the project on a MacBook M2 and the --release build failed. Interestingly enough, the regular cargo build works. I'm not sure what the problem is.

How to reproduce:

  1. git clone ... the project
  2. cargo build --release

Output:

   Compiling proc-macro2 v1.0.66
   Compiling libc v0.2.154
   Compiling unicode-ident v1.0.11
   Compiling once_cell v1.18.0
   Compiling autocfg v1.1.0
   Compiling cfg-if v1.0.0
   Compiling parking_lot_core v0.9.8
   Compiling serde v1.0.186
   Compiling lazy_static v1.4.0
   Compiling utf8parse v0.2.1
   Compiling smallvec v1.11.0
   Compiling anstyle-parse v0.2.1
error: failed to run custom build command for `parking_lot_core v0.9.8`

Caused by:
  process didn't exit successfully: `[redacted]/ra-multiplex/target/release/build/parking_lot_core-0b7f71150f9e05ed/build-script-build` (signal: 9, SIGKILL: kill)
warning: build failed, waiting for other jobs to finish...
@pr2502
Copy link
Owner

pr2502 commented Jul 29, 2024

I can't find any relevant issue in the parking_lot crate, but our version (0.9.8) is over a year old and can be upgraded. Can you try if cargo update -p parking_lot_core helps?

@simnalamburt
Copy link

Could not reproduce this issue in latest ra-multiplex (0.2.5). I'd like to recommend closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants