+ 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/libmpeg3-1.8nb1/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libmpeg3-1.8nb1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for libmpeg3-1.8nb1
mkdir -p work
mkdir -p work/audio
mkdir -p work/video
echo -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/usr/include -I. -Ia52dec-0.7.3/include -Ia52dec-0.7.3/liba52 -g > work/c_flags
echo -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/usr/include -I. -Ia52dec-0.7.3/include -Ia52dec-0.7.3/liba52 -g -DHAVE_CONFIG_H -Ia52dec-0.7.3/ -Ia52dec-0.7.3/include -Ia52dec-0.7.3/liba52 -Ia52dec-0.7.3/libao -Ia52dec-0.7.3/src > work/a52_flags
echo work/audio/ac3.o work/audio/dct.o work/audio/huffman.o work/audio/layer2.o work/audio/layer3.o work/audio/mpeg3audio.o work/audio/pcm.o work/audio/synthesizers.o work/audio/tables.o work/libmpeg3.o work/mpeg3atrack.o work/mpeg3bits.o work/mpeg3css.o work/mpeg3demux.o work/mpeg3ifo.o work/mpeg3io.o work/mpeg3strack.o work/mpeg3title.o work/mpeg3tocutil.o work/mpeg3vtrack.o work/video/getpicture.o work/video/headers.o work/video/idct.o work/video/macroblocks.o work/video/mmxtest.o work/video/motion.o work/video/mpeg3cache.o work/video/mpeg3video.o work/video/output.o work/video/reconstruct.o work/video/seek.o work/video/slice.o work/video/subtitle.o work/video/vlc.o work/workarounds.o  work/a52dec-0.7.3/liba52/bit_allocate.o work/a52dec-0.7.3/liba52/bitstream.o work/a52dec-0.7.3/liba52/downmix.o work/a52dec-0.7.3/liba52/imdct.o work/a52dec-0.7.3/liba52/parse.o work/a52dec-0.7.3/libao/audio_out_aif.o work/a52dec-0.7.3/libao/audio_out_float.o work/a52dec-0.7.3/libao/audio_out_null.o work/a52dec-0.7.3/libao/audio_out.o work/a52dec-0.7.3/libao/audio_out_oss.o work/a52dec-0.7.3/libao/audio_out_solaris.o work/a52dec-0.7.3/libao/audio_out_wav.o work/a52dec-0.7.3/libao/float2s16.o work/a52dec-0.7.3/src/getopt.o work/a52dec-0.7.3/test/compare.o  > work/objs
mkdir -p work/audio work/video work/a52dec-0.7.3/liba52/ work/a52dec-0.7.3/libao/ work/a52dec-0.7.3/src/ work/a52dec-0.7.3/test/
gcc -c `cat work/c_flags`  audio/ac3.c -o work/audio/ac3.o
audio/ac3.c: In function 'mpeg3_new_ac3':
audio/ac3.c:13:31: warning: implicit declaration of function 'calloc' [-Wimplicit-function-declaration]
   13 |         mpeg3_ac3_t *result = calloc(1, sizeof(mpeg3_ac3_t));
      |                               ^~~~~~
audio/ac3.c:9:1: note: include '<stdlib.h>' or provide a declaration of 'calloc'
    8 | #include <string.h>
  +++ |+#include <stdlib.h>
    9 | 
audio/ac3.c:13:31: warning: incompatible implicit declaration of built-in function 'calloc' [-Wbuiltin-declaration-mismatch]
   13 |         mpeg3_ac3_t *result = calloc(1, sizeof(mpeg3_ac3_t));
      |                               ^~~~~~
audio/ac3.c:13:31: note: include '<stdlib.h>' or provide a declaration of 'calloc'
audio/ac3.c: In function 'mpeg3_delete_ac3':
audio/ac3.c:24:9: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
   24 |         free(audio);
      |         ^~~~
audio/ac3.c:24:9: note: include '<stdlib.h>' or provide a declaration of 'free'
audio/ac3.c:24:9: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
audio/ac3.c:24:9: note: include '<stdlib.h>' or provide a declaration of 'free'
gcc -c `cat work/c_flags`  audio/dct.c -o work/audio/dct.o
gcc -c `cat work/c_flags`  audio/huffman.c -o work/audio/huffman.o
gcc -c `cat work/c_flags`  audio/layer2.c -o work/audio/layer2.o
audio/layer2.c: In function 'mpeg3audio_dolayer2':
audio/layer2.c:392:9: warning: implicit declaration of function 'mpeg3bits_use_ptr'; did you mean 'mpeg3bits_reset'? [-Wimplicit-function-declaration]
  392 |         mpeg3bits_use_ptr(audio->stream, frame);
      |         ^~~~~~~~~~~~~~~~~
      |         mpeg3bits_reset
audio/layer2.c:419:33: warning: implicit declaration of function 'mpeg3audio_synth_stereo' [-Wimplicit-function-declaration]
  419 |                                 mpeg3audio_synth_stereo(audio,
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~
gcc -c `cat work/c_flags`  audio/layer3.c -o work/audio/layer3.o
audio/layer3.c: In function 'dequantize_sample':
audio/layer3.c:245:19: warning: implicit declaration of function 'mpeg3bits_getbitoffset'; did you mean 'mpeg3bits_getbits'? [-Wimplicit-function-declaration]
  245 |         int num = mpeg3bits_getbitoffset(audio->stream);
      |                   ^~~~~~~~~~~~~~~~~~~~~~
      |                   mpeg3bits_getbits
audio/layer3.c:672:9: warning: implicit declaration of function 'mpeg3bits_start_reverse'; did you mean 'mpeg3bits_getbits_reverse'? [-Wimplicit-function-declaration]
  672 |         mpeg3bits_start_reverse(audio->stream);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
      |         mpeg3bits_getbits_reverse
audio/layer3.c:674:9: warning: implicit declaration of function 'mpeg3bits_start_forward'; did you mean 'mpeg3demux_start_forward'? [-Wimplicit-function-declaration]
  674 |         mpeg3bits_start_forward(audio->stream);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
      |         mpeg3demux_start_forward
audio/layer3.c: In function 'hybrid':
audio/layer3.c:828:9: warning: implicit declaration of function 'mpeg3audio_dct36'; did you mean 'mpeg3audio_dopcm'? [-Wimplicit-function-declaration]
  828 |         mpeg3audio_dct36(fsIn[0], rawout1, rawout2, mpeg3_win[0], tspnt);
      |         ^~~~~~~~~~~~~~~~
      |         mpeg3audio_dopcm
audio/layer3.c:840:17: warning: implicit declaration of function 'mpeg3audio_dct12'; did you mean 'mpeg3audio_dopcm'? [-Wimplicit-function-declaration]
  840 |                 mpeg3audio_dct12(fsIn[sb]  ,rawout1   ,rawout2   ,mpeg3_win[2] ,tspnt);
      |                 ^~~~~~~~~~~~~~~~
      |                 mpeg3audio_dopcm
audio/layer3.c: In function 'mpeg3audio_dolayer3':
audio/layer3.c:1110:17: warning: implicit declaration of function 'mpeg3bits_use_ptr'; did you mean 'mpeg3bits_reset'? [-Wimplicit-function-declaration]
 1110 |                 mpeg3bits_use_ptr(audio->stream, audio->bsbuf);
      |                 ^~~~~~~~~~~~~~~~~
      |                 mpeg3bits_reset
audio/layer3.c:1299:49: warning: implicit declaration of function 'mpeg3audio_synth_stereo' [-Wimplicit-function-declaration]
 1299 |                                                 mpeg3audio_synth_stereo(audio,
      |                                                 ^~~~~~~~~~~~~~~~~~~~~~~
audio/layer3.c: In function 'mpeg3_layer_reset':
audio/layer3.c:1352:9: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration]
 1352 |         bzero(audio->mp3_block, sizeof(audio->mp3_block));
      |         ^~~~~
audio/layer3.c:1352:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch]
audio/layer3.c:1354:9: warning: implicit declaration of function 'mpeg3audio_reset_synths' [-Wimplicit-function-declaration]
 1354 |         mpeg3audio_reset_synths(audio);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
audio/layer3.c: In function 'mpeg3_new_layer':
audio/layer3.c:1613:33: warning: implicit declaration of function 'calloc' [-Wimplicit-function-declaration]
 1613 |         mpeg3_layer_t *result = calloc(1, sizeof(mpeg3_layer_t));
      |                                 ^~~~~~
audio/layer3.c:8:1: note: include '<stdlib.h>' or provide a declaration of 'calloc'
    7 | #include <string.h>
  +++ |+#include <stdlib.h>
    8 | 
audio/layer3.c:1613:33: warning: incompatible implicit declaration of built-in function 'calloc' [-Wbuiltin-declaration-mismatch]
 1613 |         mpeg3_layer_t *result = calloc(1, sizeof(mpeg3_layer_t));
      |                                 ^~~~~~
audio/layer3.c:1613:33: note: include '<stdlib.h>' or provide a declaration of 'calloc'
audio/layer3.c: In function 'mpeg3_delete_layer':
audio/layer3.c:1627:9: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
 1627 |         free(audio);
      |         ^~~~
audio/layer3.c:1627:9: note: include '<stdlib.h>' or provide a declaration of 'free'
audio/layer3.c:1627:9: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
audio/layer3.c:1627:9: note: include '<stdlib.h>' or provide a declaration of 'free'
gcc -c `cat work/c_flags`  audio/mpeg3audio.c -o work/audio/mpeg3audio.o
gcc -c `cat work/c_flags`  audio/pcm.c -o work/audio/pcm.o
gcc -c `cat work/c_flags`  audio/synthesizers.c -o work/audio/synthesizers.o
audio/synthesizers.c: In function 'mpeg3audio_synth_stereo':
audio/synthesizers.c:36:9: warning: implicit declaration of function 'mpeg3audio_dct64'; did you mean 'mpeg3audio_dopcm'? [-Wimplicit-function-declaration]
   36 |         mpeg3audio_dct64(buf[1] + ((audio->bo + 1) & 0xf), buf[0] + audio->bo, bandPtr);
      |         ^~~~~~~~~~~~~~~~
      |         mpeg3audio_dopcm
gcc -c `cat work/c_flags`  audio/tables.c -o work/audio/tables.o
gcc -c `cat work/c_flags`  libmpeg3.c -o work/libmpeg3.o
libmpeg3.c: In function 'mpeg3_check_sig':
libmpeg3.c:181:9: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
  181 |         u_int32_t bits, bits2;
      |         ^~~~~~~~~
      |         uint32_t
libmpeg3.c: In function 'mpeg3_get_file_type':
libmpeg3.c:319:28: warning: implicit declaration of function 'mpeg3_read_ifo'; did you mean 'mpeg3_read_toc'? [-Wimplicit-function-declaration]
  319 |                         if(mpeg3_read_ifo(file, 0))
      |                            ^~~~~~~~~~~~~~
      |                            mpeg3_read_toc
libmpeg3.c: In function 'mpeg3_open_copy':
libmpeg3.c:458:17: warning: implicit declaration of function 'mpeg3demux_copy_titles'; did you mean 'mpeg3demux_open_title'? [-Wimplicit-function-declaration]
  458 |                 mpeg3demux_copy_titles(file->demuxer, mpeg3_get_demuxer(old_file));
      |                 ^~~~~~~~~~~~~~~~~~~~~~
      |                 mpeg3demux_open_title
libmpeg3.c:470:17: warning: implicit declaration of function 'mpeg3_create_title'; did you mean 'mpeg3_create_strack'? [-Wimplicit-function-declaration]
  470 |                 mpeg3_create_title(file->demuxer, 0);
      |                 ^~~~~~~~~~~~~~~~~~
      |                 mpeg3_create_strack
libmpeg3.c: In function 'mpeg3_set_cpus':
libmpeg3.c:569:17: warning: implicit declaration of function 'mpeg3video_set_cpus'; did you mean 'mpeg3video_next_code'? [-Wimplicit-function-declaration]
  569 |                 mpeg3video_set_cpus(file->vtrack[i]->video, cpus);
      |                 ^~~~~~~~~~~~~~~~~~~
      |                 mpeg3video_next_code
libmpeg3.c: In function 'mpeg3_set_sample':
libmpeg3.c:615:17: warning: implicit declaration of function 'mpeg3audio_seek_sample'; did you mean 'mpeg3_set_sample'? [-Wimplicit-function-declaration]
  615 |                 mpeg3audio_seek_sample(file->atrack[stream]->audio, sample);
      |                 ^~~~~~~~~~~~~~~~~~~~~~
      |                 mpeg3_set_sample
libmpeg3.c: In function 'mpeg3_set_frame':
libmpeg3.c:710:17: warning: implicit declaration of function 'mpeg3video_seek_frame'; did you mean 'mpeg3video_read_frame'? [-Wimplicit-function-declaration]
  710 |                 mpeg3video_seek_frame(file->vtrack[stream]->video, frame);
      |                 ^~~~~~~~~~~~~~~~~~~~~
      |                 mpeg3video_read_frame
libmpeg3.c: In function 'mpeg3_seek_byte':
libmpeg3.c:724:17: warning: implicit declaration of function 'mpeg3video_seek_byte'; did you mean 'mpeg3bits_seek_byte'? [-Wimplicit-function-declaration]
  724 |                 mpeg3video_seek_byte(file->vtrack[i]->video, byte);
      |                 ^~~~~~~~~~~~~~~~~~~~
      |                 mpeg3bits_seek_byte
libmpeg3.c:730:17: warning: implicit declaration of function 'mpeg3audio_seek_byte'; did you mean 'mpeg3bits_seek_byte'? [-Wimplicit-function-declaration]
  730 |                 mpeg3audio_seek_byte(file->atrack[i]->audio, byte);
      |                 ^~~~~~~~~~~~~~~~~~~~
      |                 mpeg3bits_seek_byte
libmpeg3.c: In function 'mpeg3_previous_frame':
libmpeg3.c:754:24: warning: implicit declaration of function 'mpeg3video_previous_frame'; did you mean 'mpeg3_previous_frame'? [-Wimplicit-function-declaration]
  754 |                 return mpeg3video_previous_frame(file->vtrack[stream]->video);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                        mpeg3_previous_frame
libmpeg3.c: In function 'mpeg3_colormodel':
libmpeg3.c:855:24: warning: implicit declaration of function 'mpeg3video_colormodel'; did you mean 'mpeg3_colormodel'? [-Wimplicit-function-declaration]
  855 |                 return mpeg3video_colormodel(file->vtrack[stream]->video);
      |                        ^~~~~~~~~~~~~~~~~~~~~
      |                        mpeg3_colormodel
libmpeg3.c: In function 'mpeg3_read_yuvframe':
libmpeg3.c:920:26: warning: implicit declaration of function 'mpeg3video_read_yuvframe'; did you mean 'mpeg3video_read_frame'? [-Wimplicit-function-declaration]
  920 |                 result = mpeg3video_read_yuvframe(file->vtrack[stream]->video,
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~
      |                          mpeg3video_read_frame
libmpeg3.c: In function 'mpeg3_read_yuvframe_ptr':
libmpeg3.c:946:26: warning: implicit declaration of function 'mpeg3video_read_yuvframe_ptr'; did you mean 'mpeg3_read_yuvframe_ptr'? [-Wimplicit-function-declaration]
  946 |                 result = mpeg3video_read_yuvframe_ptr(file->vtrack[stream]->video,
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                          mpeg3_read_yuvframe_ptr
libmpeg3.c: In function 'mpeg3_read_audio_chunk':
libmpeg3.c:1014:26: warning: implicit declaration of function 'mpeg3audio_read_raw'; did you mean 'mpeg3io_read_char'? [-Wimplicit-function-declaration]
 1014 |                 result = mpeg3audio_read_raw(file->atrack[stream]->audio,
      |                          ^~~~~~~~~~~~~~~~~~~
      |                          mpeg3io_read_char
libmpeg3.c: In function 'mpeg3_read_video_chunk':
libmpeg3.c:1033:26: warning: implicit declaration of function 'mpeg3video_read_raw'; did you mean 'mpeg3video_read_frame'? [-Wimplicit-function-declaration]
 1033 |                 result = mpeg3video_read_raw(file->vtrack[stream]->video,
      |                          ^~~~~~~~~~~~~~~~~~~
      |                          mpeg3video_read_frame
gmake: *** [Makefile:207: work/libmpeg3.o] Error 1
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/multimedia/libmpeg3
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/multimedia/libmpeg3