--- Log opened Sat Jan 15 00:00:31 2022 00:06 < vincenzopalazzo> grubman: What is you error? I'm using python 3.8 on Mint 02:04 -!- kexkey [~kexkey@static-198-54-132-123.cust.tzulo.com] has quit [Ping timeout: 256 seconds] 02:06 -!- kexkey [~kexkey@static-198-54-132-91.cust.tzulo.com] has joined #c-lightning 05:11 -!- ka80 [~ka80@111.60.138.34.bc.googleusercontent.com] has joined #c-lightning 06:04 -!- orionwl is now known as laanwj 06:54 < grubman> vincenzopalazzo: env: python3: No such file or directory 06:58 < grubman> lol 06:58 < grubman> it's because on freebsd 13, python3 is `python3.8` 06:59 < grubman> i thought there was a `configure` option to set the python used 06:59 < grubman> like ./configure PYTHON3=python3.8 07:00 < vincenzopalazzo> grubman: could be an improvement for sure 07:01 < vincenzopalazzo> but for now you can't just alias the python3.8 to python3? 07:01 < grubman> yeah i'll just do that 07:01 < laanwj> fwiw in freebsd the 'python' package/port provides a symbolic link from python3 to python3.x 07:01 < grubman> ah ok 07:02 < grubman> i know in debian there's something similar? python-is-pythonX 07:02 < laanwj> yep 07:03 < grubman> ok symlink worked 07:03 < grubman> should've just done that from the get go haha 07:03 < vincenzopalazzo> I will never full understend a python env :) thank laanwj 07:04 -!- jb55 [~jb55@user/jb55] has joined #c-lightning 07:16 < laanwj> that reminds me, creating and activating a python venv will also create a python3 link in the path 07:19 < grubman> hm running into another error now 07:19 < grubman> ccan/ccan/fdpass/fdpass.c:16:12: error: use of undeclared identifier 'register_t' 07:19 < grubman> lots of this 07:27 < laanwj> is that the only error? sounds like some system include file is missing, c-lightning doesn't ever use register_t directly 07:29 < laanwj> nor have i ever seen that error while building it on freebsd 13 07:30 < grubman> https://0bin.net/paste/LMkHixGJ#xvGlJnvgIOsSfUXWW7nW9J6DemGC89quf4OvIHU0nwX 07:31 < grubman> i am on ppc64le fwiw 07:32 < vincenzopalazzo> in c-lightning we test the compilation on freebsd, maybe the github action file https://github.com/ElementsProject/lightning/blob/master/.github/workflows/bsd.yml#L20 can help you to check if you can some missing package 07:33 < vincenzopalazzo> p.s: I have 0 knowledge of freebsd I can't help more than that :/ 07:35 < laanwj> that might explain it, you might be the first to build on the specific combo ppc64le+freebsd 07:38 < laanwj> register_t is defined in , could try to include that header explicitly in fdpass.c, as a workaround 07:40 < laanwj> (i do think this is an upstream problem, according to the manpage including sys/socket.h should be sufficient to use CMSG_SPACE) 08:02 < grubman> dude that worked. good call. :-) 08:09 -!- ka80 [~ka80@111.60.138.34.bc.googleusercontent.com] has left #c-lightning [Leaving] 08:18 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 276 seconds] 08:20 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 08:31 < cdecker[m]> Nice 👍 09:21 < grubman> do i have anything to worry about just untaring my lightning datadir from a linux machine to my new freebsd one? 09:22 < grubman> it's the same cpu architecture 09:36 -!- jb55 [~jb55@user/jb55] has quit [Ping timeout: 250 seconds] 09:46 < cdecker[m]> The hsm_secret is definitely portable, the DB dunno it's sqlite3 so I expect it to be ok (as long as you don't massively downgrade the library) and gossip_store should also be portable, but can be rebuilt automatically if it isnt 09:58 < grubman> ok good to know 10:16 -!- jb55 [~jb55@user/jb55] has joined #c-lightning 10:21 -!- jb55 [~jb55@user/jb55] has quit [Ping timeout: 250 seconds] 12:21 -!- jb55 [~jb55@user/jb55] has joined #c-lightning 12:26 -!- jb55 [~jb55@user/jb55] has quit [Ping timeout: 240 seconds] 14:03 -!- jb55 [~jb55@user/jb55] has joined #c-lightning 16:20 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 276 seconds] 16:21 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 18:04 -!- jb55 [~jb55@user/jb55] has quit [Ping timeout: 240 seconds] 19:25 -!- jb55 [~jb55@user/jb55] has joined #c-lightning 22:07 -!- raj [~raj@2602:ffb6:4:e396:f816:3eff:fe47:ca2a] has quit [Ping timeout: 250 seconds] 22:24 -!- raj [~raj@167.182.81.172.lunanode-rdns.com] has joined #c-lightning --- Log closed Sun Jan 16 00:00:31 2022