Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > alt.comp.software.seamonkey > #8657

Re: SeaMonkey 2.53.24b(eta)1 is out now!

From frg <frgrahl@gmx.net>
Newsgroups alt.comp.software.seamonkey
Subject Re: SeaMonkey 2.53.24b(eta)1 is out now!
Date 2026-07-23 14:03 +0200
Message-ID <ncee98F9epnU1@mid.individual.net> (permalink)
References (7 earlier) <nc9rapFh7qqU1@mid.individual.net> <113q62a$7qrl$1@solani.org> <10d8S.358880$Hhx6.92699@fx11.iad> <uZe8S.110407$5LBb.32063@fx34.iad> <ncee37F9ddnU1@mid.individual.net>

Show all headers | View raw


frg wrote:
> Dave Yeo wrote:
>> Dave Yeo wrote:
>>> Dirk Fieldhouse wrote:
>>>> Is it just a question of forking some repo, changing a build setting and
>>>> then fixing breakage Or is there a more fundamental blockage?
>>>
>>> I've abused the enable-optimize line in .mozconfig,
>>> ac_add_options --enable-optimize="-march=i686 -O2"
>>>
>>> This is on older SM that is 32 bit to begin with.
>>> -march=pentium-m is probably needed to support SSE[2] and maybe -msse2
>>> also on the optimize line.
>>> Dave
>>
>> Forgot, you also probably need -m32 to force 32 bit, especially if you 
>> target a newer CPU
>> Dave
> 
> Should still be valid I hope:
> 
...

Drat was incomplete. Copied wrong window:

mk_add_options 
MOZ_OBJDIR=/mnt/linuxdata/seabuild/release/comm-release56/i686-pc-linux-gnu
ac_add_options --with-l10n-base=/mnt/linuxdata/seamonkey/l10n/l10n-release
ac_add_options --enable-update-channel=release
ac_add_options --enable-debugqa
ac_add_options --enable-irc
ac_add_options --enable-dominspector

ac_add_options --target=i686-pc-linux
ac_add_options --enable-application=comm/suite
mk_add_options MOZ_MAKE_FLAGS=-j8
ac_add_options --enable-optimize
ac_add_options --enable-release
ac_add_options --enable-jemalloc
ac_add_options --enable-js-shell
ac_add_options --enable-debug-symbols
ac_add_options --disable-tests
# ac_add_options --enable-elf-hack

# ac_add_options --enable-stdcxx-compat
# ac_add_options --enable-alsa
# ac_add_options --disable-debug

#ac_add_options 
--with-google-location-service-api-keyfile=/mnt/linuxdata/seamonkey/custom/google-api.key
#ac_add_options 
--with-google-safebrowsing-api-keyfile=/mnt/linuxdata/seamonkey/custom/google-api.key
#ac_add_options 
--with-mozilla-api-keyfile=/mnt/linuxdata/seamonkey/custom/mozilla-desktop-geoloc-api.key 


export 
COMM_HEAD_REPOSITORY=https://gitlab.com/seamonkey-project/seamonkey-2.53-comm
# export COMM_HEAD_REV=2_53_13_beta_01
export COMM_HEAD_REV=2_53_24_final
export 
GECKO_HEAD_REPOSITORY=https://gitlab.com/seamonkey-project/seamonkey-2.53-mozilla
export GECKO_HEAD_REV=2_53_24_final
export MOZ_INCLUDE_SOURCE_INFO=1

# Use ccache
ac_add_options --with-ccache=/usr/bin/ccache

# Needed to enable breakpad in application.ini
export MOZILLA_OFFICIAL=1

# Disable checking that add-ons are signed by the trusted root
MOZ_ADDON_SIGNING=0
# Disable enforcing that add-ons are signed by the trusted root
MOZ_REQUIRE_SIGNING=0

# Package js shell
export MOZ_PACKAGE_JSSHELL=1

# mk_add_options "export 
SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE=/builds/crash-stats-api.token"

# Flags set for targeting x86.
export CROSS_COMPILE=1
export PKG_CONFIG_PATH=/usr/lib/pkgconfig
export MOZ_LINUX_32_SSE2_STARTUP_ERROR=1

CFLAGS="$CFLAGS -march=pentium-m -msse -msse2 -mfpmath=sse"
CXXFLAGS="$CXXFLAGS -march=pentium-m -msse -msse2 -mfpmath=sse"
#LDFLAGS="$LDFLAGS -L/usr/local/lib"
#export LD_LIBRARY_PATH=$HOME/.mozbuild/clang8/lib32:$HOME/.mozbuild/clang8/lib
#export LD_LIBRARY_PATH=$HOME/.mozbuild/gcc/lib

Back to alt.comp.software.seamonkey | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

