=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for xdiary-3.0.3nb1 --- 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:57: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:57: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:67: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:114: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:129: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:135: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:123: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:153: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:153: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:155: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:156: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:143: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:183: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:183: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:184: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:187: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:169: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:234: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:234: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:236: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:240: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:246: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:283: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:287: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:288: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:296: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:296: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:345: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:216: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:356: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:350: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:389: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:360: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:411: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:416: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:439: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:466: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:497: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:525: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:577: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:597: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:625: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:667: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) ^ 52 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