=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for xdiary-3.0.3 --- all --- making all in ./ndbm... bmake[1]: "/Users/pbulk/build/time/xdiary/work/xmdiary-3.0.3/ndbm/Makefile" line 1027: warning: duplicate script for target "libXdndbm.a" ignored bmake[1]: "/Users/pbulk/build/time/xdiary/work/xmdiary-3.0.3/ndbm/Makefile" line 932: warning: using previous script for "libXdndbm.a" defined here bmake[1]: "/Users/pbulk/build/time/xdiary/work/xmdiary-3.0.3/ndbm/Makefile" line 1028: warning: duplicate script for target "libXdndbm.a" ignored bmake[1]: "/Users/pbulk/build/time/xdiary/work/xmdiary-3.0.3/ndbm/Makefile" line 932: warning: using previous script for "libXdndbm.a" defined here bmake[1]: "/Users/pbulk/build/time/xdiary/work/xmdiary-3.0.3/ndbm/Makefile" line 1029: warning: duplicate script for target "libXdndbm.a" ignored bmake[1]: "/Users/pbulk/build/time/xdiary/work/xmdiary-3.0.3/ndbm/Makefile" line 932: warning: using previous script for "libXdndbm.a" defined here bmake[1]: "/Users/pbulk/build/time/xdiary/work/xmdiary-3.0.3/ndbm/Makefile" line 1030: warning: duplicate script for target "libXdndbm.a" ignored bmake[1]: "/Users/pbulk/build/time/xdiary/work/xmdiary-3.0.3/ndbm/Makefile" line 932: warning: using previous script for "libXdndbm.a" defined here --- all --- --- all --- --- xdndbm.o --- --- all --- --- all --- --- xdndbm.o --- rm -f xdndbm.o clang -c -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I../ndbm -I../dtools -I../xtools -I../tools -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DXDHOME='"/lib/xdiary"' xdndbm.c xdndbm.c:31:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] static convert_after_read(char buf[PBLKSIZ]); ~~~~~~ ^ xdndbm.c:32:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] static convert_before_write(char buf[PBLKSIZ]); ~~~~~~ ^ xdndbm.c:56:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern long lseek(); ^ xdndbm.c:56:14: error: conflicting types for 'lseek' /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/unistd.h:465:8: note: previous declaration is here off_t lseek(int, off_t, int); ^ In file included from xdndbm.c:22: ../ndbm/xdndbm.h:59:10: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DBM *dbm_open(); ^ void xdndbm.c:65:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbm_open(file, flags, mode) ^ In file included from xdndbm.c:22: ../ndbm/xdndbm.h:60:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void dbm_close(); ^ void xdndbm.c:112:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbm_close(db) ^ xdndbm.c:127:19: warning: passing arguments to 'dcalchash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hash = dcalchash(key); ^ xdndbm.c:133:15: warning: passing arguments to 'getbit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (getbit(db) == 0) ^ In file included from xdndbm.c:22: ../ndbm/xdndbm.h:64:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long dbm_forder(); ^ void xdndbm.c:121:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbm_forder(db, key) ^ xdndbm.c:145:12: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register i; ~~~~~~~~ ^ xdndbm.c:151:27: warning: passing arguments to 'dcalchash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbm_access(db, dcalchash(key)); ^ xdndbm.c:151:13: warning: passing arguments to 'dbm_access' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbm_access(db, dcalchash(key)); ^ xdndbm.c:153:21: warning: passing arguments to 'finddatum' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((i = finddatum(db->dbm_pagbuf, key)) >= 0) { ^ xdndbm.c:154:20: warning: passing arguments to 'makdatum' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] item = makdatum(db->dbm_pagbuf, i+1); ^ In file included from xdndbm.c:22: ../ndbm/xdndbm.h:61:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] datum dbm_fetch(); ^ void xdndbm.c:141:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbm_fetch(db, key) ^ xdndbm.c:171:12: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register i; ~~~~~~~~ ^ xdndbm.c:181:27: warning: passing arguments to 'dcalchash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbm_access(db, dcalchash(key)); ^ xdndbm.c:181:13: warning: passing arguments to 'dbm_access' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbm_access(db, dcalchash(key)); ^ xdndbm.c:182:21: warning: passing arguments to 'finddatum' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((i = finddatum(db->dbm_pagbuf, key)) < 0) ^ xdndbm.c:185:15: warning: passing arguments to 'delitem' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!delitem(db->dbm_pagbuf, i)) ^ In file included from xdndbm.c:22: ../ndbm/xdndbm.h:65:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int dbm_delete(); ^ void xdndbm.c:167:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbm_delete(db, key) ^ xdndbm.c:219:12: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register i; ~~~~~~~~ ^ xdndbm.c:232:27: warning: passing arguments to 'dcalchash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbm_access(db, dcalchash(key)); ^ xdndbm.c:232:13: warning: passing arguments to 'dbm_access' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbm_access(db, dcalchash(key)); ^ xdndbm.c:234:21: warning: passing arguments to 'finddatum' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((i = finddatum(db->dbm_pagbuf, key)) >= 0) { ^ xdndbm.c:238:17: warning: passing arguments to 'delitem' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!delitem(db->dbm_pagbuf, i)) { ^ xdndbm.c:244:15: warning: passing arguments to 'additem' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!additem(db->dbm_pagbuf, key, dat)) ^ xdndbm.c:281:20: warning: passing arguments to 'makdatum' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] item = makdatum(db->dbm_pagbuf, i); ^ xdndbm.c:285:18: warning: passing arguments to 'dcalchash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (dcalchash(item) & (db->dbm_hmask+1)) { ^ xdndbm.c:286:23: warning: passing arguments to 'makdatum' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] item1 = makdatum(db->dbm_pagbuf, i+1); ^ xdndbm.c:294:19: warning: passing arguments to 'additem' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!additem(ovfbuf, item, item1) || !delitem(db->dbm_pagbuf, i)) { ^ xdndbm.c:294:52: warning: passing arguments to 'delitem' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!additem(ovfbuf, item, item1) || !delitem(db->dbm_pagbuf, i)) { ^ xdndbm.c:343:9: warning: passing arguments to 'setbit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] setbit(db); ^ In file included from xdndbm.c:22: ../ndbm/xdndbm.h:66:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int dbm_store(); ^ void xdndbm.c:214:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbm_store(db, key, dat, replace) ^ xdndbm.c:354:22: warning: passing arguments to 'dbm_nextkey' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (dbm_nextkey(db)); ^ In file included from xdndbm.c:22: ../ndbm/xdndbm.h:62:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] datum dbm_firstkey(); ^ void xdndbm.c:348:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbm_firstkey(db) ^ xdndbm.c:387:22: warning: passing arguments to 'makdatum' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] item = makdatum(db->dbm_pagbuf, db->dbm_keyptr); ^ In file included from xdndbm.c:22: ../ndbm/xdndbm.h:63:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] datum dbm_nextkey(); ^ void xdndbm.c:358:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbm_nextkey(db) ^ xdndbm.c:48:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void dbm_access(); ^ void xdndbm.c:409:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbm_access(DBM *db, long hash) ^ xdndbm.c:414:15: warning: passing arguments to 'getbit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (getbit(db) == 0) ^ xdndbm.c:441:12: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register b, i, n; ~~~~~~~~ ^ xdndbm.c:441:15: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register b, i, n; ~~~~~~~~ ^ xdndbm.c:441:18: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register b, i, n; ~~~~~~~~ ^ xdndbm.c:437:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getbit(db) ^ xdndbm.c:50:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void setbit(); ^ void xdndbm.c:464:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] setbit(DBM* db) ^ xdndbm.c:499:12: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register t; ~~~~~~~~ ^ xdndbm.c:495:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] makdatum(buf, n) ^ xdndbm.c:523:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] finddatum(buf, item) ^ xdndbm.c:575:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hashinc(db, hash) ^ xdndbm.c:595:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dcalchash(item) ^ xdndbm.c:627:12: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register i1, i2; ~~~~~~~~ ^ xdndbm.c:627:16: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register i1, i2; ~~~~~~~~ ^ xdndbm.c:623:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] delitem(buf, n) ^ xdndbm.c:670:12: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register i1, i2; ~~~~~~~~ ^ xdndbm.c:670:16: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register i1, i2; ~~~~~~~~ ^ xdndbm.c:665:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] additem(buf, item, item1) ^ xdndbm.c:722:12: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register t, i; ~~~~~~~~ ^ xdndbm.c:722:15: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register t, i; ~~~~~~~~ ^ xdndbm.c:748:12: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register t, i; ~~~~~~~~ ^ xdndbm.c:748:15: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register t, i; ~~~~~~~~ ^ 69 warnings and 1 error generated. *** [xdndbm.o] Error code 1 bmake[1]: stopped in /Users/pbulk/build/time/xdiary/work/xmdiary-3.0.3/ndbm 1 error bmake[1]: stopped in /Users/pbulk/build/time/xdiary/work/xmdiary-3.0.3/ndbm *** [all] Error code 2 bmake: stopped in /Users/pbulk/build/time/xdiary/work/xmdiary-3.0.3 1 error bmake: stopped in /Users/pbulk/build/time/xdiary/work/xmdiary-3.0.3 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/time/xdiary *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/time/xdiary