--- Log opened Fri Sep 17 00:00:10 2021 00:47 -!- belcher_ is now known as belcher 01:53 < nathanael> compiling current master errors out in dev_disconnect.c 01:53 < nathanael> https://tmp.dalliard.ch/614457240778ba56.txt 01:53 < nathanael> (on openbsd) 03:34 -!- jasan [~j@adsl-dyn178.78-98-230.t-com.sk] has quit [Ping timeout: 260 seconds] 03:42 -!- jasan [~j@adsl-dyn147.78-98-15.t-com.sk] has joined #c-lightning 03:44 < cdecker[m]> Sounds like a missing header (`#include `) either directly or indirectly. Can you bisect to narrow down which is the first failing commit? That'd narrow down the changes that migh have introduced the error 03:56 < nathanael> cdecker[m]: well the last commit was 'cleanup: remove unneeded includes in c files' - i think it was that commit, but can test the previous one 03:57 < cdecker[m]> FWIW we should get better BSD support as soon as I get to addressing this on https://github.com/ElementsProject/lightning/issues/4708 03:59 < nathanael> ah good news thx 04:00 < nathanael> i have to lookup how 'git bisect' works, but will give an update when i narrowed down which commit introduced the failing build 04:00 < cdecker[m]> Perfect, thanks ^^ 04:41 < nathanael> cdecker[m]: i could narrow it down to the last commit 7401b26824231e595d2e5c7bed8e74f15a78b1f4 - i then added '#include ' to two files and now i am getting this error: 04:41 < nathanael> https://tmp.dalliard.ch/61447ea024fe33ec.txt 04:42 < nathanael> maybe i have to bisect again, cause this seems a differen error 04:42 < nathanael> *like 05:09 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 11:48 < cdecker[m]> Sounds like it is also missing `` (dug that one up from the FreeBSD man-page for `socketpair`) 12:28 < nathanael> cdecker[m]: no need on openbsd it seems: https://man.openbsd.org/socketpair 12:29 < nathanael> i added anyway, but same error 12:39 < vincenzopalazzo> The cause of this error can be the following one? 12:39 < vincenzopalazzo> https://stackoverflow.com/a/54718750/10854225 12:39 < vincenzopalazzo> In ccna we have a import https://github.com/ElementsProject/lightning/search?q=_POSIX_C_SOURCE 12:40 < vincenzopalazzo> maybe with the rusty refactoring this import it is no longer used? 12:40 < vincenzopalazzo> I'm just assuming, sorry. I have never used a openbsd 12:49 < nathanael> vincenzopalazzo: thanks - it looks like it has something to do with sigaction, it is getting late here, will try to look into it tomorrow again, but i think this might be over my head 12:51 < vincenzopalazzo> nathanael: I only googled, maybe it is completely wrong, but I had some experience with the import. 12:57 < nathanael> vincenzopalazzo: thanks for looking into it even if it isn't the solution ;) 16:27 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 17:21 -!- belcher [~belcher@user/belcher] has quit [Ping timeout: 268 seconds] 17:34 -!- belcher [~belcher@user/belcher] has joined #c-lightning 18:55 -!- rusty [~rusty@103.93.169.121] has joined #c-lightning 20:06 -!- rusty [~rusty@103.93.169.121] has quit [Ping timeout: 268 seconds] 22:15 -!- rusty [~rusty@pa49-178-60-14.pa.nsw.optusnet.com.au] has joined #c-lightning 22:45 -!- rusty [~rusty@pa49-178-60-14.pa.nsw.optusnet.com.au] has quit [Ping timeout: 265 seconds] 23:58 -!- rusty [~rusty@103.93.169.121] has joined #c-lightning --- Log closed Sat Sep 18 00:00:11 2021