+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mp3check-0.8.7/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mp3check-0.8.7/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for mp3check-0.8.7
g++  -MM -MT ".dep.crc16 crc16.o" crc16.cc -o .dep.crc16
g++  -MM -MT ".dep.id3tag id3tag.o" id3tag.cc -o .dep.id3tag
g++  -MM -MT ".dep.mp3check mp3check.o" mp3check.cc -o .dep.mp3check
g++  -MM -MT ".dep.tappconfig tappconfig.o" tappconfig.cc -o .dep.tappconfig
g++  -MM -MT ".dep.tfiletools tfiletools.o" tfiletools.cc -o .dep.tfiletools
g++  -MM -MT ".dep.tregex tregex.o" tregex.cc -o .dep.tregex
g++  -MM -MT ".dep.tstring tstring.o" tstring.cc -o .dep.tstring
g++ -Wall -W -g    -c -o mp3check.o mp3check.cc
g++ -Wall -W -g    -c -o crc16.o crc16.cc
g++ -Wall -W -g    -c -o id3tag.o id3tag.cc
g++ -Wall -W -g    -c -o tappconfig.o tappconfig.cc
tappconfig.cc: In member function 'void TAppConfigItem::setValue(const tstring&, TACO_SET_IN, bool, const tstring&, const tstring&, const tstring&)':
tappconfig.cc:973:25: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
  973 |    if(only_cl && (!setin==COMMAND_LINE))
      |                         ^~
tappconfig.cc:973:19: note: add parentheses around left hand side expression to silence this warning
  973 |    if(only_cl && (!setin==COMMAND_LINE))
      |                   ^~~~~~
      |                   (     )
tappconfig.cc:973:25: warning: comparison of constant 'TAppConfigItem::COMMAND_LINE' with boolean expression is always false [-Wbool-compare]
  973 |    if(only_cl && (!setin==COMMAND_LINE))
      |                   ~~~~~~^~~~~~~~~~~~~~
g++ -Wall -W -g    -c -o tfiletools.o tfiletools.cc
g++ -Wall -W -g    -c -o tregex.o tregex.cc
g++ -Wall -W -g    -c -o tstring.o tstring.cc
tstring.cc: In static member function 'static tstring::Rep* tstring::Rep::create(size_t)':
tstring.cc:114:39: error: exception cleanup for this placement new selects non-placement 'operator delete' [-fpermissive]
  114 |    Rep *p = new (m - 1 - sizeof(Rep)) Rep;
      |                                       ^~~
In file included from tstring.cc:26:
tstring.h:76:19: note: 'static void tstring::Rep::operator delete(void*, size_t)' is a usual (non-placement) deallocation function
   76 |       static void operator delete (void *p, size_t) {
      |                   ^~~~~~~~
gmake: *** [<builtin>: tstring.o] Error 1
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-2022Q4-x86_64/audio/mp3check
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-2022Q4-x86_64/audio/mp3check