-
Notifications
You must be signed in to change notification settings - Fork 23
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
Error while building on Ubuntu 20.04 due to Libtins #106
Comments
I even tried installing libtins separately, but still got the same error! |
Hi @AkiMosi. The error is telling you that you are missing the C++ boost libraries. Make sure that you have installed the "dev" packages of boost from your distribution. |
@AkiMosi what distribution are you running? Please provide the output of
Normally |
@pepper-jk yeah, I am using Ubuntu 20.04 |
I've updated the travisCI config and pushed it to a new branch ubuntu_20.04. Running the test now: Look for EDIT: EDIT 2: |
@AkiMosi since I probably will not able to debug the issue myself in the near future, I would suggest you try the following:
Even if it does not work, any output logs would be a great help to figure this out. Please also note our issue #104, which was opened before the first stable release of Ubuntu 20.04, and let us know over there, if you encounter the same problem. If this issue persists, feel free to look into our dependency documentation or in our dependency installation scripts build.sh and resources/install_dependencies.sh for more information. And of cause if you figure it out, post your solution here and/or send a pull request. |
@AkiMosi anything new? |
I executed
./build
. It was building upto 90% then suddenly stopped after throwing an error. Then I tried again, then it stopped at 21%. I even tried building it non interactive, still got the same error. I have attached the following error.I think it's because of the package libtins, is it due to the variation of the version of the package or something else?
The text was updated successfully, but these errors were encountered: