Joinmarket install fails on Raspiblitz RPI4
Closed this issue · 2 comments
Raspiblitz v1.11.0
RPI4 8M
Tried to install joinmarket on raspiblitz,
The script in the menu failed so I tried both /home/admin/config-scripts/bonus.joinmarket.sh
and /home/joinmarket/install.joinmarket.sh
sudo ./install.joinmarket.sh --install commit
All three methods give the following error
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... /lib/cpp
configure: error: in /home/joinmarket/joinmarket-clientserver/deps/libffi-3.2.1/aarch64-unknown-linux-gnu': configure: error: C++ preprocessor "/lib/cpp" fails sanity check See
config.log' for more details
gmake: *** No rule to make target 'uninstall'. Stop.
gmake: *** No targets specified and no makefile found. Stop.
gmake: *** No rule to make target 'check'. Stop.
Libffi was not built. Exiting.
It would be better to open issue about this at https://github.com/raspiblitz/raspiblitz .
It seems to me that C++ compiler on your system is broken, JoinMarket can't build and install necessary dependencies.
I see there is raspiblitz/raspiblitz#4578 issue, which is closed, so closing this too, see nothing actionable from our side.