💾 Archived View for bbs.geminispace.org › u › decant › 15375 captured on 2024-05-26 at 16:52:23. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-05-12)

➡️ Next capture (2024-06-16)

-=-=-=-=-=-=-

Comment by 😎 decant

Re: "living with arcticfox browser on OpenBSD"

In: s/OpenBSD

(I pushed enter by mistake) feed into the google chrome monoculture, I switched to ungoogled-chromium on my new machine. very sad face.jpeg

😎 decant [OP]

Feb 26 · 3 months ago

1 Later Comment

🐙 norayr · Mar 06 at 01:03:

Illegal instruction means that the cpu instruction in the code does not exist on the cpu. so it is compiled for newer cpu hhan yours. you should be able to solve ih by providing exact flags to the compiler. CFLAGS="-march=core2" should work on any x86_64 but if you figure out exact march for your architecture, that would be perfect.

Original Post

🌒 s/OpenBSD

living with arcticfox browser on OpenBSD — I have been using arcticfox for few years now, it gives me a good old software vibe. My old computer is an intel Skylake. The browser builds and runs ok abeit a bit slow. I think this is because, on OpenBSD building arcticfox with -O2 will produce crashing binary (-O1 is ok, even the README says to only use -O0). I recently got a new Alderlake based system, arcticfox builds ok with my .mozconfig. However when I try to run it, the binary crashs with...

💬 decant · 4 comments · 2 likes · 2023-11-14 · 6 months ago