+ 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/gtk4-4.8.1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/gtk4-4.8.1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for gtk-4.8.1.tar.xz => Checksum SHA512 OK for gtk-4.8.1.tar.xz ===> Installing dependencies for gtk4-4.8.1 ========================================================================== The supported build options for gtk4 are: cups debug x11 The currently selected options are: cups x11 You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.gtk4 (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, gtk4-4.8.1. Their current value is shown below: * JPEG_DEFAULT = jpeg * KRB5_DEFAULT = mit-krb5 * PYTHON_VERSION_DEFAULT = 310 Based on these variables, the following variables have been set: * JPEGBASE (defined, but empty) * JPEG_TYPE = jpeg * KRB5BASE (defined, but empty) * KRB5_TYPE = mit-krb5 * 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 py310-gobject3-[0-9]*: found py310-gobject3-3.42.0 => Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.72.3 => Tool dependency meson>=0: found meson-0.63.2 => Tool dependency mktools-[0-9]*: found mktools-20220614 => Tool dependency gdbus-codegen-[0-9]*: found gdbus-codegen-2.72.3 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.8.0 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency xorgproto>=2016.1: found xorgproto-2022.2 => Build dependency xcb-proto>=1.4: found xcb-proto-1.15.2 => Full dependency libXinerama>=1.0.1: found libXinerama-1.1.4 => Full dependency libX11>=1.5: found libX11-1.8.1 => Full dependency libXext>=1.1: found libXext-1.3.4 => Full dependency libXrandr>=1.1.2: found libXrandr-1.5.2 => Full dependency libXrender>=0.9.2: found libXrender-0.9.10nb1 => Full dependency libXi>=1.0.0: found libXi-1.8 => Full dependency libXfixes>=4.0.1: found libXfixes-6.0.0 => Full dependency libXcursor>=1.1.1: found libXcursor-1.2.1 => Full dependency libXdamage>=1.0.3: found libXdamage-1.1.5 => Full dependency libXcomposite>=0.3.1: found libXcomposite-0.4.5 => Full dependency libcups>=2.3.3op2nb3: found libcups-2.4.2nb1 => Full dependency glib2>=2.70.2: found glib2-2.72.3 => Full dependency gobject-introspection>=1.68.0: found gobject-introspection-1.70.0nb2 => Full dependency pango>=1.48.10: found pango-1.50.8 => Full dependency cairo>=1.16.0nb2: found cairo-1.16.0nb7 => Full dependency cairo-gobject>=1.16.0nb5: found cairo-gobject-1.16.0nb6 => Full dependency gdk-pixbuf2>=2.42.6: found gdk-pixbuf2-2.42.9 => Full dependency graphene>=1.10.2: found graphene-1.10.8 => Full dependency hicolor-icon-theme>=0.9nb1: found hicolor-icon-theme-0.17nb1 => Full dependency libepoxy>=1.2: found libepoxy-1.5.9 => Full dependency gst-plugins1-bad>=1.18.5: found gst-plugins1-bad-1.20.3 => Full dependency iso-codes>=0.50: found iso-codes-4.11.0 => Full dependency python310>=3.10: found python310-3.10.7 ===> Overriding tools for gtk4-4.8.1 ===> Extracting for gtk4-4.8.1 ===> Patching for gtk4-4.8.1 => Applying pkgsrc patches for gtk4-4.8.1 => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/gtk4/patches/patch-demos_gtk-demo_gtkgears.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/gtk4/patches/patch-demos_gtk-demo_gtkgears.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-demos_gtk-demo_gtkgears.c,v 1.1 2022/08/14 21:05:32 tnn Exp $ | |Don't clash with builtin sincos(3). |Needed because we disabled the sincos(3) test in meson.build. | |--- demos/gtk-demo/gtkgears.c.orig 2022-07-02 18:38:25.000000000 +0000 |+++ demos/gtk-demo/gtkgears.c -------------------------- Patching file demos/gtk-demo/gtkgears.c using Plan A... Hunk #1 succeeded at 48. Hunk #2 succeeded at 305 (offset 1 line). Hunk #3 succeeded at 518 (offset 1 line). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/gtk4/patches/patch-meson.build => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/gtk4/patches/patch-meson.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-meson.build,v 1.3 2022/07/29 16:08:20 wiz Exp $ | |sincos and sincosf detection is broken |https://gitlab.gnome.org/GNOME/gtk/-/issues/5070 | |--- meson.build.orig 2022-07-02 18:38:25.000000000 +0000 |+++ meson.build -------------------------- Patching file meson.build using Plan A... Hunk #1 succeeded at 198 (offset 1 line). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/gtk4/patches/patch-tests_gtkgears.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/gtk4/patches/patch-tests_gtkgears.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-tests_gtkgears.c,v 1.1 2022/08/15 00:01:41 tnn Exp $ | |Don't clash with builtin sincos(3). |Needed because we disabled the sincos(3) test in meson.build. | |--- tests/gtkgears.c.orig 2022-07-02 18:38:25.000000000 +0000 |+++ tests/gtkgears.c -------------------------- Patching file tests/gtkgears.c using Plan A... Hunk #1 succeeded at 48. Hunk #2 succeeded at 304. Hunk #3 succeeded at 517. done ===> Creating toolchain wrappers for gtk4-4.8.1 ===> Configuring for gtk4-4.8.1 => Checking for portability problems in extracted files cd /home/pbulk/build/x11/gtk4/work/gtk-4.8.1 && cd . && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS=-lpthread\ -lrt PTHREADBASE=/usr CMAKE=false DL_CFLAGS= DL_LDFLAGS= DL_LIBS= GI_SCANNER_DISABLE_CACHE=yes PYTHON=/opt/pkg/bin/python3.10 CC=gcc CFLAGS=-pipe\ -fno-aggressive-loop-optimizations\ -D_FORTIFY_SOURCE=2\ -I/opt/pkg/include\ -I/usr/include/kerberosv5\ -I/usr/include/gssapi\ -I/usr/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/opt/pkg/include/freetype2\ -I/opt/pkg/include/harfbuzz\ -I/opt/pkg/include/libdrm\ -I/opt/pkg/include/python3.10 CPPFLAGS=-I/opt/pkg/include\ -I/usr/include/kerberosv5\ -I/usr/include/gssapi\ -I/usr/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/opt/pkg/include/freetype2\ -I/opt/pkg/include/harfbuzz\ -I/opt/pkg/include/libdrm\ -I/opt/pkg/include/python3.10 CXX=g++ CXXFLAGS=-pipe\ -fno-aggressive-loop-optimizations\ -D_FORTIFY_SOURCE=2\ -I/opt/pkg/include\ -I/usr/include/kerberosv5\ -I/usr/include/gssapi\ -I/usr/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/opt/pkg/include/freetype2\ -I/opt/pkg/include/harfbuzz\ -I/opt/pkg/include/libdrm\ -I/opt/pkg/include/python3.10 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=-L/opt/pkg/lib\ -Wl,-R/opt/pkg/lib\ -L/usr/lib\ -lkrb5\ -lgss\ -L/usr/lib/amd64\ -Wl,-R/usr/lib/amd64\ -liconv\ -lintl LINKER_RPATH_FLAG=-R PATH=/home/pbulk/build/x11/gtk4/work/.cwrapper/bin:/home/pbulk/build/x11/gtk4/work/.buildlink/bin:/home/pbulk/build/x11/gtk4/work/.gcc/bin:/home/pbulk/build/x11/gtk4/work/.tools/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/x11/gtk4/work/.home KRB5_CONFIG=/home/pbulk/build/x11/gtk4/work/.buildlink/bin/krb5-config CWRAPPERS_CONFIG_DIR=/home/pbulk/build/x11/gtk4/work/.cwrapper/config CPP=cpp LOCALBASE=/opt/pkg X11BASE=/opt/pkg PKGMANDIR=share/man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/opt/pkg/bin/bsdinstall\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL_MAN=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL=/opt/pkg/bin/bsdinstall BSD_INSTALL_PROGRAM_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_MAN_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_GAME=/opt/pkg/bin/bsdinstall\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 2555 BSD_INSTALL_GAME_DATA=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 664 BSD_INSTALL_GAME_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 775 INSTALL_INFO= MAKEINFO=/home/pbulk/build/x11/gtk4/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/home/pbulk/build/x11/gtk4/work/.tools/bin/itstool GDBUS_CODEGEN=/home/pbulk/build/x11/gtk4/work/.tools/bin/gdbus-codegen PKG_CONFIG=/home/pbulk/build/x11/gtk4/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/home/pbulk/build/x11/gtk4/work/.buildlink/lib/amd64/pkgconfig:/home/pbulk/build/x11/gtk4/work/.buildlink/lib/pkgconfig:/home/pbulk/build/x11/gtk4/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/home/pbulk/build/x11/gtk4/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/home/pbulk/build/x11/gtk4/work/.cwrapper/config meson --prefix /opt/pkg --libdir lib --libexecdir libexec --mandir share/man --sysconfdir /etc/opt/pkg --buildtype=plain -Dwayland-backend=false -Dmacos-backend=false -Dx11-backend=true -Dprint-cups=enabled -Ddebug=false -Dgtk_doc=false -Dmedia-gstreamer=disabled . output Traceback (most recent call last): File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/mesonmain.py", line 153, in run return options.run_func(options) File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/msetup.py", line 303, in run app.generate() File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/msetup.py", line 186, in generate self._generate(env) File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/msetup.py", line 230, in _generate intr.run() File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/interpreter/interpreter.py", line 2826, in run super().run() File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/interpreterbase/interpreterbase.py", line 149, in run self.evaluate_codeblock(self.ast, start=1) File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/interpreterbase/interpreterbase.py", line 174, in evaluate_codeblock raise e File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/interpreterbase/interpreterbase.py", line 167, in evaluate_codeblock self.evaluate_statement(cur) File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/interpreterbase/interpreterbase.py", line 182, in evaluate_statement self.assignment(cur) File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/interpreterbase/interpreterbase.py", line 574, in assignment value = self.evaluate_statement(node.value) File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/interpreterbase/interpreterbase.py", line 184, in evaluate_statement return self.method_call(cur) File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/interpreterbase/interpreterbase.py", line 490, in method_call res = obj.method_call(method_name, args, kwargs) File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/interpreterbase/baseobjects.py", line 92, in method_call return method(args, kwargs) File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/interpreterbase/decorators.py", line 672, in wrapped return f(*wrapped_args, **wrapped_kwargs) File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/interpreterbase/decorators.py", line 277, in wrapper return f(*nargs, **wrapped_kwargs) File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/interpreterbase/decorators.py", line 580, in wrapper return f(*wrapped_args, **wrapped_kwargs) File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/interpreter/compiler.py", line 659, in get_supported_arguments_method if not self._has_argument_impl([arg]): File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/interpreter/compiler.py", line 625, in _has_argument_impl result, cached = test(arguments, self.environment) File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/compilers/mixins/clike.py", line 1292, in has_multi_arguments return self._has_multi_arguments(args, env, 'extern int i;\nint i;\n') File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/compilers/mixins/clike.py", line 1289, in _has_multi_arguments return self.has_arguments(new_args, env, code, mode='compile') File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/compilers/mixins/gnu.py", line 369, in has_arguments with self._build_wrapper(code, env, args, None, mode) as p: File "/opt/pkg/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/compilers/compilers.py", line 1227, in _build_wrapper with self.cached_compile(code, env.coredata, extra_args=args, mode=mode, temp_dir=env.scratch_dir) as r: File "/opt/pkg/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/compilers/compilers.py", line 839, in cached_compile with self.compile(code, extra_args=extra_args, mode=mode, want_output=False, temp_dir=temp_dir) as p: File "/opt/pkg/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/opt/pkg/lib/python3.10/site-packages/mesonbuild/compilers/compilers.py", line 770, in compile with open(srcname, 'w', encoding='utf-8') as ofile: OSError: [Errno 49] Disc quota exceeded: '/home/pbulk/build/x11/gtk4/work/gtk-4.8.1/output/meson-private/tmp821zms5q/testfile.c' WARNING: Recommend using either -Dbuildtype or -Doptimization + -Ddebug. Using both is redundant since they override each other. See: https://mesonbuild.com/Builtin-options.html#build-type-options The Meson build system Version: 0.63.2 Source dir: /home/pbulk/build/x11/gtk4/work/gtk-4.8.1 Build dir: /home/pbulk/build/x11/gtk4/work/gtk-4.8.1/output Build type: native build Project name: gtk Project version: 4.8.1 C compiler for the host machine: gcc (gcc 10.3.0 "gcc (GCC) 10.3.0") C linker for the host machine: gcc ld.solaris 5.11-1.1781 (illumos) Host machine cpu family: x86_64 Host machine cpu: x86_64 Has header "crt/externs.h" : NO Has header "dev/evdev/input.h" : NO Has header "dlfcn.h" : YES Has header "ftw.h" : YES Has header "inttypes.h" : YES Has header "linux/input.h" : NO Has header "linux/memfd.h" : NO Has header "locale.h" : YES Has header "memory.h" : YES Has header "stdint.h" : YES Has header "stdlib.h" : YES Has header "strings.h" : YES Has header "string.h" : YES Has header "sys/mman.h" : YES Has header "sys/param.h" : YES Has header "sys/stat.h" : YES Has header "sys/sysinfo.h" : YES Has header "sys/systeminfo.h" : YES Has header "sys/time.h" : YES Has header "sys/types.h" : YES Has header "unistd.h" : YES Has header "gio/gdesktopappinfo.h" : YES Library m found: YES Checking for function "dcgettext" with dependency -lm: YES Checking for function "getpagesize" with dependency -lm: YES Checking for function "getresuid" with dependency -lm: NO Checking for function "lstat" with dependency -lm: YES Checking for function "memfd_create" with dependency -lm: NO Checking for function "mmap" with dependency -lm: YES Checking for function "posix_fallocate" with dependency -lm: YES Checking for function "_lock_file" with dependency -lm: NO Checking for function "flockfile" with dependency -lm: YES Checking for function "mkstemp" with dependency -lm: YES Checking for function "mallinfo2" with dependency -lm: NO Checking if "sigsetjmp" : links: YES Checking if "__uint128_t available" compiles: YES Checking for function "mlock" : YES Checking for function "madvise" : YES Compiler for C supports arguments -fno-strict-aliasing: YES Compiler for C supports arguments -Wno-c++11-extensions: NO Compiler for C supports arguments -Wno-missing-include-dirs: YES Compiler for C supports arguments -Wno-typedef-redefinition: NO Compiler for C supports arguments -Wduplicated-branches: YES Compiler for C supports arguments -Wduplicated-cond: YES Compiler for C supports arguments -Wformat=2: YES ERROR: Unhandled python exception Disc quota exceeded - (49, 'Disc quota exceeded') this is probably not a Meson bug. *** Error code 49 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/gtk4 *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/gtk4