palemoon Browser 28.17.0 Linux 64 build linux alpinelinux

For contributed third party builds not necessarily configured like the main product.
e.g. AVX builds, SSE builds, Pandora builds.
User avatar
unitedunited
New to the forum
New to the forum
Posts: 2
Joined: 2022-04-21, 18:38

palemoon Browser 28.17.0 Linux 64 build linux alpinelinux

Unread post by unitedunited » 2022-04-21, 18:53

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


User avatar
Mæstro
Lunatic
Lunatic
Posts: 459
Joined: 2019-08-13, 00:30
Location: Casumia

Re: palemoon Browser 28.17.0 Linux 64 build linux alpinelinux

Unread post by Mæstro » 2022-04-24, 03:03

…Why are you building a version of the browser from XII 2020?
Browser: Pale Moon (Pusser’s repository for Debian)
Operating System: Linux Mint Debian Edition 4 (amd64)
※Receiving Debian 10 LTS security upgrades
Hardware: HP Pavilion DV6-7010 (1400 MHz, 6 GB)
Formerly user TheRealMaestro: æsc is the best letter.

User avatar
unitedunited
New to the forum
New to the forum
Posts: 2
Joined: 2022-04-21, 18:38

Re: palemoon Browser 28.17.0 Linux 64 build linux alpinelinux

Unread post by unitedunited » 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

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35402
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: palemoon Browser 28.17.0 Linux 64 build linux alpinelinux

Unread post by Moonchild » 2022-04-25, 05:04

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.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
Mæstro
Lunatic
Lunatic
Posts: 459
Joined: 2019-08-13, 00:30
Location: Casumia

Re: palemoon Browser 28.17.0 Linux 64 build linux alpinelinux

Unread post by Mæstro » 2022-04-25, 16:22

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?
Browser: Pale Moon (Pusser’s repository for Debian)
Operating System: Linux Mint Debian Edition 4 (amd64)
※Receiving Debian 10 LTS security upgrades
Hardware: HP Pavilion DV6-7010 (1400 MHz, 6 GB)
Formerly user TheRealMaestro: æsc is the best letter.

Locked