I reported the issues to Riccardo Mottola today.
Link: Arctic Fox 45.3 PPC 32-bit: free(): corrupted unsorted chunks: 0x1270a7d0 #246
Arctic Fox
Re: Arctic Fox
It seems, that I was able to solve the issues with the following .mozconfig.
Downloads:
It works on Void PPC. Maybe on other distributions too.
Code: Select all
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
export CC="gcc -m32"
export CXX="g++ -m32"
export LDFLAGS="-latomic -mcpu=750"
export CFLAGS="-mcpu=750"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff-dbg
ac_add_options --disable-crashreporter
ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-updater
ac_add_options --enable-mozril-geoloc
ac_add_options --disable-webrtc
ac_add_options --disable-safe-browsing
ac_add_options --disable-parental-controls
ac_add_options --enable-release
ac_add_options --disable-necko-wifi
ac_add_options --disable-eme
ac_add_options --disable-gamepad
ac_add_options --enable-dbus
ac_add_options --disable-gio
ac_add_options --disable-pulseaudio
ac_add_options --enable-application=browser
ac_add_options --with-branding=browser/branding/arcticfox
ac_add_options --disable-jemalloc
ac_add_options --target=powerpc-linux-gnu
ac_add_options --host=powerpc-linux-gnu
ac_add_options --disable-precompiled-startupcache
ac_add_options --with-system-icu
ac_add_options --disable-gold #disable ld.gold
It works on Void PPC. Maybe on other distributions too.
Re: Arctic Fox
Re: Arctic Fox
Hi Xeno74
how do you start articfox. nothing happens when i click on the exe files. i am trying right now in ubuntu 18
thanks in advance
Edit: start in ubuntu 16.04
how do you start articfox. nothing happens when i click on the exe files. i am trying right now in ubuntu 18
thanks in advance
Edit: start in ubuntu 16.04
AmigaX1000
Re: Arctic Fox
Please try it in the terminal with ./arcticfox in the arcticfox directory. Maybe you need another library.musa wrote: Sat Apr 26, 2025 10:31 am Hi Xeno74
how do you start articfox. nothing happens when i click on the exe files. i am trying right now in ubuntu 18
thanks in advance
Edit: start in ubuntu 16.04
Re: Arctic Fox
got this:xeno74 wrote: Sat Apr 26, 2025 12:48 pm
Please try it in the terminal with ./arcticfox in the arcticfox directory. Maybe you need another library.
libstdc++.so.6: version 'glibcxx_3.4.26' not found (required by ./arcticfox)
AmigaX1000
Re: Arctic Fox
Great thanks. Tested and it works on Xenial. It has some faults as it stalled importing a config it found. While the browser was still working in other tabs. The speed seems fine. No annoying security errors when browsing forums for the first time. Unfortunately it can't be used to download your kernels since the engine is too old for GitHub as expected. But a mass improvement.xeno74 wrote: Sat Apr 26, 2025 8:33 am I have released Arctic Fox 45.3-2. I compiled it with the new mozconfig on Void PPC and on ubuntu MATE 16.04.7 PowerPC.
Is there an easy way to convert this into a Debian package? I'm learning how to build a package from Debian source and apt sourcing is the easiest way of downloading package sources. But I don't know how to convert a generic binary package into a Debian package.
Re: Arctic Fox
On Ubuntu 18.04? Which package did you test?musa wrote: Sat Apr 26, 2025 3:56 pm got this:
libstdc++.so.6: version 'glibcxx_3.4.26' not found (required by ./arcticfox)
Re: Arctic Fox
Re: Arctic Fox
Tested on Xenial. It fails like this:
Code: Select all
damien@ubuntu:~/Applications/arcticfox$ ./arcticfox
./arcticfox: /lib/powerpc-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./arcticfox)
./arcticfox: /lib/powerpc-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./arcticfox)