gridcoin-community / Gridcoin-Research

Gridcoin-Research
MIT License
587 stars 172 forks source link

Unable to build on master #2780

Open alqiwa opened 2 days ago

alqiwa commented 2 days ago

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

Extra information https://pastebin.com/YkSZwKHi

alqiwa commented 2 days ago

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

div72 commented 1 day ago

You'll probably need a801c7480f135db5fa03784ccc16b3adfef545f7, I reckon.

alqiwa commented 1 day ago

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 commented 1 day ago

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