You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on a certain celestial constellation and the weather, builds on Mac are failing with a SSL-related linker error. Sometimes, the build goes fine for hours, then, some other time, the build fails between one and five times in a row – until it magically succeeds – with:
error: linking with `cc` failed: exit code: 1
[...]
note: Undefined symbols for architecture x86_64:
"_EVP_PKEY_derive_init", referenced from:
foxbox::adapters::webpush::crypto::ecdh_derive_shared_key::h175d3dfd94a1d47a in foxbox.0.o
"_EVP_PKEY_derive_set_peer", referenced from:
foxbox::adapters::webpush::crypto::ecdh_derive_shared_key::h175d3dfd94a1d47a in foxbox.0.o
"_EVP_PKEY_derive", referenced from:
foxbox::adapters::webpush::crypto::ecdh_derive_shared_key::h175d3dfd94a1d47a in foxbox.0.o
"_EVP_PKEY_keygen", referenced from:
foxbox::adapters::webpush::crypto::ecdh_generate_key_pair::h143d2d5e829af360 in foxbox.0.o
"_EVP_PKEY_CTX_new", referenced from:
foxbox::adapters::webpush::crypto::ecdh_generate_key_pair::h143d2d5e829af360 in foxbox.0.o
foxbox::adapters::webpush::crypto::ecdh_derive_shared_key::h175d3dfd94a1d47a in foxbox.0.o
"_EVP_PKEY_keygen_init", referenced from:
foxbox::adapters::webpush::crypto::ecdh_generate_key_pair::h143d2d5e829af360 in foxbox.0.o
"_EVP_PKEY_CTX_free", referenced from:
foxbox::adapters::webpush::crypto::ecdh_generate_params::hb8c098bbe81f8a8c in foxbox.0.o
foxbox::adapters::webpush::crypto::ecdh_generate_key_pair::h143d2d5e829af360 in foxbox.0.o
foxbox::adapters::webpush::crypto::ecdh_derive_shared_key::h175d3dfd94a1d47a in foxbox.0.o
"_EVP_PKEY_CTX_ctrl", referenced from:
foxbox::adapters::webpush::crypto::ecdh_generate_params::hb8c098bbe81f8a8c in foxbox.0.o
"_EVP_PKEY_CTX_new_id", referenced from:
foxbox::adapters::webpush::crypto::ecdh_generate_params::hb8c098bbe81f8a8c in foxbox.0.o
"_EVP_PKEY_paramgen", referenced from:
foxbox::adapters::webpush::crypto::ecdh_generate_params::hb8c098bbe81f8a8c in foxbox.0.o
"_EVP_PKEY_paramgen_init", referenced from:
foxbox::adapters::webpush::crypto::ecdh_generate_params::hb8c098bbe81f8a8c in foxbox.0.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: aborting due to previous error
error: Could not compile `foxbox`.
For reference, here is the complete failing command:
Depending on a certain celestial constellation and the weather, builds on Mac are failing with a SSL-related linker error. Sometimes, the build goes fine for hours, then, some other time, the build fails between one and five times in a row – until it magically succeeds – with:
For reference, here is the complete failing command:
The text was updated successfully, but these errors were encountered: