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

Unable to build on master #2780

Open
alqiwa opened this issue Oct 24, 2024 · 4 comments
Open

Unable to build on master #2780

alqiwa opened this issue Oct 24, 2024 · 4 comments

Comments

@alqiwa
Copy link

alqiwa commented Oct 24, 2024

Bug Report

Current behavior
Currently, when attempting to build through the steps given in the documentation, it is unable to do so.

Expected behavior
using cmake --build . will result in a successful build

Steps to reproduce:
following the UNIX BUILD NOTES
git clone https://github.com/gridcoin-community/Gridcoin-Research
cd Gridcoin-Research
git checkout master
mkdir build && cd build
cmake .. -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DENABLE_GUI=ON -DENABLE_QRENCODE=ON -DENABLE_UPNP=ON -DUSE_DBUS=ON
cmake --build .

Gridcoin version

Machine specs

  • OS: EndeavourOS Linux x86_64
  • CPU: Intel i5-4200M (4) @ 3.1GHz
  • RAM: 8gb
  • Disk size: 450gb
  • Disk Type (HD/SSD): SSD

Extra information
https://pastebin.com/YkSZwKHi

@alqiwa alqiwa added the bug label Oct 24, 2024
@alqiwa alqiwa changed the title Unable to build on branch master Unable to build on master Oct 24, 2024
@alqiwa
Copy link
Author

alqiwa commented Oct 24, 2024

it is important to note that it is able to build and run successfully on the development branch

@div72
Copy link
Member

div72 commented Oct 24, 2024

You'll probably need a801c74, I reckon.

@alqiwa
Copy link
Author

alqiwa commented Oct 25, 2024

was able to fix by following CyberTailor's advice on discord and installing bdb5.3 from pacman and pass -DSYSTEM_BDB=ON to cmake

@jamescowens
Copy link
Member

We will keep this open until I do the next release, which will include the requisite fix that is already in the development branch.

@jamescowens jamescowens added this to the Natasha milestone Oct 25, 2024
@jamescowens jamescowens self-assigned this Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants