+ 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/slurm-0.3.3nb2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/slurm-0.3.3nb2/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for slurm-0.3.3nb2 --- ./aclocal.m4 --- cd . && /usr/bin/bash /home/pbulk/build/net/slurm/work/slurm-0.3.3/missing --run aclocal-1.6 WARNING: 'aclocal' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.in'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. --- ./configure --- --- ./config.h.in --- cd . && /usr/bin/bash /home/pbulk/build/net/slurm/work/slurm-0.3.3/missing --run autoheader --- ./configure --- cd . && /usr/bin/bash /home/pbulk/build/net/slurm/work/slurm-0.3.3/missing --run autoconf WARNING: 'autoconf' is missing on your system. You should only need it if you modified 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. --- ./config.h.in --- WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. touch ./config.h.in --- ./config.status --- /usr/bin/bash ./config.status --recheck --- stamp-h1 --- cd . && /usr/bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged --- config.h --- --- all --- /opt/pkg/bin/bmake all-am --- slurm.o --- --- ./Makefile.in --- --- ./config.status --- --- slurm.o --- source='slurm.c' object='slurm.o' libtool=no depfile='.deps/slurm.Po' tmpdepfile='.deps/slurm.TPo' depmode=gcc3 /usr/bin/bash ./depcomp gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -I/usr/include -c `test -f 'slurm.c' || echo './'`slurm.c --- ./Makefile.in --- cd . && /usr/bin/bash /home/pbulk/build/net/slurm/work/slurm-0.3.3/missing --run automake-1.6 --gnu Makefile --- ./config.status --- /usr/bin/bash ./config.status --recheck --- ./Makefile.in --- WARNING: 'automake' is missing on your system. You should only need it if you modified 'Makefile.am', 'acinclude.m4' or 'configure.in'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. --- Makefile --- --- config.h --- --- Makefile --- cd . && /usr/bin/bash ./config.status Makefile depfiles --- slurm.o --- slurm.c: In function 'update_stat_large': slurm.c:418:26: warning: '__builtin_memmove' reading 308 bytes from a region of size 0 [-Wstringop-overread] 418 | rx_speedarray[x] = rx_speedarray[x-1]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ In file included from slurm.c:41: slurm.h:181:7: note: at offset -4 into source object 'rx_speedarray' of size 308 181 | float rx_speedarray[GRAPHSPLIT_WIDTH]; | ^~~~~~~~~~~~~ slurm.c:419:26: warning: '__builtin_memmove' reading 308 bytes from a region of size 0 [-Wstringop-overread] 419 | tx_speedarray[x] = tx_speedarray[x-1]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ slurm.h:187:7: note: at offset -4 into source object 'tx_speedarray' of size 308 187 | float tx_speedarray[GRAPHSPLIT_WIDTH]; | ^~~~~~~~~~~~~ slurm.c: In function 'update_stat_split': slurm.c:728:26: warning: '__builtin_memmove' reading 308 bytes from a region of size 0 [-Wstringop-overread] 728 | rx_speedarray[x] = rx_speedarray[x-1]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ slurm.h:181:7: note: at offset -4 into source object 'rx_speedarray' of size 308 181 | float rx_speedarray[GRAPHSPLIT_WIDTH]; | ^~~~~~~~~~~~~ slurm.c:729:26: warning: '__builtin_memmove' reading 308 bytes from a region of size 0 [-Wstringop-overread] 729 | tx_speedarray[x] = tx_speedarray[x-1]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ slurm.h:187:7: note: at offset -4 into source object 'tx_speedarray' of size 308 187 | float tx_speedarray[GRAPHSPLIT_WIDTH]; | ^~~~~~~~~~~~~ --- Makefile --- config.status: creating Makefile --- slurm.o --- slurm.c: In function 'update_stat_combined': slurm.c:992:26: warning: '__builtin_memmove' reading 308 bytes from a region of size 0 [-Wstringop-overread] 992 | rx_speedarray[x] = rx_speedarray[x-1]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ slurm.h:181:7: note: at offset -4 into source object 'rx_speedarray' of size 308 181 | float rx_speedarray[GRAPHSPLIT_WIDTH]; | ^~~~~~~~~~~~~ slurm.c:993:26: warning: '__builtin_memmove' reading 308 bytes from a region of size 0 [-Wstringop-overread] 993 | tx_speedarray[x] = tx_speedarray[x-1]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ slurm.h:187:7: note: at offset -4 into source object 'tx_speedarray' of size 308 187 | float tx_speedarray[GRAPHSPLIT_WIDTH]; | ^~~~~~~~~~~~~ slurm.c:996:28: warning: '__builtin_memmove' reading 3696 bytes from a region of size 0 [-Wstringop-overread] 996 | rx_graph[x][y] = rx_graph[x-1][y]; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ slurm.h:180:5: note: at offset -48 into source object 'rx_graph' of size 3696 180 | int rx_graph[GRAPHSPLIT_WIDTH][GRAPHCOMBINED_HEIGHT]; | ^~~~~~~~ slurm.c:997:28: warning: '__builtin_memmove' reading 3696 bytes from a region of size 0 [-Wstringop-overread] 997 | tx_graph[x][y] = tx_graph[x-1][y]; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ slurm.h:186:5: note: at offset -48 into source object 'tx_graph' of size 3696 186 | int tx_graph[GRAPHSPLIT_WIDTH][GRAPHCOMBINED_HEIGHT]; | ^~~~~~~~ --- Makefile --- config.status: executing depfiles commands --- slurm --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -I/usr/include -lnsl -lsocket -lkstat -o slurm slurm.o Undefined first referenced symbol in file nonl slurm.o initscr slurm.o wmove slurm.o init_pair slurm.o nodelay slurm.o cbreak slurm.o endwin slurm.o noecho slurm.o stdscr slurm.o wgetch slurm.o whline slurm.o wattrset slurm.o wrefresh slurm.o start_color slurm.o intrflush slurm.o curs_set slurm.o mvprintw slurm.o ld: fatal: symbol referencing errors. No output written to slurm collect2: error: ld returned 1 exit status *** [slurm] Error code 1 bmake[1]: stopped making "all-am" in /home/pbulk/build/net/slurm/work/slurm-0.3.3 bmake[1]: 1 error bmake[1]: stopped making "all-am" in /home/pbulk/build/net/slurm/work/slurm-0.3.3 *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/build/net/slurm/work/slurm-0.3.3 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/net/slurm/work/slurm-0.3.3 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/slurm *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/slurm