Page 1 of 1

palemoon Browser 28.17.0 Linux 64 build linux alpinelinux

Posted: 2022-04-21, 18:53
by unitedunited
platform: alpinelinux



.mozconfig file

Code: Select all

# Clear this if not a 64bit build
_BUILD_64=1

# Set GTK Version to 2 or 3
_GTK_VERSION=3

# Standard build options for Pale Moon
ac_add_options --enable-application=palemoon
ac_add_options --enable-optimize="-O2 -w"
ac_add_options --enable-default-toolkit=cairo-gtk$_GTK_VERSION
ac_add_options --enable-jemalloc
ac_add_options --enable-strip
ac_add_options --enable-devtools
ac_add_options --disable-eme
ac_add_options --disable-webrtc
ac_add_options --disable-gamepad
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-necko-wifi
ac_add_options --disable-updater
ac_add_options --disable-gconf
ac_add_options --with-pthreads

# Please see https://www.palemoon.org/redist.shtml for restrictions when using the official branding.
# ac_add_options --enable-official-branding
export MOZILLA_OFFICIAL=1

# For versions after 28.12.0
ac_add_options --enable-phoenix-extensions

# Processor architecure specific build options
if [ -n "$_BUILD_64" ]; then
  ac_add_options --x-libraries=/usr/lib64
else
  ac_add_options --x-libraries=/usr/lib
fi

export MOZ_PKG_SPECIAL=gtk$_GTK_VERSION

Code: Select all

./mach build

make[3]: *** [/root/palemoon/config/recurse.mk:33: compile] Error 2
make[3]: Leaving directory '/root/palemoon/obj-x86_64-unknown-linux-gnu'
make[2]: *** [/root/palemoon/config/rules.mk:548: default] Error 2
make[2]: Leaving directory '/root/palemoon/obj-x86_64-unknown-linux-gnu'
make[1]: *** [/root/palemoon/client.mk:399: realbuild] Error 2


Re: palemoon Browser 28.17.0 Linux 64 build linux alpinelinux

Posted: 2022-04-24, 03:03
by Mæstro
…Why are you building a version of the browser from XII 2020?

Re: palemoon Browser 28.17.0 Linux 64 build linux alpinelinux

Posted: 2022-04-25, 04:03
by unitedunited
v30 is problematic based on recent reviews by members
v29.4.*x doesn't work well with lot of firefox plugins
my plan is to stay with v28.*.x

Re: palemoon Browser 28.17.0 Linux 64 build linux alpinelinux

Posted: 2022-04-25, 05:04
by Moonchild
unitedunited wrote:
2022-04-25, 04:03
my plan is to stay with v28.*.x
I'm afraid there's not much we can help you with in that case.

Re: palemoon Browser 28.17.0 Linux 64 build linux alpinelinux

Posted: 2022-04-25, 16:22
by Mæstro
unitedunited wrote:
2022-04-25, 04:03
v30 is problematic based on recent reviews by members
v29.4.*x doesn't work well with lot of firefox plugins
my plan is to stay with v28.*.x
Version 31 will restore Firefox extension support. Which extensions without Pale Moon counterparts are binding you to the old version because you need them?