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

	luajit

The currently selected options are:

	luajit

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

	PKG_OPTIONS.solarus (not defined)

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

        * CURSES_DEFAULT = ncurses
        * JPEG_DEFAULT = jpeg
        * 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
        * 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 qt5-qttools-[0-9]*: found qt5-qttools-5.15.12nb1
=> Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.78.4
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency cmake>=3.18: found cmake-3.28.3
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Build dependency xorgproto>=2016.1: found xorgproto-2023.2
=> Build dependency xcb-proto>=1.15.2nb3: found xcb-proto-1.16.0nb1
=> Full dependency LuaJIT2>=2.0.3: found LuaJIT2-2.0.5nb2
=> Full dependency qt5-qtbase>=5.15.11nb4: found qt5-qtbase-5.15.12
=> Full dependency physfs>=2.0.3nb1: found physfs-3.0.2
=> Full dependency libmodplug>=0.8.8.1: found libmodplug-0.8.9.0
=> Full dependency libogg>=1.1.2nb1: found libogg-1.3.5nb1
=> Full dependency libvorbis>=1.1.0nb1: found libvorbis-1.3.7
=> Full dependency openal-soft>=1.5.304: found openal-soft-1.23.1nb3
=> Full dependency SDL2_ttf>=2.22.0nb1: found SDL2_ttf-2.22.0nb1
=> Full dependency SDL2>=2.28.5nb1: found SDL2-2.30.0
=> Full dependency SDL2_image>=2.6.3nb2: found SDL2_image-2.6.3nb2
===> Overriding tools for solarus-1.5.1nb45
===> Extracting for solarus-1.5.1nb45
===> Patching for solarus-1.5.1nb45
===> Creating toolchain wrappers for solarus-1.5.1nb45
===> Configuring for solarus-1.5.1nb45
=> Fixing CMAKE_MODULE_PATH in CMakeLists.txt
INFO: [subst.mk:cmake] Nothing changed in "CMakeLists.txt".
=> Checking for portability problems in extracted files
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is GNU 13.2.0
-- The CXX compiler identification is GNU 13.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/pbulk/build/games/solarus/work/.cwrapper/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/pbulk/build/games/solarus/work/.cwrapper/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Warning (dev) at cmake/AddDefines.cmake:26 (set):
  implicitly converting 'INTEGER' to 'STRING' type.
Call Stack (most recent call first):
  CMakeLists.txt:5 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/AddDefines.cmake:27 (set):
  implicitly converting 'INTEGER' to 'STRING' type.
Call Stack (most recent call first):
  CMakeLists.txt:5 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found SDL2: /opt/pkg/lib/libSDL2main.a;/opt/pkg/lib/libSDL2.so  
-- Found SDL2_image: /opt/pkg/include/SDL2 (found version "2.6.3") 
-- Found SDL2_ttf: /opt/pkg/include/SDL2 (found version "2.22.0") 
-- Found OpenAL: /opt/pkg/lib/libopenal.so  
CMake Warning (dev) at /opt/pkg/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (VORBIS)
  does not match the name of the calling package (Vorbis).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindVorbis.cmake:12 (find_package_handle_standard_args)
  cmake/AddDependencies.cmake:13 (find_package)
  CMakeLists.txt:7 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found VORBIS: /opt/pkg/lib/libvorbis.so  
CMake Warning (dev) at /opt/pkg/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (VORBISFILE)
  does not match the name of the calling package (VorbisFile).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindVorbisFile.cmake:22 (find_package_handle_standard_args)
  cmake/AddDependencies.cmake:14 (find_package)
  CMakeLists.txt:7 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found VORBISFILE: /opt/pkg/include/vorbis  
CMake Warning (dev) at /opt/pkg/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (OGG) does
  not match the name of the calling package (Ogg).  This can lead to problems
  in calling code that expects `find_package` result variables (e.g.,
  `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindOgg.cmake:22 (find_package_handle_standard_args)
  cmake/AddDependencies.cmake:15 (find_package)
  CMakeLists.txt:7 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found OGG: /opt/pkg/include/ogg  
CMake Warning (dev) at /opt/pkg/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (MODPLUG)
  does not match the name of the calling package (ModPlug).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindModPlug.cmake:22 (find_package_handle_standard_args)
  cmake/AddDependencies.cmake:16 (find_package)
  CMakeLists.txt:7 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found MODPLUG: /opt/pkg/include/libmodplug  
-- Found PhysFS: /opt/pkg/lib/libphysfs.so  
-- Found LuaJit: /opt/pkg/lib/libluajit-5.1.a;/usr/lib/64/libm.so (found version "") 
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Configuring done (11.8s)
-- Generating done (0.3s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_MANDIR


-- Build files have been written to: /home/pbulk/build/games/solarus/work/solarus-1.5.1
=> Rewrite cmake Dependencies files