+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/quakeforge-0.7.2nb17/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/quakeforge-0.7.2nb17/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for quakeforge-0.7.2.tar.gz => Checksum SHA512 OK for quakeforge-0.7.2.tar.gz ===> Installing dependencies for quakeforge-0.7.2nb17 ========================================================================== The supported build options for quakeforge are: alsa jack The currently selected options are: alsa You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.quakeforge (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, quakeforge-0.7.2nb17. Their current value is shown below: * PYTHON_VERSION_DEFAULT = 310 * SSLBASE (defined) * SSLCERTBUNDLE (not defined) * SSLCERTS = /usr/pkg/etc/openssl/certs * SSLDIR = /usr/pkg/etc/openssl * SSLKEYS = /usr/pkg/etc/openssl/private Based on these variables, the following variables have been set: * 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 `/usr/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.7nb1 => Tool dependency mktools-[0-9]*: found mktools-20220614 => Tool dependency bison>=1.0: found bison-3.8.2nb1 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => 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.2nb1 => Full dependency alsa-lib>=1.0.18: found alsa-lib-1.2.7.2 => Full dependency python310>=3.10.0: found python310-3.10.8 => Full dependency flac>=1.4.0: found flac-1.4.2 => Full dependency libsamplerate>=0.2.2nb2: found libsamplerate-0.2.2nb2 => Full dependency libvorbis>=1.1.0nb1: found libvorbis-1.3.7 => Full dependency libwildmidi>=0.2.3.4: found libwildmidi-0.4.4 => Full dependency SDL>=1.2.15nb17: found SDL-1.2.15nb40 => Full dependency libXext>=0.99.0: found libXext-1.3.5 => Full dependency libXxf86vm>=1.1.0: found libXxf86vm-1.1.5 => Full dependency zlib>=1.2.3: found zlib-1.2.13 => Full dependency png>=1.6.0nb1: found png-1.6.38 => Full dependency curl>=7.86.0nb1: found curl-7.86.0nb1 => Full dependency libXxf86dga>=1.0.1: found libXxf86dga-1.1.6 ===> Overriding tools for quakeforge-0.7.2nb17 ===> Extracting for quakeforge-0.7.2nb17 ===> Patching for quakeforge-0.7.2nb17 => Applying pkgsrc patches for quakeforge-0.7.2nb17 => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/games/quakeforge/patches/patch-ag => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/games/quakeforge/patches/patch-ag Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ag,v 1.4 2019/07/06 22:53:24 nia Exp $ | |Fix test operator portability. | |Use a symlink for libGL. | |--- configure.orig 2013-01-23 03:11:09.000000000 +0000 |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 19708. Hunk #2 succeeded at 20937. done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/games/quakeforge/patches/patch-include_QF_mathlib.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/games/quakeforge/patches/patch-include_QF_mathlib.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-include_QF_mathlib.h,v 1.5 2019/07/06 22:53:24 nia Exp $ | |Fix inline usage for C99. | |--- include/QF/mathlib.h.orig 2013-01-23 03:10:55.000000000 +0000 |+++ include/QF/mathlib.h -------------------------- Patching file include/QF/mathlib.h using Plan A... Hunk #1 succeeded at 174. Hunk #2 succeeded at 192. done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/games/quakeforge/patches/patch-include_QF_math_vector.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/games/quakeforge/patches/patch-include_QF_math_vector.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-include_QF_math_vector.h,v 1.1 2019/07/06 22:53:24 nia Exp $ | |Fix inline usage for C99. | |--- include/QF/math/vector.h.orig 2013-01-23 03:10:55.000000000 +0000 |+++ include/QF/math/vector.h -------------------------- Patching file include/QF/math/vector.h using Plan A... Hunk #1 succeeded at 183. done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/games/quakeforge/patches/patch-libs_models_gl__skin.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/games/quakeforge/patches/patch-libs_models_gl__skin.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libs_models_gl__skin.c,v 1.1 2019/07/06 22:53:24 nia Exp $ | |Seems to segfault without this. | |From FreeBSD Ports. | |--- libs/models/gl_skin.c.orig 2013-01-23 03:10:55.000000000 +0000 |+++ libs/models/gl_skin.c -------------------------- Patching file libs/models/gl_skin.c using Plan A... Hunk #1 succeeded at 230. done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/games/quakeforge/patches/patch-libs_net_nm_net__udp.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/games/quakeforge/patches/patch-libs_net_nm_net__udp.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libs_net_nm_net__udp.c,v 1.1 2019/07/06 22:53:24 nia Exp $ | |Initialize struct sockaddr_in. | |Don't use IN_PKTINFO on NetBSD. | |--- libs/net/nm/net_udp.c.orig 2013-01-23 03:10:55.000000000 +0000 |+++ libs/net/nm/net_udp.c -------------------------- Patching file libs/net/nm/net_udp.c using Plan A... Hunk #1 succeeded at 335. Hunk #2 succeeded at 343. Hunk #3 succeeded at 471. done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/games/quakeforge/patches/patch-libs_util_plugin.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/games/quakeforge/patches/patch-libs_util_plugin.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libs_util_plugin.c,v 1.1 2019/07/06 22:53:24 nia Exp $ | |Use RTLD_LAZY on NetBSD as well as OpenBSD. | |--- libs/util/plugin.c.orig 2013-01-23 03:10:55.000000000 +0000 |+++ libs/util/plugin.c -------------------------- Patching file libs/util/plugin.c using Plan A... Hunk #1 succeeded at 122. done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/games/quakeforge/patches/patch-qw_source_master.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/games/quakeforge/patches/patch-qw_source_master.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-qw_source_master.c,v 1.2 2019/07/06 22:53:25 nia Exp $ | |Don't use IN_PKTINFO on NetBSD. | |--- qw/source/master.c.orig 2013-01-23 03:10:55.000000000 +0000 |+++ qw/source/master.c -------------------------- Patching file qw/source/master.c using Plan A... Hunk #1 succeeded at 73. done ===> Creating toolchain wrappers for quakeforge-0.7.2nb17 ===> Configuring for quakeforge-0.7.2nb17 => Adjusting sound device path. => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Replacing python interpreter in tools/qfcc/source/qfpreqcc. => Checking for portability problems in extracted files checking for a BSD-compatible install... /bin/install -c -o pbulk -g pbulk checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /home/pbulk/build/games/quakeforge/work/.tools/bin/mkdir -p checking for gawk... /bin/gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU checking for x86_64-redhat-linux-gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/egrep checking for fgrep... /bin/grep -F checking for ld used by cc... /home/pbulk/build/games/quakeforge/work/.cwrapper/bin/ld checking if the linker (/home/pbulk/build/games/quakeforge/work/.cwrapper/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B checking the name lister (/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 2097152 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-redhat-linux-gnu file names to x86_64-redhat-linux-gnu format... func_convert_file_noop checking how to convert x86_64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/pbulk/build/games/quakeforge/work/.cwrapper/bin/ld option to reload object files... -r checking for x86_64-redhat-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-redhat-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-redhat-linux-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-redhat-linux-strip... no checking for strip... strip checking for x86_64-redhat-linux-ranlib... no checking for ranlib... ranlib checking command to parse /bin/nm -B output from cc object... ok checking for sysroot... no checking for x86_64-redhat-linux-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... no checking if cc supports -c -o file.o... /bin/rm: cannot remove 'conftest*': No such file or directory yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/home/pbulk/build/games/quakeforge/work/.cwrapper/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... /bin/rm: cannot remove 'conftest*': No such file or directory no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for an ia32 machine... no checking for underscore prefix in names... no checking for x86_64-redhat-linux-gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking how to run the C preprocessor... cc -E checking whether ln -s works... yes checking for x86_64-redhat-linux-ranlib... ranlib checking dependency style of cc... gcc3 checking pkg-config is at least version 0.9.0... yes checking for bison... /usr/pkg/bin/bison -y checking is bison version >= 2.6... yes checking for flex... no checking for lex... no configure: error: GNU flex is required but was not found *** Error code 1 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/games/quakeforge *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/games/quakeforge