+ 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/p5-Audio-CD-0.05nb18/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/p5-Audio-CD-0.05nb18/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for p5-Audio-CD-0.05nb18 "/opt/pkg/bin/perl" "/opt/pkg/lib/perl5/5.38.0/ExtUtils/xsubpp" -typemap '/opt/pkg/lib/perl5/5.38.0/ExtUtils/typemap' -typemap '/home/pbulk/build/audio/p5-Audio-CD/work/Audio-CD-0.05/typemap' CD.xs > CD.xsc Running Mkbootstrap for CD () chmod 644 "CD.bs" gcc -c -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/usr/include -fwrapv -fno-strict-aliasing -I/usr/local/include -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include -I/usr/include -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/opt/pkg/lib/perl5/5.38.0/x86_64-solaris-thread-multi-64/CORE" -g cddb_lookup.c cddb_lookup.c: In function 'inexact_selection': cddb_lookup.c:53:16: warning: implicit declaration of function 'strtol' [-Wimplicit-function-declaration] 53 | return strtol(inbuffer, NULL, 10); | ^~~~~~ cddb_lookup.c: In function 'cddb_lookup': cddb_lookup.c:100:40: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 100 | proxy = (struct cddb_server *)malloc(sizeof(struct cddb_server)); | ^~~~~~ cddb_lookup.c:24:1: note: include '' or provide a declaration of 'malloc' 23 | #include "stdio.h" +++ |+#include 24 | cddb_lookup.c:100:40: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 100 | proxy = (struct cddb_server *)malloc(sizeof(struct cddb_server)); | ^~~~~~ cddb_lookup.c:100:40: note: include '' or provide a declaration of 'malloc' cddb_lookup.c:103:13: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] 103 | free(proxy); | ^~~~ cddb_lookup.c:103:13: note: include '' or provide a declaration of 'free' cddb_lookup.c:103:13: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] cddb_lookup.c:103:13: note: include '' or provide a declaration of 'free' cddb_lookup.c:108:13: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 108 | free(proxy); | ^~~~ cddb_lookup.c:108:13: note: include '' or provide a declaration of 'free' cddb_lookup.c:113:10: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] 113 | strncpy(hello.hello_program, PACKAGE, 256); | ^~~~~~~ cddb_lookup.c:24:1: note: include '' or provide a declaration of 'strncpy' 23 | #include "stdio.h" +++ |+#include 24 | cddb_lookup.c:113:10: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 113 | strncpy(hello.hello_program, PACKAGE, 256); | ^~~~~~~ cddb_lookup.c:113:10: note: include '' or provide a declaration of 'strncpy' cddb_lookup.c:141:33: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 141 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:141:33: note: include '' or provide a declaration of 'free' cddb_lookup.c:153:36: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 153 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:153:36: note: include '' or provide a declaration of 'free' cddb_lookup.c:162:36: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 162 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:162:36: note: include '' or provide a declaration of 'free' cddb_lookup.c:166:13: warning: implicit declaration of function 'shutdown' [-Wimplicit-function-declaration] 166 | shutdown(sock, 2); | ^~~~~~~~ cddb_lookup.c:167:13: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 167 | close(sock); | ^~~~~ | pclose cddb_lookup.c:171:36: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 171 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:171:36: note: include '' or provide a declaration of 'free' cddb_lookup.c:181:36: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 181 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:181:36: note: include '' or provide a declaration of 'free' cddb_lookup.c:190:30: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 190 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:190:30: note: include '' or provide a declaration of 'free' cddb_lookup.c:196:16: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 196 | if(strlen(query.query_list[0].list_artist) > 0) | ^~~~~~ cddb_lookup.c:196:16: note: include '' or provide a declaration of 'strlen' cddb_lookup.c:196:16: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] cddb_lookup.c:196:16: note: include '' or provide a declaration of 'strlen' cddb_lookup.c:227:18: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 227 | if(strlen(query.query_list[index].list_artist) < 1) | ^~~~~~ cddb_lookup.c:227:18: note: include '' or provide a declaration of 'strlen' cp CD.pm blib/lib/Audio/CD.pm gcc -c -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/usr/include -fwrapv -fno-strict-aliasing -I/usr/local/include -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include -I/usr/include -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/opt/pkg/lib/perl5/5.38.0/x86_64-solaris-thread-multi-64/CORE" -g CD.c cc1: fatal error: CD.c: No such file or directory compilation terminated. *** [CD.o] Error code 1 bmake: stopped in /home/pbulk/build/audio/p5-Audio-CD/work/Audio-CD-0.05 1 error bmake: stopped in /home/pbulk/build/audio/p5-Audio-CD/work/Audio-CD-0.05 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/audio/p5-Audio-CD *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/audio/p5-Audio-CD