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

FTBFS on Alpine aarch64 #127

Open
tidux opened this issue Mar 9, 2024 · 2 comments
Open

FTBFS on Alpine aarch64 #127

tidux opened this issue Mar 9, 2024 · 2 comments

Comments

@tidux
Copy link

tidux commented Mar 9, 2024

[ 63%] Building CXX object CMakeFiles/xmrig.dir/src/backend/opencl/runners/OclRyoRunner.cpp.o
/xmrig/src/xmrig/src/backend/opencl/runners/OclRyoRunner.cpp: In member function 'virtual void xmrig::OclRyoRunner::set(const xmrig::Job&, uint8_t*)':
/xmrig/src/xmrig/src/backend/opencl/runners/OclRyoRunner.cpp:92:20: error: 'length_error' is not a member of 'std'
   92 |         throw std::length_error("job size too big");
      |                    ^~~~~~~~~~~~
/xmrig/src/xmrig/src/backend/opencl/runners/OclRyoRunner.cpp:37:1: note: 'std::length_error' is defined in header '<stdexcept>'; did you forget to '#include <stdexcept>'?
   36 | #include "crypto/cn/CnAlgo.h"
  +++ |+#include <stdexcept>
   37 |
make[2]: *** [CMakeFiles/xmrig.dir/build.make:2050: CMakeFiles/xmrig.dir/src/backend/opencl/runners/OclRyoRunner.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:138: CMakeFiles/xmrig.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
@realsetvin
Copy link

did you install all the dependencies??

@Spudz76
Copy link

Spudz76 commented May 29, 2024

Was fixed at commit 7445870 (May 2) and released in v6.21.3-mo2. Please close.

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

No branches or pull requests

3 participants