=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/filebench", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for filebench-1.4.9.1nb1 --- ./config.h.in --- --- parser_gram.h --- --- ./config.h.in --- (CDPATH="${ZSH_VERSION+.}:" && cd . && autoheader) rm -f stamp-h1 touch ./config.h.in --- stamp-h1 --- rm -f stamp-h1 cd . && /usr/bin/bash ./config.status config.h config.status: creating config.h --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in workloads --- eventgen.o --- --- fb_avl.o --- --- fb_localfs.o --- --- eventgen.o --- gcc -std=gnu23 -D_REENTRANT -DYYDEBUG -DYY_NO_INPUT -DFILEBENCHDIR=\"/opt/pkg/share/filebench\" -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -I. -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -MT eventgen.o -MD -MP -MF .deps/eventgen.Tpo -c -o eventgen.o eventgen.c --- fb_avl.o --- gcc -std=gnu23 -D_REENTRANT -DYYDEBUG -DYY_NO_INPUT -DFILEBENCHDIR=\"/opt/pkg/share/filebench\" -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -I. -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -MT fb_avl.o -MD -MP -MF .deps/fb_avl.Tpo -c -o fb_avl.o fb_avl.c --- fb_localfs.o --- gcc -std=gnu23 -D_REENTRANT -DYYDEBUG -DYY_NO_INPUT -DFILEBENCHDIR=\"/opt/pkg/share/filebench\" -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -I. -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -MT fb_localfs.o -MD -MP -MF .deps/fb_localfs.Tpo -c -o fb_localfs.o fb_localfs.c --- eventgen.o --- In file included from filebench.h:130, from eventgen.c:44: vars.h:223:32: error: two or more data types in declaration specifiers 223 | avd_t avd_bool_alloc(boolean_t bool); | ^~~~ vars.h:232:46: error: two or more data types in declaration specifiers 232 | int var_assign_boolean(char *name, boolean_t bool); | ^~~~ --- fb_avl.o --- In file included from filebench.h:130, from fb_avl.c:92: vars.h:223:32: error: two or more data types in declaration specifiers 223 | avd_t avd_bool_alloc(boolean_t bool); | ^~~~ vars.h:232:46: error: two or more data types in declaration specifiers 232 | int var_assign_boolean(char *name, boolean_t bool); | ^~~~ --- fb_localfs.o --- In file included from filebench.h:130, from fb_localfs.c:29: vars.h:223:32: error: two or more data types in declaration specifiers 223 | avd_t avd_bool_alloc(boolean_t bool); | ^~~~ vars.h:232:46: error: two or more data types in declaration specifiers 232 | int var_assign_boolean(char *name, boolean_t bool); | ^~~~ fb_localfs.c:122:54: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(flowop_t *)' {aka 'int (*)(struct flowop *)'} [-Wincompatible-pointer-types] 122 | {FLOW_TYPE_AIO, FLOW_ATTR_WRITE, "aiowrite", flowop_init_generic, | ^~~~~~~~~~~~~~~~~~~ fb_localfs.c:122:54: note: (near initialization for 'fb_lfsflow_funcs[0].fl_init') fb_localfs.c:123:9: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(threadflow_t *, flowop_t *)' {aka 'int (*)(struct threadflow *, struct flowop *)'} [-Wincompatible-pointer-types] 123 | fb_lfsflow_aiowrite, flowop_destruct_generic}, | ^~~~~~~~~~~~~~~~~~~ fb_localfs.c:123:9: note: (near initialization for 'fb_lfsflow_funcs[0].fl_func') fb_localfs.c:123:30: error: initialization of 'void (*)(void)' from incompatible pointer type 'void (*)(flowop_t *)' {aka 'void (*)(struct flowop *)'} [-Wincompatible-pointer-types] 123 | fb_lfsflow_aiowrite, flowop_destruct_generic}, | ^~~~~~~~~~~~~~~~~~~~~~~ fb_localfs.c:123:30: note: (near initialization for 'fb_lfsflow_funcs[0].fl_destruct') fb_localfs.c:124:39: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(flowop_t *)' {aka 'int (*)(struct flowop *)'} [-Wincompatible-pointer-types] 124 | {FLOW_TYPE_AIO, 0, "aiowait", flowop_init_generic, | ^~~~~~~~~~~~~~~~~~~ fb_localfs.c:124:39: note: (near initialization for 'fb_lfsflow_funcs[1].fl_init') fb_localfs.c:125:9: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(threadflow_t *, flowop_t *)' {aka 'int (*)(struct threadflow *, struct flowop *)'} [-Wincompatible-pointer-types] 125 | fb_lfsflow_aiowait, flowop_destruct_generic} | ^~~~~~~~~~~~~~~~~~ fb_localfs.c:125:9: note: (near initialization for 'fb_lfsflow_funcs[1].fl_func') fb_localfs.c:125:29: error: initialization of 'void (*)(void)' from incompatible pointer type 'void (*)(flowop_t *)' {aka 'void (*)(struct flowop *)'} [-Wincompatible-pointer-types] 125 | fb_lfsflow_aiowait, flowop_destruct_generic} | ^~~~~~~~~~~~~~~~~~~~~~~ fb_localfs.c:125:29: note: (near initialization for 'fb_lfsflow_funcs[1].fl_destruct') fb_localfs.c: In function 'fb_lfsflow_aiowait': fb_localfs.c:405:35: error: passing argument 1 of 'aio_waitn64' from incompatible pointer type [-Wincompatible-pointer-types] 405 | if (((aio_waitn64((struct aiocb64 **)worklist, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | struct aiocb ** In file included from filebench.h:68: /usr/include/aio.h:135:29: note: expected 'aiocb64_t **' {aka 'struct aiocb64 **'} but argument is of type 'struct aiocb **' 135 | extern int aio_waitn64(aiocb64_t *[], uint_t, uint_t *, | ^~~~~~~~~~~~~ fb_localfs.c: In function 'fb_lfs_fstat': fb_localfs.c:623:37: error: passing argument 2 of 'fstat' from incompatible pointer type [-Wincompatible-pointer-types] 623 | return (fstat64(fd->fd_num, statbufp)); | ^~~~~~~~ | | | struct stat64 * In file included from /usr/include/sys/stat.h:517, from filebench.h:35: /usr/include/sys/stat_impl.h:45:23: note: expected 'struct stat *' but argument is of type 'struct stat64 *' 45 | extern int fstat(int, struct stat *); | ^~~~~~~~~~~~~ --- eventgen.o --- *** [eventgen.o] Error code 1 bmake[2]: stopped making "all-am" in /tmp/work/benchmarks/filebench/work/filebench-1.4.9.1 --- fb_localfs.o --- *** [fb_localfs.o] Error code 1 bmake[2]: stopped making "all-am" in /tmp/work/benchmarks/filebench/work/filebench-1.4.9.1 --- fb_avl.o --- *** [fb_avl.o] Error code 1 bmake[2]: stopped making "all-am" in /tmp/work/benchmarks/filebench/work/filebench-1.4.9.1 bmake[2]: 3 errors bmake[2]: stopped making "all-am" in /tmp/work/benchmarks/filebench/work/filebench-1.4.9.1 bmake[1]: stopped making "all-recursive" in /tmp/work/benchmarks/filebench/work/filebench-1.4.9.1 bmake: stopped making "all" in /tmp/work/benchmarks/filebench/work/filebench-1.4.9.1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/filebench *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/filebench