=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for slurm-0.3.3nb2 --- ./aclocal.m4 --- cd . && /bin/sh /tmp/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 --- --- ./configure --- cd . && /bin/sh /tmp/net/slurm/work/slurm-0.3.3/missing --run autoconf --- ./config.h.in --- cd . && /bin/sh /tmp/net/slurm/work/slurm-0.3.3/missing --run autoheader 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. --- ./configure --- 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.status --- /bin/sh ./config.status --recheck --- ./config.h.in --- touch ./config.h.in --- stamp-h1 --- cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged --- config.h --- --- all --- /usr/bin/make 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 /bin/sh ./depcomp gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -D_HAVE_CURSES -c `test -f 'slurm.c' || echo './'`slurm.c --- ./Makefile.in --- cd . && /bin/sh /tmp/net/slurm/work/slurm-0.3.3/missing --run automake-1.6 --gnu Makefile --- ./config.status --- /bin/sh ./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 . && /bin/sh ./config.status Makefile depfiles config.status: creating Makefile --- slurm.o --- slurm.c: In function 'update_stat_large': slurm.c:418:41: warning: iteration 76 invokes undefined behavior [-Waggressive-loop-optimizations] rx_speedarray[x] = rx_speedarray[x-1]; ~~~~~~~~~~~~~^~~~~ slurm.c:416:5: note: within this loop for (x = GRAPH_WIDTH-1; x >= 0; x--) ^~~ slurm.c:518:28: warning: iteration 77 invokes undefined behavior [-Waggressive-loop-optimizations] if (tx_graph[x][y] == 1) ~~~~~~~~~~~^~~ slurm.c:506:9: note: within this loop for (x = 0; x <= GRAPH_WIDTH; x++) ^~~ slurm.c: In function 'update_stat_split': slurm.c:728:41: warning: iteration 76 invokes undefined behavior [-Waggressive-loop-optimizations] rx_speedarray[x] = rx_speedarray[x-1]; ~~~~~~~~~~~~~^~~~~ slurm.c:726:5: note: within this loop for (x = GRAPHSPLIT_WIDTH-1; x >= 0; x--) ^~~ slurm.c:828:28: warning: iteration 77 invokes undefined behavior [-Waggressive-loop-optimizations] if (tx_graph[x][y] == 1) ~~~~~~~~~~~^~~ slurm.c:816:9: note: within this loop for (x = 0; x <= GRAPHSPLIT_WIDTH; x++) ^~~ slurm.c: In function 'update_stat_combined': slurm.c:992:41: warning: iteration 76 invokes undefined behavior [-Waggressive-loop-optimizations] rx_speedarray[x] = rx_speedarray[x-1]; ~~~~~~~~~~~~~^~~~~ slurm.c:990:5: note: within this loop for (x = GRAPHCOMBINED_WIDTH-1; x >= 0; x--) ^~~ slurm.c:1054:28: warning: iteration 77 invokes undefined behavior [-Waggressive-loop-optimizations] if (rx_graph[x][y] == 1) ~~~~~~~~~~~^~~ slurm.c:1051:9: note: within this loop for (x = 0; x <= GRAPHCOMBINED_WIDTH; x++) ^~~ --- Makefile --- config.status: executing depfiles commands --- slurm --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -D_HAVE_CURSES -lcurses -o slurm slurm.o