+ 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=27 WRKLOG=/tmp/bulklog/seamonkey-2.53.13nb5/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=27 WRKLOG=/tmp/bulklog/seamonkey-2.53.13nb5/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for seamonkey-2.53.13.source.tar.xz
=> Checksum SHA512 OK for seamonkey-2.53.13.source.tar.xz
===> Installing dependencies for seamonkey-2.53.13nb5
==========================================================================
The supported build options for seamonkey are:

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

The currently selected options are:

	dbus

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

	PKG_OPTIONS.seamonkey (not defined)

==========================================================================
==========================================================================
The following variables will affect the build process of this package,
seamonkey-2.53.13nb5.  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 = python27

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 glib2-tools-[0-9]*: found glib2-tools-2.74.4
=> Tool dependency py27-expat-[0-9]*: found py27-expat-2.7.18nb1
=> Tool dependency python27>=2.7: found python27-2.7.18nb10
=> Tool dependency python310-[0-9]*: found python310-3.10.9
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency autoconf213>=2.13: found autoconf213-2.13nb11
=> Tool dependency gmake>=3.81: found gmake-4.4
=> Tool dependency pax>=20040802: found pax-20210219
=> Tool dependency perl>=5.0: found perl-5.36.0
=> Tool dependency pkgconf-[0-9]*: found pkgconf-1.8.0
=> 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 nasm>=2.13: found nasm-2.15.05nb2
=> Build dependency yasm>=1.1: found yasm-1.3.0
=> Build dependency xorgproto>=2016.1: found xorgproto-2022.2
=> Build dependency xcb-proto>=1.4: found xcb-proto-1.15.2nb1
=> Build dependency clang>=15.0.5nb1: found clang-15.0.6nb1
=> Build dependency rust>=1.60.0nb1: found rust-1.64.0
=> Full dependency dbus-glib>=0.112: found dbus-glib-0.112nb1
=> Full dependency libffi>=3.4.2nb3: found libffi-3.4.4
=> Full dependency zlib>=1.2.3: found zlib-1.2.13
=> Full dependency bzip2>=1.0.3: found bzip2-1.0.8
=> Full dependency libevent>=2.1.11nb1: found libevent-2.1.12
=> Full dependency nspr>=4.34nb1: found nspr-4.35
=> Full dependency icu>=72.1: found icu-72.1
=> Full dependency nss>=3.80nb1: found nss-3.87
=> Full dependency libwebp>=0.6.0: found libwebp-1.2.4nb1
=> Full dependency MesaLib>=20.0.1nb1: found MesaLib-21.3.9nb1
=> Full dependency libIDL>=0.8.14nb5: found libIDL-0.8.14nb6
=> Full dependency ffmpeg4>=4.4.2nb5: found ffmpeg4-4.4.3nb3
=> Full dependency libXt>=1.0.0: found libXt-1.2.1
=> Full dependency pixman>=0.40.0nb3: found pixman-0.42.2
=> Full dependency gtk3+>=3.24.36nb1: found gtk3+-3.24.36nb1
=> Full dependency hicolor-icon-theme>=0.9nb1: found hicolor-icon-theme-0.17nb1
===> Overriding tools for seamonkey-2.53.13nb5
===> Extracting for seamonkey-2.53.13nb5
/bin/cp /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/files/cubeb_sun.c /home/pbulk/build/www/seamonkey/work/seamonkey-2.53.13//media/libcubeb/src
===> Patching for seamonkey-2.53.13nb5
=> Applying pkgsrc patches for seamonkey-2.53.13nb5
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-build_moz.configure_rust.configure
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/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 2021/02/08 12:26:20 ryoon Exp $
|
|--- build/moz.configure/rust.configure.orig	2020-12-22 11:42:29.000000000 +0000
|+++ build/moz.configure/rust.configure
--------------------------
Patching file build/moz.configure/rust.configure using Plan A...
Hunk #1 succeeded at 264 (offset 41 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-dom_indexedDB_IDBTransaction.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-dom_indexedDB_IDBTransaction.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-dom_indexedDB_IDBTransaction.h,v 1.1 2021/06/02 15:39:55 wiz Exp $
|
|This is mostly a hack, but something else defines CLEANUP to ''
|which breaks compilation.
|
|--- dom/indexedDB/IDBTransaction.h.orig	2020-02-17 23:37:49.000000000 +0000
|+++ dom/indexedDB/IDBTransaction.h
--------------------------
Patching file dom/indexedDB/IDBTransaction.h using Plan A...
Hunk #1 succeeded at 43.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-fac963c3bc00
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-fac963c3bc00
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-fac963c3bc00,v 1.1 2022/11/01 04:22:19 dholland Exp $
|
|Upstream patch to build against current rust.
|
|From https://hg.mozilla.org/mozilla-central/rev/fac963c3bc00, with
|non-material bits that don't apply removed, and converted from -p1 to
|-p0.
|
|Note: this patch patches multiple files, but should go away with the
|next update.
|
|
|diff --git third_party/rust/packed_simd/src/api.rs third_party/rust/packed_simd/src/api.rs
|--- third_party/rust/packed_simd/src/api.rs
|+++ third_party/rust/packed_simd/src/api.rs
--------------------------
Patching file third_party/rust/packed_simd/src/api.rs using Plan A...
Hunk #1 succeeded at 1.
Hunk #2 succeeded at 32.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen.rs third_party/rust/packed_simd/src/codegen.rs
|--- third_party/rust/packed_simd/src/codegen.rs
|+++ third_party/rust/packed_simd/src/codegen.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen.rs using Plan A...
Hunk #1 succeeded at 1.
Hunk #2 succeeded at 30.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/bit_manip.rs third_party/rust/packed_simd/src/codegen/bit_manip.rs
|--- third_party/rust/packed_simd/src/codegen/bit_manip.rs
|+++ third_party/rust/packed_simd/src/codegen/bit_manip.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/bit_manip.rs using Plan A...
Hunk #1 succeeded at 1.
Hunk #2 succeeded at 142.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/llvm.rs third_party/rust/packed_simd/src/codegen/llvm.rs
|--- third_party/rust/packed_simd/src/codegen/llvm.rs
|+++ third_party/rust/packed_simd/src/codegen/llvm.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/llvm.rs using Plan A...
Hunk #1 succeeded at 71.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/math.rs third_party/rust/packed_simd/src/codegen/math.rs
|--- third_party/rust/packed_simd/src/codegen/math.rs
|+++ third_party/rust/packed_simd/src/codegen/math.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/math.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/math/float.rs third_party/rust/packed_simd/src/codegen/math/float.rs
|--- third_party/rust/packed_simd/src/codegen/math/float.rs
|+++ third_party/rust/packed_simd/src/codegen/math/float.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/math/float.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/math/float/abs.rs third_party/rust/packed_simd/src/codegen/math/float/abs.rs
|--- third_party/rust/packed_simd/src/codegen/math/float/abs.rs
|+++ third_party/rust/packed_simd/src/codegen/math/float/abs.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/math/float/abs.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/math/float/cos.rs third_party/rust/packed_simd/src/codegen/math/float/cos.rs
|--- third_party/rust/packed_simd/src/codegen/math/float/cos.rs
|+++ third_party/rust/packed_simd/src/codegen/math/float/cos.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/math/float/cos.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/math/float/cos_pi.rs third_party/rust/packed_simd/src/codegen/math/float/cos_pi.rs
|--- third_party/rust/packed_simd/src/codegen/math/float/cos_pi.rs
|+++ third_party/rust/packed_simd/src/codegen/math/float/cos_pi.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/math/float/cos_pi.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/math/float/exp.rs third_party/rust/packed_simd/src/codegen/math/float/exp.rs
|--- third_party/rust/packed_simd/src/codegen/math/float/exp.rs
|+++ third_party/rust/packed_simd/src/codegen/math/float/exp.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/math/float/exp.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/math/float/ln.rs third_party/rust/packed_simd/src/codegen/math/float/ln.rs
|--- third_party/rust/packed_simd/src/codegen/math/float/ln.rs
|+++ third_party/rust/packed_simd/src/codegen/math/float/ln.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/math/float/ln.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/math/float/mul_add.rs third_party/rust/packed_simd/src/codegen/math/float/mul_add.rs
|--- third_party/rust/packed_simd/src/codegen/math/float/mul_add.rs
|+++ third_party/rust/packed_simd/src/codegen/math/float/mul_add.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/math/float/mul_add.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/math/float/mul_adde.rs third_party/rust/packed_simd/src/codegen/math/float/mul_adde.rs
|--- third_party/rust/packed_simd/src/codegen/math/float/mul_adde.rs
|+++ third_party/rust/packed_simd/src/codegen/math/float/mul_adde.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/math/float/mul_adde.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/math/float/powf.rs third_party/rust/packed_simd/src/codegen/math/float/powf.rs
|--- third_party/rust/packed_simd/src/codegen/math/float/powf.rs
|+++ third_party/rust/packed_simd/src/codegen/math/float/powf.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/math/float/powf.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/math/float/sin.rs third_party/rust/packed_simd/src/codegen/math/float/sin.rs
|--- third_party/rust/packed_simd/src/codegen/math/float/sin.rs
|+++ third_party/rust/packed_simd/src/codegen/math/float/sin.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/math/float/sin.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/math/float/sin_cos_pi.rs third_party/rust/packed_simd/src/codegen/math/float/sin_cos_pi.rs
|--- third_party/rust/packed_simd/src/codegen/math/float/sin_cos_pi.rs
|+++ third_party/rust/packed_simd/src/codegen/math/float/sin_cos_pi.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/math/float/sin_cos_pi.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/math/float/sin_pi.rs third_party/rust/packed_simd/src/codegen/math/float/sin_pi.rs
|--- third_party/rust/packed_simd/src/codegen/math/float/sin_pi.rs
|+++ third_party/rust/packed_simd/src/codegen/math/float/sin_pi.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/math/float/sin_pi.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/math/float/sqrt.rs third_party/rust/packed_simd/src/codegen/math/float/sqrt.rs
|--- third_party/rust/packed_simd/src/codegen/math/float/sqrt.rs
|+++ third_party/rust/packed_simd/src/codegen/math/float/sqrt.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/math/float/sqrt.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/math/float/sqrte.rs third_party/rust/packed_simd/src/codegen/math/float/sqrte.rs
|--- third_party/rust/packed_simd/src/codegen/math/float/sqrte.rs
|+++ third_party/rust/packed_simd/src/codegen/math/float/sqrte.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/math/float/sqrte.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/pointer_sized_int.rs third_party/rust/packed_simd/src/codegen/pointer_sized_int.rs
|--- third_party/rust/packed_simd/src/codegen/pointer_sized_int.rs
|+++ third_party/rust/packed_simd/src/codegen/pointer_sized_int.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/pointer_sized_int.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/reductions.rs third_party/rust/packed_simd/src/codegen/reductions.rs
|--- third_party/rust/packed_simd/src/codegen/reductions.rs
|+++ third_party/rust/packed_simd/src/codegen/reductions.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/reductions.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/reductions/mask.rs third_party/rust/packed_simd/src/codegen/reductions/mask.rs
|--- third_party/rust/packed_simd/src/codegen/reductions/mask.rs
|+++ third_party/rust/packed_simd/src/codegen/reductions/mask.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/reductions/mask.rs using Plan A...
Hunk #1 succeeded at 2.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/swap_bytes.rs third_party/rust/packed_simd/src/codegen/swap_bytes.rs
|--- third_party/rust/packed_simd/src/codegen/swap_bytes.rs
|+++ third_party/rust/packed_simd/src/codegen/swap_bytes.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/swap_bytes.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/codegen/vPtr.rs third_party/rust/packed_simd/src/codegen/vPtr.rs
|--- third_party/rust/packed_simd/src/codegen/vPtr.rs
|+++ third_party/rust/packed_simd/src/codegen/vPtr.rs
--------------------------
Patching file third_party/rust/packed_simd/src/codegen/vPtr.rs using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/lib.rs third_party/rust/packed_simd/src/lib.rs
|--- third_party/rust/packed_simd/src/lib.rs
|+++ third_party/rust/packed_simd/src/lib.rs
--------------------------
Patching file third_party/rust/packed_simd/src/lib.rs using Plan A...
Hunk #1 succeeded at 206.
Hunk #2 succeeded at 327 (offset -10 lines).
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git third_party/rust/packed_simd/src/testing.rs third_party/rust/packed_simd/src/testing.rs
|--- third_party/rust/packed_simd/src/testing.rs
|+++ third_party/rust/packed_simd/src/testing.rs
--------------------------
Patching file third_party/rust/packed_simd/src/testing.rs using Plan A...
Hunk #1 succeeded at 1.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-gfx_angle_checkout_src_compiler_translator_SymbolTable__ESSL__autogen.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-gfx_angle_checkout_src_compiler_translator_SymbolTable__ESSL__autogen.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gfx_angle_checkout_src_compiler_translator_SymbolTable__ESSL__autogen.cpp,v 1.1 2022/09/08 20:27:32 ryoon Exp $
|
|--- gfx/angle/checkout/src/compiler/translator/SymbolTable_ESSL_autogen.cpp.orig	2022-06-08 19:10:28.000000000 +0000
|+++ gfx/angle/checkout/src/compiler/translator/SymbolTable_ESSL_autogen.cpp
--------------------------
Patching file gfx/angle/checkout/src/compiler/translator/SymbolTable_ESSL_autogen.cpp using Plan A...
Hunk #1 succeeded at 11.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-gfx_angle_checkout_src_compiler_translator_SymbolTable__autogen.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-gfx_angle_checkout_src_compiler_translator_SymbolTable__autogen.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-gfx_angle_checkout_src_compiler_translator_SymbolTable__autogen.cpp,v 1.2 2022/09/08 20:27:32 ryoon Exp $
|
|https://bugzilla.mozilla.org/show_bug.cgi?id=1490673
|
|--- gfx/angle/checkout/src/compiler/translator/SymbolTable_autogen.cpp.orig	2022-06-08 19:10:28.000000000 +0000
|+++ gfx/angle/checkout/src/compiler/translator/SymbolTable_autogen.cpp
--------------------------
Patching file gfx/angle/checkout/src/compiler/translator/SymbolTable_autogen.cpp using Plan A...
Hunk #1 succeeded at 11.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-ldap_c-sdk_include_portable.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-ldap_c-sdk_include_portable.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ldap_c-sdk_include_portable.h,v 1.3 2021/02/08 12:26:20 ryoon Exp $
|
|--- comm/ldap/c-sdk/include/portable.h.orig	2020-02-17 23:36:19.000000000 +0000
|+++ comm/ldap/c-sdk/include/portable.h
--------------------------
Patching file comm/ldap/c-sdk/include/portable.h using Plan A...
Hunk #1 succeeded at 122.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mailnews_base_search_src_nsMsgSearchTerm.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mailnews_base_search_src_nsMsgSearchTerm.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mailnews_base_search_src_nsMsgSearchTerm.cpp,v 1.4 2021/02/08 12:26:20 ryoon Exp $
|
|--- comm/mailnews/base/search/src/nsMsgSearchTerm.cpp.orig	2020-02-17 23:36:19.000000000 +0000
|+++ comm/mailnews/base/search/src/nsMsgSearchTerm.cpp
--------------------------
Patching file comm/mailnews/base/search/src/nsMsgSearchTerm.cpp using Plan A...
Hunk #1 succeeded at 207.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_browser_branding_unofficial_locales_en-US_brand.dtd
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_browser_branding_unofficial_locales_en-US_brand.dtd
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_browser_branding_unofficial_locales_en-US_brand.dtd,v 1.2 2021/02/08 12:26:20 ryoon Exp $
|
|--- browser/branding/unofficial/locales/en-US/brand.dtd.orig	2020-02-17 23:37:46.000000000 +0000
|+++ browser/branding/unofficial/locales/en-US/brand.dtd
--------------------------
Patching file browser/branding/unofficial/locales/en-US/brand.dtd using Plan A...
Hunk #1 succeeded at 2.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_dom_base_nsAttrName.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_dom_base_nsAttrName.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_dom_base_nsAttrName.h,v 1.2 2021/02/08 12:26:20 ryoon Exp $
|
|--- dom/base/nsAttrName.h.orig	2020-02-17 23:37:48.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/seamonkey/patches/patch-mozilla_dom_media_CubebUtils.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_dom_media_CubebUtils.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_dom_media_CubebUtils.cpp,v 1.3 2021/02/08 12:26:20 ryoon Exp $
|
|--- dom/media/CubebUtils.cpp.orig	2020-04-01 11:01:50.000000000 +0000
|+++ dom/media/CubebUtils.cpp
--------------------------
Patching file dom/media/CubebUtils.cpp using Plan A...
Hunk #1 succeeded at 134 (offset 41 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_gfx_layers_client_ClientPaintedLayer.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_gfx_layers_client_ClientPaintedLayer.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_gfx_layers_client_ClientPaintedLayer.cpp,v 1.2 2021/02/08 12:26:20 ryoon Exp $
|
|NetBSD has the same limitation on CrossProcessSemaphore
|(non-functioning in NetBSD<9, leaky due to Firefox destroying
|semaphores created across processes in NetBSD>=9)
|
|--- gfx/layers/client/ClientPaintedLayer.cpp.orig	2020-04-01 11:01:50.000000000 +0000
|+++ gfx/layers/client/ClientPaintedLayer.cpp
--------------------------
Patching file gfx/layers/client/ClientPaintedLayer.cpp using Plan A...
Hunk #1 succeeded at 310.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_gfx_skia_skia_src_core_SkCpu.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_gfx_skia_skia_src_core_SkCpu.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_gfx_skia_skia_src_core_SkCpu.cpp,v 1.2 2021/02/08 12:26:20 ryoon Exp $
|
|NetBSD/aarch64 doesn't have <sys/auxv.h>.
|
|--- gfx/skia/skia/src/core/SkCpu.cpp.orig	2020-02-17 23:37:51.000000000 +0000
|+++ gfx/skia/skia/src/core/SkCpu.cpp
--------------------------
Patching file gfx/skia/skia/src/core/SkCpu.cpp using Plan A...
Hunk #1 succeeded at 74.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_ipc_chromium_src_base_lock__impl__posix.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_ipc_chromium_src_base_lock__impl__posix.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_ipc_chromium_src_base_lock__impl__posix.cc,v 1.2 2021/02/08 12:26:20 ryoon Exp $
|
|--- ipc/chromium/src/base/lock_impl_posix.cc.orig	2020-02-17 23:37:52.000000000 +0000
|+++ ipc/chromium/src/base/lock_impl_posix.cc
--------------------------
Patching file ipc/chromium/src/base/lock_impl_posix.cc using Plan A...
Hunk #1 succeeded at 20.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_ipc_chromium_src_base_message__pump__libevent.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_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-mozilla_ipc_chromium_src_base_message__pump__libevent.cc,v 1.6 2021/02/08 12:26:20 ryoon Exp $
|
|--- ipc/chromium/src/base/message_pump_libevent.cc.orig	2020-04-01 11:01:50.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 22.
Hunk #2 succeeded at 42.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_ipc_chromium_src_base_platform__thread__posix.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_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-mozilla_ipc_chromium_src_base_platform__thread__posix.cc,v 1.7 2021/02/08 12:26:20 ryoon Exp $
|
|--- ipc/chromium/src/base/platform_thread_posix.cc.orig	2020-02-17 23:37:52.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/seamonkey/patches/patch-mozilla_ipc_glue_GeckoChildProcessHost.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_ipc_glue_GeckoChildProcessHost.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_ipc_glue_GeckoChildProcessHost.cpp,v 1.14 2021/02/08 12:26:20 ryoon Exp $
|
|--- ipc/glue/GeckoChildProcessHost.cpp.orig	2020-02-17 23:37:52.000000000 +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/seamonkey/patches/patch-mozilla_js_src_gc_Memory.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_js_src_gc_Memory.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_js_src_gc_Memory.cpp,v 1.7 2021/02/08 12:26:20 ryoon Exp $
|
|--- js/src/gc/Memory.cpp.orig	2020-02-17 23:37:52.000000000 +0000
|+++ js/src/gc/Memory.cpp
--------------------------
Patching file js/src/gc/Memory.cpp using Plan A...
Hunk #1 succeeded at 504.
Hunk #2 succeeded at 555.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_js_src_threading_posix_Thread.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_js_src_threading_posix_Thread.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_js_src_threading_posix_Thread.cpp,v 1.2 2021/02/08 12:26:20 ryoon Exp $
|
|--- js/src/threading/posix/Thread.cpp.orig	2020-02-17 23:37:55.000000000 +0000
|+++ js/src/threading/posix/Thread.cpp
--------------------------
Patching file js/src/threading/posix/Thread.cpp using Plan A...
Hunk #1 succeeded at 194 (offset 33 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_media_ffvpx_libavutil_arm_bswap.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_media_ffvpx_libavutil_arm_bswap.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_media_ffvpx_libavutil_arm_bswap.h,v 1.2 2021/02/08 12:26:20 ryoon Exp $
|
|Fix NetBSD aarch64 build.
|
|--- media/ffvpx/libavutil/arm/bswap.h.orig	2020-02-17 23:37:58.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/seamonkey/patches/patch-mozilla_media_libcubeb_src_cubeb.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_media_libcubeb_src_cubeb.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_media_libcubeb_src_cubeb.c,v 1.7 2021/02/08 12:26:20 ryoon Exp $
|
|- Sun Audio support.
|
|--- media/libcubeb/src/cubeb.c.orig	2020-02-17 23:37:58.000000000 +0000
|+++ media/libcubeb/src/cubeb.c
--------------------------
Patching file media/libcubeb/src/cubeb.c using Plan A...
Hunk #1 succeeded at 46.
Hunk #2 succeeded at 146.
Hunk #3 succeeded at 197.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_media_libcubeb_src_cubeb__alsa.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_media_libcubeb_src_cubeb__alsa.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_media_libcubeb_src_cubeb__alsa.c,v 1.13 2021/02/08 12:26:20 ryoon Exp $
|
|- Sun Audio support.
|
|--- media/libcubeb/src/cubeb_alsa.c.orig	2020-04-01 11:01:50.000000000 +0000
|+++ media/libcubeb/src/cubeb_alsa.c
--------------------------
Patching file media/libcubeb/src/cubeb_alsa.c using Plan A...
Hunk #1 succeeded at 7.
Hunk #2 succeeded at 27.
Hunk #3 succeeded at 113.
Hunk #4 succeeded at 293.
Hunk #5 succeeded at 326.
Hunk #6 succeeded at 351.
Hunk #7 succeeded at 395.
Hunk #8 succeeded at 422.
Hunk #9 succeeded at 450.
Hunk #10 succeeded at 463.
Hunk #11 succeeded at 585.
Hunk #12 succeeded at 613.
Hunk #13 succeeded at 622.
Hunk #14 succeeded at 645.
Hunk #15 succeeded at 669.
Hunk #16 succeeded at 680.
Hunk #17 succeeded at 696.
Hunk #18 succeeded at 715.
Hunk #19 succeeded at 727.
Hunk #20 succeeded at 742.
Hunk #21 succeeded at 805.
Hunk #22 succeeded at 871.
Hunk #23 succeeded at 922.
Hunk #24 succeeded at 962.
Hunk #25 succeeded at 1051.
Hunk #26 succeeded at 1064.
Hunk #27 succeeded at 1072.
Hunk #28 succeeded at 1157.
Hunk #29 succeeded at 1203.
Hunk #30 succeeded at 1229.
Hunk #31 succeeded at 1289.
Hunk #32 succeeded at 1332.
Hunk #33 succeeded at 1348.
Hunk #34 succeeded at 1374.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_media_libcubeb_src_moz.build
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_media_libcubeb_src_moz.build
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_media_libcubeb_src_moz.build,v 1.11 2021/02/08 12:26:20 ryoon Exp $
|
|- Sun Audio support.
|
|--- media/libcubeb/src/moz.build.orig	2020-04-01 11:01:50.000000000 +0000
|+++ media/libcubeb/src/moz.build
--------------------------
Patching file media/libcubeb/src/moz.build using Plan A...
Hunk #1 succeeded at 43.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_media_libcubeb_update.sh
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_media_libcubeb_update.sh
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_media_libcubeb_update.sh,v 1.5 2021/02/08 12:26:20 ryoon Exp $
|
|- Sun Audio support.
|
|--- media/libcubeb/update.sh.orig	2020-04-01 11:01:50.000000000 +0000
|+++ media/libcubeb/update.sh
--------------------------
Patching file media/libcubeb/update.sh using Plan A...
Hunk #1 succeeded at 32.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_media_libpng_pngpriv.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_media_libpng_pngpriv.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_media_libpng_pngpriv.h,v 1.5 2021/02/08 12:26:20 ryoon Exp $
|
|--- media/libpng/pngpriv.h.orig	2020-02-17 23:37:58.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/seamonkey/patches/patch-mozilla_netwerk_srtp_src_crypto_hash_hmac.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_netwerk_srtp_src_crypto_hash_hmac.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_netwerk_srtp_src_crypto_hash_hmac.c,v 1.2 2021/02/08 12:26:20 ryoon Exp $
|
|--- netwerk/srtp/src/crypto/hash/hmac.c.orig	2020-02-17 23:38:00.000000000 +0000
|+++ netwerk/srtp/src/crypto/hash/hmac.c
--------------------------
Patching file netwerk/srtp/src/crypto/hash/hmac.c using Plan A...
Hunk #1 succeeded at 55.
Hunk #2 succeeded at 79.
Hunk #3 succeeded at 103.
Hunk #4 succeeded at 252.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_netwerk_srtp_src_crypto_kernel_crypto__kernel.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_netwerk_srtp_src_crypto_kernel_crypto__kernel.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_netwerk_srtp_src_crypto_kernel_crypto__kernel.c,v 1.2 2021/02/08 12:26:20 ryoon Exp $
|
|--- netwerk/srtp/src/crypto/kernel/crypto_kernel.c.orig	2020-02-17 23:38:00.000000000 +0000
|+++ netwerk/srtp/src/crypto/kernel/crypto_kernel.c
--------------------------
Patching file netwerk/srtp/src/crypto/kernel/crypto_kernel.c using Plan A...
Hunk #1 succeeded at 77.
Hunk #2 succeeded at 162.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_old-configure.in
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_old-configure.in
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_old-configure.in,v 1.9 2021/09/16 14:59:32 nia Exp $
|
|--- old-configure.in.orig	2021-08-08 13:02:00.000000000 +0000
|+++ old-configure.in
--------------------------
Patching file old-configure.in using Plan A...
Hunk #1 succeeded at 2043 (offset -382 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_servo_components_style_build__gecko.rs
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_servo_components_style_build__gecko.rs
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_servo_components_style_build__gecko.rs,v 1.2 2021/02/08 12:26:20 ryoon Exp $
|
|--- servo/components/style/build_gecko.rs.orig	2020-02-17 23:38:03.000000000 +0000
|+++ servo/components/style/build_gecko.rs
--------------------------
Patching file servo/components/style/build_gecko.rs using Plan A...
Hunk #1 succeeded at 543 (offset -3 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_other_mod.rs
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_other_mod.rs
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_other_mod.rs,v 1.2 2021/02/08 12:26:20 ryoon Exp $
|
|Support aarch64.
|
|--- third_party/rust/libc/src/unix/bsd/netbsdlike/netbsd/other/mod.rs.orig	2020-02-17 23:39:18.000000000 +0000
|+++ third_party/rust/libc/src/unix/bsd/netbsdlike/netbsd/other/mod.rs
--------------------------
Patching file third_party/rust/libc/src/unix/bsd/netbsdlike/netbsd/other/mod.rs using Plan A...
Hunk #1 succeeded at 1.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_toolkit_components_terminator_nsTerminator.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_toolkit_components_terminator_nsTerminator.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_toolkit_components_terminator_nsTerminator.cpp,v 1.3 2021/02/08 12:26:20 ryoon Exp $
|
|--- toolkit/components/terminator/nsTerminator.cpp.orig	2020-02-17 23:39:41.000000000 +0000
|+++ toolkit/components/terminator/nsTerminator.cpp
--------------------------
Patching file toolkit/components/terminator/nsTerminator.cpp using Plan A...
Hunk #1 succeeded at 36 (offset -2 lines).
Hunk #2 succeeded at 147 (offset -2 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_toolkit_library_moz.build
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_toolkit_library_moz.build
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_toolkit_library_moz.build,v 1.10 2021/02/08 12:26:20 ryoon Exp $
|
|--- toolkit/library/moz.build.orig	2020-04-01 11:01:51.000000000 +0000
|+++ toolkit/library/moz.build
--------------------------
Patching file toolkit/library/moz.build using Plan A...
Hunk #1 succeeded at 243 (offset 17 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_toolkit_moz.configure
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_toolkit_moz.configure
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_toolkit_moz.configure,v 1.5 2021/02/08 12:26:20 ryoon Exp $
|
|--- toolkit/moz.configure.orig	2020-02-17 23:39:43.000000000 +0000
|+++ toolkit/moz.configure
--------------------------
Patching file toolkit/moz.configure using Plan A...
Hunk #1 succeeded at 755 (offset -206 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_toolkit_mozapps_installer_packager.mk
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_toolkit_mozapps_installer_packager.mk
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_toolkit_mozapps_installer_packager.mk,v 1.3 2021/11/30 15:41:24 ryoon Exp $
|
|--- toolkit/mozapps/installer/packager.mk.orig	2021-10-26 16:49:55.000000000 +0000
|+++ toolkit/mozapps/installer/packager.mk
--------------------------
Patching file toolkit/mozapps/installer/packager.mk using Plan A...
Hunk #1 succeeded at 130 (offset 3 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_toolkit_xre_glxtest.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_toolkit_xre_glxtest.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_toolkit_xre_glxtest.cpp,v 1.3 2021/02/08 12:26:20 ryoon Exp $
|
|--- toolkit/xre/glxtest.cpp.orig	2020-02-17 23:39:44.000000000 +0000
|+++ toolkit/xre/glxtest.cpp
--------------------------
Patching file toolkit/xre/glxtest.cpp using Plan A...
Hunk #1 succeeded at 124.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_xpcom_base_nscore.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_xpcom_base_nscore.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_xpcom_base_nscore.h,v 1.4 2021/02/08 12:26:20 ryoon Exp $
|
|--- xpcom/base/nscore.h.orig	2020-02-17 23:39:45.000000000 +0000
|+++ xpcom/base/nscore.h
--------------------------
Patching file xpcom/base/nscore.h using Plan A...
Hunk #1 succeeded at 76.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_xpcom_build_BinaryPath.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_xpcom_build_BinaryPath.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_xpcom_build_BinaryPath.h,v 1.2 2021/02/08 12:26:20 ryoon Exp $
|
|--- xpcom/build/BinaryPath.h.orig	2020-02-17 23:39:45.000000000 +0000
|+++ xpcom/build/BinaryPath.h
--------------------------
Patching file xpcom/build/BinaryPath.h using Plan A...
Hunk #1 succeeded at 22.
Hunk #2 succeeded at 173.
Hunk #3 succeeded at 259.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp,v 1.3 2021/02/08 12:26:20 ryoon Exp $
|
|--- xpcom/reflect/xptcall/md/unix/xptcinvoke_sparc64_netbsd.cpp.orig	2020-05-06 05:38:39.777410609 +0000
|+++ xpcom/reflect/xptcall/md/unix/xptcinvoke_sparc64_netbsd.cpp
--------------------------
(Creating file xpcom/reflect/xptcall/md/unix/xptcinvoke_sparc64_netbsd.cpp...)
Patching file xpcom/reflect/xptcall/md/unix/xptcinvoke_sparc64_netbsd.cpp using Plan A...
Empty context always matches.
Hunk #1 succeeded at 1.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-suite_installer_Makefile.in
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/seamonkey/patches/patch-suite_installer_Makefile.in
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-suite_installer_Makefile.in,v 1.7 2021/02/08 12:26:20 ryoon Exp $
|
|--- comm/suite/installer/Makefile.in.orig	2020-12-22 11:42:59.000000000 +0000
|+++ comm/suite/installer/Makefile.in
--------------------------
Patching file comm/suite/installer/Makefile.in using Plan A...
Hunk #1 succeeded at 11.
done
===> Creating toolchain wrappers for seamonkey-2.53.13nb5
===> Configuring for seamonkey-2.53.13nb5
printf '#!/bin/sh\n[ "$*" = "-f" ] && exit 0\nexec /bin/rm $@\n' >  /home/pbulk/build/www/seamonkey/work/.cwrapper/bin/rm
chmod +x /home/pbulk/build/www/seamonkey/work/.cwrapper/bin/rm
=> Substituting "cksum" in third_party/rust/libc/.cargo-checksum.json third_party/rust/packed_simd/.cargo-checksum.json
=> Fixing absolute paths.
=> Setting PREFIX
cd /home/pbulk/build/www/seamonkey/work/seamonkey-2.53.13 && mkdir /home/pbulk/build/www/seamonkey/work/build
cd /home/pbulk/build/www/seamonkey/work/seamonkey-2.53.13 && /usr/bin/env PTHREAD_CFLAGS=\ -pthread\  PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS=-lpthread\ -lrt PTHREADBASE=/usr BINDGEN_CFLAGS="-isystem/opt/pkg/include/nspr  -isystem/opt/pkg/include/pixman-1" CPP=cpp FREETYPE_CONFIG=/opt/pkg/bin/freetype-config INSTALL_INFO= MAKEINFO=/home/pbulk/build/www/seamonkey/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/home/pbulk/build/www/seamonkey/work/.tools/bin/itstool GDBUS_CODEGEN=/home/pbulk/build/www/seamonkey/work/.tools/bin/gdbus-codegen PKG_CONFIG=/home/pbulk/build/www/seamonkey/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/home/pbulk/build/www/seamonkey/work/.buildlink/lib/amd64/pkgconfig:/home/pbulk/build/www/seamonkey/work/.buildlink/lib/pkgconfig:/home/pbulk/build/www/seamonkey/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/home/pbulk/build/www/seamonkey/work/.pkg-config.log PKG_CONFIG_PATH= MAKE=make LIBGETOPT= CWRAPPERS_CONFIG_DIR=/home/pbulk/build/www/seamonkey/work/.cwrapper/config PYTHON=/opt/pkg/bin/python2.7 PYTHON3=/opt/pkg/bin/python3.10 SHELL=/usr/bin/bash MOZILLA_PKG_NAME=seamonkey CC=gcc CFLAGS=-pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -D_FORTIFY_SOURCE=2\ -I/opt/pkg/include/pixman-1\ -I/opt/pkg/include\ -I/opt/pkg/include/glib-2.0\ -I/opt/pkg/include/gio-unix-2.0\ -I/opt/pkg/lib/glib-2.0/include\ -I/usr/include\ -I/opt/pkg/include/nspr\ -I/opt/pkg/include/libdrm\ -I/opt/pkg/include/ffmpeg4\ -I/opt/pkg/include/freetype2\ -I/opt/pkg/include/harfbuzz CPPFLAGS=-I/opt/pkg/include\ -I/opt/pkg/include/glib-2.0\ -I/opt/pkg/include/gio-unix-2.0\ -I/opt/pkg/lib/glib-2.0/include\ -I/usr/include\ -I/opt/pkg/include/nspr\ -I/opt/pkg/include/libdrm\ -I/opt/pkg/include/ffmpeg4\ -I/opt/pkg/include/freetype2\ -I/opt/pkg/include/harfbuzz CXX=g++ CXXFLAGS=-pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -D_FORTIFY_SOURCE=2\ -I/opt/pkg/include/pixman-1\ -I/opt/pkg/include\ -I/opt/pkg/include/glib-2.0\ -I/opt/pkg/include/gio-unix-2.0\ -I/opt/pkg/lib/glib-2.0/include\ -I/usr/include\ -I/opt/pkg/include/nspr\ -I/opt/pkg/include/libdrm\ -I/opt/pkg/include/ffmpeg4\ -I/opt/pkg/include/freetype2\ -I/opt/pkg/include/harfbuzz COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-Wl,-R/opt/pkg/lib/seamonkey\ -L/opt/pkg/lib\ -Wl,-R/opt/pkg/lib\ -liconv\ -lintl\ -L/usr/lib/amd64\ -Wl,-R/usr/lib/amd64\ -L/opt/pkg/lib/nspr\ -Wl,-R/opt/pkg/lib/nspr\ -L/opt/pkg/lib/nss\ -Wl,-R/opt/pkg/lib/nss\ -L/opt/pkg/lib/ffmpeg4\ -Wl,-R/opt/pkg/lib/ffmpeg4 LINKER_RPATH_FLAG=-R PATH=/home/pbulk/build/www/seamonkey/work/.cwrapper/bin:/home/pbulk/build/www/seamonkey/work/.buildlink/bin:/home/pbulk/build/www/seamonkey/work/.tools/bin:/home/pbulk/build/www/seamonkey/work/.gcc/bin:/opt/pkg/bin:/sbin:/usr/sbin:/usr/bin:/opt/tools/bin:/opt/pkg/bin:/opt/pkg/bin PREFIX=/opt/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/etc/opt/pkg HOME=/home/pbulk/build/www/seamonkey/work/.home CWRAPPERS_CONFIG_DIR=/home/pbulk/build/www/seamonkey/work/.cwrapper/config autoconf-2.13
/usr/bin/sed	-e 's/@MOZ_APP_DISPLAYNAME@/SeaMonkey/g'  -e 's/@MOZ_APP_NAME@/seamonkey/g'  /home/pbulk/build/www/seamonkey/work/seamonkey-2.53.13//toolkit/mozapps/installer/linux/rpm/mozilla.desktop >  /home/pbulk/build/www/seamonkey/work/seamonkey.desktop
=> Checking for portability problems in extracted files
Creating Python environment
New python executable in /home/pbulk/build/www/seamonkey/work/build/_virtualenvs/init/bin/python2.7
Also creating executable in /home/pbulk/build/www/seamonkey/work/build/_virtualenvs/init/bin/python
Installing setuptools, pip, wheel...done.
WARNING: Python.h not found. Install Python development headers.
Error processing command. Ignoring because optional. (optional:setup.py:third_party/python/psutil:build_ext:--inplace)
Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
Reexecuting in the virtualenv
checking for vcs source checkout... no
checking for a shell... /home/pbulk/build/www/seamonkey/work/.tools/bin/sh
checking for host system type... x86_64-sun-solaris2.11
checking for target system type... x86_64-sun-solaris2.11
Determining COMM source information from sourcestamp.txt...
Determining GECKO source information from sourcestamp.txt...
checking whether cross compiling... no
checking for the target C compiler... /home/pbulk/build/www/seamonkey/work/.cwrapper/bin/gcc
checking whether the target C compiler can be used... yes
checking for Python 3... /opt/pkg/bin/python3.10 (3.10.9)
checking for pkg_config... /home/pbulk/build/www/seamonkey/work/.tools/bin/pkg-config
checking for pkg-config version... 1.8.0
checking for yasm... /opt/pkg/bin/yasm
checking yasm version... 1.3.0
checking for nasm... /opt/pkg/bin/nasm
checking nasm version... 2.15.05
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/seamonkey/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/seamonkey/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/seamonkey/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 bindgen cflags... [u'-isystem/opt/pkg/include/nspr', u'-isystem/opt/pkg/include/pixman-1']
checking for the assembler... /home/pbulk/build/www/seamonkey/work/.cwrapper/bin/gcc
checking whether the C compiler supports -fsanitize=fuzzer-no-link... no
checking for ar... /usr/bin/ar
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 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 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 -Wshadow-field-in-constructor-modified... no
checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified... 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 -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 -Wc++1z-compat... yes
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 -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 -Wtautological-overlap-compare... no
checking whether the C++ compiler supports -Wtautological-overlap-compare... no
checking whether the C compiler supports -Wtautological-unsigned-enum-zero-compare... no
checking whether the C++ compiler supports -Wtautological-unsigned-enum-zero-compare... no
checking whether the C compiler supports -Wtautological-unsigned-zero-compare... no
checking whether the C++ compiler supports -Wtautological-unsigned-zero-compare... 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=pessimizing-move... yes
checking whether the C++ compiler supports -Wno-error=pessimizing-move... yes
checking whether the C compiler supports -Wno-error=self-move... no
checking whether the C++ compiler supports -Wno-error=self-move... no
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=free-nonheap-object... yes
checking whether the C++ compiler supports -Wno-error=free-nonheap-object... yes
checking whether the C compiler supports -Wno-error=multistatement-macros... yes
checking whether the C++ compiler supports -Wno-error=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 -Wno-error=unused-but-set-variable... yes
checking whether the C++ compiler supports -Wno-error=unused-but-set-variable... 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 -fno-sized-deallocation... yes
Determining COMM source information from environment...
COMM_SOURCE_REPOSITORY: https://gitlab.com/seamonkey-project/seamonkey-2.53-mozilla
COMM_SOURCE_CHANGESET: 2_53_13_final

