You are not logged in.
Pages: 1
I'm unable to successfully build the latest Palemoon AUR https://aur.archlinux.org/packages/palemoon
I've tried at least eight times so far! Perhaps Andreas can spill some secret sauce on me . . .
Is it LDFLAGS config or just some black magic needed.
"lto-wrapper fatal error"
Last build I did error out on notification center pizzazz.
The errors seem occur near end of build when linking.
I also have a suggestion that Eolie web browser be placed in Arch32 repositories > https://archlinux.org/packages/extra/any/eolie/
Thanks
Rocky-IV
Last edited by Rocky-IV (2024-10-30 23:32:55)
Offline
Aeh, eolie is in the repos, at least for pentium4, it's based on webkit, so its usability might be limited.
There is still an old version of firefox, some netsurf.
eolie is in the gnome universe, which is not making a smooth transition into 32-bit world at the moment.
pip3 install --user requests_hawk
no clue what that is about?
Installing pyton-requests tamed that message.
AttributeError: 'Application' object has no attribute 'download_manager'
but eolie just hangs.
I think most Gnome and/or Python stuff is just too broken ATM.
--
palemoon requires python2 to build. python2-2.7.18-11 built fine for me for 32-bit from the AUR.
Using devtools32 you can build with a 32-bit chroot
# first install python2 (which you have to build before)
sudo pacman -U --config=/var/lib/archbuild/extra-pentium4/root/etc/pacman.conf --root=/var/lib/archbuild/extra-pentium4/root ../python2/python2-2.7.18-11-pentium4.pkg.tar.zst
extra-pentium4-build
I would add an options=(!debug !lto) into PKGBUILD or /etc/makepkg.conf
Currently running a build, I'll keep you posted.. :-)
Offline
pentium4 builds this way, even starts up in qemu, but then immediatelly segfault.
Debugging that is a little bit hard as gdb /usr/bin/palemoon core results in
gdb: error while loading shared libraries: libpython3.12.so.1.0: cannot open shared object file: No such file or directory
Trying a i686 build now..
Another idea is to use older gcc/binutils toolchains to build palemoon, but fiddling with the broken
build system there is no fun..
Offline
Pages: 1