-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
precompiled startup cache doesn't work #162
Comments
Hey there! My son is in awe of the huuuuge iMac mom dragged home from work. We were excited to set up Arctic Fox, but hit a snag. Machine Details:
I dragged Arctic Fox into Applications, but when I try to launch, it crashes with an error related to Haven't tried your workaround with the precompiled startup cache issue yet. Any pointers? I'll hold tight for now as compiling on our own seems a bit daunting. Thanks for all the work you put into this! |
@accountboy I don't think you are hitting precompiled cache issue: that is a build problem currently, it can be disabled and the resulting binary will be slower to startup, but work nevertheless. |
Hey, thank you for the quick response and clarifications. I apologize for any confusion regarding the 64-bit and 32-bit mix-up. I’ll take a look at issue #135 and try the manual installation of the libraries for the 32-bit version. Will get back to you if I have any further questions or run into issues. Thanks again for your help! |
Your CPU and Mac are 64bit. So most probably you are running 64bit. Please check opening "Activity Monitor" and seek in the column Kind (add it if needed) if there are some "Intel (64bit)" processes running. |
Wizardry! I can confirm all processes are running at 64 bit per above. Can’t browse github on the browsers of the era so need to check back with usb stick transfer of the 64 bit Arctic Fox. Thank you. Edit: Confirmed working! I installed library files in the /usr/local/lib/ if that extra download and step wasn't obvious. |
@roytam1 do you have a clue about this? I suppose one of the JS files has an issue, maybe a preprocessor issue or an include issue. I am unable however to understand which file ! |
that's really great news and what this project is about: try to give good old hardware still some usefulness. |
can't tell since it is not happening here |
no need ti disable it on windows? "mach package" works fine? |
yeah, without doing anything. |
interesting.... I have it both on Linux and Mac currently. |
Things improved a bit and on FreeBSD and NetBSD with WebRTC disabled precompile cache can be left enabled. However, on Linux disabling WebRTC doesn't help! strange! |
Now it needs to be disabled again on FreeBSD... this is a mystery! If someone can help me debugging the file that fails, I can't understand from the logs. |
It works again on most platforms |
On certain systems and configurations precompiled startup cache fails to package.
Workaround is to add:
ac_add_options --disable-precompiled-startupcache
to the mozconfig.
Probably some file has a JS error or is missing, but I am unable to determine which one. The error is not the same on al systems and re-launching "mach package" shows a different file in the trace.
The text was updated successfully, but these errors were encountered: