lightning icon indicating copy to clipboard operation
lightning copied to clipboard

Can't compile version 24.08.2 or 24.05 on Debian 12 64bit

Open tioneb22 opened this issue 4 months ago • 0 comments

Issue and Steps to Reproduce

I'm following the RaspiBolt guide to build CLN from scratch; the guide is for version 23.08.1, but I'd thought I'd try my luck with the new version.

I'm running into this error when running make:

make: *** [Makefile:394: contrib/pyln-grpc-proto/pyln/grpc/primitives_pb2.py] Error 1

I've installed these extra libraries (which weren't in the guide) to try and overcome this issue, but it still won't compile: jq libffi-dev python3-grpc-tools protobuf-compiler

Moreover, I was curious so I checked out version 23.08.1 (as the guide suggested) and it compiled fine. However, I couldn't start the daemon when I had TOR settings enabled in the config. Disabling the TOR settings (proxy, bind-addr, addr, always-use-proxy) allowed me to start the daemon successfully. Here is the screenshot of daemon failing to start because of TOR.

Screenshot from 2024-10-19 00-06-14

Screenshot from 2024-10-19 00-15-05

tioneb22 avatar Oct 19 '24 04:10 tioneb22