=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/devel/sunifdef", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for sunifdef-3.1.3nb10 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- args.o --- --- categorical.o --- --- chew.o --- --- dataset.o --- --- categorical.o --- gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT categorical.o -MD -MP -MF .deps/categorical.Tpo -c -o categorical.o categorical.c --- chew.o --- gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT chew.o -MD -MP -MF .deps/chew.Tpo -c -o chew.o chew.c --- args.o --- gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT args.o -MD -MP -MF .deps/args.Tpo -c -o args.o args.c --- dataset.o --- gcc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT dataset.o -MD -MP -MF .deps/dataset.Tpo -c -o dataset.o dataset.c --- categorical.o --- In file included from opts.h:51, from categorical.h:41, from categorical.c:39: categorical.c: In function 'categorical_initor': categorical.c:92:11: error: passing argument 7 of 'module_initor' from incompatible pointer type [-Wincompatible-pointer-types] 92 | IMPLEMENT(categorical,STATIC_INITABLE) | ^~~~~~~~~~~ | | | void (*)(categorical_state_t *) {aka void (*)(struct categorical_state_s *)} state_utils.h:78:41: note: in definition of macro 'USER_INIT_HANDLE' 78 | #define USER_INIT_HANDLE(module) module##_init_h | ^~~~~~ state_utils.h:644:9: note: in expansion of macro 'DEFINE_INITOR' 644 | DEFINE_INITOR(module)\ | ^~~~~~~~~~~~~ state_utils.h:669:41: note: in expansion of macro 'IMPLEMENT_STATIC' 669 | #define IMPLEMENT(module,init_type) IMPLEMENT_STATIC(module,init_type) | ^~~~~~~~~~~~~~~~ categorical.c:92:1: note: in expansion of macro 'IMPLEMENT' 92 | IMPLEMENT(categorical,STATIC_INITABLE) | ^~~~~~~~~ state_utils.h:246:16: note: expected 'void (*)(void)' but argument is of type 'void (*)(categorical_state_t *)' {aka 'void (*)(struct categorical_state_s *)'} 246 | void (*user_init)()); | ~~~~~~~^~~~~~~~~~~~ categorical.c: In function 'categorical_finitor': categorical.c:92:11: error: passing argument 4 of 'module_finitor' from incompatible pointer type [-Wincompatible-pointer-types] 92 | IMPLEMENT(categorical,STATIC_INITABLE) | ^~~~~~~~~~~ | | | void (*)(categorical_state_t *) {aka void (*)(struct categorical_state_s *)} state_utils.h:78:41: note: in definition of macro 'USER_INIT_HANDLE' 78 | #define USER_INIT_HANDLE(module) module##_init_h | ^~~~~~ state_utils.h:645:9: note: in expansion of macro 'DEFINE_FINITOR' 645 | DEFINE_FINITOR(module) | ^~~~~~~~~~~~~~ state_utils.h:669:41: note: in expansion of macro 'IMPLEMENT_STATIC' 669 | #define IMPLEMENT(module,init_type) IMPLEMENT_STATIC(module,init_type) | ^~~~~~~~~~~~~~~~ categorical.c:92:1: note: in expansion of macro 'IMPLEMENT' 92 | IMPLEMENT(categorical,STATIC_INITABLE) | ^~~~~~~~~ state_utils.h:272:16: note: expected 'void (*)(void)' but argument is of type 'void (*)(categorical_state_t *)' {aka 'void (*)(struct categorical_state_s *)'} 272 | void (*user_finis)()); | ~~~~~~~^~~~~~~~~~~~~ --- dataset.o --- In file included from opts.h:51, from dataset.h:40, from dataset.c:39: dataset.c: In function 'dataset_initor': dataset.c:61:11: error: passing argument 7 of 'module_initor' from incompatible pointer type [-Wincompatible-pointer-types] 61 | IMPLEMENT(dataset,USER_INITABLE); | ^~~~~~~ | | | void (*)(dataset_state_t *) {aka void (*)(struct dataset_state_s *)} state_utils.h:78:41: note: in definition of macro 'USER_INIT_HANDLE' 78 | #define USER_INIT_HANDLE(module) module##_init_h | ^~~~~~ state_utils.h:644:9: note: in expansion of macro 'DEFINE_INITOR' 644 | DEFINE_INITOR(module)\ | ^~~~~~~~~~~~~ state_utils.h:669:41: note: in expansion of macro 'IMPLEMENT_STATIC' 669 | #define IMPLEMENT(module,init_type) IMPLEMENT_STATIC(module,init_type) | ^~~~~~~~~~~~~~~~ dataset.c:61:1: note: in expansion of macro 'IMPLEMENT' 61 | IMPLEMENT(dataset,USER_INITABLE); | ^~~~~~~~~ state_utils.h:246:16: note: expected 'void (*)(void)' but argument is of type 'void (*)(dataset_state_t *)' {aka 'void (*)(struct dataset_state_s *)'} 246 | void (*user_init)()); | ~~~~~~~^~~~~~~~~~~~ dataset.c: In function 'dataset_finitor': dataset.c:61:11: error: passing argument 4 of 'module_finitor' from incompatible pointer type [-Wincompatible-pointer-types] 61 | IMPLEMENT(dataset,USER_INITABLE); | ^~~~~~~ | | | void (*)(dataset_state_t *) {aka void (*)(struct dataset_state_s *)} state_utils.h:78:41: note: in definition of macro 'USER_INIT_HANDLE' 78 | #define USER_INIT_HANDLE(module) module##_init_h | ^~~~~~ state_utils.h:645:9: note: in expansion of macro 'DEFINE_FINITOR' 645 | DEFINE_FINITOR(module) | ^~~~~~~~~~~~~~ state_utils.h:669:41: note: in expansion of macro 'IMPLEMENT_STATIC' 669 | #define IMPLEMENT(module,init_type) IMPLEMENT_STATIC(module,init_type) | ^~~~~~~~~~~~~~~~ dataset.c:61:1: note: in expansion of macro 'IMPLEMENT' 61 | IMPLEMENT(dataset,USER_INITABLE); | ^~~~~~~~~ state_utils.h:272:16: note: expected 'void (*)(void)' but argument is of type 'void (*)(dataset_state_t *)' {aka 'void (*)(struct dataset_state_s *)'} 272 | void (*user_finis)()); | ~~~~~~~^~~~~~~~~~~~~ --- args.o --- In file included from opts.h:51, from platform.h:41, from args.c:39: args.c: In function 'args_initor': args.c:87:11: error: passing argument 7 of 'module_initor' from incompatible pointer type [-Wincompatible-pointer-types] 87 | IMPLEMENT(args,USER_INITABLE) | ^~~~ | | | void (*)(args_state_t *) {aka void (*)(struct args_state_s *)} state_utils.h:78:41: note: in definition of macro 'USER_INIT_HANDLE' 78 | #define USER_INIT_HANDLE(module) module##_init_h | ^~~~~~ state_utils.h:644:9: note: in expansion of macro 'DEFINE_INITOR' 644 | DEFINE_INITOR(module)\ | ^~~~~~~~~~~~~ state_utils.h:669:41: note: in expansion of macro 'IMPLEMENT_STATIC' 669 | #define IMPLEMENT(module,init_type) IMPLEMENT_STATIC(module,init_type) | ^~~~~~~~~~~~~~~~ args.c:87:1: note: in expansion of macro 'IMPLEMENT' 87 | IMPLEMENT(args,USER_INITABLE) | ^~~~~~~~~ state_utils.h:246:16: note: expected 'void (*)(void)' but argument is of type 'void (*)(args_state_t *)' {aka 'void (*)(struct args_state_s *)'} 246 | void (*user_init)()); | ~~~~~~~^~~~~~~~~~~~ args.c: In function 'args_finitor': args.c:87:11: error: passing argument 4 of 'module_finitor' from incompatible pointer type [-Wincompatible-pointer-types] 87 | IMPLEMENT(args,USER_INITABLE) | ^~~~ | | | void (*)(args_state_t *) {aka void (*)(struct args_state_s *)} state_utils.h:78:41: note: in definition of macro 'USER_INIT_HANDLE' 78 | #define USER_INIT_HANDLE(module) module##_init_h | ^~~~~~ state_utils.h:645:9: note: in expansion of macro 'DEFINE_FINITOR' 645 | DEFINE_FINITOR(module) | ^~~~~~~~~~~~~~ state_utils.h:669:41: note: in expansion of macro 'IMPLEMENT_STATIC' 669 | #define IMPLEMENT(module,init_type) IMPLEMENT_STATIC(module,init_type) | ^~~~~~~~~~~~~~~~ args.c:87:1: note: in expansion of macro 'IMPLEMENT' 87 | IMPLEMENT(args,USER_INITABLE) | ^~~~~~~~~ state_utils.h:272:16: note: expected 'void (*)(void)' but argument is of type 'void (*)(args_state_t *)' {aka 'void (*)(struct args_state_s *)'} 272 | void (*user_finis)()); | ~~~~~~~^~~~~~~~~~~~~ --- chew.o --- In file included from opts.h:51, from chew.h:47, from chew.c:44: chew.c: In function 'chew_initor': chew.c:72:11: error: passing argument 7 of 'module_initor' from incompatible pointer type [-Wincompatible-pointer-types] 72 | IMPLEMENT(chew,ZERO_INITABLE) | ^~~~ | | | void (*)(chew_state_t *) {aka void (*)(struct chew_state_s *)} state_utils.h:78:41: note: in definition of macro 'USER_INIT_HANDLE' 78 | #define USER_INIT_HANDLE(module) module##_init_h | ^~~~~~ state_utils.h:644:9: note: in expansion of macro 'DEFINE_INITOR' 644 | DEFINE_INITOR(module)\ | ^~~~~~~~~~~~~ state_utils.h:669:41: note: in expansion of macro 'IMPLEMENT_STATIC' 669 | #define IMPLEMENT(module,init_type) IMPLEMENT_STATIC(module,init_type) | ^~~~~~~~~~~~~~~~ chew.c:72:1: note: in expansion of macro 'IMPLEMENT' 72 | IMPLEMENT(chew,ZERO_INITABLE) | ^~~~~~~~~ state_utils.h:246:16: note: expected 'void (*)(void)' but argument is of type 'void (*)(chew_state_t *)' {aka 'void (*)(struct chew_state_s *)'} 246 | void (*user_init)()); | ~~~~~~~^~~~~~~~~~~~ chew.c: In function 'chew_finitor': chew.c:72:11: error: passing argument 4 of 'module_finitor' from incompatible pointer type [-Wincompatible-pointer-types] 72 | IMPLEMENT(chew,ZERO_INITABLE) | ^~~~ | | | void (*)(chew_state_t *) {aka void (*)(struct chew_state_s *)} state_utils.h:78:41: note: in definition of macro 'USER_INIT_HANDLE' 78 | #define USER_INIT_HANDLE(module) module##_init_h | ^~~~~~ state_utils.h:645:9: note: in expansion of macro 'DEFINE_FINITOR' 645 | DEFINE_FINITOR(module) | ^~~~~~~~~~~~~~ state_utils.h:669:41: note: in expansion of macro 'IMPLEMENT_STATIC' 669 | #define IMPLEMENT(module,init_type) IMPLEMENT_STATIC(module,init_type) | ^~~~~~~~~~~~~~~~ chew.c:72:1: note: in expansion of macro 'IMPLEMENT' 72 | IMPLEMENT(chew,ZERO_INITABLE) | ^~~~~~~~~ state_utils.h:272:16: note: expected 'void (*)(void)' but argument is of type 'void (*)(chew_state_t *)' {aka 'void (*)(struct chew_state_s *)'} 272 | void (*user_finis)()); | ~~~~~~~^~~~~~~~~~~~~ --- categorical.o --- *** [categorical.o] Error code 1 bmake[2]: stopped making "all" in /tmp/work/devel/sunifdef/work/sunifdef-3.1.3/src --- dataset.o --- *** [dataset.o] Error code 1 bmake[2]: stopped making "all" in /tmp/work/devel/sunifdef/work/sunifdef-3.1.3/src --- chew.o --- *** [chew.o] Error code 1 bmake[2]: stopped making "all" in /tmp/work/devel/sunifdef/work/sunifdef-3.1.3/src --- args.o --- *** [args.o] Error code 1 bmake[2]: stopped making "all" in /tmp/work/devel/sunifdef/work/sunifdef-3.1.3/src bmake[2]: 4 errors bmake[2]: stopped making "all" in /tmp/work/devel/sunifdef/work/sunifdef-3.1.3/src bmake[1]: stopped making "all-recursive" in /tmp/work/devel/sunifdef/work/sunifdef-3.1.3 *** [all] Error code 2 bmake: stopped making "all" in /tmp/work/devel/sunifdef/work/sunifdef-3.1.3 bmake: 1 error bmake: stopped making "all" in /tmp/work/devel/sunifdef/work/sunifdef-3.1.3 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/sunifdef *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/sunifdef