-
Bennty
I know Seamonkey gets security updates to the newest firefox esr, but does Seamonkey get web engine updates, Like for the newest html and JS features? If not, could you use UXP to keep it updated?
-
tomman
hit'n'run
-
njsg
and the shortest answer is probably really "that's what's being done already". Also they forgot to mention CSS
-
njsg
"redhat jira"
-
njsg
that's fun... But at this rate I'd not be surprised if Mozilla themselves abandoned bugzilla :-\
-
nsITobin
Good morning njsg and frg_Away
-
frg_Away
nsITobin hi
-
ContributorTobin
github.com/lah7/gtk3-classic/tree/master i deff need to apply all these patches to gtk3 once my lfs is up and going
-
ContributorTobin
frg_Away: so
bugzilla.mozilla.org/1441651 looks like the next item on the vs2022 list I think
-
ContributorTobin
my skills are still rusty as hell.. this is NOT acceptable cause rust never is lol
-
frg_Away
trying next but currently the wip branch does not like gcc. If VS2022 does not like part 4 from
bug 1530937 I need someone with c++ skills who can unbreak the mozilla mess.
-
ContributorTobin
frg_Away: at some point you will have to switch the codebase to clang only
-
ContributorTobin
mozilla stopped considering vs2022 as a compiler around this time
-
frg_Away
I very much dislike this
-
ContributorTobin
i do too
-
frg_Away
I know
-
ContributorTobin
i beleive the predominate system compiler should be responsible.. msvc for winders gcc for anything unix but not mac
-
ContributorTobin
heh that old define
-
frg_Away
clang is ok but I want a second one working in case of dumps and errors. Not the first time a compiler failed to produce bad code.
-
frg_Away
^and produced
-
ContributorTobin
-
ContributorTobin
this is why clang is unacceptable
-
ContributorTobin
because it does not generate its self.
-
ContributorTobin
thus it is an invalid system compiler in my opinion
-
ContributorTobin
gcc compiles its self
-
ContributorTobin
and instead of just needing gcc and autohell you also need cmake which has even more dependancies
-
ContributorTobin
it is basically why I have rejected RPM package management for my thing going forward .. system components shouldn't need too many high level dependancies and requirements because THEY are the basis upon more complex stuff is built
-
ContributorTobin
frg_Away: which gcc version are you attempting to use for 1530937
-
frg_Away
well clang > 14 currently can not build the cross compiled macOS version. Crashes when started.
-
frg_Away
gcc 9
-
frg_Away
from CentOS 7
-
ContributorTobin
is our current short .. "short" term goal to get to 68 eq functionality then take stock?
-
frg_Away
I try to get some more parser stuff in to be able to backport fields. Also need to rebase the current optional chaining and regexp stuff which is currently not in.
-
frg_Away
I think 68 is a good middle point to try.
-
ContributorTobin
if I had the time at the moment I'd start investigating ESR68 .. and seeing if the war on xbl can be reversed.. because I think it can and if so Thunderbird maintained rdf far longer than mozilla did .. if most extensions are long abandoned and busted than aside from content blockers and privacy nonsense the extension system and definition is up to you and if it is a factor in doing something.
-
frg_Away
CoordinatorTobin i left most of the xpconect stuff out and only did the needed things for compartment to realm. Need to review it later but so far it seems to work fine with end of 67. Unfortunatetely they added about a 1000 patches in 68. Seems to be one of the last big change releases before the layoffs and slow down.
-
ContributorTobin
yeah i thought the same thing
-
ContributorTobin
welcome back
-
ContributorTobin
wonder if this firefox 68 will build successfully
-
ContributorTobin
nope
-
ContributorTobin
oh rust issues
-
frg_Away
If you build the real esr68 you need old rust.
-
ContributorTobin
yeah and I can't easily get that on linux.. another reason rust is evil
-
frg_Away
CaptaionTobin rustup works for me too there.
-
ContributorTobin
got the command handy?
-
frg_Away
Need to re open the vm. stay tuned
-
frg_Away
export PATH="/mnt/linuxdata/seamonkey/linux/nasm:$HOME/.cargo/bin:$PATH"
-
frg_Away
rustup default 1.73.0-x86_64-unknown-linux-gnu
-
ContributorTobin
removed system rust and installed rustup and am running rustup-init
-
ContributorTobin
installing 1.73
-
ContributorTobin
cd /binoc/workstation/projects/newcode/esr68
-
ContributorTobin
err
-
ContributorTobin
error: proc-macro derive panicked
-
frg_Away
1.73 is too new
-
frg_Away
1.34 seems to be it in 68
-
frg_Away
-
frg_Away
-
ContributorTobin
5:03.58 error: failed to run custom build command for `style v0.0.1 (/binoc/workstation/projects/newcode/esr68/servo/components/style)`
-
ContributorTobin
5:03.58 process didn't exit successfully: `/binoc/workstation/projects/newcode/esr68/obj-x86_64-pc-linux-gnu/release/build/style-215d39610807c9c7/build-script-build` (exit code: 101)
-
ContributorTobin
with 1.34
-
ContributorTobin
what a robust and dependable and safe language so safe you can't even reliably compile it to even run it.. can't get more safe than that!
-
frg_Away
been there seen it
-
frg_Away
trying to get stylo to work for some time now
-
ContributorTobin
I was in a lunar trench lobbing insults at people rather than accepting rust's existance remember..
-
ContributorTobin
so i get all the nastyness all at once
-
ContributorTobin
instead of trickled out over years
-
ContributorTobin
I give up .. for now.. Obviously building on here isn't gonna work. I will have to select a period system and that is way more work than is warrented for a quick experiment
-
ContributorTobin
GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens and group access tokens to ensure you are aware of upcoming expirations.
-
ContributorTobin
wonder when github will do the same thing
-
frg_Away
ContributorTobin welcome the the club of real life rust users :)
-
ContributorTobin
it's gross
-
ContributorTobin
there now that that all works .. and cli is fixed i can move it back onto the web
ibb.co/JjKfQ73
-
ContributorTobin
get those modules rewritten so they actually work
-
ContributorTobin
and components
-
nsITobin
sup njsg