------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> sbd-1.37 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> sbd-1.37 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sbd-1.37 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> sbd-1.37 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sbd-1.37 for building => SHA256 Checksum OK for sbd-1.37.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> sbd-1.37 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sbd-1.37 for building ===> Extracting for sbd-1.37 => SHA256 Checksum OK for sbd-1.37.tar.gz. Extracted Memory Use: 0.32M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for sbd-1.37 ===> Applying ports patches for sbd-1.37 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for sbd-1.37 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for sbd-1.37 --- clean --- rm -f sbd sbd.exe *.o core --- unix --- cc -Wall -Wshadow -pipe -O2 -fno-strict-aliasing -o sbd pel.c aes.c sha1.c doexec.c sbd.c -s In file included from doexec.c:4: doexec_unix.h: In function 'doexec': doexec_unix.h:165:52: warning: pointer targets in passing argument 2 of 'pel_recv_msg' differ in signedness [-Wpointer-sign] if (pel_recv_msg(socketfd, buf, &cnt) != PEL_SUCCESS) { ^~~ In file included from doexec_unix.h:34, from doexec.c:4: pel.h:27:9: note: expected 'unsigned char *' but argument is of type 'char *' int pel_recv_msg( int sockfd, unsigned char *msg, int *length ); ^~~~~~~~~~~~ In file included from doexec.c:4: doexec_unix.h:200:52: warning: pointer targets in passing argument 2 of 'pel_send_msg' differ in signedness [-Wpointer-sign] if (pel_send_msg(socketfd, buf, cnt) != PEL_SUCCESS) { ^~~ In file included from doexec_unix.h:34, from doexec.c:4: pel.h:26:9: note: expected 'unsigned char *' but argument is of type 'char *' int pel_send_msg( int sockfd, unsigned char *msg, int length ); ^~~~~~~~~~~~ In file included from sbd.c:238: misc.h: In function 'get_revision': misc.h:150:28: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] if (!(idstart = strstr(string, Id_string))) { ^~~~~~ In file included from sbd.c:84: /usr/include/string.h:143:7: note: expected 'const char *' but argument is of type 'unsigned char *' char *strstr(const char *, const char *) __pure; ^~~~~~ In file included from sbd.c:239: readwrite.h: In function 'readwrite': readwrite.h:223:50: warning: pointer targets in passing argument 2 of 'pel_send_msg' differ in signedness [-Wpointer-sign] if (pel_send_msg(peersd, stackbuf, strlen(stackbuf)) != PEL_SUCCESS) { ^~~~~~~~ In file included from sbd.c:237: pel.h:26:9: note: expected 'unsigned char *' but argument is of type 'char *' int pel_send_msg( int sockfd, unsigned char *msg, int length ); ^~~~~~~~~~~~ In file included from sbd.c:239: readwrite.h:230:46: warning: pointer targets in passing argument 2 of 'pel_send_msg' differ in signedness [-Wpointer-sign] if (pel_send_msg(peersd, buf, cnt) != PEL_SUCCESS) { ^~~ In file included from sbd.c:237: pel.h:26:9: note: expected 'unsigned char *' but argument is of type 'char *' int pel_send_msg( int sockfd, unsigned char *msg, int length ); ^~~~~~~~~~~~ In file included from sbd.c:239: readwrite.h:250:46: warning: pointer targets in passing argument 2 of 'pel_recv_msg' differ in signedness [-Wpointer-sign] if (pel_recv_msg(peersd, buf, &cnt) != PEL_SUCCESS) { ^~~ In file included from sbd.c:237: pel.h:27:9: note: expected 'unsigned char *' but argument is of type 'char *' int pel_recv_msg( int sockfd, unsigned char *msg, int *length ); ^~~~~~~~~~~~ In file included from sbd.c:254: socket_code.h: In function 'sbd_listen': socket_code.h:247:58: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] if ((clisd = accept(sd, (struct sockaddr*) &cliAddr, &clilen)) < 0) { ^~~~~~~ In file included from sbd.c:74: /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); ^~~~~~ In file included from sbd.c:254: socket_code.h:291:61: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if (getsockname(clisd, (struct sockaddr*) &gsnAddr, &gsnlen)) { ^~~~~~~ In file included from sbd.c:74: /usr/include/sys/socket.h:493: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); ^~~~~~~~~~~ SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for sbd-1.37 ===> Generating temporary packing list install -s -m 555 /construction/net/sbd/sbd-1.37/sbd /construction/net/sbd/stage/usr/local/bin /bin/mkdir -p /construction/net/sbd/stage/usr/local/share/doc/sbd install -m 0644 /construction/net/sbd/sbd-1.37/README /construction/net/sbd/stage/usr/local/share/doc/sbd ====> Compressing man pages (compress-man) ====> 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 sbd-1.37 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04