+ 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/xanalyser-1.32/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xanalyser-1.32/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for xanalyser-1.32
/opt/pkg/bin/bmake  all-recursive
Making all in src
if g++ -DHAVE_CONFIG_H -I. -I. -I..    -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -D_GNU_SOURCE   -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -Wall -INONE -MT Analyser.o -MD -MP -MF ".deps/Analyser.Tpo" -c -o Analyser.o Analyser.cc;  then mv -f ".deps/Analyser.Tpo" ".deps/Analyser.Po"; else rm -f ".deps/Analyser.Tpo"; exit 1; fi
Analyser.cc: In member function 'void Analyser::resize(bool)':
Analyser.cc:149:35: warning: narrowing conversion of '((Analyser*)this)->Analyser::width' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing]
  149 |         XRectangle rect = { 0, 0, width, height };
      |                                   ^~~~~
Analyser.cc:149:42: warning: narrowing conversion of '((Analyser*)this)->Analyser::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing]
  149 |         XRectangle rect = { 0, 0, width, height };
      |                                          ^~~~~~
Analyser.cc: In member function 'void Analyser::clear(bool)':
Analyser.cc:172:35: warning: narrowing conversion of '((Analyser*)this)->Analyser::width' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing]
  172 |         XRectangle rect = { 0, 0, width, height };
      |                                   ^~~~~
Analyser.cc:172:42: warning: narrowing conversion of '((Analyser*)this)->Analyser::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing]
  172 |         XRectangle rect = { 0, 0, width, height };
      |                                          ^~~~~~
Analyser.cc: In member function 'void Analyser::drawpeakmarker()':
Analyser.cc:206:37: warning: narrowing conversion of '((Analyser*)this)->Analyser::marker[m]' from 'short unsigned int' to 'short int' is ill-formed in C++11 [-Wnarrowing]
  206 |         XRectangle rect = { marker[m], 0, 1, height };
      |                             ~~~~~~~~^
Analyser.cc:206:46: warning: narrowing conversion of '((Analyser*)this)->Analyser::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing]
  206 |         XRectangle rect = { marker[m], 0, 1, height };
      |                                              ^~~~~~
Analyser.cc: In member function 'bool Analyser::shot(const int32_t*, int, bool)':
Analyser.cc:430:35: warning: narrowing conversion of '((Analyser*)this)->Analyser::width' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing]
  430 |         XRectangle rect = { 0, 0, width, height };
      |                                   ^~~~~
Analyser.cc:430:42: warning: narrowing conversion of '((Analyser*)this)->Analyser::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing]
  430 |         XRectangle rect = { 0, 0, width, height };
      |                                          ^~~~~~
Analyser.cc: In member function 'void Analyser::set_search(bool)':
Analyser.cc:611:41: warning: narrowing conversion of '((Analyser*)this)->Analyser::marker[m]' from 'short unsigned int' to 'short int' is ill-formed in C++11 [-Wnarrowing]
  611 |             XRectangle rect = { marker[m], 0, 1, height };
      |                                 ~~~~~~~~^
Analyser.cc:611:50: warning: narrowing conversion of '((Analyser*)this)->Analyser::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing]
  611 |             XRectangle rect = { marker[m], 0, 1, height };
      |                                                  ^~~~~~
Analyser.cc:621:41: warning: narrowing conversion of '((Analyser*)this)->Analyser::marker[m]' from 'short unsigned int' to 'short int' is ill-formed in C++11 [-Wnarrowing]
  621 |             XRectangle rect = { marker[m], 0, 1, height };
      |                                 ~~~~~~~~^
Analyser.cc:621:50: warning: narrowing conversion of '((Analyser*)this)->Analyser::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing]
  621 |             XRectangle rect = { marker[m], 0, 1, height };
      |                                                  ^~~~~~
Analyser.cc: In member function 'void Analyser::set_marker(short int)':
Analyser.cc:650:36: warning: narrowing conversion of '((Analyser*)this)->Analyser::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing]
  650 |     XRectangle rect = { old, 0, 1, height };
      |                                    ^~~~~~
Analyser.cc:665:37: warning: narrowing conversion of '((Analyser*)this)->Analyser::marker[m]' from 'short unsigned int' to 'short int' is ill-formed in C++11 [-Wnarrowing]
  665 |         XRectangle rect = { marker[m], 0, 1, height };
      |                             ~~~~~~~~^
Analyser.cc:665:46: warning: narrowing conversion of '((Analyser*)this)->Analyser::height' from 'unsigned int' to 'short unsigned int' is ill-formed in C++11 [-Wnarrowing]
  665 |         XRectangle rect = { marker[m], 0, 1, height };
      |                                              ^~~~~~
if g++ -DHAVE_CONFIG_H -I. -I. -I..    -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -D_GNU_SOURCE   -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -Wall -INONE -MT pcm.o -MD -MP -MF ".deps/pcm.Tpo" -c -o pcm.o pcm.cc;  then mv -f ".deps/pcm.Tpo" ".deps/pcm.Po"; else rm -f ".deps/pcm.Tpo"; exit 1; fi
pcm.cc:38:4: error: #error "undefined endianness"
   38 | #  error "undefined endianness"
      |    ^~~~~
*** [pcm.o] Error code 1

bmake[2]: stopped in /home/pbulk/build/audio/xanalyser/work/xanalyser-1.32/src
1 error

bmake[2]: stopped in /home/pbulk/build/audio/xanalyser/work/xanalyser-1.32/src
*** [all-recursive] Error code 1

bmake[1]: stopped in /home/pbulk/build/audio/xanalyser/work/xanalyser-1.32
1 error

bmake[1]: stopped in /home/pbulk/build/audio/xanalyser/work/xanalyser-1.32
*** [all] Error code 2

bmake: stopped in /home/pbulk/build/audio/xanalyser/work/xanalyser-1.32
1 error

bmake: stopped in /home/pbulk/build/audio/xanalyser/work/xanalyser-1.32
*** Error code 2

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

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/xanalyser