Other Applications • Re: SeaLion (SeaMonkey / Borealis fork)
Pale Moon forum - Forum index [Unofficial]
March 23, 2026
New SeaLion v34.1.0 for arm64 linux build should be up soon.
I attempted to build BrassMonkey (https://github.com/wicknix/brass-monkey) but failed with the following relevant errors:
CODE:
Error loading mozconfig: /home/jar/brass-monkey-34.1.0/.mozconfigEvaluation of your mozconfig exited with an error. This could be triggeredby a command inside your mozconfig failing. Please change your mozconfigto not error and/or to catch errors in executed commands./home/jar/brass-monkey-34.1.0/platform/python/mozbuild/mozbuild/mozconfig_loader: 46: /home/jar/brass-monkey-34.1.0/.mozconfig: Syntax error: end of file unexpected (expecting "fi")
.mozconfig I used:
CODE:
# These must be set for cross builds, and don't hurt straight builds.RANLIB="${TOOLCHAIN_PREFIX}ranlib"AR="${TOOLCHAIN_PREFIX}ar"AS=$CCLD=ldSTRIP="${TOOLCHAIN_PREFIX}strip"OTOOL="${TOOLCHAIN_PREFIX}otool"export CC CXX HOST_CC HOST_CXX RANLIB AR AS LD STRIP OTOOL# Clear this if not a 64bit build_BUILD_64=1# Set GTK Version to 2 or 3_GTK_VERSION=2#CROSS_COMPILE=1ac_add_options --enable-application=suiteac_add_options --enable-default-toolkit=cairo-gtk$_GTK_VERSIONac_add_options --enable-jemallocac_add_options --enable-stripac_add_options --disable-testsac_add_options --enable-optimize=-O2ac_add_options --enable-av1ac_add_options --enable-jxlac_add_options --enable-mailnews-oauth2ac_add_options --enable-calendarac_add_options --enable-classic-account-wizardac_add_options --enable-application=suiteac_add_options --disable-debugac_add_options --disable-crashreporterac_add_options --disable-webrtcac_add_options --disable-precompiled-startupcacheac_add_options --disable-necko-wifiac_add_options --disable-safe-browsingac_add_options --disable-devtoolsexport MOZ_TELEMETRY_REPORTING=0export MOZ_ADDON_SIGNING=0export MOZ_REQUIRE_SIGNING=0# Processor architecture specific build optionsif [ -n "$_BUILD_64" ]; then ac_add_options --x-libraries=/usr/lib64else ac_add_options --x-libraries=/usr/lib
Not sure what to do in this case, so I'm reporting this maybe someone can help out.
Discussion in the ATmosphere