SeaMonkey 2.53.24b(eta)1 is out now! ant@zimage.comANT (Ant) - 2026-07-07 00:51 +0000
  Re: SeaMonkey 2.53.24b(eta)1 is out now! Gerhard Strangar <g.s@arcor.de> - 2026-07-07 12:19 +0000
    Re: SeaMonkey 2.53.24b(eta)1 is out now! frg <frgrahl@gmx.net> - 2026-07-07 19:53 +0200
  Re: SeaMonkey 2.53.24b(eta)1 is out now! Peter Müller <invalid@invalid.invalid> - 2026-07-07 17:16 +0200
    Re: SeaMonkey 2.53.24b(eta)1 is out now! frg <frgrahl@gmx.net> - 2026-07-07 19:52 +0200
      Re: SeaMonkey 2.53.24b(eta)1 is out now! Hank Rogers <Hank@nospam.invalid> - 2026-07-07 16:53 -0500
        Re: SeaMonkey 2.53.24b(eta)1 is out now! Gerhard Strangar <g.s@arcor.de> - 2026-07-08 03:49 +0000
          Re: SeaMonkey 2.53.24b(eta)1 is out now! Nuno Silva <nunojsilva@invalid.invalid> - 2026-07-08 08:06 +0100
            Re: SeaMonkey 2.53.24b(eta)1 is out now! Nuno Silva <nunojsilva@invalid.invalid> - 2026-07-08 09:10 +0100
              Re: SeaMonkey 2.53.24b(eta)1 is out now! Gerhard Strangar <g.s@arcor.de> - 2026-07-08 17:56 +0000
                Re: SeaMonkey 2.53.24b(eta)1 is out now! frg <frgrahl@gmx.net> - 2026-07-08 21:53 +0200
                Re: SeaMonkey 2.53.24b(eta)1 is out now! Geoff Welsh <GeeDubya@some.rr.com> - 2026-07-13 10:02 -1000
                Re: SeaMonkey 2.53.24b(eta)1 is out now! Nuno Silva <nunojsilva@invalid.invalid> - 2026-07-20 08:57 +0100
                Re: SeaMonkey 2.53.24b(eta)1 is out now! Gerhard Strangar <g.s@arcor.de> - 2026-07-20 18:24 +0000
                Re: SeaMonkey 2.53.24b(eta)1 is out now! Dave Yeo <dave.r.yeo@gmail.com> - 2026-07-20 14:49 -0700
            Re: SeaMonkey 2.53.24b(eta)1 is out now! Gerhard Strangar <g.s@arcor.de> - 2026-07-08 17:51 +0000
              Re: SeaMonkey 2.53.24b(eta)1 is out now! Daniel70 <daniel47@nomail.afraid.org> - 2026-07-09 22:16 +1000
      Re: SeaMonkey 2.53.24b(eta)1 is out now! Dirk Fieldhouse <surname@gmx.net.plusremovethisandtherest.invalid> - 2026-07-08 18:29 +0100
        Re: SeaMonkey 2.53.24b(eta)1 is out now! Nuno Silva <nunojsilva@invalid.invalid> - 2026-07-20 08:43 +0100
          Re: SeaMonkey 2.53.24b(eta)1 is out now! Dave Yeo <dave.r.yeo@gmail.com> - 2026-07-20 14:41 -0700
            Re: SeaMonkey 2.53.24b(eta)1 is out now! Dirk Fieldhouse <surname@gmx.net.plusremovethisandtherest.invalid> - 2026-07-21 12:23 +0100
              Re: SeaMonkey 2.53.24b(eta)1 is out now! frg <frgrahl@gmx.net> - 2026-07-21 20:15 +0200
                Re: SeaMonkey 2.53.24b(eta)1 is out now! Dirk Fieldhouse <surname@gmx.net.plusremovethisandtherest.invalid> - 2026-07-22 11:29 +0100
                Re: SeaMonkey 2.53.24b(eta)1 is out now! frg <frgrahl@gmx.net> - 2026-07-22 16:24 +0200
                Re: SeaMonkey 2.53.24b(eta)1 is out now! Dave Yeo <dave.r.yeo@gmail.com> - 2026-07-22 17:12 -0700
                Re: SeaMonkey 2.53.24b(eta)1 is out now! Dave Yeo <dave.r.yeo@gmail.com> - 2026-07-22 19:26 -0700
                Re: SeaMonkey 2.53.24b(eta)1 is out now! frg <frgrahl@gmx.net> - 2026-07-23 14:00 +0200
                Re: SeaMonkey 2.53.24b(eta)1 is out now! frg <frgrahl@gmx.net> - 2026-07-23 14:03 +0200
              Re: SeaMonkey 2.53.24b(eta)1 is out now! Dave Yeo <dave.r.yeo@gmail.com> - 2026-07-21 13:44 -0700
              Re: SeaMonkey 2.53.24b(eta)1 is out now! Nuno Silva <nunojsilva@invalid.invalid> - 2026-07-22 09:31 +0100

csiph-web