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


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

Re: [FreeBSD 15.0] Successfull build

From Louis Epstein <le@lekno.ws>
Newsgroups alt.comp.software.seamonkey
Subject Re: [FreeBSD 15.0] Successfull build
Date 2026-06-24 22:14 +0000
Organization PANIX Public Access Internet and UNIX, NYC
Message-ID <111hksi$2do$1@reader1.panix.com> (permalink)
References (4 earlier) <10p9mh0$29dbg$1@dont-email.me> <10pbvbt$6g0k$1@solani.org> <111gsd0$185$3@reader1.panix.com> <111h308$nj82$1@solani.org> <111hjql$53f$1@reader1.panix.com>

Show all headers | View raw


Louis Epstein <le@lekno.ws> wrote:
> Gerhard Strangar <g.s@arcor.de> wrote:
>> Louis Epstein wrote:
>> 
>>> I have now moved from FBSD 13.5 to 14.4.
>>> 
>>> I have had great problems building Rust lately.
>> 
>> I used the one from packages. The latest one, which is why I disabled
>> the rust SIMD.
>> 
>>> What is the exact install process you used once you downloaded?
>> 
>> - untar
>> - create .mozconfig
>> - ./mach build install
> 
> mach not make?
> "mach" is something formed from the untar?
> Is there a particular directory to download into?
>  
>> And that's it.

Just looking at old .mozconfig files on my machine.

One is

==
ac_add_options --enable-application=suite
mk_add_options MOZ_OBJDIR=/path/to/comm-central/obj-sm-release
mk_add_options MOZ_MAKE_FLAGS="-j4"
==
(assigned to 2.49.5 which I think is the last I had working)

Another is
==	
ac_add_options --enable-application=suite
ac_add_options --enable-ldap
ac_add_options --enable-calendar
ac_add_options --prefix="/usr/local"
ac_add_options --enable-jemalloc=4
ac_add_options --enable-system-cairo
ac_add_options --with-system-libevent
ac_add_options --enable-system-ffi
ac_add_options --with-system-graphite2
ac_add_options --with-system-harfbuzz
ac_add_options --enable-system-hunspell
ac_add_options --with-system-icu
ac_add_options --with-intl-api
ac_add_options --with-system-jpeg=/usr/local
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-system-png=/usr/local
ac_add_options --enable-system-pixman
ac_add_options --enable-system-sqlite
ac_add_options --with-system-libvpx
ac_add_options --with-system-vorbis
ac_add_options --with-system-ogg
ac_add_options --enable-chrome-format=omni
ac_add_options --enable-default-toolkit=cairo-gtk3
ac_add_options --enable-update-channel=release
ac_add_options --disable-updater
ac_add_options --enable-pie
ac_add_options --with-system-zlib
ac_add_options --with-system-bz2
ac_add_options --enable-optimize
ac_add_options --enable-startup-notification
ac_add_options --enable-gconf
ac_add_options --disable-libproxy
ac_add_options --enable-alsa
ac_add_options --enable-jack
ac_add_options --enable-pulseaudio
ac_add_options --disable-rust
ac_add_options --disable-debug
ac_add_options --disable-debug-symbols
ac_add_options --enable-release
ac_add_options --enable-dtrace
ac_add_options --disable-gold
ac_add_options --enable-profiling
ac_add_options --disable-tests
ac_add_options --disable-strip
ac_add_options --disable-install-strip
mk_add_options MOZ_OBJDIR="/usr/ports/www/seamonkey/work/.build"
export MAKE=gmake
export ac_cv_path_PERL=/usr/local/bin/perl
export ac_cv_path_PERL_PATH=/usr/local/bin/perl
export PERL_USE_UNSAFE_INC=1
export PKG_CONFIG=pkgconf
export PYTHON="/usr/local/bin/python2.7"
export XDG_DATA_HOME=/usr/ports/www/seamonkey/work
export XDG_CONFIG_HOME=/usr/ports/www/seamonkey/work
export HOME=/usr/ports/www/seamonkey/work
export PATH=/usr/ports/www/seamonkey/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
export SHELL=/bin/sh
export CONFIG_SHELL=/bin/sh
export RUSTFLAGS=""
export PERL="/usr/local/bin/perl"
export MOZ_JEMALLOC4=1
export MOZ_GOOGLE_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8
export MOZ_OPTIMIZE_FLAGS="-O2 -O3"
==
(that was in 2.49.4 which definitely worked here)

Also present is

==
export CC=clang
export CXX=clang++
ac_add_options --enable-application=comm/suite
ac_add_options --enable-calendar
ac_add_options --enable-irc
ac_add_options --enable-dominspector
mk_add_options MOZ_OBJDIR=/home/ribo/mozilla-253/objdir
ac_add_options --enable-optimize
ac_add_options --enable-js-shell
#RAF ac_add_options --enable-elf-hack
ac_add_options --disable-debug-symbols
ac_add_options --disable-tests

