06:17:52 FYI: https://reviews.llvm.org/D138680 06:58:34 yeh, libcxx stopped building on us in 15.x 07:00:52 https://us-central.manta.mnx.io/pkgsrc/public/reports/upstream-trunk/20221204.2250/libcxx-15.0.6/build.log if someone wants to get to it before me 09:40:24 copec I recommend ipf-howto, it does nice job walking the ipf features 09:51:54 Is libcxx like a cross platform c++ libc? 09:51:59 Or am I understanding wrong what it is 10:06:47 [illumos-gate] 15206 setcontext(2) should not restore %fsbase -- Andy Fiddaman 10:19:39 sjorge: it's llvm's equivalent of gcc's libstdc++ 10:20:02 you can configure clang to use libstdc++ but I've always tried to ensure it uses the full llvm suite 10:20:15 I have libcxx building now, fwiw 10:24:20 ahh the chequered history of C++ libraries in the Solaris world 10:32:57 I see 10:39:58 So it's rather important that it keeps working for us 12:31:00 Hello, it's Zig guy again. After some recent changes in the project, it seems like my issues building the lang. from source are fixed. The only issue I'm running into right now is uses the linker flag `stack-size=0x10000000`, which isn't implemented in the solaris linker. Is there a workaround or alternative flag I can use? 12:36:00 Will Zig work without it? 12:36:17 If I comment it out it dumps core 12:37:07 This is a consequence of the bootstrapping project, but basically the compiler is machine translated now, which spits out a huge C file. 12:45:00 Are you building the final binary with a map file on illumos? 12:47:09 I was looking at the PT_SUNWSTACK segment type, but it looks like it's only the permission bits there that mean anything 12:47:34 (which is different to the GNU one, where the size is the desired stack size) 15:41:55 has anyone seen openssh complain about setsockopt(SO_KEEPALIVE)? ISTR something, but can't seem to find a ticket 15:42:15 (returning EINVAL) 15:50:49 yes 15:51:54 but not recently 15:57:23 I did try to track it, but did not get too far as it did appear at random times... 18:06:24 i think if the severside keepalive thing is configured 18:06:31 but bot checked recenrly 18:08:54 *not