=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/depot", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for depot-5.14 # All started at Wed May 27 23:14:05 UTC 2026 ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/man ### Done with /tmp/work/sysutils/depot/work/depot-5.14/man ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib mkdir objdir mkdir build-include mkdir build-lib ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/include /tmp/work/sysutils/depot/work/.tools/bin/install -c depotlib.h ../build-include/depotlib.h /tmp/work/sysutils/depot/work/.tools/bin/install -c depot_autoconf.h ../build-include/depot_autoconf.h /tmp/work/sysutils/depot/work/.tools/bin/install -c cmu-copyright.h ../build-include/cmu-copyright.h ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/include ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/util gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/opt/pkg/include -c file.c In file included from file.c:36: util.h:85:14: error: conflicting types for 'strerror'; have 'char *(void)' 85 | extern char *strerror(); | ^~~~~~~~ In file included from /usr/include/string.h:35, from ../build-include/depotlib.h:63, from file.c:34: /usr/include/iso/string_iso.h:78:14: note: previous declaration of 'strerror' with type 'char *(int)' 78 | extern char *strerror(int); | ^~~~~~~~ file.c: In function 'efopen': file.c:42:1: warning: old-style function definition [-Wold-style-definition] 42 | efopen(filename, type) | ^~~~~~ file.c:45:1: error: number of arguments doesn't match prototype 45 | { | ^ util.h:60:14: error: prototype declaration 60 | extern FILE *efopen(); | ^~~~~~ file.c:51:32: error: too many arguments to function 'strerror'; expected 0, have 1 51 | filename, type, strerror(errno)); | ^~~~~~~~ ~~~~~ util.h:85:14: note: declared here 85 | extern char *strerror(); | ^~~~~~~~ file.c: In function 'efdopen': file.c:59:1: warning: old-style function definition [-Wold-style-definition] 59 | efdopen(fd, type) | ^~~~~~~ file.c:63:1: error: number of arguments doesn't match prototype 63 | { | ^ util.h:61:14: error: prototype declaration 61 | extern FILE *efdopen(); | ^~~~~~~ file.c:69:26: error: too many arguments to function 'strerror'; expected 0, have 1 69 | fd, type, strerror(errno)); | ^~~~~~~~ ~~~~~ util.h:85:14: note: declared here 85 | extern char *strerror(); | ^~~~~~~~ file.c: In function 'efgetunsigned': file.c:81:1: warning: old-style function definition [-Wold-style-definition] 81 | efgetunsigned(fp) | ^~~~~~~~~~~~~ file.c:83:1: error: number of arguments doesn't match prototype 83 | { | ^ util.h:62:17: error: prototype declaration 62 | extern unsigned efgetunsigned(); | ^~~~~~~~~~~~~ file.c: In function 'efgetlong': file.c:115:1: warning: old-style function definition [-Wold-style-definition] 115 | efgetlong(fp) | ^~~~~~~~~ file.c:117:1: error: number of arguments doesn't match prototype 117 | { | ^ util.h:63:13: error: prototype declaration 63 | extern long efgetlong(); | ^~~~~~~~~ file.c: In function 'efgetstring': file.c:160:1: warning: old-style function definition [-Wold-style-definition] 160 | efgetstring(fp, quotechar) | ^~~~~~~~~~~ file.c:163:1: error: number of arguments doesn't match prototype 163 | { | ^ util.h:64:7: error: prototype declaration 64 | char *efgetstring(); | ^~~~~~~~~~~ file.c:180:23: error: too many arguments to function 'emalloc'; expected 0, have 1 180 | buffer = (char *) emalloc(buffersize * sizeof(char)); | ^~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ util.h:73:14: note: declared here 73 | extern void *emalloc(); | ^~~~~~~ file.c:198:29: error: too many arguments to function 'erealloc'; expected 0, have 2 198 | buffer = (char *) erealloc((void *) buffer, | ^~~~~~~~ ~~~~~~~~~~~~~~~ util.h:75:14: note: declared here 75 | extern void *erealloc(); | ^~~~~~~~ file.c: In function 'fdgetc': file.c:217:1: warning: old-style function definition [-Wold-style-definition] 217 | fdgetc(fd, pos) | ^~~~~~ file.c:220:1: error: number of arguments doesn't match prototype 220 | { | ^ util.h:65:12: error: prototype declaration 65 | extern int fdgetc(); | ^~~~~~ file.c:226:51: error: too many arguments to function 'strerror'; expected 0, have 1 226 | "Lseek failed on fd %d: %s\n", fd, strerror(errno)); | ^~~~~~~~ ~~~~~ util.h:85:14: note: declared here 85 | extern char *strerror(); | ^~~~~~~~ file.c:232:52: error: too many arguments to function 'strerror'; expected 0, have 1 232 | "read failed on fd %d: %s\n", fd, strerror(errno)); | ^~~~~~~~ ~~~~~ util.h:85:14: note: declared here 85 | extern char *strerror(); | ^~~~~~~~ file.c: In function 'quotedfputs': file.c:247:1: warning: old-style function definition [-Wold-style-definition] 247 | quotedfputs(string, quotechar, fp) | ^~~~~~~~~~~ file.c:251:1: error: number of arguments doesn't match prototype 251 | { | ^ util.h:66:12: error: prototype declaration 66 | extern int quotedfputs(); | ^~~~~~~~~~~ *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/util ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/util ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/FileOps gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/opt/pkg/include -c File_Copy.c File_Copy.c:6:10: fatal error: util.h: No such file or directory 6 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/FileOps ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/FileOps ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Lock gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/opt/pkg/include -c Lock.c Lock.c:55:10: fatal error: util.h: No such file or directory 55 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Lock ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Lock ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/FileSystemUtil gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/opt/pkg/include -c FileSystem_Initialize.c FileSystem_Initialize.c:37:10: fatal error: util.h: No such file or directory 37 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/FileSystemUtil ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/FileSystemUtil ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/FileSystemImage gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/opt/pkg/include -c FileSystemImage_Read.c FileSystemImage_Read.c:39:10: fatal error: util.h: No such file or directory 39 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/FileSystemImage ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/FileSystemImage ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Hint gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/opt/pkg/include -c Hint_CollectAllHints.c Hint_CollectAllHints.c:36:10: fatal error: util.h: No such file or directory 36 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Hint ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Hint ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/HintService gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/opt/pkg/include -c HintService_GetHint.c HintService_GetHint.c:36:10: fatal error: util.h: No such file or directory 36 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/HintService ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/HintService ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/DepotConf /opt/pkg/bin/bison -y -d GlobalDepotConf_Read.y GlobalDepotConf_Read.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] GlobalDepotConf_Read.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples /usr/bin/sed -e 's/yy/GlobalDepotConf_Read_/g' -e 's/YY/GLOBALDEPOTCONF_READ_/g' y.tab.c > GlobalDepotConf_Read.c /usr/bin/sed -e 's/yy/GlobalDepotConf_Read_/g' -e 's/YY/GLOBALDEPOTCONF_READ_/g' y.tab.h > GlobalDepotConf_Read.h rm -f y.tab.c y.tab.h gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/opt/pkg/include -c GlobalDepotConf_Read.c GlobalDepotConf_Read.y:40:10: fatal error: util.h: No such file or directory 40 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/DepotConf ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/DepotConf ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Preference gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/opt/pkg/include -c Preference_Lookup.c Preference_Lookup.c:36:10: fatal error: util.h: No such file or directory 36 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Preference ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Preference ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/TargetDB gcc -O -DHAVE_CONFIG_H -I../build-include/ -I../../lib/Collection -I../../lib/CollectionList -I/opt/pkg/include -c TargetDB_Read.c TargetDB_Read.c:36:10: fatal error: util.h: No such file or directory 36 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/TargetDB ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/TargetDB ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Collection gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/opt/pkg/include -c Collection_LocatePath.c Collection_LocatePath.c:36:10: fatal error: util.h: No such file or directory 36 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Collection ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Collection ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/CollectionList gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/opt/pkg/include -c CollectionList_Read.c CollectionList_Read.c:36:10: fatal error: util.h: No such file or directory 36 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/CollectionList ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/CollectionList ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Command gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/opt/pkg/include -c Command_Build.c Command_Build.c:36:10: fatal error: util.h: No such file or directory 36 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Command ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Command ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/DepotDB gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/opt/pkg/include -c DepotDB_OpenClose.c DepotDB_OpenClose.c:36:10: fatal error: util.h: No such file or directory 36 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/DepotDB ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/DepotDB ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Depot gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/opt/pkg/include -c Depot.c Depot.c:37:10: fatal error: util.h: No such file or directory 37 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Depot ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/Depot ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/DepotQuery gcc -O -DHAVE_CONFIG_H -I../build-include/ -I/opt/pkg/include -c DepotQuery_CollectionInfo.c DepotQuery_CollectionInfo.c:36:10: fatal error: util.h: No such file or directory 36 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/DepotQuery ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/DepotQuery ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/libgen rm -f libdepotdb.a ar rv libdepotdb.a ../objdir/*.o ar: cannot open ../objdir/*.o: No such file or directory ar: ../objdir/*.o not found a - ../objdir/*.o *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/lib/libgen ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib/libgen ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/lib ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/cmd ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/cmd/fsi_generate gcc -O -DHAVE_CONFIG_H -I../../lib/build-include -I/opt/pkg/include -c fsi_generate.c fsi_generate.c:38:10: fatal error: util.h: No such file or directory 38 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/cmd/fsi_generate ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/cmd/fsi_generate ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/cmd/hintservice gcc -O -DHAVE_CONFIG_H -I../../lib/build-include/ -I/opt/pkg/include -c hintservice.c hintservice.c:40:10: fatal error: util.h: No such file or directory 40 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/cmd/hintservice ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/cmd/hintservice ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/cmd/depot gcc -O -DHAVE_CONFIG_H -I../../lib/build-include/ -I/opt/pkg/include -c depot.c depot.c:36:10: fatal error: util.h: No such file or directory 36 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/cmd/depot ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/cmd/depot ### Making all in /tmp/work/sysutils/depot/work/depot-5.14/src/cmd/depot_collectioninfo gcc -O -DHAVE_CONFIG_H -I../../lib/build-include/ -I/opt/pkg/include -c depot_getcollectioninfo.c depot_getcollectioninfo.c:38:10: fatal error: util.h: No such file or directory 38 | #include "util.h" | ^~~~~~~~ compilation terminated. *** Error code 1 Stop. bmake[3]: stopped making "all" in /tmp/work/sysutils/depot/work/depot-5.14/src/cmd/depot_collectioninfo ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/cmd/depot_collectioninfo ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src/cmd ### Done with /tmp/work/sysutils/depot/work/depot-5.14/src # All finished at Wed May 27 23:14:07 UTC 2026