=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for csup-20100404nb5 --- .gdbinit --- --- parse.c --- --- token.c --- --- .gdbinit --- rm -f .gdbinit touch .gdbinit --- parse.c --- # yacc csup-snap-20100404/parse.c yacc -d -o parse.c parse.y --- token.c --- # lex csup-snap-20100404/token.c lex -otoken.c token.l --- attrstack.o --- --- auth.o --- --- config.o --- --- attrstack.o --- # compile csup-snap-20100404/attrstack.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c attrstack.c --- config.o --- # compile csup-snap-20100404/config.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c config.c --- auth.o --- # compile csup-snap-20100404/auth.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c auth.c --- detailer.o --- # compile csup-snap-20100404/detailer.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c detailer.c --- auth.o --- In file included from /usr/include/ctype.h:97:0, from auth.c:37: auth.c: In function 'auth_makesecret': auth.c:246:8: warning: array subscript has type 'char' [-Wchar-subscripts] ch = tolower(*s); ^ auth.c:251:8: warning: array subscript has type 'char' [-Wchar-subscripts] ch = tolower(*s); ^ In file included from /usr/include/string.h:127:0, from auth.c:41: auth.c:257:26: warning: argument to 'sizeof' in '__builtin___memset_chk' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] memset(secret, 0, sizeof(secret)); ^ auth.c: In function 'auth_makechallenge': auth.c:299:65: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] error = getsockname(config->socket, (struct sockaddr *)&laddr, &addrlen); ^ In file included from auth.c:30:0: /usr/include/sys/socket.h:625:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ In file included from /usr/include/stdio.h:597:0, from auth.c:39: auth.c:305:29: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'suseconds_t {aka int}' [-Wformat=] snprintf(buf, sizeof(buf), "%s:%ld:%ld:%ld:%d:%d", ^ inet_ntoa(laddr.sin_addr), tv.tv_sec, tv.tv_usec, random(), pid, ppid); ~~~~ --- detailer.o --- detailer.c: In function 'detailer_coll': detailer.c:235:13: warning: variable 'attic' set but not used [-Wunused-but-set-variable] int error, attic; ^~~~~ --- diff.o --- # compile csup-snap-20100404/diff.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c diff.c --- fattr.o --- # compile csup-snap-20100404/fattr.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c fattr.c fattr.c: In function 'fattr_scanattr': fattr.c:561:9: warning: variable 'len' set but not used [-Wunused-but-set-variable] size_t len; ^~~ --- fixups.o --- # compile csup-snap-20100404/fixups.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c fixups.c fixups.c: In function 'fixups_lock': fixups.c:66:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ fixups.c: In function 'fixups_unlock': fixups.c:75:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ --- fnmatch.o --- # compile csup-snap-20100404/fnmatch.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c fnmatch.c --- globtree.o --- # compile csup-snap-20100404/globtree.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c globtree.c --- idcache.o --- # compile csup-snap-20100404/idcache.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c idcache.c --- globtree.o --- globtree.c: In function 'globtree_regex': globtree.c:134:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ --- keyword.o --- --- idcache.o --- idcache.c: In function 'uid_lock': idcache.c:100:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ idcache.c: In function 'uid_unlock': idcache.c:109:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ idcache.c: In function 'gid_lock': idcache.c:118:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ idcache.c: In function 'gid_unlock': idcache.c:127:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ --- keyword.o --- # compile csup-snap-20100404/keyword.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c keyword.c --- lex.rcs.o --- # compile csup-snap-20100404/lex.rcs.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c lex.rcs.c --- lister.o --- # compile csup-snap-20100404/lister.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c lister.c --- main.o --- --- lex.rcs.o --- lex.rcs.c:1797:5: warning: no previous prototype for 'rcsget_column' [-Wmissing-prototypes] int rcsget_column (yyscan_t yyscanner) ^~~~~~~~~~~~~ lex.rcs.c:1873:6: warning: no previous prototype for 'rcsset_column' [-Wmissing-prototypes] void rcsset_column (int column_no , yyscan_t yyscanner) ^~~~~~~~~~~~~ lex.rcs.c:1310:16: warning: 'input' defined but not used [-Wunused-function] static int input (yyscan_t yyscanner) ^~~~~ lex.rcs.c:1268:17: warning: 'yyunput' defined but not used [-Wunused-function] static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner) ^~~~~~~ --- main.o --- # compile csup-snap-20100404/main.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c main.c --- lister.o --- lister.c: In function 'lister_dorcsdead': lister.c:533:6: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] if (!coll->co_options & CO_TRUSTSTATUSFILE) { ^~~~~~~~~~~~~~~~~ --- misc.o --- # compile csup-snap-20100404/misc.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c misc.c --- mux.o --- # compile csup-snap-20100404/mux.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c mux.c --- parse.o --- # compile csup-snap-20100404/parse.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c parse.c --- misc.o --- misc.c: In function 'tempname': misc.c:399:13: warning: variable 'error' set but not used [-Wunused-but-set-variable] int count, error; ^~~~~ --- mux.o --- mux.c: In function 'mux_lock': mux.c:290:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ mux.c: In function 'mux_unlock': mux.c:299:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ mux.c: In function 'chan_lock': mux.c:564:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ mux.c: In function 'chan_unlock': mux.c:574:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ mux.c: In function 'mux_shutdown': mux.c:703:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int i, ret; ^~~ --- pathcomp.o --- --- proto.o --- --- pathcomp.o --- # compile csup-snap-20100404/pathcomp.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c pathcomp.c --- proto.o --- # compile csup-snap-20100404/proto.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c proto.c --- rcsfile.o --- --- proto.o --- proto.c: In function 'proto_printf': proto.c:754:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type '__off_t {aka long int}' [-Wformat=] rv = stream_printf(wr, "%llu", off); ~~~^ %lu proto.c: In function 'killer_run': proto.c:966:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error, sig, old; ^~~~~ proto.c:983:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ proto.c: In function 'killer_stop': proto.c:990:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ --- rcsparse.o --- --- rcsfile.o --- # compile csup-snap-20100404/rcsfile.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c rcsfile.c --- rcsparse.o --- # compile csup-snap-20100404/rcsparse.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c rcsparse.c rcsparse.c: In function 'asserttoken': --- rcsfile.o --- rcsfile.c: In function 'rcsfile_addelta': --- rcsparse.o --- rcsparse.c:58:6: warning: variable 't' set but not used [-Wunused-but-set-variable] int t; ^ --- rcsfile.o --- rcsfile.c:1014:27: warning: variable 'd_next' set but not used [-Wunused-but-set-variable] struct delta *d, *d_bp, *d_next; ^~~~~~ --- rcsparse.o --- rcsparse.c: In function 'parse_admin': rcsparse.c:119:6: warning: variable 'strict' set but not used [-Wunused-but-set-variable] int strict, token; ^~~~~~ --- rsyncfile.o --- # compile csup-snap-20100404/rsyncfile.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c rsyncfile.c --- status.o --- # compile csup-snap-20100404/status.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c status.c --- stream.o --- # compile csup-snap-20100404/stream.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c stream.c --- status.o --- status.c: In function 'status_wrraw': status.c:334:13: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int error, ret, type; ^~~ --- stream.o --- stream.c: In function 'stream_close_buf': stream.c:478:8: warning: variable 'data' set but not used [-Wunused-but-set-variable] void *data; ^~~~ stream.c: In function 'zfilter_fini': stream.c:1011:10: warning: variable 'n' set but not used [-Wunused-but-set-variable] ssize_t n; ^ stream.c: In function 'zfilter_flush': stream.c:1058:6: warning: variable 'done' set but not used [-Wunused-but-set-variable] int done, error, flags, rv; ^~~~ --- threads.o --- # compile csup-snap-20100404/threads.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c threads.c threads.c: In function 'threads_lock': threads.c:72:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ threads.c: In function 'threads_unlock': threads.c:81:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ --- updater.o --- # compile csup-snap-20100404/updater.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c updater.c updater.c: In function 'updater_docoll': updater.c:353:8: warning: variable 'optstr' set but not used [-Wunused-but-set-variable] char *optstr, *rcsopt, *pos; ^~~~~~ --- token.o --- # compile csup-snap-20100404/token.o gcc -O2 -pthread -mieee -DHAVE_FFLAGS -I/usr/include -I. -I/tmp/pkgbuild/net/csup/work.alpha/csup-snap-20100404 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -mieee -I/usr/include -c token.c --- updater.o --- updater.c: In function 'updater_checkout': updater.c:1428:20: warning: variable 'sr' set but not used [-Wunused-but-set-variable] struct statusrec *sr; ^~ updater.c: In function 'updater_rcsedit': updater.c:1546:61: warning: variable 'temppath' set but not used [-Wunused-but-set-variable] char *branch, *cmd, *expand, *line, *path, *revnum, *tag, *temppath; ^~~~~~~~ --- token.o --- token.c:1307:16: warning: 'input' defined but not used [-Wunused-function] #else ^ --- csup --- # link csup-snap-20100404/csup gcc -pthread -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -pthread -Wl,--warn-shared-textrel -o csup attrstack.o auth.o config.o detailer.o diff.o fattr.o fixups.o fnmatch.o globtree.o idcache.o keyword.o lex.rcs.o lister.o main.o misc.o mux.o parse.o pathcomp.o proto.o rcsfile.o rcsparse.o rsyncfile.o status.o stream.o threads.o token.o updater.o -Wl,-rpath-link,/lib -L=/lib -lcrypto -lz -lpthread