-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
go get breaks with "ld: framework not found CoreFoundation" #80177
Comments
It looks like this is during the build rather not the download. In which case this is expected, "installing" built time dependencies doesn't really work with nix. Compilers and interpreters generally need a build environment, see https://nixos.wiki/wiki/FAQ/I_installed_a_library_but_my_compiler_is_not_finding_it._Why%3F for more details. |
Makes sense. However, I'm not sure which library should I add to Also, should I close this issue if it's not really a bug? |
Hello, I'm a bot and I thank you in the name of the community for opening this issue. To help our human contributors focus on the most-relevant reports, I check up on old issues to see if they're still relevant. This issue has had no activity for 180 days, and so I marked it as stale, but you can rest assured it will never be closed by a non-human. The community would appreciate your effort in checking if the issue is still valid. If it isn't, please close it. If the issue persists, and you'd like to remove the stale label, you simply need to leave a comment. Your comment can be as simple as "still important to me". If you'd like it to get more attention, you can ask for help by searching for maintainers and people that previously touched related code and @ mention them in a comment. You can use Git blame or GitHub's web interface on the relevant files to find them. Lastly, you can always ask for help at our Discourse Forum or at #nixos' IRC channel. |
his could be related to the changes made to macos dynamic loader, system libs are no longer present in the file system and can only be found with
|
I believe thefloweringash has made these changes in #105026. |
Describe the bug
Using macOS 10.15.3 for starting with go development. I installed Go 1.13.7 using nix and followed these instructions. However,
go get
breaks with:I've seen #9329 and #10263 but I'm not sure if they're relevant as they are old and closed.
Compilation worked when I used Go 1.13.8 from Homebrew
To Reproduce
Steps to reproduce the behavior:
nix-env -i go
export GO111MODULE=on
go get github.com/micro/micro/v2
Expected behavior
Compilation should work
Metadata
Maintainer information:
The text was updated successfully, but these errors were encountered: