=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/net/dgd", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for dgd-1.2.0.4nb1 gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I. -Icomp -Ilex -Ied -Iparser -Ikfun -DNETBSD -O2 -c alloc.c In file included from dgd.h:1, from alloc.c:1: host.h:288:14: error: 'bool' cannot be defined via 'typedef' 288 | typedef char bool; | ^~~~ host.h:288:14: note: 'bool' is a keyword with '-std=c23' onwards host.h:288:1: warning: useless type name in empty declaration 288 | typedef char bool; | ^~~~~~~ alloc.c: In function 'newmem': alloc.c:44:14: warning: old-style function definition [-Wold-style-definition] 44 | static char *newmem(size, list) | ^~~~~~ alloc.c:55:9: error: too many arguments to function 'fatal'; expected 0, have 1 55 | fatal("out of memory"); | ^~~~~ ~~~~~~~~~~~~~~~ In file included from dgd.h:14: error.h:14:17: note: declared here 14 | extern void fatal (); | ^~~~~ alloc.c: In function 'lchunk': alloc.c:93:16: warning: old-style function definition [-Wold-style-definition] 93 | static chunk **lchunk(size, new) | ^~~~~~ alloc.c:117:9: error: too many arguments to function 'fatal'; expected 0, have 1 117 | fatal("too many different large static chunks"); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error.h:14:17: note: declared here 14 | extern void fatal (); | ^~~~~ alloc.c: In function 'salloc': alloc.c:131:15: warning: old-style function definition [-Wold-style-definition] 131 | static chunk *salloc(size) | ^~~~~~ alloc.c: In function 'sfree': alloc.c:228:13: warning: old-style function definition [-Wold-style-definition] 228 | static void sfree(c) | ^~~~~ alloc.c: In function 'insert': alloc.c:282:13: warning: old-style function definition [-Wold-style-definition] 282 | static void insert(c) | ^~~~~~ alloc.c: In function 'seek': alloc.c:363:15: warning: old-style function definition [-Wold-style-definition] 363 | static chunk *seek(size) | ^~~~ alloc.c: In function 'delete': alloc.c:465:13: warning: old-style function definition [-Wold-style-definition] 465 | static void delete(c) | ^~~~~~ alloc.c: In function 'dalloc': alloc.c:526:15: warning: old-style function definition [-Wold-style-definition] 526 | static chunk *dalloc(size) | ^~~~~~ alloc.c: In function 'dfree': alloc.c:619:13: warning: old-style function definition [-Wold-style-definition] 619 | static void dfree(c) | ^~~~~ alloc.c: In function 'm_init': alloc.c:670:6: warning: old-style function definition [-Wold-style-definition] 670 | void m_init(ssz, dsz) | ^~~~~~ alloc.c: In function 'm_alloc': alloc.c:700:7: warning: old-style function definition [-Wold-style-definition] 700 | char *m_alloc(size) | ^~~~~~~ alloc.c: In function 'm_free': alloc.c:745:6: warning: old-style function definition [-Wold-style-definition] 745 | void m_free(mem) | ^~~~~~ alloc.c:770:9: error: too many arguments to function 'fatal'; expected 0, have 1 770 | fatal("bad pointer in m_free"); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ error.h:14:17: note: declared here 14 | extern void fatal (); | ^~~~~ alloc.c: In function 'm_realloc': alloc.c:784:7: warning: old-style function definition [-Wold-style-definition] 784 | char *m_realloc(mem, size1, size2) | ^~~~~~~~~ alloc.c:861:9: error: too many arguments to function 'fatal'; expected 0, have 1 861 | fatal("bad pointer in m_realloc"); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~ error.h:14:17: note: declared here 14 | extern void fatal (); | ^~~~~ *** Error code 1 Stop. bmake: stopped making "all" in /tmp/work/net/dgd/work/dgd/src *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/dgd *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/dgd