+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/firefox102-102.11.0/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/firefox102-102.11.0/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for firefox-102.11.0esr.source.tar.xz
=> Checksum SHA512 OK for firefox-102.11.0esr.source.tar.xz
=> Checksum BLAKE2s OK for nodejs-output-95.0.tgz
=> Checksum SHA512 OK for nodejs-output-95.0.tgz
===> Installing dependencies for firefox102-102.11.0
==========================================================================
The supported build options for firefox102 are:

	alsa dbus debug debug-info jack mozilla-jemalloc
	official-mozilla-branding pulseaudio sunaudio
	webrtc

The currently selected options are:

	dbus sunaudio

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

	PKG_OPTIONS.firefox (not defined)

==========================================================================
==========================================================================
The following variables will affect the build process of this package,
firefox102-102.11.0.  Their current value is shown below:

        * JPEG_DEFAULT = jpeg
        * PYTHON_VERSION_DEFAULT = 310
        * SSLBASE (defined)
        * SSLCERTBUNDLE (not defined)
        * SSLCERTS = /etc/opt/pkg/openssl/certs
        * SSLDIR = /etc/opt/pkg/openssl
        * SSLKEYS = /etc/opt/pkg/openssl/private

Based on these variables, the following variables have been set:

        * JPEGBASE (defined, but empty)
        * JPEG_TYPE = jpeg
        * PYPACKAGE = python310

