-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
gpg build fails on mac os x #60313
Comments
Closing since seems to be fixed after fd2bd6e, but feel free to reopen if you continue having issues |
i am seeing this again on 61f0936 |
Same here (seeing this again)
|
It seems like this is caused by a of unix socket path length limit (which is just 104 on darwin). A workaround that works for me is to build it with a different TMPDIR:
|
Related to NixOS/nix#1085 |
Thanks for the workaround @veprbl
|
@yazgoo I had the same problem. I think this might be an unrelated issue. It did build successfully on the second attempt for me. |
It would be nice if somebody could investigate how to disable just the problematic tests instead of completely turning them off with |
Turning off the tests didn’t work for me, it seemed to fail on the build step |
we could add a patch to disable these tests on darwin: https://github.com/gpg/gpgme/blob/f9c923bb2d87711235312e8085964372d7480ce4/tests/gpg/Makefile.am#L35 |
Issue description
build of gpgme-1.13.0 fails on macosx
.
.
.
Steps to reproduce
nix-env -i gpgme
Technical details
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste theresults.
The text was updated successfully, but these errors were encountered: