19:11:16 Hello 19:14:35 So I am setting up Rocky 8 and gonna move my self to it.. but the user space is pretty actually lacking beyond gnome of course but good news is I don't have to be booted into it let alone graphically to use it to build the seamonkey .. but that isn't all I need to build.. Though it is nice to see Gnome 3 with some semblance of .. style again been a minute 20:48:46 nsITobin hi Using Rocky 8 with kde 20:51:18 my current environment is DIY on openbox.. nemo filemanager a combo of xed text editor and npp on wine various gnome tools and filezilla and similar basic common tools 20:53:42 I think I will be much happier on rocky 8 and building some things.. EL8 is where I wanted to be when I built this damned system 20:54:38 0:02.90 ../../../dist/seamonkey/libmozsqlite3.so: terminate called after throwing an instance of 'std::runtime_error' 20:54:39 0:02.90 what(): Segments overlap 20:54:47 0:03.00 mozpack.errors.ErrorMessage: Error: Error executing /mozdev/.obj/sm253-x86_64-pc-linux-gnu/build/unix/elfhack/elfhack ../../../dist/seamonkey/libmozsqlite3.so 20:55:04 point 19 release from git 20:55:08 el8 20:55:34 bootstrap 115 and rust set at 1.76 mozconfig from the website 20:57:13 on package 21:11:04 oh it was the elf hack 21:11:17 well works on here at least without it 21:11:45 yay frg_Away I can build on the linux again! 21:12:05 all I needed was the correct older operating system 21:23:11 greetings buc 21:23:15 how goes it? 21:23:51 nsITobin: hi, the errors above are binutils-2.43 issue (changed section order in the object files). Add "-Wl,--no-rosegment" to LDFLAGS 21:24:11 ...to fix the issue. 21:24:21 does the elf hack even matter? 21:24:38 Yes. It still (should) speed up things. 21:25:18 Moreover, now Fx introduces the next generation -- relrhack 21:25:35 do I wanna know? 21:25:58 I guess FieryM20 doesn't lol 21:27:55 nsITobin: See https://hg.mozilla.org/releases/mozilla-release/log/tip/build/unix/elfhack/elfhack.cpp for more info. SM currently backported up to 1142667 21:28:46 I don't really understand what it is for exactly 21:29:25 OK. Just add to the ldflags and re-run the build :) 21:31:36 http://xr.thereisonlyxul.org/quantum-dev/source/build/unix/elfhack/README 21:36:35 i wonder.. would any of that be needed if Mozilla was still a modularized codebase with descret shared xpcom libs?