You may want to abort the process now with CTRL-C and change the value
of variables in the first group before continuing.  Be sure to run
`/opt/pkg/bin/bmake clean' after the changes.
==========================================================================
=> Tool dependency cbindgen>=0.24.0: found cbindgen-0.24.3
=> Tool dependency py310-sqlite3-[0-9]*: found py310-sqlite3-3.10.11nb24
=> Tool dependency py310-expat-[0-9]*: found py310-expat-3.10.11nb1
=> Tool dependency nasm>=2.14: found nasm-2.16.01
=> Tool dependency yasm>=1.1: found yasm-1.3.0
=> Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.74.6
=> Tool dependency python310>=3.10: found python310-3.10.11
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency autoconf213>=2.13: found autoconf213-2.13nb11
=> Tool dependency m4>=1.4: found m4-1.4.19nb1
=> Tool dependency gmake>=3.81: found gmake-4.4.1
=> Tool dependency perl>=5.0: found perl-5.36.1
=> Tool dependency pkgconf-[0-9]*: found pkgconf-1.9.5
=> Tool dependency unzip-[0-9]*: found unzip-6.0nb9
=> Tool dependency zip-[0-9]*: found zip-3.0nb3
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Build dependency lld-[0-9]*: found lld-15.0.7nb1
=> Build dependency wasi-libc>=0.0.0pre20210923: found wasi-libc-0.0.0pre20220311nb3
=> Build dependency wasi-libcxx>=15.0.6<16: found wasi-libcxx-15.0.7nb1
=> Build dependency wasi-compiler-rt>=15.0.7<16: found wasi-compiler-rt-15.0.7nb1
=> Build dependency xorgproto>=2016.1: found xorgproto-2022.2
=> Build dependency xcb-proto>=1.4: found xcb-proto-1.15.2nb2
=> Build dependency clang>=15.0.7nb1<16: found clang-15.0.7nb1
=> Build dependency rust>=1.59.0: found rust-1.69.0
=> Full dependency pciutils>=3.0.2: found pciutils-3.10.0
=> Full dependency libevent>=2.1.11nb1: found libevent-2.1.12
=> Full dependency libffi>=3.4.2nb3: found libffi-3.4.4
=> Full dependency nspr>=4.34nb1: found nspr-4.35
=> Full dependency icu>=73.1: found icu-73.1nb1
=> Full dependency nss>=3.80nb1: found nss-3.89.1
=> Full dependency zlib>=1.2.3: found zlib-1.2.13
=> Full dependency MesaLib>=20.0.1nb1: found MesaLib-21.3.9nb1
=> Full dependency libwebp>=1.0.2: found libwebp-1.2.4nb1
=> Full dependency libIDL>=0.8.14nb5: found libIDL-0.8.14nb6
=> Full dependency ffmpeg5>=5.1.2nb4: found ffmpeg5-5.1.3nb2
=> Full dependency libXt>=1.0.0: found libXt-1.3.0nb1
=> Full dependency libXtst>=1.0.1: found libXtst-1.2.4
=> Full dependency pixman>=0.40.0nb3: found pixman-0.42.2
=> Full dependency gtk3+>=3.24.36nb2: found gtk3+-3.24.37
=> Full dependency dbus-glib>=0.112: found dbus-glib-0.112nb1
=> Full dependency hicolor-icon-theme>=0.9nb1: found hicolor-icon-theme-0.17nb1
===> Overriding tools for firefox102-102.11.0
===> Extracting for firefox102-102.11.0
===> Patching for firefox102-102.11.0
for f in $(find /home/pbulk/build/www/firefox102/work/firefox-102.11.0/third_party/libwebrtc -name moz.build -type f) ;  do  /usr/bin/nawk -f /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/files/replace-moz.build.awk $f > $f.new; mv $f.new $f ;  done
=> Applying pkgsrc patches for firefox102-102.11.0
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-browser_app_profile_firefox.js
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-browser_app_profile_firefox.js
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-browser_app_profile_firefox.js,v 1.2 2022/12/21 10:10:37 nia Exp $
|
|This patch modifies default Firefox settings - see the comments above
|each one.
|
|--- browser/app/profile/firefox.js.orig	2022-11-07 21:06:43.000000000 +0000
|+++ browser/app/profile/firefox.js
--------------------------
Patching file browser/app/profile/firefox.js using Plan A...
Hunk #1 succeeded at 2050 (offset 1 line).
Hunk #2 succeeded at 2230 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-build_moz.configure_rust.configure
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-build_moz.configure_rust.configure
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-build_moz.configure_rust.configure,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|* Do not match rumprun toolchain for NetBSD,
|  narrowed should be one not two.
|
|--- build/moz.configure/rust.configure.orig	2020-12-03 23:12:39.000000000 +0000
|+++ build/moz.configure/rust.configure
--------------------------
Patching file build/moz.configure/rust.configure using Plan A...
Hunk #1 succeeded at 385 (offset 14 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-config_gcc-stl-wrapper.template.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-config_gcc-stl-wrapper.template.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-config_gcc-stl-wrapper.template.h,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|--- config/gcc-stl-wrapper.template.h.orig	2021-09-04 13:24:51.000000000 +0000
|+++ config/gcc-stl-wrapper.template.h
--------------------------
Patching file config/gcc-stl-wrapper.template.h using Plan A...
Hunk #1 succeeded at 32.
Hunk #2 succeeded at 55.
Hunk #3 succeeded at 84.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-config_makefiles_rust.mk
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-config_makefiles_rust.mk
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-config_makefiles_rust.mk,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|NetBSD doesn't get along with parallel rust builds (it causes issues
|with ld.so) which are the default. Force -j1.
|
|Use less memory to fix build under NetBSD/i386.
|From: https://bugzilla.mozilla.org/show_bug.cgi?id=1644409
|
|--- config/makefiles/rust.mk.orig	2022-06-08 14:10:19.000000000 +0000
|+++ config/makefiles/rust.mk
--------------------------
Patching file config/makefiles/rust.mk using Plan A...
Hunk #1 succeeded at 58.
Hunk #2 succeeded at 93.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-dom_base_nsAttrName.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-dom_base_nsAttrName.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-dom_base_nsAttrName.h,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|cbindgen gets confused by NetBSD's types being macros too
|https://mail-index.netbsd.org/tech-pkg/2018/10/25/msg020395.html
|
|--- dom/base/nsAttrName.h.orig	2019-01-18 00:20:23.000000000 +0000
|+++ dom/base/nsAttrName.h
--------------------------
Patching file dom/base/nsAttrName.h using Plan A...
Hunk #1 succeeded at 16.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|Fix build where _LITTLE_ENDIAN is not an integer.
|
|--- gfx/angle/checkout/src/common/third_party/smhasher/src/PMurHash.cpp.orig	2019-07-06 01:48:31.000000000 +0000
|+++ gfx/angle/checkout/src/common/third_party/smhasher/src/PMurHash.cpp
--------------------------
Patching file gfx/angle/checkout/src/common/third_party/smhasher/src/PMurHash.cpp using Plan A...
Hunk #1 succeeded at 91.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|* isinf/isnan in make.h is defined as macro. Use non-macro version
|  to fix build.
|
|--- gfx/angle/checkout/src/compiler/translator/InfoSink.h.orig	2021-10-28 18:03:11.000000000 +0000
|+++ gfx/angle/checkout/src/compiler/translator/InfoSink.h
--------------------------
Patching file gfx/angle/checkout/src/compiler/translator/InfoSink.h using Plan A...
Hunk #1 succeeded at 7.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-gfx_skia_skia_src_core_SkCpu.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-gfx_skia_skia_src_core_SkCpu.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gfx_skia_skia_src_core_SkCpu.cpp,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|NetBSD/aarch64 doesn't have <sys/auxv.h>.
|
|--- gfx/skia/skia/src/core/SkCpu.cpp.orig	2019-03-05 00:32:47.658232017 +0900
|+++ gfx/skia/skia/src/core/SkCpu.cpp	2019-03-05 00:33:10.203589997 +0900
--------------------------
Patching file gfx/skia/skia/src/core/SkCpu.cpp using Plan A...
Hunk #1 succeeded at 72 (offset 2 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-gfx_skia_skia_src_core_SkVM.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-gfx_skia_skia_src_core_SkVM.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gfx_skia_skia_src_core_SkVM.cpp,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|Work with PaX MPROTECT on NetBSD by stating that we will later make this memory
|block executable.
|
|--- gfx/skia/skia/src/core/SkVM.cpp.orig	2022-07-05 12:21:05.000000000 +0000
|+++ gfx/skia/skia/src/core/SkVM.cpp
--------------------------
Patching file gfx/skia/skia/src/core/SkVM.cpp using Plan A...
Hunk #1 succeeded at 2076.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-gfx_wr_swgl_build.rs
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-gfx_wr_swgl_build.rs
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gfx_wr_swgl_build.rs,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|Work around an internal compiler error on i386 when optimization is enabled:
|
|  cargo:warning=In file included from src/gl.cc:2637:0:
|  cargo:warning=src/rasterize.h: In function 'void draw_quad_spans(int, Point2D*, uint32_t, glsl::Interpolants*, Texture&, Texture&, const ClipRect&) [with P = unsigned char]':
|  cargo:warning=src/rasterize.h:782:20: internal compiler error: in convert_move, at expr.c:231
|  cargo:warning= static inline void draw_quad_spans(int nump, Point2D p[4], uint32_t z,
|  cargo:warning=                    ^~~~~~~~~~~~~~~
|
|
|--- gfx/wr/swgl/build.rs.orig	2021-08-23 14:57:16.000000000 +0000
|+++ gfx/wr/swgl/build.rs
--------------------------
Patching file gfx/wr/swgl/build.rs using Plan A...
Hunk #1 succeeded at 196.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ipc_chromium_src_base_message__pump__libevent.cc,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|Allow older libevent
|
|--- ipc/chromium/src/base/message_pump_libevent.cc.orig	2022-06-16 21:32:07.000000000 +0000
|+++ ipc/chromium/src/base/message_pump_libevent.cc
--------------------------
Patching file ipc/chromium/src/base/message_pump_libevent.cc using Plan A...
Hunk #1 succeeded at 24.
Hunk #2 succeeded at 45.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ipc_chromium_src_base_platform__thread__posix.cc,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|* Support NetBSD
|* Support Solaris (we can't rely on pthread_setname_np so ignore it).
|
|--- ipc/chromium/src/base/platform_thread_posix.cc.orig	2019-03-07 16:53:35.000000000 +0000
|+++ ipc/chromium/src/base/platform_thread_posix.cc
--------------------------
Patching file ipc/chromium/src/base/platform_thread_posix.cc using Plan A...
Hunk #1 succeeded at 12.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-ipc_glue_GeckoChildProcessHost.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-ipc_glue_GeckoChildProcessHost.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ipc_glue_GeckoChildProcessHost.cpp,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|* Support Solaris
|* Fix NetBSD linking
|
|--- ipc/glue/GeckoChildProcessHost.cpp.orig	2022-01-08 15:41:40.900244448 +0000
|+++ ipc/glue/GeckoChildProcessHost.cpp
--------------------------
Patching file ipc/glue/GeckoChildProcessHost.cpp using Plan A...
Hunk #1 succeeded at 4.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-js_src_jit_ProcessExecutableMemory.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-js_src_jit_ProcessExecutableMemory.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-js_src_jit_ProcessExecutableMemory.cpp,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|PaX MPROTECT safety for NetBSD.
|
|--- js/src/jit/ProcessExecutableMemory.cpp.orig	2021-02-11 21:17:13.000000000 +0000
|+++ js/src/jit/ProcessExecutableMemory.cpp
--------------------------
Patching file js/src/jit/ProcessExecutableMemory.cpp using Plan A...
Hunk #1 succeeded at 377 (offset 15 lines).
Hunk #2 succeeded at 431 (offset 15 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-js_src_util_NativeStack.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-js_src_util_NativeStack.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-js_src_util_NativeStack.cpp,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|Support SunOS.
|
|--- js/src/util/NativeStack.cpp.orig	2020-04-03 19:34:51.000000000 +0000
|+++ js/src/util/NativeStack.cpp
--------------------------
Patching file js/src/util/NativeStack.cpp using Plan A...
Hunk #1 succeeded at 17 (offset 4 lines).
Hunk #2 succeeded at 44 (offset 4 lines).
Hunk #3 succeeded at 139 (offset 11 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-js_src_vm_ArrayBufferObject.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-js_src_vm_ArrayBufferObject.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-js_src_vm_ArrayBufferObject.cpp,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|PaX MPROTECT safety for NetBSD.
|
|--- js/src/vm/ArrayBufferObject.cpp.orig	2021-05-20 21:29:34.000000000 +0000
|+++ js/src/vm/ArrayBufferObject.cpp
--------------------------
Patching file js/src/vm/ArrayBufferObject.cpp using Plan A...
Hunk #1 succeeded at 196 (offset 7 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-media_ffvpx_libavutil_arm_bswap.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-media_ffvpx_libavutil_arm_bswap.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-media_ffvpx_libavutil_arm_bswap.h,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|Fix NetBSD aarch64 build.
|
|--- media/ffvpx/libavutil/arm/bswap.h.orig	2019-10-30 17:35:56.000000000 +0000
|+++ media/ffvpx/libavutil/arm/bswap.h
--------------------------
Patching file media/ffvpx/libavutil/arm/bswap.h using Plan A...
Hunk #1 succeeded at 23.
Hunk #2 succeeded at 66.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-media_libcubeb_src_cubeb__alsa.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-media_libcubeb_src_cubeb__alsa.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-media_libcubeb_src_cubeb__alsa.c,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|--- media/libcubeb/src/cubeb_alsa.c.orig	2021-09-04 13:25:19.000000000 +0000
|+++ media/libcubeb/src/cubeb_alsa.c
--------------------------
Patching file media/libcubeb/src/cubeb_alsa.c using Plan A...
Hunk #1 succeeded at 7.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-media_libcubeb_src_cubeb__jack.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-media_libcubeb_src_cubeb__jack.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-media_libcubeb_src_cubeb__jack.cpp,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|* Enable strdup(3) for NetBSD too.
|
|--- media/libcubeb/src/cubeb_jack.cpp.orig	2022-04-28 22:03:04.000000000 +0000
|+++ media/libcubeb/src/cubeb_jack.cpp
--------------------------
Patching file media/libcubeb/src/cubeb_jack.cpp using Plan A...
Hunk #1 succeeded at 8.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-media_libcubeb_src_moz.build
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-media_libcubeb_src_moz.build
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-media_libcubeb_src_moz.build,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|* Add Sun audio support                                                         
|
|--- media/libcubeb/src/moz.build.orig	2022-04-28 22:02:59.000000000 +0000
|+++ media/libcubeb/src/moz.build
--------------------------
Patching file media/libcubeb/src/moz.build using Plan A...
Hunk #1 succeeded at 22.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-media_libpng_pngpriv.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-media_libpng_pngpriv.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-media_libpng_pngpriv.h,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|Fix _POSIX_SOURCE on SunOS.
|
|--- media/libpng/pngpriv.h.orig	2018-06-05 19:47:32.000000000 +0000
|+++ media/libpng/pngpriv.h
--------------------------
Patching file media/libpng/pngpriv.h using Plan A...
Hunk #1 succeeded at 36.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-media_libtheora_lib_info.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-media_libtheora_lib_info.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-media_libtheora_lib_info.c,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|Fix undefined behavior when calling <ctype.h> functions with illegal values.
|
|media/libtheora/lib/info.c:32:8: error: array subscript is of type 'char' [-Werror,-Wchar-subscripts]
|
|https://bugzilla.mozilla.org/show_bug.cgi?id=1642081
|
|--- media/libtheora/lib/info.c.orig	2020-05-07 18:34:12.000000000 +0000
|+++ media/libtheora/lib/info.c
--------------------------
Patching file media/libtheora/lib/info.c using Plan A...
Hunk #1 succeeded at 29.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-modules_fdlibm_src_math__private.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-modules_fdlibm_src_math__private.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-modules_fdlibm_src_math__private.h,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|* Fix PR pkg/56457, build failure on NetBSD/i386.
|  Do not use FreeBSD-specific definition.
|
|--- modules/fdlibm/src/math_private.h.orig	2021-09-27 22:47:42.000000000 +0000
|+++ modules/fdlibm/src/math_private.h
--------------------------
Patching file modules/fdlibm/src/math_private.h using Plan A...
Hunk #1 succeeded at 30.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-mozglue_misc_Uptime.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-mozglue_misc_Uptime.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozglue_misc_Uptime.cpp,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|* Define uptime-related functions for NetBSD too.
|
|--- mozglue/misc/Uptime.cpp.orig	2021-05-20 21:29:40.000000000 +0000
|+++ mozglue/misc/Uptime.cpp
--------------------------
Patching file mozglue/misc/Uptime.cpp using Plan A...
Hunk #1 succeeded at 75 (offset -1 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-nsprpub_pr_src_pthreads_ptsynch.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-nsprpub_pr_src_pthreads_ptsynch.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-nsprpub_pr_src_pthreads_ptsynch.c,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|firefox: Workaround broken pthread_equal() usage
|
|Switch to an internal version of pthread_equal() without sanity checks.
|
|Problems detected on NetBSD 9.99.46.
|
|--- nsprpub/pr/src/pthreads/ptsynch.c.orig	2020-01-17 21:34:42.000000000 +0000
|+++ nsprpub/pr/src/pthreads/ptsynch.c
--------------------------
Patching file nsprpub/pr/src/pthreads/ptsynch.c using Plan A...
Hunk #1 succeeded at 25.
Hunk #2 succeeded at 204.
Hunk #3 succeeded at 232.
Hunk #4 succeeded at 288.
Hunk #5 succeeded at 376.
Hunk #6 succeeded at 589.
Hunk #7 succeeded at 605.
Hunk #8 succeeded at 621.
Hunk #9 succeeded at 653.
Hunk #10 succeeded at 702.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-security_nss_lib_freebl_mpi_mpi.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-security_nss_lib_freebl_mpi_mpi.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-security_nss_lib_freebl_mpi_mpi.c,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|Fix undefined behavior when calling <ctype.h> functions with illegal values.
|
|security/nss/lib/freebl/mpi/mpi.c:4565:15: error: array subscript is of type 'char' [-Werror,-Wchar-subscripts]
|        xch = toupper(ch);
|
|security/nss/lib/freebl/mpi/mpi.c:4611:14: error: array subscript is of type 'char' [-Werror,-Wchar-subscripts]
|        ch = tolower(ch);
|
|https://bugzilla.mozilla.org/show_bug.cgi?id=1642081
|
|--- security/nss/lib/freebl/mpi/mpi.c.orig	2020-05-07 18:35:01.000000000 +0000
|+++ security/nss/lib/freebl/mpi/mpi.c
--------------------------
Patching file security/nss/lib/freebl/mpi/mpi.c using Plan A...
Hunk #1 succeeded at 4661 (offset 101 lines).
Hunk #2 succeeded at 4709 (offset 101 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-third__party_js_cfworker_build.sh
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-third__party_js_cfworker_build.sh
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-third__party_js_cfworker_build.sh,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|shell portability
|
|--- third_party/js/cfworker/build.sh.orig	2022-04-28 22:03:47.000000000 +0000
|+++ third_party/js/cfworker/build.sh
--------------------------
Patching file third_party/js/cfworker/build.sh using Plan A...
Hunk #1 succeeded at 4.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-third__party_libwebrtc_modules_video__capture_linux_device__info__linux.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-third__party_libwebrtc_modules_video__capture_linux_device__info__linux.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-third__party_libwebrtc_modules_video__capture_linux_device__info__linux.cc,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|* Fix buiuld under NetBSD.
|  NetBSD's sys/videoio.h does not have v4l2_capability.device_caps
|  and video capture does not work for me anyway.
|
|--- third_party/libwebrtc/modules/video_capture/linux/device_info_linux.cc.orig	2021-05-20 21:30:20.000000000 +0000
|+++ third_party/libwebrtc/modules/video_capture/linux/device_info_linux.cc
--------------------------
Patching file third_party/libwebrtc/modules/video_capture/linux/device_info_linux.cc using Plan A...
Hunk #1 succeeded at 208 (offset 1 line).
Hunk #2 succeeded at 244 (offset 1 line).
Hunk #3 succeeded at 333 (offset 1 line).
Hunk #4 succeeded at 399 (offset 9 lines).
Hunk #5 succeeded at 400 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-third__party_libwebrtc_system__wrappers_source_cpu__features__linux.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-third__party_libwebrtc_system__wrappers_source_cpu__features__linux.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-third__party_libwebrtc_system__wrappers_source_cpu__features__linux.cc,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|* Fix build under NetBSD at least.
|
|--- third_party/libwebrtc/system_wrappers/source/cpu_features_linux.cc.orig	2022-01-13 19:26:15.000000000 +0000
|+++ third_party/libwebrtc/system_wrappers/source/cpu_features_linux.cc
--------------------------
Patching file third_party/libwebrtc/system_wrappers/source/cpu_features_linux.cc using Plan A...
Hunk #1 succeeded at 8.
Hunk #2 succeeded at 32.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-third__party_wasm2c_wasm2c_wasm-rt-os-unix.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-third__party_wasm2c_wasm2c_wasm-rt-os-unix.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-third__party_wasm2c_wasm2c_wasm-rt-os-unix.c,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|Work with PaX MPROTECT on NetBSD by stating that we will later make this memory
|block executable.
|
|--- third_party/wasm2c/wasm2c/wasm-rt-os-unix.c.orig	2022-07-05 12:21:22.000000000 +0000
|+++ third_party/wasm2c/wasm2c/wasm-rt-os-unix.c
--------------------------
Patching file third_party/wasm2c/wasm2c/wasm-rt-os-unix.c using Plan A...
Hunk #1 succeeded at 48.
Hunk #2 succeeded at 285.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-toolkit_components_terminator_nsTerminator.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-toolkit_components_terminator_nsTerminator.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-toolkit_components_terminator_nsTerminator.cpp,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|* Fix segfault on exit under NetBSD
|
|--- toolkit/components/terminator/nsTerminator.cpp.orig	2022-06-16 21:35:58.000000000 +0000
|+++ toolkit/components/terminator/nsTerminator.cpp
--------------------------
Patching file toolkit/components/terminator/nsTerminator.cpp using Plan A...
Hunk #1 succeeded at 34.
Hunk #2 succeeded at 184.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-toolkit_modules_subprocess_subprocess__shared__unix.js
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-toolkit_modules_subprocess_subprocess__shared__unix.js
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-toolkit_modules_subprocess_subprocess__shared__unix.js,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|Fix broken native messaging on NetBSD and possibly other BSDs too:
|https://bugzilla.mozilla.org/show_bug.cgi?id=1543602
|
|Please remove this patch when the upstream issue is resolved.
|
|--- toolkit/modules/subprocess/subprocess_shared_unix.js.orig	2022-05-20 10:44:23.277253777 +0000
|+++ toolkit/modules/subprocess/subprocess_shared_unix.js
--------------------------
Patching file toolkit/modules/subprocess/subprocess_shared_unix.js using Plan A...
Hunk #1 succeeded at 13.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-toolkit_moz.configure
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-toolkit_moz.configure
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-toolkit_moz.configure,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|* Add Sun audio support and enable for NetBSD and SunOS by default.
|* Enable ALSA for NetBSD too.
|
|--- toolkit/moz.configure.orig	2022-04-28 23:01:47.000000000 +0000
|+++ toolkit/moz.configure
--------------------------
Patching file toolkit/moz.configure using Plan A...
Hunk #1 succeeded at 198.
Hunk #2 succeeded at 220.
Hunk #3 succeeded at 241.
Hunk #4 succeeded at 296.
Hunk #5 succeeded at 327.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-toolkit_mozapps_installer_packager.mk
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-toolkit_mozapps_installer_packager.mk
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-toolkit_mozapps_installer_packager.mk,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|* Symbolic link to lib/firefox/firefox causes 'Couldn't load XPCOM.' error.
|
|--- toolkit/mozapps/installer/packager.mk.orig	2020-01-29 07:05:13.000000000 +0000
|+++ toolkit/mozapps/installer/packager.mk
--------------------------
Patching file toolkit/mozapps/installer/packager.mk using Plan A...
Hunk #1 succeeded at 155 (offset 10 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-widget_gtk_DMABufSurface.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-widget_gtk_DMABufSurface.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-widget_gtk_DMABufSurface.cpp,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|No eventfd on netbsd, fix build
|
|--- widget/gtk/DMABufSurface.cpp.orig	2021-04-08 21:20:12.000000000 +0000
|+++ widget/gtk/DMABufSurface.cpp
--------------------------
Patching file widget/gtk/DMABufSurface.cpp using Plan A...
Hunk #1 succeeded at 18.
Hunk #2 succeeded at 95 (offset -4 lines).
Hunk #3 succeeded at 105 (offset -4 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-xpcom_base_nscore.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-xpcom_base_nscore.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-xpcom_base_nscore.h,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|* Support llvm/clang
|
|--- xpcom/base/nscore.h.orig	2019-03-07 16:53:44.000000000 +0000
|+++ xpcom/base/nscore.h
--------------------------
Patching file xpcom/base/nscore.h using Plan A...
Hunk #1 succeeded at 77 (offset 1 line).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-xpcom_reflect_xptcall_md_unix_moz.build,v 1.1 2022/07/21 23:56:39 nia Exp $
|
|Make NetBSD/sparc64 use the same xptcall bindings as all other sparc64 ports
|
|--- xpcom/reflect/xptcall/md/unix/moz.build.orig	2020-12-03 23:14:25.000000000 +0000
|+++ xpcom/reflect/xptcall/md/unix/moz.build
--------------------------
Patching file xpcom/reflect/xptcall/md/unix/moz.build using Plan A...
Hunk #1 succeeded at 225.
done
===> Creating toolchain wrappers for firefox102-102.11.0
===> Configuring for firefox102-102.11.0
printf '#!/bin/sh\n[ "$*" = "-f" ] && exit 0\nexec /bin/rm $@\n' >  /home/pbulk/build/www/firefox102/work/.cwrapper/bin/rm
chmod +x /home/pbulk/build/www/firefox102/work/.cwrapper/bin/rm
=> Dont include malloc.h on dragonflybsd
=> Fixing libpci soname
=> Fixing absolute paths.
cd /home/pbulk/build/www/firefox102/work/firefox-102.11.0 && autoconf
cd /home/pbulk/build/www/firefox102/work/firefox-102.11.0/js/src && autoconf
cd /home/pbulk/build/www/firefox102/work/firefox-102.11.0 && mkdir ../build
cd /home/pbulk/build/www/firefox102/work/firefox-102.11.0/../build && touch old-configure.vars
mv /home/pbulk/build/www/firefox102/work/dist /home/pbulk/build/www/firefox102/work/firefox-102.11.0/../build
=> Checking for portability problems in extracted files
created virtual environment CPython3.10.11.final.0-64 in 90ms
  creator CPython3Posix(dest=/home/pbulk/build/www/firefox102/work/build/_virtualenvs/build, clear=False, no_vcs_ignore=False, global=False)
  activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator
Using Python 3.10.11 from /opt/pkg/bin/python3.10
Created Python 3 virtualenv
checking for vcs source checkout... no
checking for a shell... /home/pbulk/build/www/firefox102/work/.tools/bin/sh
checking for host system type... x86_64-sun-solaris2.11
checking for target system type... x86_64-sun-solaris2.11
checking whether cross compiling... no
checking for Python 3... /home/pbulk/build/www/firefox102/work/build/_virtualenvs/build/bin/python (3.10.11)
checking for wget... /usr/bin/wget
checking for ccache... not found
checking for the target C compiler... /home/pbulk/build/www/firefox102/work/.cwrapper/bin/gcc
checking whether the target C compiler can be used... yes
checking the target C compiler version... 12.2.0
checking the target C compiler works... yes
checking for the target C++ compiler... /home/pbulk/build/www/firefox102/work/.cwrapper/bin/g++
checking whether the target C++ compiler can be used... yes
checking the target C++ compiler version... 12.2.0
checking the target C++ compiler works... yes
checking for the host C compiler... /home/pbulk/build/www/firefox102/work/.cwrapper/bin/gcc
checking whether the host C compiler can be used... yes
checking the host C compiler version... 12.2.0
checking the host C compiler works... yes
checking for the host C++ compiler... /home/pbulk/build/www/firefox102/work/.cwrapper/bin/g++
checking whether the host C++ compiler can be used... yes
checking the host C++ compiler version... 12.2.0
checking the host C++ compiler works... yes
checking for 64-bit OS... yes
checking for the assembler... /home/pbulk/build/www/firefox102/work/.cwrapper/bin/gcc
checking for ar... /usr/bin/ar
checking for pkg_config... /home/pbulk/build/www/firefox102/work/.tools/bin/pkg-config
checking for pkg-config version... 1.9.5
checking whether pkg-config is pkgconf... yes
checking for strndup... yes
checking for posix_memalign... yes
checking for memalign... yes
checking for malloc_usable_size... no
checking for stdint.h... yes
checking for inttypes.h... yes
checking for malloc.h... yes
checking for alloca.h... yes
checking for sys/byteorder.h... yes
checking for getopt.h... yes
checking for unistd.h... yes
checking for nl_types.h... yes
checking for cpuid.h... yes
checking for fts.h... no
checking for sys/statvfs.h... yes
checking for sys/statfs.h... no
checking for sys/vfs.h... yes
checking for sys/mount.h... yes
checking for sys/quota.h... no
checking for sys/queue.h... yes
checking for sys/types.h... yes
checking for netinet/in.h... yes
checking for byteswap.h... no
checking for memfd_create in sys/mman.h... no
checking for perf_event_open system call... no
checking whether the C compiler supports -Wbitfield-enum-conversion... no
checking whether the C++ compiler supports -Wbitfield-enum-conversion... no
checking whether the C++ compiler supports -Wdeprecated-this-capture... no
checking whether the C compiler supports -Wformat-type-confusion... no
checking whether the C++ compiler supports -Wformat-type-confusion... no
checking whether the C compiler supports -Wshadow-field-in-constructor-modified... no
checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified... no
checking whether the C compiler supports -Wno-error=tautological-type-limit-compare... no
checking whether the C++ compiler supports -Wno-error=tautological-type-limit-compare... no
checking whether the C compiler supports -Wunreachable-code-return... no
checking whether the C++ compiler supports -Wunreachable-code-return... no
checking whether the C compiler supports -Wclass-varargs... no
checking whether the C++ compiler supports -Wclass-varargs... no
checking whether the C++ compiler supports -Wempty-init-stmt... no
checking whether the C compiler supports -Wfloat-overflow-conversion... no
checking whether the C++ compiler supports -Wfloat-overflow-conversion... no
checking whether the C compiler supports -Wfloat-zero-conversion... no
checking whether the C++ compiler supports -Wfloat-zero-conversion... no
checking whether the C compiler supports -Wloop-analysis... no
checking whether the C++ compiler supports -Wloop-analysis... no
checking whether the C compiler supports -Wno-range-loop-analysis... no
checking whether the C++ compiler supports -Wno-range-loop-analysis... no
checking whether the C++ compiler supports -Wc++2a-compat... yes
checking whether the C++ compiler supports -Wcomma... no
checking whether the C compiler supports -Wduplicated-cond... yes
checking whether the C++ compiler supports -Wduplicated-cond... yes
checking whether the C compiler supports -Wenum-compare-conditional... no
checking whether the C++ compiler supports -Wenum-compare-conditional... no
checking whether the C++ compiler supports -Wimplicit-fallthrough... yes
checking whether the C compiler supports -Wstring-conversion... no
checking whether the C++ compiler supports -Wstring-conversion... no
checking whether the C++ compiler supports -Wno-inline-new-delete... no
checking whether the C compiler supports -Wno-error=maybe-uninitialized... yes
checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... yes
checking whether the C compiler supports -Wno-error=deprecated-declarations... yes
checking whether the C++ compiler supports -Wno-error=deprecated-declarations... yes
checking whether the C compiler supports -Wno-error=array-bounds... yes
checking whether the C++ compiler supports -Wno-error=array-bounds... yes
checking whether the C compiler supports -Wno-error=coverage-mismatch... yes
checking whether the C++ compiler supports -Wno-error=coverage-mismatch... yes
checking whether the C compiler supports -Wno-error=backend-plugin... no
checking whether the C++ compiler supports -Wno-error=backend-plugin... no
checking whether the C compiler supports -Wno-error=free-nonheap-object... yes
checking whether the C++ compiler supports -Wno-error=free-nonheap-object... yes
checking whether the C compiler supports -Wno-multistatement-macros... yes
checking whether the C++ compiler supports -Wno-multistatement-macros... yes
checking whether the C compiler supports -Wno-error=return-std-move... no
checking whether the C++ compiler supports -Wno-error=return-std-move... no
checking whether the C compiler supports -Wno-error=class-memaccess... yes
checking whether the C++ compiler supports -Wno-error=class-memaccess... yes
checking whether the C compiler supports -Wno-error=atomic-alignment... no
checking whether the C++ compiler supports -Wno-error=atomic-alignment... no
checking whether the C compiler supports -Wno-error=deprecated-copy... yes
checking whether the C++ compiler supports -Wno-error=deprecated-copy... yes
checking whether the C compiler supports -Wformat... yes
checking whether the C++ compiler supports -Wformat... yes
checking whether the C compiler supports -Wformat-security... no
checking whether the C++ compiler supports -Wformat-security... no
checking whether the C compiler supports -Wformat-overflow=2... yes
checking whether the C++ compiler supports -Wformat-overflow=2... yes
checking whether the C compiler supports -Wno-gnu-zero-variadic-macro-arguments... no
checking whether the C++ compiler supports -Wno-gnu-zero-variadic-macro-arguments... no
checking whether the C compiler supports -Werror=implicit-function-declaration... yes
checking whether the C compiler supports -Wno-psabi... yes
checking whether the C++ compiler supports -Wno-psabi... yes
checking whether the C++ compiler supports -fno-sized-deallocation... yes
checking whether the C++ compiler supports -fno-aligned-new... yes
checking for llvm_profdata... /home/pbulk/build/www/firefox102/work/.buildlink/bin/llvm-profdata
checking for nspr >= 4.32... yes
checking NSPR_CFLAGS... -I/opt/pkg/include/nspr
checking NSPR_LIBS... -L/opt/pkg/lib/nspr -Wl,-R/opt/pkg/lib/nspr -lplds4 -lplc4 -lnspr4 -lpthread -lrt
checking for rustc... /opt/pkg/bin/rustc
checking for cargo... /opt/pkg/bin/cargo
checking rustc version... 1.69.0
checking cargo version... 1.69.0
checking for rust host triplet... 
ERROR: The rust compiler host (x86_64-unknown-illumos) is not suitable for the configure host (x86_64-sun-solaris2.11/x86_64-sun-solaris).

You can solve this by:
* Set your configure host to match the rust compiler host by editing your
mozconfig and adding "ac_add_options --host=x86_64-unknown-illumos".
* Or, install the rust toolchain for x86_64-sun-solaris2.11/x86_64-sun-solaris, if supported, by running
"rustup default stable-x86_64-sun-solaris"

*** Error code 1

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/firefox102