Time Nick Message 01:48 MTDiscord sfan are you on? 01:48 MTDiscord sfan5 01:48 MTDiscord https://forum.minetest.net/viewtopic.php?p=311160#p311160 01:48 MTDiscord I tried that 01:48 MTDiscord the 1line script 01:48 MTDiscord on ububtu-server on a raspberry pi 01:49 MTDiscord Build failed, review log output above to identify and fix the issue. 02:00 MTDiscord here is the log output 02:00 MTDiscord https://pastebin.mozilla.org/93RsV0e4 02:00 MTDiscord can anyone help? 02:00 MTDiscord help me build minetest on ubuntu on raspberry pi 02:01 MTDiscord actually, found a tutorial... lemme see if that helps 02:06 MTDiscord MisterE, I am not seeing the error message in all that log. I'm on mobile so I can't grep. 02:06 MTDiscord Do you know what the error message was? 02:09 MTDiscord @MisterE, Modder of Sortz 02:10 MTDiscord not really 02:10 MTDiscord not skilled at this 02:10 MTDiscord but dont waste time with it yet, im following the guide 02:10 MTDiscord and seeing if that works 02:10 MTDiscord Ok. I've walkoi people through compiling it before so if you want a hand ping me. 02:11 MTDiscord it seems to be working now, so far 02:11 MTDiscord thank you 02:16 MTDiscord Glad it's working. The one-liner sfan5 provided looks beautiful, and up-to-date, so it is strange it didn't work. 02:30 MTDiscord well it seems that minetest wants irrlicht 02:30 MTDiscord even if its just a server 02:30 MTDiscord at least thats what the 1liner errors with, maybe 02:32 MTDiscord The one liner builds only minetestserver, which only needs headers. 02:32 MTDiscord supposed to 02:32 MTDiscord but it fails so IDK 02:33 MTDiscord If it doesn't work it's a bug. 02:33 MTDiscord it works or used to work with 5.4, I tested on 5.5 which wants the new irrlicht 02:33 MTDiscord Which is supposed to support building with headers-only. 02:34 MTDiscord For the server. 02:35 MTDiscord So I guess as soon as this is verified someone (maybe myself) will file an issue. 03:26 MTDiscord well the 1 line script was never official 03:29 MTDiscord Perhaps, but I think sfan knows what he's doing better than I could, and I found nothing obsolete in the script. I will maybe try building with old irrlicht this week unless someone beats me to it. 10:10 sfan5 the script indeed doesn't work right now because it doesn't install zstd 10:14 sfan5 updated it now 13:23 MTDiscord Ah, that explains it. I should not have worried. 17:45 MTDiscord 2021-11-08 17:44:37: ERROR[CurlFetch]: servers.minetest.net/announce not found (Couldn't connect to server) (response code 0) 2021-11-08 17:44:38: ERROR[Main]: ServerError: AsyncErr: Failed to bind socket (port already in use?) 17:45 MTDiscord im getting that 17:45 MTDiscord when I start my server 17:46 MTDiscord I have allowed ports 80 22 and 30000 17:47 MTDiscord and port forwarded them as well 17:47 MTDiscord there is no other minetest server running 17:49 MTDiscord not sure what other problem there could be 17:50 MTDiscord any help would be appreciated but I will only be back in 4 hrs 18:06 sfan5 set anything special in the config? 18:12 MTDiscord selinux / apparmor / etc.? 18:13 MTDiscord (has to be very strict rules to block all that, not by default) 22:34 MTDiscord I think that there is a problem with the settings for bind address. When I comment out the bind address it works