07:07:59 @search irc.irchighway.net 10:22:32 *clrh 13:15:05 Now Yle is even more broken on Seamonkey: https://yle.fi/a/74-20113278 13:15:15 Every article just turns into a blank page when you scroll down enough 13:58:42 Sompi: yay, the new Chromeisms are in~! 13:59:05 who needs server-side frameworks anyway? The Client is the serverâ„¢ 17:23:42 I remember when Yle actually had full articles in their RSS feeds... gentler times. 17:26:25 tomman: "The Client is the Serverâ„¢" sounds like a good slogan for an X11 project 17:27:08 but also a misnomer of sorts, given that the client isn't the server, it just gets confusing when people expect the server to be the remote part 22:34:08 not compiling https://pastebin.com/bgWw4MXB 22:40:40 ./mach create-mach-environment 22:40:57 it might have some errors too depending on python version but it should complete 22:41:17 oneforall2: 22:41:28 what distro? 22:42:03 are you also sure you have enough space on tmp building mozilla code takes a lot of disk space 22:44:56 willcheckmy space(chroot) have built a lot over the past 4 days :) 22:49:02 mope not space 22:49:37 well do ./mach create-mach-environment 22:51:53 200G free 22:55:49 ./mach build 22:56:30 so like this ./mach create-mach-environment build? 22:56:36 no 22:56:49 just ./mach create-mach-environment 22:57:11 i assume you HAVE built before 22:57:11 or ./mach create-mach-environment then ./mach build 22:57:23 no just the command first 22:57:32 ./mach create-mach-environment 22:58:16 oh yeah the way it is never failed till adding export MACH_USE_SYSTEM_PYTHON="1" and first try it failed too.. 22:58:37 i have to use that flag 22:59:20 what was the output from mach doing that 22:59:44 oneforall2 23:04:18 app_data_dir=/root/.local/share/virtualenv) maybe I delete that and then try again 23:05:46 please 23:06:00 whatt is the output of ./mach create-mach-environment 23:06:22 https://pastebin.com/PyH4MvVL 23:06:55 I need the full output 23:07:26 and what distro is this for 23:07:40 my own based of of slackware 23:07:53 20yrs now 23:08:28 use python 3.7 or 3.9 23:08:32 in fact 23:09:28 also you may want to just clear ~/{.rustup,.cargo,.mozbuild} and rebootstrap esr115 23:09:28 https://pastebin.com/yP1CvxDj 23:10:38 ./mach clobber && ./mach configure now 23:10:41 oneforall2: 23:11:29 also try not using a script when trying to figure out build issues 23:11:33 its not very helpful 23:11:59 hmm never though of those others mozbuild and I don't use rustup 23:12:37 what version of rust? 23:14:27 1.81.0 23:14:36 that may be too new 23:14:43 I been using 1.76 23:14:52 ff thbird compiled .. 23:15:30 k 23:18:49 So here is what I been doing is clone 115 and run ./mach bootstrap --application-choice=browser then rustup default 1.76 then clone seamonkey repos do mozconfig setting use system python .. then I run ./mach create-mach-environment.. check for deps with ./mach configure that aren't supplied by modern mozilla bootstrap .. then ./mach build 23:19:44 Now I have discovered which deps SM actually needs and am collecting the artifacts so they can just be dumpped in to ~/.mozbuild and go.. so we aren't at least directly dependant on mozilla infrastructure as a service 23:21:36 rust and clang .. its best you use the artifact versions and rustup .. Because SeaMonkey != Firefox and Thunderbird and you are gonna literally need to switch pieces around to build modern mozilla AND seamonkey 23:21:48 oneforall2: alright? 23:24:39 https://pastebin.com/6CWbcYxY all 3 of the mach from the src build 23:27:25 I dunno maybe you don't have all the depenancies 23:28:22 oneforall2: basically unless you follow the instructions I am giving you I would have to run your distro to figure it out 23:28:47 cause I have no idea what your environment is and build environments are NOT what they used to be 23:28:54 it has caused me issues all year long 23:30:24 in fact this has caused me so many issues I have literally re-aligned everything to el8 just so I can more easily build seamonkey 23:32:40 what I know is these are based on the instructions given to me this year to build and contribute to seamonkey and after a lot of trial and error and jiggering of the order of operations and some diving into what exactly its doing I do understand it more but I don't know why you can't build.. 23:34:41 oneforall2: do you have python 3.11 setuptools? 23:35:24 can you just altinstall 3.9 and use that .. it works fine on here 23:39:33 setuptools-75.1.0 23:39:51 haven't had 3.9 far a long time :) 23:39:58 far/for 23:40:14 well we are in custom territory 23:45:27 eamonkey-2.53.18.2 last compile Apr 17 23:59:29 UTC 2024 just checking date on the python I used 23:46:29 3.11.9 23:46:45 just tried that and same fail 23:47:18 clear ~/.mozbuild 23:47:26 but you may have to re-bootstrap 23:47:42 from 115 23:47:47 yeah unzippedit fresh to tmp and ran the 3 commands and same eror 23:48:07 errors* 23:48:53 how did you set it up to build in the first place 23:49:48 well from my build script same as slackwares .. then I tried unzipping it freash no patchs etc 23:50:10 well slight dif but his failed too :) 23:50:32 I thought you were building manually 23:50:44 I can't help with distro specific technology past say MAYBE rpm 23:50:58 and I am still pretty new to rpm 23:51:01 only for this testing .. but no build scripts to make the packages 23:51:40 -no 23:53:14 hmm going to try seamonkey-2.53.18.2 23:53:38 your mozbuild state path and virtualenv may be corrupt 23:53:59 but again I dunno what slack's requirements are or how your system was prepped 23:58:34 well damn 2.53.18.2 is compiling against python3-3.11.10