------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> widentd-1.04 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> widentd-1.04 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by widentd-1.04 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> widentd-1.04 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by widentd-1.04 for building => SHA256 Checksum OK for widentd-1.04.tar.xz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> widentd-1.04 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by widentd-1.04 for building ===> Extracting for widentd-1.04 => SHA256 Checksum OK for widentd-1.04.tar.xz. Extracted Memory Use: 0.04M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for widentd-1.04 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> widentd-1.04 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> widentd-1.04 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Configuring for widentd-1.04 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for widentd-1.04 --- objwarn --- --- widentd.o --- --- widentd.8.gz --- --- objwarn --- Warning: Object directory not changed from original /construction/net/widentd/widentd-1.04 --- widentd.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -std=gnu99 -Wmissing-include-dirs -Wsystem-headers -Wall -Wformat-security -Winit-self -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wold-style-definition -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c widentd.c --- widentd.8.gz --- gzip -cn widentd.8 > widentd.8.gz --- widentd.o --- widentd.c: In function 'main': widentd.c:155:61: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] int cons = accept(s, (struct sockaddr *)&con, &len); ^~~~ In file included from widentd.c:17: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ widentd.c:194:3: warning: 'memset' used with constant zero length parameter; this could be due to transposed parameters [-Wmemset-transposed-args] memset(buff, sizeof(buff), 0); ^~~~~~ widentd.c:231:43: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] n = write(cons, buff + inbuff, strlen(buff) - inbuff); ^~~~ In file included from widentd.c:23: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *) __pure; ^~~~~~ widentd.c:256:18: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] if (sscanf(buff, "%d , %d", &a, &b) != 2) { ^~~~ In file included from widentd.c:18: /usr/include/stdio.h:238:6: note: expected 'const char * restrict' but argument is of type 'unsigned char *' int sscanf(const char * __restrict, const char * __restrict, ...) ^~~~~~ widentd.c:261:16: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness [-Wpointer-sign] snprintf(buff, sizeof(buff) - 1, REPLY, a, b, os, user); ^~~~ In file included from widentd.c:18: /usr/include/stdio.h:250:6: note: expected 'char * restrict' but argument is of type 'unsigned char *' int snprintf(char * __restrict, size_t, const char * __restrict, ...) ^~~~~~~~ widentd.c:290:26: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (inbuff >= strlen(buff)) ^~~~ In file included from widentd.c:23: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *) __pure; ^~~~~~ widentd.c:185:33: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 127 [-Wformat-truncation=] snprintf(ip, sizeof(ip) - 1, "%s:%s", clienthost, clientserv); ^~ ~~~~~~~~~~ widentd.c:185:3: note: 'snprintf' output between 2 and 1057 bytes into a destination of size 127 snprintf(ip, sizeof(ip) - 1, "%s:%s", clienthost, clientserv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- widentd --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -std=gnu99 -Wmissing-include-dirs -Wsystem-headers -Wall -Wformat-security -Winit-self -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wold-style-definition -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -L/usr/local/lib -Wl,-rpath=/usr/local/lib -o widentd widentd.o SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> widentd-1.04 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for widentd-1.04 ===> widentd-1.04 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list install -s -o root -g wheel -m 555 widentd /construction/net/widentd/stage/usr/local/sbin install -o root -g wheel -m 444 widentd.8.gz /construction/net/widentd/stage/usr/local/man/man8 ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for widentd-1.04 file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04