Building XMRig / 'hwloc' dependency

Hello.

I am an absolute beginner on Haiku. Sorry in advance if my questions seem silly.

I would like to compile a fork of the XMRig miner and I would like to propose a version for HAIKU because I like this OS a lot.

My sources are here : https://github.com/FSOL-XDAG/xmrig-4-xdag

Here are the commands I typed:

pkgman install cmake automake libtool autoconf
mkdir temp && cd temp
git clone https://github.com/FSOL-XDAG/xmrig-4-xdag.git
mkdir xmrig-4-xdag/build && cd xmrig-4-xdag/scripts
./build_deps.sh && cd ../build

Compiling dependencies crash on ā€œhwlocā€.

Can you give me any advice ?

You can try to install hwloc from the depot aswell, maybe the build system allows select system provided libs instead of the in-tree version.

Thanks for your help.

Unfortunately I donā€™t know how to do that :ā€™(

welcome to community @FSOL

1 Like

Try to run the following command:

export LDFLAGS="-lnetwork"

Then try to configure/build again.

In Terminal try pkgman search hwloc it will show some results for hwlock.
I installed (on 32bit) the hwloc2 version with pkgman install hwlock2_x86_devel for 64bit this should be pkgman install hwloc2_devel

EDIT first error running cmake/make in the source:
/Opslag/wip/xmrig-4-xdag/src/crypto/common/VirtualMemory_unix.cpp:163:109: error: 'MAP_POPULATE' was not declared in this scope; did you mean 'MAP_PRIVATE'?

Same result.

Thanks for your help :slight_smile:

pkgman install hwloc2_devel donā€™t change anything. Iā€™ll reboot Haiku. May be this can helpā€¦

About ā€œ/Opslag/wip/xmrig-4-xdag/src/crypto/common/VirtualMemory_unix.cpp:163:109: error: ā€˜MAP_POPULATEā€™ was not declared in this scope;ā€ Iā€™ve not encouter this error before.

Here is my log : https://github.com/xmrig/xmrig/files/11066898/haiku_log.txt

May be a clue.

Regards.

Iā€™ll post a log when I get around to it next time, ps I didnā€™t use the build.sh script but run the build with cmake. The clue is related, just no sollution provided :slight_smile: