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

CI build macos-latest with libsodium compilation failed #4716

Closed
githejie opened this issue Aug 2, 2024 · 0 comments · Fixed by #4717
Closed

CI build macos-latest with libsodium compilation failed #4716

githejie opened this issue Aug 2, 2024 · 0 comments · Fixed by #4717

Comments

@githejie
Copy link
Contributor

githejie commented Aug 2, 2024

Issue description

CXX unittests/unittest_curve_encoding-unittest_curve_encoding.o
In file included from ../../unittests/unittest_curve_encoding.cpp:10:
../../src/curve_mechanism_base.hpp:9:10: fatal error: 'sodium.h' file not found
CXXLD unittests/unittest_ypipe
#include "sodium.h"
^~~~~~~~~~
CXXLD unittests/unittest_ip_resolver
1 error generated.
make[3]: *** [unittests/unittest_curve_encoding-unittest_curve_encoding.o] Error 1
make[3]: *** Waiting for unfinished jobs....
CXXLD unittests/unittest_udp_address
ld: warning: -bind_at_load is deprecated on macOS
ld: warning: search path '/Users/runner/work/libzmq/libzmq/libzmq/tmp/lib' not found
ld: warning: -bind_at_load is deprecated on macOS
ld: warning: search path '/Users/runner/work/libzmq/libzmq/libzmq/tmp/lib' not found
ld: warning: -bind_at_load is deprecated on macOS
ld: warning: search path '/Users/runner/work/libzmq/libzmq/libzmq/tmp/lib' not found
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [distcheck] Error 1

More details: https://github.com/zeromq/libzmq/actions/runs/10122411078/job/27994528728

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

Successfully merging a pull request may close this issue.

1 participant