+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/darktable-3.6.1nb6/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/darktable-3.6.1nb6/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for darktable-3.6.1.tar.xz => Checksum SHA512 OK for darktable-3.6.1.tar.xz ===> Installing dependencies for darktable-3.6.1nb6 ========================================================================== The following variables will affect the build process of this package, darktable-3.6.1nb6. Their current value is shown below: * CURSES_DEFAULT = ncurses * JPEG_DEFAULT = jpeg * KRB5_DEFAULT = mit-krb5 * READLINE_DEFAULT = readline * 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: * CURSES_TYPE = ncurses * JPEGBASE (defined, but empty) * JPEG_TYPE = jpeg * KRB5BASE (defined, but empty) * KRB5_TYPE = mit-krb5 * READLINE_TYPE = readline * TERMCAP_TYPE = curses 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.72.3 => Tool dependency mktools-[0-9]*: found mktools-20220614 => Tool dependency intltool>=0.40.0: found intltool-0.51.0nb7 => Tool dependency cmake>=2.8.1nb1: found cmake-3.23.3nb1 => Tool dependency gmake>=3.81: found gmake-4.3nb4 => Tool dependency gettext-tools>=0.15: found gettext-tools-0.21nb3 => Tool dependency perl>=5.0: found perl-5.36.0 => 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 p5-Image-ExifTool-[0-9]*: found p5-Image-ExifTool-12.30nb2 => Full dependency sqlite3>=3.38.2nb1: found sqlite3-3.39.2 => Full dependency GConf>=3.2.3nb13: found GConf-3.2.3nb14 => Full dependency gettext-lib>=0.18: found gettext-lib-0.21 => Full dependency glib2>=2.70.2: found glib2-2.72.3 => Full dependency zlib>=1.2.11: found zlib-1.2.12nb1 => Full dependency libgphoto2>=2.5.27nb2: found libgphoto2-2.5.27nb2 => Full dependency GraphicsMagick>=1.3.37nb2: found GraphicsMagick-1.3.37nb2 => Full dependency libICE>=0.99.1: found libICE-1.0.10 => Full dependency png>=1.6.0nb1: found png-1.6.37nb1 => Full dependency lcms2>=2.2: found lcms2-2.12nb1 => Full dependency exiv2>=0.27: found exiv2-0.27.5 => Full dependency gegl>=0.4.32: found gegl-0.4.38nb1 => Full dependency json-glib>=1.6.2: found json-glib-1.6.2nb2 => Full dependency librsvg>=2.52.8nb1: found librsvg-2.54.4 => Full dependency tiff>=4.0.3nb5: found tiff-4.4.0 => Full dependency jpeg>=9: found jpeg-9e => Full dependency lensfun>=0.3.2nb3: found lensfun-0.3.3nb1 => Full dependency openexr>=3.1: found openexr-3.1.5 => Full dependency openjpeg>=2.1.0: found openjpeg-2.5.0 => Full dependency lua53>=5.3.0<5.4: found lua53-5.3.6 => Full dependency flickcurl>=1.22nb1: found flickcurl-1.26nb24 => Full dependency libsoup>=2.70.0nb7: found libsoup-2.70.0nb7 => Full dependency cups-base>=2.3.3op2nb4: found cups-base-2.4.2nb1 => Full dependency libsecret>=0.20.4nb2: found libsecret-0.20.4nb6 => Full dependency iso-codes>=0.50: found iso-codes-3.77nb1 => Full dependency pugixml>=1.7: found pugixml-1.12.1 => Full dependency curl>=7.84.0nb1: found curl-7.84.0nb2 => Full dependency gtk3+>=3.24.34nb2: found gtk3+-3.24.34nb2 => Full dependency hicolor-icon-theme>=0.9nb1: found hicolor-icon-theme-0.17nb1 ===> Overriding tools for darktable-3.6.1nb6 ===> Extracting for darktable-3.6.1nb6 ===> Patching for darktable-3.6.1nb6 => Applying pkgsrc patches for darktable-3.6.1nb6 => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/darktable/patches/patch-cmake_compiler-warnings.cmake => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/darktable/patches/patch-cmake_compiler-warnings.cmake Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-cmake_compiler-warnings.cmake,v 1.1 2019/03/05 11:19:24 ryoon Exp $ | |* Disable -Wshadow always to fix build | |--- cmake/compiler-warnings.cmake.orig 2018-12-24 09:31:27.000000000 +0000 |+++ cmake/compiler-warnings.cmake -------------------------- Patching file cmake/compiler-warnings.cmake using Plan A... Hunk #1 succeeded at 12. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/darktable/patches/patch-src_CMakeLists.txt => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/darktable/patches/patch-src_CMakeLists.txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_CMakeLists.txt,v 1.11 2021/12/20 20:59:42 nia Exp $ | |Werror with an arbitrary toolchain considered harmful. | |Don't link with the C compiler, CMake's CXXABI detection may insert |C++ libraries into LIBS. | |--- src/CMakeLists.txt.orig 2021-09-10 06:20:12.000000000 +0000 |+++ src/CMakeLists.txt -------------------------- Patching file src/CMakeLists.txt using Plan A... Hunk #1 succeeded at 739. Hunk #2 succeeded at 903. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/darktable/patches/patch-src_common_system__signal__handling.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/darktable/patches/patch-src_common_system__signal__handling.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_common_system__signal__handling.c,v 1.1 2018/06/26 10:49:11 jperkin Exp $ | |Fix build on SunOS. | |--- src/common/system_signal_handling.c.orig 2017-05-28 14:22:21.000000000 +0000 |+++ src/common/system_signal_handling.c -------------------------- Patching file src/common/system_signal_handling.c using Plan A... Hunk #1 succeeded at 70 (offset 1 line). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/darktable/patches/patch-tools_noise_benchmark.sh => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/darktable/patches/patch-tools_noise_benchmark.sh Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-tools_noise_benchmark.sh,v 1.3 2017/07/14 10:10:39 hauke Exp $ | |We bash bashisms. | |--- tools/noise/benchmark.sh.orig 2017-05-28 14:22:21.000000000 +0000 |+++ tools/noise/benchmark.sh -------------------------- Patching file tools/noise/benchmark.sh using Plan A... Hunk #1 succeeded at 14. done ===> Creating toolchain wrappers for darktable-3.6.1nb6 /usr/bin/bash: /home/pbulk/build/graphics/darktable/work/.buildlink/.buildlink_sqlite3_done: Disc quota exceeded *** Error code 1 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/darktable *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/darktable