-
Notifications
You must be signed in to change notification settings - Fork 3.8k
test_cypher_suites ubuntu 18.04 build failure due to lack of pthread linkage #7490
Comments
Same issue here on a fresh Ubuntu 18.04 system. |
Ran into this today also. I think this may be tied to openssl 1.1.0 -> 1.1.1 on Ubuntu 18, along with location of pthread_atfork() def... there are add'tl details in the following external issue: |
just add --pthread options while compiling the sub-project |
I can build it by making the following change to eos/libraries/fc/CMakeLists.txt:
|
This worked for me. I made the change and created a patch using EOSIO v1.6.0
|
In order to focus our efforts on issues that are currently creating difficulty for the community we are closing tickets that were created prior to the EOSIO 2.0 release. If you believe this issue is still relevant please feel free to reopen it or create a new one. Thank you for your continued support of EOSIO! |
https://buildkite.com/EOSIO/eosio-base-images/builds/213#59c398c5-7a92-4000-bf87-6e0727ec499f
The text was updated successfully, but these errors were encountered: