+ 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/madplay-0.15.2bnb6/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/madplay-0.15.2bnb6/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for madplay-0.15.2bnb6 /opt/pkg/bin/bmake all-recursive Making all in intl Making all in po if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT madplay.o -MD -MP -MF ".deps/madplay.Tpo" -c -o madplay.o madplay.c; then mv -f ".deps/madplay.Tpo" ".deps/madplay.Po"; else rm -f ".deps/madplay.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o getopt.c; then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" -c -o getopt1.o getopt1.c; then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; else rm -f ".deps/getopt1.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT version.o -MD -MP -MF ".deps/version.Tpo" -c -o version.o version.c; then mv -f ".deps/version.Tpo" ".deps/version.Po"; else rm -f ".deps/version.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT resample.o -MD -MP -MF ".deps/resample.Tpo" -c -o resample.o resample.c; then mv -f ".deps/resample.Tpo" ".deps/resample.Po"; else rm -f ".deps/resample.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT filter.o -MD -MP -MF ".deps/filter.Tpo" -c -o filter.o filter.c; then mv -f ".deps/filter.Tpo" ".deps/filter.Po"; else rm -f ".deps/filter.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT tag.o -MD -MP -MF ".deps/tag.Tpo" -c -o tag.o tag.c; then mv -f ".deps/tag.Tpo" ".deps/tag.Po"; else rm -f ".deps/tag.Tpo"; exit 1; fi tag.c: In function 'parse_lame': tag.c:126:11: warning: pointer targets in assignment from 'const unsigned char *' to 'const char *' differ in signedness [-Wpointer-sign] 126 | version = mad_bit_nextbyte(ptr); | ^ tag.c: In function 'tag_parse': tag.c:264:31: warning: result of '1483304551 << 16' requires 48 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=] 264 | if (magic != ((XING_MAGIC << 16) & 0xffffffffL) && | ^~ tag.c:265:24: warning: result of '1231971951 << 16' requires 48 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=] 265 | magic != ((INFO_MAGIC << 16) & 0xffffffffL)) | ^~ tag.c:316:22: warning: pointer targets in passing argument 1 of 'crc_compute' differ in signedness [-Wpointer-sign] 316 | crc_compute(stream->this_frame, 190, 0x0000)) == 0) { | ~~~~~~^~~~~~~~~~~~ | | | const unsigned char * const In file included from tag.c:32: crc.h:25:28: note: expected 'const char *' but argument is of type 'const unsigned char * const' 25 | unsigned short crc_compute(char const *, unsigned int, unsigned short); | ^~~~~~~~~~~~ if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT crc.o -MD -MP -MF ".deps/crc.Tpo" -c -o crc.o crc.c; then mv -f ".deps/crc.Tpo" ".deps/crc.Po"; else rm -f ".deps/crc.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT rgain.o -MD -MP -MF ".deps/rgain.Tpo" -c -o rgain.o rgain.c; then mv -f ".deps/rgain.Tpo" ".deps/rgain.Po"; else rm -f ".deps/rgain.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT player.o -MD -MP -MF ".deps/player.Tpo" -c -o player.o player.c; then mv -f ".deps/player.Tpo" ".deps/player.Po"; else rm -f ".deps/player.Tpo"; exit 1; fi player.c: In function 'process_id3': player.c:1223:12: warning: pointer targets in passing argument 1 of 'atol' differ in signedness [-Wpointer-sign] 1223 | ms = atol(latin1); | ^~~~~~ | | | id3_latin1_t * {aka unsigned char *} In file included from /usr/include/stdlib.h:40, from player.c:30: /usr/include/iso/stdlib_iso.h:125:22: note: expected 'const char *' but argument is of type 'id3_latin1_t *' {aka 'unsigned char *'} 125 | extern long int atol(const char *); | ^~~~~~~~~~~~ player.c:1329:14: warning: variable 'peak' set but not used [-Wunused-but-set-variable] 1329 | mad_fixed_t peak; | ^~~~ if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT audio.o -MD -MP -MF ".deps/audio.Tpo" -c -o audio.o audio.c; then mv -f ".deps/audio.Tpo" ".deps/audio.Po"; else rm -f ".deps/audio.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT audio_aiff.o -MD -MP -MF ".deps/audio_aiff.Tpo" -c -o audio_aiff.o audio_aiff.c; then mv -f ".deps/audio_aiff.Tpo" ".deps/audio_aiff.Po"; else rm -f ".deps/audio_aiff.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT audio_cdda.o -MD -MP -MF ".deps/audio_cdda.Tpo" -c -o audio_cdda.o audio_cdda.c; then mv -f ".deps/audio_cdda.Tpo" ".deps/audio_cdda.Po"; else rm -f ".deps/audio_cdda.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT audio_hex.o -MD -MP -MF ".deps/audio_hex.Tpo" -c -o audio_hex.o audio_hex.c; then mv -f ".deps/audio_hex.Tpo" ".deps/audio_hex.Po"; else rm -f ".deps/audio_hex.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT audio_null.o -MD -MP -MF ".deps/audio_null.Tpo" -c -o audio_null.o audio_null.c; then mv -f ".deps/audio_null.Tpo" ".deps/audio_null.Po"; else rm -f ".deps/audio_null.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT audio_raw.o -MD -MP -MF ".deps/audio_raw.Tpo" -c -o audio_raw.o audio_raw.c; then mv -f ".deps/audio_raw.Tpo" ".deps/audio_raw.Po"; else rm -f ".deps/audio_raw.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT audio_snd.o -MD -MP -MF ".deps/audio_snd.Tpo" -c -o audio_snd.o audio_snd.c; then mv -f ".deps/audio_snd.Tpo" ".deps/audio_snd.Po"; else rm -f ".deps/audio_snd.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT audio_wave.o -MD -MP -MF ".deps/audio_wave.Tpo" -c -o audio_wave.o audio_wave.c; then mv -f ".deps/audio_wave.Tpo" ".deps/audio_wave.Po"; else rm -f ".deps/audio_wave.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I/opt/pkg/include -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -MT audio_sun.o -MD -MP -MF ".deps/audio_sun.Tpo" -c -o audio_sun.o audio_sun.c; then mv -f ".deps/audio_sun.Tpo" ".deps/audio_sun.Po"; else rm -f ".deps/audio_sun.Tpo"; exit 1; fi /usr/bin/bash ./libtool --mode=link gcc -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -lintl -o madplay madplay.o getopt.o getopt1.o version.o resample.o filter.o tag.o crc.o rgain.o player.o audio.o audio_aiff.o audio_cdda.o audio_hex.o audio_null.o audio_raw.o audio_snd.o audio_wave.o audio_sun.o -lmad -lid3tag -lm /opt/pkg/bin/libtool: line 979: /opt/pkg/bin/nbsed: No such file or directory /opt/pkg/bin/libtool: line 8269: /opt/pkg/bin/nbsed: No such file or directory /opt/pkg/bin/libtool: line 1434: /opt/pkg/bin/nbsed: No such file or directory /opt/pkg/bin/libtool: line 1330: /opt/pkg/bin/nbsed: No such file or directory : error: Failed to create '.libs' *** [madplay] Error code 1 bmake[2]: stopped in /home/pbulk/build/audio/madplay/work/madplay-0.15.2b 1 error bmake[2]: stopped in /home/pbulk/build/audio/madplay/work/madplay-0.15.2b *** [all-recursive] Error code 1 bmake[1]: stopped in /home/pbulk/build/audio/madplay/work/madplay-0.15.2b 1 error bmake[1]: stopped in /home/pbulk/build/audio/madplay/work/madplay-0.15.2b *** [all] Error code 2 bmake: stopped in /home/pbulk/build/audio/madplay/work/madplay-0.15.2b 1 error bmake: stopped in /home/pbulk/build/audio/madplay/work/madplay-0.15.2b *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/madplay *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/madplay