Determining GECKO source information from environment...
Determining GECKO source information from .gecko_rev.yml
GECKO_SOURCE_REPOSITORY: https://gitlab.com/seamonkey-project/seamonkey-2.53-comm
GECKO_SOURCE_CHANGESET: 2_53_13_final

checking for libffi > 3.0.9... yes
checking MOZ_FFI_CFLAGS... -I/opt/pkg/include
checking MOZ_FFI_LIBS... -Wl,-R/opt/pkg/lib -L/opt/pkg/lib -lffi
checking for rustc... /opt/pkg/bin/rustc
checking for cargo... /opt/pkg/bin/cargo
checking rustc version... 1.64.0
checking cargo version... 1.64.0
checking for rust target triplet... 
DEBUG: <truncated - see config.log for full output>
DEBUG: | pub extern fn hello() { println!("Hello world"); }
DEBUG: Executing: `/opt/pkg/bin/rustc --crate-type staticlib --target=x86_64-sun-solaris -o /tmp/conftestQw2trc.rlib /tmp/conftestIPRvwO.rs`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | error[E0463]: can't find crate for `std`
DEBUG: |   |
DEBUG: |   = note: the `x86_64-sun-solaris` target may not be installed
DEBUG: |   = help: consider downloading the target with `rustup target add x86_64-sun-solaris`
DEBUG: | 
DEBUG: | error: cannot find macro `println` in this scope
DEBUG: |  --> /tmp/conftestIPRvwO.rs:1:25
DEBUG: |   |
DEBUG: | 1 | pub extern fn hello() { println!("Hello world"); }
DEBUG: |   |                         ^^^^^^^
DEBUG: | 
DEBUG: | error: requires `sized` lang_item
DEBUG: | 
DEBUG: | error: aborting due to 3 previous errors
DEBUG: | 
DEBUG: | For more information about this error, try `rustc --explain E0463`.
ERROR: Cannot compile for x86_64-sun-solaris2.11 with /opt/pkg/bin/rustc
The target may be unsupported, or you may not have
a rust std library for that target installed. Try:

  rustup target add x86_64-sun-solaris

*** Error code 1

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

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