+ 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/assaultcube-1.2.0.2nb16/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/assaultcube-1.2.0.2nb16/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for AssaultCube_v1.2.0.2.tar.bz2 => Checksum SHA512 OK for AssaultCube_v1.2.0.2.tar.bz2 ===> Installing dependencies for assaultcube-1.2.0.2nb16 ========================================================================== The following variables will affect the build process of this package, assaultcube-1.2.0.2nb16. Their current value is shown below: * JPEG_DEFAULT = jpeg * 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: * JPEGBASE (defined, but empty) * JPEG_TYPE = jpeg 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 mktools-[0-9]*: found mktools-20220614 => Tool dependency gmake>=3.81: found gmake-4.4.1 => Tool dependency pax>=20040802: found pax-20210219 => Tool dependency pkgconf-[0-9]*: found pkgconf-2.1.1 => 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 libvorbis>=1.1.0nb1: found libvorbis-1.3.7 => Full dependency openal-soft>=1.5.304: found openal-soft-1.23.1nb3 => Full dependency gettext-lib>=0.22: found gettext-lib-0.22.5 => Full dependency SDL>=1.2.15nb17: found SDL-1.2.15nb43 => Full dependency MesaLib>=21.3.9nb3: found MesaLib-21.3.9nb4 => Full dependency libX11>=1.1: found libX11-1.8.7 => Full dependency zlib>=1.2.3: found zlib-1.3.1 => Full dependency hicolor-icon-theme>=0.9nb1: found hicolor-icon-theme-0.17nb1 => Full dependency SDL_image>=1.2.12nb6: found SDL_image-1.2.12nb11 => Full dependency enet>=1.3.13: found enet-1.3.17 => Full dependency curl>=8.4.0nb1: found curl-8.6.0 => Full dependency jpeg>=9: found jpeg-9e ===> Overriding tools for assaultcube-1.2.0.2nb16 ===> Extracting for assaultcube-1.2.0.2nb16 ===> Patching for assaultcube-1.2.0.2nb16 => Applying pkgsrc patches for assaultcube-1.2.0.2nb16 => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_Makefile => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_Makefile,v 1.1 2019/06/30 21:44:30 nia Exp $ | |- Do not force a compiler or CXXFLAGS. |- Use LDFLAGS when linking. |- Use libenet from pkgsrc. | |--- source/src/Makefile.orig 2013-11-09 23:12:11.000000000 +0000 |+++ source/src/Makefile -------------------------- Patching file source/src/Makefile using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 18. Hunk #3 succeeded at 85. Hunk #4 succeeded at 152. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_bot_bot__waypoint.cpp => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_bot_bot__waypoint.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_bot_bot__waypoint.cpp,v 1.1 2019/07/05 08:01:31 nia Exp $ | |[PATCH] fix some errors and warnings for GCC 6 | |- do not use std::abs() because math.h includes one, that converts ints | to double. Use own iabs(), which directly uses labs() instead. |- don't use the word "gamma" as name for variables |- don't use a homebrew round() function | |https://github.com/assaultcube/AC/commit/752950989b4e286459ca9aee3d61a868d7b20fa4 | |--- source/src/bot/bot_waypoint.cpp.orig 2013-11-10 18:50:03.000000000 +0000 |+++ source/src/bot/bot_waypoint.cpp -------------------------- Patching file source/src/bot/bot_waypoint.cpp using Plan A... Hunk #1 succeeded at 1221. Hunk #2 succeeded at 1249. Hunk #3 succeeded at 1671. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_command.cpp => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_command.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_command.cpp,v 1.1 2019/07/05 08:01:31 nia Exp $ | |[PATCH] fix some errors and warnings for GCC 6 | |- do not use std::abs() because math.h includes one, that converts ints | to double. Use own iabs(), which directly uses labs() instead. |- don't use the word "gamma" as name for variables |- don't use a homebrew round() function | |https://github.com/assaultcube/AC/commit/752950989b4e286459ca9aee3d61a868d7b20fa4 | |--- source/src/command.cpp.orig 2013-11-09 18:48:58.000000000 +0000 |+++ source/src/command.cpp -------------------------- Patching file source/src/command.cpp using Plan A... Hunk #1 succeeded at 497. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_command.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_command.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_command.h,v 1.1 2019/07/05 08:01:31 nia Exp $ | |[PATCH] fix some errors and warnings for GCC 6 | |- do not use std::abs() because math.h includes one, that converts ints | to double. Use own iabs(), which directly uses labs() instead. |- don't use the word "gamma" as name for variables |- don't use a homebrew round() function | |https://github.com/assaultcube/AC/commit/752950989b4e286459ca9aee3d61a868d7b20fa4 | |--- source/src/command.h.orig 2013-10-22 18:57:19.000000000 +0000 |+++ source/src/command.h -------------------------- Patching file source/src/command.h using Plan A... Hunk #1 succeeded at 86. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_console.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_console.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_console.h,v 1.1 2020/03/18 17:55:46 joerg Exp $ | |--- source/src/console.h.orig 2020-03-18 14:22:32.205453475 +0000 |+++ source/src/console.h -------------------------- Patching file source/src/console.h using Plan A... Hunk #1 succeeded at 1. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_crypto.cpp => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_crypto.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_crypto.cpp,v 1.1 2019/07/05 08:01:31 nia Exp $ | |[PATCH] fix some errors and warnings for GCC 6 | |- do not use std::abs() because math.h includes one, that converts ints | to double. Use own iabs(), which directly uses labs() instead. |- don't use the word "gamma" as name for variables |- don't use a homebrew round() function | |https://github.com/assaultcube/AC/commit/752950989b4e286459ca9aee3d61a868d7b20fa4 | |--- source/src/crypto.cpp.orig 2013-10-09 08:27:37.000000000 +0000 |+++ source/src/crypto.cpp -------------------------- Patching file source/src/crypto.cpp using Plan A... Hunk #1 succeeded at 763. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_editing.cpp => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_editing.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_editing.cpp,v 1.1 2019/07/05 08:01:31 nia Exp $ | |[PATCH] fix some errors and warnings for GCC 6 | |- do not use std::abs() because math.h includes one, that converts ints | to double. Use own iabs(), which directly uses labs() instead. |- don't use the word "gamma" as name for variables |- don't use a homebrew round() function | |https://github.com/assaultcube/AC/commit/752950989b4e286459ca9aee3d61a868d7b20fa4 | |--- source/src/editing.cpp.orig 2013-10-22 18:57:16.000000000 +0000 |+++ source/src/editing.cpp -------------------------- Patching file source/src/editing.cpp using Plan A... Hunk #1 succeeded at 126. Hunk #2 succeeded at 645. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_entity.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_entity.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_entity.h,v 1.1 2019/07/05 08:01:31 nia Exp $ | |[PATCH] fix some errors and warnings for GCC 6 | |- do not use std::abs() because math.h includes one, that converts ints | to double. Use own iabs(), which directly uses labs() instead. |- don't use the word "gamma" as name for variables |- don't use a homebrew round() function | |https://github.com/assaultcube/AC/commit/752950989b4e286459ca9aee3d61a868d7b20fa4 | |--- source/src/entity.h.orig 2013-10-22 18:57:16.000000000 +0000 |+++ source/src/entity.h -------------------------- Patching file source/src/entity.h using Plan A... Hunk #1 succeeded at 540. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_main.cpp => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_main.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_main.cpp,v 1.1 2019/07/05 08:01:31 nia Exp $ | |[PATCH] fix some errors and warnings for GCC 6 | |- do not use std::abs() because math.h includes one, that converts ints | to double. Use own iabs(), which directly uses labs() instead. |- don't use the word "gamma" as name for variables |- don't use a homebrew round() function | |https://github.com/assaultcube/AC/commit/752950989b4e286459ca9aee3d61a868d7b20fa4 | |--- source/src/main.cpp.orig 2013-10-29 09:33:15.000000000 +0000 |+++ source/src/main.cpp -------------------------- Patching file source/src/main.cpp using Plan A... Hunk #1 succeeded at 513. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_master.cpp => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_master.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_master.cpp,v 1.1 2020/03/18 17:55:46 joerg Exp $ | |Truncate time_t to uint. | |--- source/src/master.cpp.orig 2020-03-18 14:23:02.395419378 +0000 |+++ source/src/master.cpp -------------------------- Patching file source/src/master.cpp using Plan A... Hunk #1 succeeded at 510. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_platform.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_platform.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_platform.h,v 1.1 2019/07/05 08:01:31 nia Exp $ | |[PATCH] fix some errors and warnings for GCC 6 | |- do not use std::abs() because math.h includes one, that converts ints | to double. Use own iabs(), which directly uses labs() instead. |- don't use the word "gamma" as name for variables |- don't use a homebrew round() function | |https://github.com/assaultcube/AC/commit/752950989b4e286459ca9aee3d61a868d7b20fa4 | |--- source/src/platform.h.orig 2013-10-22 18:57:19.000000000 +0000 |+++ source/src/platform.h -------------------------- Patching file source/src/platform.h using Plan A... Hunk #1 succeeded at 2. Hunk #2 succeeded at 11. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_protos.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_protos.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_protos.h,v 1.1 2019/07/05 08:01:31 nia Exp $ | |[PATCH] fix some errors and warnings for GCC 6 | |- do not use std::abs() because math.h includes one, that converts ints | to double. Use own iabs(), which directly uses labs() instead. |- don't use the word "gamma" as name for variables |- don't use a homebrew round() function | |https://github.com/assaultcube/AC/commit/752950989b4e286459ca9aee3d61a868d7b20fa4 | |--- source/src/protos.h.orig 2013-11-09 18:48:58.000000000 +0000 |+++ source/src/protos.h -------------------------- Patching file source/src/protos.h using Plan A... Hunk #1 succeeded at 1029. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_rendercubes.cpp => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_rendercubes.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_rendercubes.cpp,v 1.1 2019/07/05 08:01:31 nia Exp $ | |[PATCH] fix some errors and warnings for GCC 6 | |- do not use std::abs() because math.h includes one, that converts ints | to double. Use own iabs(), which directly uses labs() instead. |- don't use the word "gamma" as name for variables |- don't use a homebrew round() function | |https://github.com/assaultcube/AC/commit/752950989b4e286459ca9aee3d61a868d7b20fa4 | |--- source/src/rendercubes.cpp.orig 2013-10-22 18:57:16.000000000 +0000 |+++ source/src/rendercubes.cpp -------------------------- Patching file source/src/rendercubes.cpp using Plan A... Hunk #1 succeeded at 202. Hunk #2 succeeded at 361. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_rendertext.cpp => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_rendertext.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_rendertext.cpp,v 1.1 2019/07/05 08:01:31 nia Exp $ | |[PATCH] fix some errors and warnings for GCC 6 | |- do not use std::abs() because math.h includes one, that converts ints | to double. Use own iabs(), which directly uses labs() instead. |- don't use the word "gamma" as name for variables |- don't use a homebrew round() function | |https://github.com/assaultcube/AC/commit/752950989b4e286459ca9aee3d61a868d7b20fa4 | |--- source/src/rendertext.cpp.orig 2013-10-22 18:57:16.000000000 +0000 |+++ source/src/rendertext.cpp -------------------------- Patching file source/src/rendertext.cpp using Plan A... Hunk #1 succeeded at 330. Hunk #2 succeeded at 380. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_tools.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_tools.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_tools.h,v 1.1 2019/07/05 08:01:31 nia Exp $ | |[PATCH] fix some errors and warnings for GCC 6 | |- do not use std::abs() because math.h includes one, that converts ints | to double. Use own iabs(), which directly uses labs() instead. |- don't use the word "gamma" as name for variables |- don't use a homebrew round() function | |https://github.com/assaultcube/AC/commit/752950989b4e286459ca9aee3d61a868d7b20fa4 | |--- source/src/tools.h.orig 2013-10-22 18:57:19.000000000 +0000 |+++ source/src/tools.h -------------------------- Patching file source/src/tools.h using Plan A... Hunk #1 succeeded at 54. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_world.cpp => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_world.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_world.cpp,v 1.1 2019/07/05 08:01:31 nia Exp $ | |[PATCH] fix some errors and warnings for GCC 6 | |- do not use std::abs() because math.h includes one, that converts ints | to double. Use own iabs(), which directly uses labs() instead. |- don't use the word "gamma" as name for variables |- don't use a homebrew round() function | |https://github.com/assaultcube/AC/commit/752950989b4e286459ca9aee3d61a868d7b20fa4 | |--- source/src/world.cpp.orig 2013-10-22 18:57:19.000000000 +0000 |+++ source/src/world.cpp -------------------------- Patching file source/src/world.cpp using Plan A... Hunk #1 succeeded at 79. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_worldrender.cpp => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/patches/patch-source_src_worldrender.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-source_src_worldrender.cpp,v 1.1 2019/07/05 08:01:31 nia Exp $ | |[PATCH] fix some errors and warnings for GCC 6 | |- do not use std::abs() because math.h includes one, that converts ints | to double. Use own iabs(), which directly uses labs() instead. |- don't use the word "gamma" as name for variables |- don't use a homebrew round() function | |https://github.com/assaultcube/AC/commit/752950989b4e286459ca9aee3d61a868d7b20fa4 | |--- source/src/worldrender.cpp.orig 2013-10-09 08:27:37.000000000 +0000 |+++ source/src/worldrender.cpp -------------------------- Patching file source/src/worldrender.cpp using Plan A... Hunk #1 succeeded at 270. done ===> Creating toolchain wrappers for assaultcube-1.2.0.2nb16 ===> Configuring for assaultcube-1.2.0.2nb16 /usr/bin/rm -f /home/pbulk/build/games/assaultcube/work/AssaultCube_v1.2.0.2/source/include/libintl.h /usr/bin/sed -e 's,@PREFIX@,/opt/pkg,g' < /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/files/assaultcube.sh.in > /home/pbulk/build/games/assaultcube/work/ac_client /usr/bin/sed -e 's,@PREFIX@,/opt/pkg,g' < /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/files/assaultcube.sh.in > /home/pbulk/build/games/assaultcube/work/ac_master /usr/bin/sed -e 's,@PREFIX@,/opt/pkg,g' < /data/jenkins/workspace/pkgsrc-upstream-trunk/games/assaultcube/files/assaultcube.sh.in > /home/pbulk/build/games/assaultcube/work/ac_server => Checking for portability problems in extracted files