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

Linking failing on darwin #132

Closed
cmacrae opened this issue Sep 27, 2021 · 3 comments
Closed

Linking failing on darwin #132

cmacrae opened this issue Sep 27, 2021 · 3 comments

Comments

@cmacrae
Copy link

cmacrae commented Sep 27, 2021

Hey 👋

It seems building on x86_64-darwin systems is broken. Here's the error output from
nix build -L github:serokell/deploy-rs#defaultPackage.x86_64-darwin:

deploy-rs>   = note: ld: framework not found SystemConfiguration
deploy-rs>           clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
deploy-rs>           
deploy-rs> error: aborting due to previous error
deploy-rs> error: build failed
error: builder for '/nix/store/9qi7s1m3dpfikbrcamqy0ivlglf420r1-deploy-rs-0.1.0.drv' failed with exit code 101;
       last 10 log lines:
       > error: linking with `/nix/store/3v5asy4nb2yqkb3asgvpv6ya7nzh09yh-clang-wrapper-7.1.0/bin/cc` failed: exit status: 1

Any ideas?

@balsoft
Copy link
Member

balsoft commented Sep 28, 2021

I can reproduce. Not sure when it broke, since it was fixed once already here: 42cbe75

@balsoft
Copy link
Member

balsoft commented Sep 28, 2021

Thanks for reporting the issue!

@cmacrae
Copy link
Author

cmacrae commented Sep 28, 2021

Ah great! Thanks for such a quick turn around on fixing it @balsoft 🙇

blaggacao pushed a commit to input-output-hk/deploy-rs that referenced this issue Nov 5, 2021
Frameworks are libraries used at runtime, so should be in buildInputs
and not nativeBuildInputs.

Closes serokell#132
suzukidavid pushed a commit to suzukidavid/rust-deploy that referenced this issue Dec 4, 2022
Frameworks are libraries used at runtime, so should be in buildInputs
and not nativeBuildInputs.

Closes serokell/deploy-rs#132
tommy725 added a commit to tommy725/rust-deploy that referenced this issue Aug 9, 2023
Frameworks are libraries used at runtime, so should be in buildInputs
and not nativeBuildInputs.

Closes serokell/deploy-rs#132
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

2 participants