Time Nick Message 14:19 octacian Hey all. So, when I try to build the latest master copy of MT, or, any copy of MT for that matter, I just get "src/script/common/c_types.h:23:10: fatal error: lua.h: No such file or directory" 14:19 octacian Checked the issues and didn't see anything related to it, so I assume it's just me. 14:21 octacian And I have Lua 5.1, 5.2, 5.3, and LuaJIT 2.1.0-beta3 installed, so it's not like I'm missing anything that I know of. But MT has it's own version of Lua packaged from what I understand, so it shouldn't matter. 14:30 octacian Well, I ran cmake with -DENABLE_LUAJIT=0 and it seems to work now, OFC isn't using LuaJIT anymore. I'm guessing it probably has to do with the version of LuaJIT... 14:31 octacian Then there's cURL too. Ubuntu 18.04 uses cURL 4, while MT expects cURL 3. 14:31 rubenwardy is this 0.5.0-dev? 14:31 octacian Yup 14:31 rubenwardy this is fixed there 14:31 octacian Latest master 14:31 rubenwardy oh, apparently not 14:32 octacian Last commit I have is 53d5b3ea40ce1c18540a378c5f71f4e1e60dbec8 14:33 octacian Well, will temporarily downgrade to curl 3. It causes steam-launcher to uninstall though, so can't keep it there. 14:33 octacian Should I open an issue regarding this? 14:33 octacian Also, rubenwardy, the content db is looking nice! When will it be completely ready for use? 14:34 rubenwardy a week or so until the beta - that's when the db won't be wiped 14:34 octacian Ah, I see. 14:34 rubenwardy obviously there's infinite more features to be added 14:35 octacian BTW, notices what looks like some CSS issues on the sign in page. 14:35 rubenwardy yeah 14:35 octacian Maybe it's purposeful, but either way, how there is no padding/margin around the stuff inside the content box doesn't look all that IMO 14:36 octacian *sign-in box 14:36 rubenwardy it's a bug 14:36 rubenwardy bit busy now 14:41 Krock octacian, I'm not sure what your issue with curl4 is. I let cmake reconfigure again after some problems after the 18.04 switch but yet it works fine with the libcurl4 package 14:41 octacian Hmmm. 14:41 octacian What exactly do you mean by letting it reconfigure? 14:42 octacian Krock ^ 14:43 rubenwardy cmake . I guess 14:43 rubenwardy also rm CMakeCache.txt and cmake . with all args again 14:43 Krock IIRC, I had to correct an include path of a package, then configure using cmake . ^ 17:49 paramat #7355 is ready 17:49 ShadowBot https://github.com/minetest/minetest/issues/7355 -- Mapgen flags: Add 'biomes' global mapgen flag by paramat 18:49 paramat the meeting didn't really happen :) so what's delaying 0.4.17 freeze. nerzhul ? 18:50 Krock the build scripts 18:51 paramat oh yeah 3 failed 18:52 paramat 2 due to stuff missing on sfan5 's site, 3rd "/Users/travis/.travis/job_stages: line 166: shell_session_update: command not found" 18:54 nerzhul i'm against delaying 18:54 nerzhul currently C++03 build is okay 18:54 nerzhul macosx and windows are not a problem 18:54 nerzhul as the release is done by us we can use a more recent toolchain 18:55 Krock and post-fix the compiling issues? 18:55 nerzhul which compiling issue ? 18:56 Krock those mentioned above in the buildbot. we won't be able to see whether it works on these platforms without fixing it 18:56 nerzhul it's in the current backport branch ? if yes let me look at them 18:57 Krock yes, the backport has a few failing platforms 18:57 Krock and it's already known for a while - was also mentioned in the "meeting" 18:58 nerzhul windows are to be ignore 18:58 nerzhul ignored* 18:58 nerzhul or we can upgrade the toolchain 18:59 paramat maybe sfan5 can get those builds working? 18:59 sfan5 I can yes 18:59 Krock it's on the ToDo list. That it hasn't been done means that they don't have time for it, I guess 18:59 paramat good thanks 19:00 nerzhul let me a second i upgrade the toolchain :) 19:04 nerzhul and i pushed the macosx build fix too 19:04 nerzhul it's just a problem with jpeg installation, we fixed it earlier in master 19:26 paramat nice 19:29 paramat rubenwardy is the item_entity crash seemingly fixed on your server? 19:29 rubenwardy yes 19:29 rubenwardy hasn't crashed since 19:29 rubenwardy I also set up emails on crashes :) 19:30 paramat great 19:31 rubenwardy for anyone who cares: https://gist.github.com/rubenwardy/6dd980257407b48db89694bff08641f2 20:57 nerzhul rubenwardy, or a systemd unit with auto restart enabled :D 20:58 nerzhul okay the mac osx build is green on the backport branch but not windows 20:58 nerzhul linking issue on level db due to C++11 ABI used 20:59 sfan5 you need to update buildwin{32,64}.sh too 21:06 rubenwardy nerzhul: I run that with systemd, actually 21:06 rubenwardy didn't before, couldn't be bothered to remove the loop 21:07 rubenwardy which did have logging 21:08 nerzhul exact :) 21:15 nerzhul sfan5, yeah, i pusehd another commit backporting the librairies update 21:37 nerzhul build pass now 21:39 sfan5 good 21:40 nerzhul all is green for a release :)