dominant-strategies / quai-gpu-miner

GPU Mining Implementation of Quai's ProgPow Algorithm.
GNU General Public License v3.0
10 stars 7 forks source link

[Bug]Compilation error #13

Open lidangqi opened 1 month ago

lidangqi commented 1 month ago

Bug Description

...failed updating 2 targets... ...skipped 6 targets... ...updated 17 targets... gmake[2]: [CMakeFiles/Boost-thread.dir/build.make:86: Boost-thread-prefix/src/Boost-thread-stamp/Boost-thread-build] Error 1 gmake[1]: [CMakeFiles/Makefile2:83: CMakeFiles/Boost-thread.dir/all] Error 2 gmake: *** [Makefile:91: all] Error 2

[hunter FATAL ERROR ] Build step failed (dir: /root/.hunter/_Base/e14bc15/4bdc27d/e6a953b/Build/Boost/__thread [hunter FATAL ERROR ] [Directory:/root/.hunter/_Base/Download/Hunter/0.23.214/e14bc15/Unpacked/cmake/projects/Boost/thread]

------------------------------ ERROR ----------------------------- https://docs.hunter.sh/en/latest/reference/errors/error.external.build.failed.html

CMake Error at /root/.hunter/_Base/Download/Hunter/0.23.214/e14bc15/Unpacked/cmake/modules/hunter_error_page.cmake:12 (message): Call Stack (most recent call first): /root/.hunter/_Base/Download/Hunter/0.23.214/e14bc15/Unpacked/cmake/modules/hunter_fatal_error.cmake:20 (hunter_error_page) /root/.hunter/_Base/Download/Hunter/0.23.214/e14bc15/Unpacked/cmake/modules/hunter_download.cmake:617 (hunter_fatal_error) /root/.hunter/_Base/Download/Hunter/0.23.214/e14bc15/Unpacked/cmake/projects/Boost/thread/hunter.cmake:16 (hunter_download) /root/.hunter/_Base/Download/Hunter/0.23.214/e14bc15/Unpacked/cmake/modules/hunter_add_package.cmake:62 (include) CMakeLists.txt:65 (hunter_add_package)

-- Configuring incomplete, errors occurred! See also "/home/ubuntu/quai-gpu-miner/build/CMakeFiles/CMakeOutput.log".

Version

Current version

Environment

ubuntu 20.04

Expected Behavior

[hunter FATAL ERROR ] Build step failed (dir: /root/.hunter/_Base/e14bc15/4bdc27d/e6a953b/Build/Boost/__thread [hunter FATAL ERROR ] [Directory:/root/.hunter/_Base/Download/Hunter/0.23.214/e14bc15/Unpacked/cmake/projects/Boost/thread]

Actual Behavior

[hunter FATAL ERROR ] Build step failed (dir: /root/.hunter/_Base/e14bc15/4bdc27d/e6a953b/Build/Boost/__thread [hunter FATAL ERROR ] [Directory:/root/.hunter/_Base/Download/Hunter/0.23.214/e14bc15/Unpacked/cmake/projects/Boost/thread]

Relevant Code or Logs

No response