+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/clutter-box2d-0.10.0nb39/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/clutter-box2d-0.10.0nb39/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for clutter-box2d-0.10.0nb39
/opt/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory '/home/pbulk/build/graphics/clutter-box2d/work/clutter-box2d-0.10.0'
Making all in build
gmake[2]: Entering directory '/home/pbulk/build/graphics/clutter-box2d/work/clutter-box2d-0.10.0/build'
Making all in autotools
gmake[3]: Entering directory '/home/pbulk/build/graphics/clutter-box2d/work/clutter-box2d-0.10.0/build/autotools'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/home/pbulk/build/graphics/clutter-box2d/work/clutter-box2d-0.10.0/build/autotools'
gmake[3]: Entering directory '/home/pbulk/build/graphics/clutter-box2d/work/clutter-box2d-0.10.0/build'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/home/pbulk/build/graphics/clutter-box2d/work/clutter-box2d-0.10.0/build'
gmake[2]: Leaving directory '/home/pbulk/build/graphics/clutter-box2d/work/clutter-box2d-0.10.0/build'
Making all in box2d
gmake[2]: Entering directory '/home/pbulk/build/graphics/clutter-box2d/work/clutter-box2d-0.10.0/box2d'
/usr/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -g -Wall -ISource -I. -IInclude  -I/opt/pkg/include -I/opt/pkg/include/libdrm -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  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/libdrm -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 -MT b2MouseJoint.lo -MD -MP -MF .deps/b2MouseJoint.Tpo -c -o b2MouseJoint.lo `test -f 'Source/Dynamics/Joints/b2MouseJoint.cpp' || echo './'`Source/Dynamics/Joints/b2MouseJoint.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -g -Wall -ISource -IInclude -I/home/pbulk/build/graphics/clutter-box2d/work/.buildlink/include -I/home/pbulk/build/graphics/clutter-box2d/work/.buildlink/include/libdrm -I/home/pbulk/build/graphics/clutter-box2d/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/graphics/clutter-box2d/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/graphics/clutter-box2d/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/graphics/clutter-box2d/work/.buildlink/include/freetype2 -I/home/pbulk/build/graphics/clutter-box2d/work/.buildlink/include/harfbuzz -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT b2MouseJoint.lo -MD -MP -MF .deps/b2MouseJoint.Tpo -c Source/Dynamics/Joints/b2MouseJoint.cpp  -fPIC -DPIC -o .libs/b2MouseJoint.o
In file included from Source/Dynamics/Joints/b2Joint.h:22,
                 from Source/Dynamics/Joints/b2MouseJoint.h:22,
                 from Source/Dynamics/Joints/b2MouseJoint.cpp:19:
Source/Dynamics/Joints/../../Common/b2Math.h: In function 'bool b2IsValid(float32)':
Source/Dynamics/Joints/../../Common/b2Math.h:63:16: error: 'finite' was not declared in this scope; did you mean 'isfinite'?
   63 |         return finite(x) != 0;
      |                ^~~~~~
      |                isfinite
In file included from Source/Dynamics/Joints/../../Common/b2Math.h:22:
Source/Dynamics/Joints/b2MouseJoint.h: In member function 'virtual bool b2MouseJoint::SolvePositionConstraints(float32)':
Source/Dynamics/Joints/b2MouseJoint.h:82:72: warning: statement has no effect [-Wunused-value]
   82 |         bool SolvePositionConstraints(float32 baumgarte) { B2_NOT_USED(baumgarte); return true; }
      |                                                                        ^~~~~~~~~
Source/Dynamics/Joints/../../Common/b2Settings.h:25:24: note: in definition of macro 'B2_NOT_USED'
   25 | #define B2_NOT_USED(x) x
      |                        ^
Source/Dynamics/Joints/../b2WorldCallbacks.h: In member function 'virtual void b2ContactListener::Add(const b2ContactPoint*)':
Source/Dynamics/Joints/../b2WorldCallbacks.h:98:69: warning: statement has no effect [-Wunused-value]
   98 |         virtual void Add(const b2ContactPoint* point) { B2_NOT_USED(point); }
      |                                                                     ^~~~~
Source/Dynamics/Joints/../../Common/b2Settings.h:25:24: note: in definition of macro 'B2_NOT_USED'
   25 | #define B2_NOT_USED(x) x
      |                        ^
Source/Dynamics/Joints/../b2WorldCallbacks.h: In member function 'virtual void b2ContactListener::Persist(const b2ContactPoint*)':
Source/Dynamics/Joints/../b2WorldCallbacks.h:102:73: warning: statement has no effect [-Wunused-value]
  102 |         virtual void Persist(const b2ContactPoint* point) { B2_NOT_USED(point); }
      |                                                                         ^~~~~
Source/Dynamics/Joints/../../Common/b2Settings.h:25:24: note: in definition of macro 'B2_NOT_USED'
   25 | #define B2_NOT_USED(x) x
      |                        ^
Source/Dynamics/Joints/../b2WorldCallbacks.h: In member function 'virtual void b2ContactListener::Remove(const b2ContactPoint*)':
Source/Dynamics/Joints/../b2WorldCallbacks.h:106:72: warning: statement has no effect [-Wunused-value]
  106 |         virtual void Remove(const b2ContactPoint* point) { B2_NOT_USED(point); }
      |                                                                        ^~~~~
Source/Dynamics/Joints/../../Common/b2Settings.h:25:24: note: in definition of macro 'B2_NOT_USED'
   25 | #define B2_NOT_USED(x) x
      |                        ^
Source/Dynamics/Joints/../b2WorldCallbacks.h: In member function 'virtual void b2ContactListener::Result(const b2ContactResult*)':
Source/Dynamics/Joints/../b2WorldCallbacks.h:109:73: warning: statement has no effect [-Wunused-value]
  109 |         virtual void Result(const b2ContactResult* point) { B2_NOT_USED(point); }
      |                                                                         ^~~~~
Source/Dynamics/Joints/../../Common/b2Settings.h:25:24: note: in definition of macro 'B2_NOT_USED'
   25 | #define B2_NOT_USED(x) x
      |                        ^
gmake[2]: *** [Makefile:399: b2MouseJoint.lo] Error 1
gmake[2]: Leaving directory '/home/pbulk/build/graphics/clutter-box2d/work/clutter-box2d-0.10.0/box2d'
gmake[1]: *** [Makefile:329: all-recursive] Error 1
gmake[1]: Leaving directory '/home/pbulk/build/graphics/clutter-box2d/work/clutter-box2d-0.10.0'
gmake: *** [Makefile:240: all] Error 2
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/clutter-box2d
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/clutter-box2d