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

Build problem Ubuntu 21.10 #180

Closed
w2vy opened this issue Mar 19, 2022 · 3 comments · Fixed by #189
Closed

Build problem Ubuntu 21.10 #180

w2vy opened this issue Mar 19, 2022 · 3 comments · Fixed by #189

Comments

@w2vy
Copy link
Member

w2vy commented Mar 19, 2022

May apply to other versions, but it did build fine on docker image of 20.04

I found two issues and need help properly applying them to the code base

@w2vy
Copy link
Member Author

w2vy commented Mar 19, 2022

First problem I found was same as zcash/zcash#4354
I manually applied the change and the patch warning went away

The next error was identical to http://github.com/boostorg/thread/issues/283 and repaired by boostorg/thread#297

It looks like all the changes I needed to make were local

@w2vy
Copy link
Member Author

w2vy commented Apr 20, 2022

@blondfrogs I was wrong about the last change being local, boostorg issue 283 above, it is in the downloaded boost
tom@rnode:~/fluxd-vol/fluxd$ find . -name thread_data.hpp
./depends/x86_64-unknown-linux-gnu/include/boost/thread/pthread/thread_data.hpp
./depends/x86_64-unknown-linux-gnu/include/boost/thread/win32/thread_data.hpp

So I guess we need to patch the patch or use a newer version of boost that has this fix.

@blondfrogs
Copy link
Member

@w2vy Do we know which version of boost has this fix?

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.

2 participants