Path: csiph.com!weretis.net!feeder9.news.weretis.net!panix!.POSTED.main.lekno.ws!not-for-mail From: Louis Epstein Newsgroups: alt.comp.software.seamonkey Subject: Re: [FreeBSD 15.0] Successfull build Date: Sat, 27 Jun 2026 05:29:55 -0000 (UTC) Organization: PANIX Public Access Internet and UNIX, NYC Message-ID: <111nn4i$7hn$1@reader1.panix.com> References: <10p36pn$s9f$2@reader2.panix.com> <10p39j8$4oaf$1@dont-email.me> <10p5jgg$2556$1@solani.org> <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> <111hksi$2do$1@reader1.panix.com> <111ia4m$eje$1@reader1.panix.com> <111jls9$2al$1@reader1.panix.com> Injection-Date: Sat, 27 Jun 2026 05:29:55 -0000 (UTC) Injection-Info: reader1.panix.com; posting-host="main.lekno.ws:12.144.5.2"; logging-data="7735"; mail-complaints-to="abuse@panix.com" User-Agent: tin/2.6.5-20251224 ("Glenury") (FreeBSD/14.4-RELEASE-p6 (amd64)) Xref: csiph.com alt.comp.software.seamonkey:8612 Louis Epstein wrote: > Louis Epstein wrote: >> Louis Epstein wrote: >>> Louis Epstein wrote: >>>> Gerhard Strangar 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 > > I have downloaded the source.tar.xz file into a seamonkey253 directory > but what is the exact tar -x suboption? Have now done this. >>>>> - create .mozconfig A simple text edit of the previously cited? >>>>> - ./mach build install >>>> >>>> mach not make? >>>> "mach" is something formed from the untar? Yes,I see that it is. >>>> Is there a particular directory to download into? > > Created a sub on my home directory though I'd like the program > to be in available path for all accounts. > >>>> >>>>> And that's it. >>> >>> Just looking at old .mozconfig files on my machine. No analysis of which of these options are workable? >>> 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. >> >> AND I have had this one recommended to me for 2.53.12 >> which I never did get installed: >> >> >> == >> export CC=clang80 >> export CXX=clang++80 >> ac_add_options --enable-application=comm/suite >> ac_add_options --enable-calendar >> ac_add_options --enable-irc >> ac_add_options --enable-dominspector >> ac_add_options --enable-optimize >> ac_add_options --disable-debug >> >> == >> >> >>>> -=-=- >>>> The World Trade Center towers MUST rise again, >>>> at least as tall as before...or terror has triumphed.