+ 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/chord-3.6/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/chord-3.6/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for chord-3.6 --- common.o --- --- xpose.o --- --- iso.o --- --- chord.o --- --- common.o --- gcc -DPAPERSIZE=A4 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c common.c --- xpose.o --- gcc -DPAPERSIZE=A4 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c xpose.c --- iso.o --- gcc -DPAPERSIZE=A4 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c iso.c --- chord.o --- gcc -DPAPERSIZE=A4 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c chord.c --- common.o --- common.c: In function 'tolower_str': common.c:23:28: error: implicit declaration of function 'tolower' [-Wimplicit-function-declaration] 23 | while (*ptr=(char) tolower((int) *ptr)) | ^~~~~~~ common.c:6:1: note: include '' or provide a declaration of 'tolower' 5 | #include "chord.h" +++ |+#include 6 | common.c: In function 'toupper_str': common.c:39:28: error: implicit declaration of function 'toupper' [-Wimplicit-function-declaration] 39 | while (*ptr=(char) toupper((int) *ptr)) | ^~~~~~~ common.c:39:28: note: include '' or provide a declaration of 'toupper' *** [common.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/misc/chord/work/chord --- chord.o --- chord.c: In function 'do_new_song': chord.c:667:9: error: implicit declaration of function 'clean_known_chords'; did you mean 'init_known_chords'? [-Wimplicit-function-declaration] 667 | clean_known_chords(); | ^~~~~~~~~~~~~~~~~~ | init_known_chords chord.c:668:9: error: implicit declaration of function 'clean_chordtab' [-Wimplicit-function-declaration] 668 | clean_chordtab(); | ^~~~~~~~~~~~~~ chord.c: At top level: chord.c:1127:1: error: return type defaults to 'int' [-Wimplicit-int] 1127 | main(argc, argv) | ^~~~ *** [chord.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/misc/chord/work/chord bmake: 2 errors bmake: stopped making "all" in /home/pbulk/build/misc/chord/work/chord *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/misc/chord *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/misc/chord