# 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
==

...which is from an attempt to install an early 2.53 
by someone who gave up on doing it for me and tells me
to forget Seamonkey which I refuse to do,since I like the
linked browser and email clients. 

> -=-=-
> The World Trade Center towers MUST rise again,
> at least as tall as before...or terror has triumphed.

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


Thread

[FreeBSD 15.0] Successfull build JKB <JKB@hilbert.invalid> - 2026-01-15 10:23 +0000
  Re: [FreeBSD 15.0] Successfull build Louis Epstein <le@lekno.ws> - 2026-03-14 08:38 +0000
    Re: [FreeBSD 15.0] Successfull build Daniel70 <daniel47@nomail.afraid.org> - 2026-03-14 20:25 +1100
      Re: [FreeBSD 15.0] Successfull build Nuno Silva <nunojsilva@invalid.invalid> - 2026-03-14 11:34 +0000
        Re: [FreeBSD 15.0] Successfull build Daniel70 <daniel47@nomail.afraid.org> - 2026-03-15 19:58 +1100
      Re: [FreeBSD 15.0] Successfull build Gerhard Strangar <g.s@arcor.de> - 2026-03-15 07:27 +0100
        Re: [FreeBSD 15.0] Successfull build Geoff Welsh <GeeDubya@some.rr.com> - 2026-03-16 09:43 -1000
          Re: [FreeBSD 15.0] Successfull build Gerhard Strangar <g.s@arcor.de> - 2026-03-17 17:26 +0100
            Re: [FreeBSD 15.0] Successfull build Louis Epstein <le@lekno.ws> - 2026-06-24 15:16 +0000
              Re: [FreeBSD 15.0] Successfull build Gerhard Strangar <g.s@arcor.de> - 2026-06-24 17:09 +0000
                Re: [FreeBSD 15.0] Successfull build Louis Epstein <le@lekno.ws> - 2026-06-24 21:56 +0000
                Re: [FreeBSD 15.0] Successfull build Louis Epstein <le@lekno.ws> - 2026-06-24 22:14 +0000
                Re: [FreeBSD 15.0] Successfull build Louis Epstein <le@lekno.ws> - 2026-06-25 04:17 +0000
                Re: [FreeBSD 15.0] Successfull build Louis Epstein <le@lekno.ws> - 2026-06-25 16:43 +0000
                Re: [FreeBSD 15.0] Successfull build Gerhard Strangar <g.s@arcor.de> - 2026-06-26 18:45 +0000
                Re: [FreeBSD 15.0] Successfull build Louis Epstein <le@lekno.ws> - 2026-06-27 05:16 +0000
                Re: [FreeBSD 15.0] Successfull build Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-06-27 18:22 +0000
                Re: [FreeBSD 15.0] Successfull build Hank Rogers <Hank@nospam.invalid> - 2026-06-27 19:50 -0500
                Re: [FreeBSD 15.0] Successfull build Nuno Silva <nunojsilva@invalid.invalid> - 2026-06-28 07:40 +0100
                Re: [FreeBSD 15.0] Successfull build groenveld@acm.org (John D Groenveld) - 2026-06-28 13:51 +0000
                Re: [FreeBSD 15.0] Successfull build Louis Epstein <le@lekno.ws> - 2026-06-28 19:41 +0000
                Re: [FreeBSD 15.0] Successfull build Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-06-29 16:54 +0000
                Re: [FreeBSD 15.0] Successfull build Louis Epstein <le@lekno.ws> - 2026-06-27 05:29 +0000
                Re: [FreeBSD 15.0] Successfull build Dave Yeo <dave.r.yeo@gmail.com> - 2026-06-27 21:38 -0700
                Re: [FreeBSD 15.0] Successfull build Louis Epstein <le@lekno.ws> - 2026-06-28 19:38 +0000
                Re: [FreeBSD 15.0] Successfull build Louis Epstein <le@lekno.ws> - 2026-06-28 19:45 +0000
                Re: [FreeBSD 15.0] Successfull build Dave Yeo <dave.r.yeo@gmail.com> - 2026-06-28 22:20 -0700
                Re: [FreeBSD 15.0] Successfull build Nuno Silva <nunojsilva@invalid.invalid> - 2026-06-29 07:32 +0100
                Re: [FreeBSD 15.0] Successfull build Dave Yeo <dave.r.yeo@gmail.com> - 2026-06-28 22:25 -0700
    Re: [FreeBSD 15.0] Successfull build Yuchan Seo <hexagonwin@disroot.org> - 2026-03-14 21:55 +0900

csiph-web