=> Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for palemoon-34.3.0.1/icudt78b.dat.gz => Checksum SHA512 OK for palemoon-34.3.0.1/icudt78b.dat.gz => Checksum BLAKE2s OK for palemoon-34.3.0.1/palemoon.tar.gz => Checksum SHA512 OK for palemoon-34.3.0.1/palemoon.tar.gz => Checksum BLAKE2s OK for palemoon-34.3.0.1/uxp.tar.gz => Checksum SHA512 OK for palemoon-34.3.0.1/uxp.tar.gz ===> Installing dependencies for palemoon-34.3.0.1 ========================================================================== The supported build options for palemoon are: dbus pulseaudio You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.palemoon (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, palemoon-34.3.0.1. Their current value is shown below: * JPEG_DEFAULT = libjpeg-turbo * PYTHON_VERSION_DEFAULT = 313 * SSLBASE = /usr * SSLCERTBUNDLE (not defined) * SSLCERTS = /etc/openssl/certs * SSLDIR = /etc/openssl * SSLKEYS = /etc/openssl/private Based on these variables, the following variables have been set: * JPEGBASE (defined, but empty) * JPEG_TYPE = libjpeg-turbo * PYPACKAGE = python313 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 `/usr/bin/make clean' after the changes. ========================================================================== => Tool dependency python313>=3.13: found python313-3.13.14 => Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.88.1 => Tool dependency mktools-[0-9]*: found mktools-20250213 => Tool dependency autoconf213>=2.13: found autoconf213-2.13nb11 => Tool dependency gmake>=3.81: found gmake-4.4.1 => Tool dependency perl>=5.0: found perl-5.42.2nb4 => Tool dependency pkgconf-[0-9]*: found pkgconf-2.5.1 => Tool dependency zip-[0-9]*: found zip-3.0nb3 => Tool dependency distcc-[0-9]*: found distcc-3.4 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Build dependency x11-links>=1.37: found x11-links-1.37 => Full dependency ffmpeg7>=7.1.3nb1: found ffmpeg7-7.1.4 => Full dependency gtk2+>=2.24.33nb36: found gtk2+-2.24.33nb38 => Full dependency hicolor-icon-theme>=0.9nb1: found hicolor-icon-theme-0.18 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Overriding tools for palemoon-34.3.0.1 ===> Extracting for palemoon-34.3.0.1 ===> Patching for palemoon-34.3.0.1 mv -f /tmp/pkgbuild/www/palemoon/work/uxp/* /tmp/pkgbuild/www/palemoon/work/pale-moon/platform/ => Applying pkgsrc patches for palemoon-34.3.0.1 ===> Creating toolchain wrappers for palemoon-34.3.0.1 ===> Configuring for palemoon-34.3.0.1 => Generating pkg-config file for builtin expat package. /bin/mkdir -p /tmp/pkgbuild/www/palemoon/work/build cd /tmp/pkgbuild/www/palemoon/work/pale-moon && autoconf-2.13 cd /tmp/pkgbuild/www/palemoon/work/pale-moon/palemoon && autoconf-2.13 cd /tmp/pkgbuild/www/palemoon/work/pale-moon/platform/js/src && autoconf-2.13 => Generating pkg-config files for builtin xz package. Creating Python environment Reexecuting in the virtualenv checking for a shell... /tmp/pkgbuild/www/palemoon/work/.tools/bin/sh checking for host system type... aarch64eb-unknown-netbsd11.0 checking for target system type... aarch64eb-unknown-netbsd11.0 checking whether cross compiling... no checking for pkg_config... /tmp/pkgbuild/www/palemoon/work/.tools/bin/pkg-config checking for pkg-config version... 2.5.1 checking for yasm... not found checking for nasm... not found checking for the target C compiler... /tmp/pkgbuild/www/palemoon/work/.cwrapper/bin/gcc checking whether the target C compiler can be used... DEBUG: DEBUG: | %KERNEL "NetBSD" DEBUG: | #elif __OpenBSD__ DEBUG: | %KERNEL "OpenBSD" DEBUG: | #elif __sun__ DEBUG: | %KERNEL "SunOS" DEBUG: | #elif _WIN32 || __CYGWIN__ DEBUG: | %KERNEL "WINNT" DEBUG: | #endif DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ DEBUG: | %ENDIANNESS "little" DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ DEBUG: | %ENDIANNESS "big" DEBUG: | #endif DEBUG: Executing: `/tmp/pkgbuild/www/palemoon/work/.cwrapper/bin/gcc -std=gnu99 -E /tmp/conftest.c3lmp15b.c` DEBUG: COMPILER = gcc DEBUG: VERSION = 12.5.0 DEBUG: STDC_VERSION = 199901L DEBUG: CPU = aarch64 DEBUG: KERNEL = NetBSD DEBUG: ENDIANNESS = big Traceback (most recent call last): File "/tmp/pkgbuild/www/palemoon/work/pale-moon/platform/build/moz.configure/checks.configure", line 52, in wrapped ret = func(*args, **kwargs) File "/tmp/pkgbuild/www/palemoon/work/pale-moon/platform/python/mozbuild/mozbuild/configure/__init__.py", line 951, in wrapped return new_func(*args, **kwargs) File "/tmp/pkgbuild/www/palemoon/work/pale-moon/platform/build/moz.configure/toolchain.configure", line 725, in valid_compiler raise FatalCheckError( ...<4 lines>... host_or_target.endianness)) /tmp/pkgbuild/www/palemoon/work/pale-moon/platform/build/moz.configure/checks.configure._declare_exceptions..FatalCheckError: Target C compiler target endianness (big) does not match --target endianness (little) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmp/pkgbuild/www/palemoon/work/pale-moon/configure.py", line 47, in sys.exit(main(sys.argv)) ~~~~^^^^^^^^^^ File "/tmp/pkgbuild/www/palemoon/work/pale-moon/configure.py", line 39, in main sandbox.run(os.path.join(os.path.dirname(__file__), 'moz.configure')) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/pkgbuild/www/palemoon/work/pale-moon/platform/python/mozbuild/mozbuild/configure/__init__.py", line 376, in run func(*args) ~~~~^^^^^^^ File "/tmp/pkgbuild/www/palemoon/work/pale-moon/platform/python/mozbuild/mozbuild/configure/__init__.py", line 419, in _value_for return self._value_for_depends(obj, need_help_dependency) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/pkgbuild/www/palemoon/work/pale-moon/platform/python/mozbuild/mozbuild/util.py", line 963, in method_call cache[args] = self.func(instance, *args) ~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/tmp/pkgbuild/www/palemoon/work/pale-moon/platform/python/mozbuild/mozbuild/configure/__init__.py", line 429, in _value_for_depends return obj.result ^^^^^^^^^^ File "/tmp/pkgbuild/www/palemoon/work/pale-moon/platform/python/mozbuild/mozbuild/util.py", line 981, in __get__ setattr(instance, name, self.func(instance)) ~~~~~~~~~^^^^^^^^^^ File "/tmp/pkgbuild/www/palemoon/work/pale-moon/platform/python/mozbuild/mozbuild/configure/__init__.py", line 92, in result return self.func(*resolved_args) ~~~~~~~~~^^^^^^^^^^^^^^^^ File "/tmp/pkgbuild/www/palemoon/work/pale-moon/platform/python/mozbuild/mozbuild/configure/__init__.py", line 951, in wrapped return new_func(*args, **kwargs) File "/tmp/pkgbuild/www/palemoon/work/pale-moon/platform/python/mozbuild/mozbuild/configure/__init__.py", line 683, in wrapper ret = template(*args, **kwargs) File "/tmp/pkgbuild/www/palemoon/work/pale-moon/platform/build/moz.configure/checks.configure", line 54, in wrapped error = e.message ^^^^^^^^^ AttributeError: 'FatalCheckError' object has no attribute 'message' *** Error code 1 Stop. make[1]: stopped making "configure" in /usr/pkgsrc/www/palemoon *** Error code 1 Stop. make: stopped making "configure" in /usr/pkgsrc/www/palemoon