=> Building net/sbd Started : Friday, 8 MAR 2019 at 02:54:34 UTC Platform: 5.5-DEVELOPMENT DragonFly v5.5.0.192.g15ae7f0-DEVELOPMENT #34: Tue Feb 19 09:07:07 PST 2019 root@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- UNAME_r=5.5-SYNTH UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=DragonFly 5.5-SYNTH UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 TERM=dumb PKG_CACHEDIR=/var/cache/pkg8 PKG_DBDIR=/var/db/pkg8 PORTSDIR=/xports LANG=C HOME=/root USER=root -------------------------------------------------- -- Options -------------------------------------------------- ===> The following configuration options are available for sbd-1.37: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/net/sbd XDG_CONFIG_HOME=/construction/net/sbd HOME=/construction/net/sbd TMPDIR="/tmp" PATH=/construction/net/sbd/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 -------------------------------------------------- -- CONFIGURE_ARGS -------------------------------------------------- -------------------------------------------------- -- MAKE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/net/sbd XDG_CONFIG_HOME=/construction/net/sbd HOME=/construction/net/sbd TMPDIR="/tmp" PATH=/construction/net/sbd/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" -------------------------------------------------- -- MAKE_ARGS -------------------------------------------------- DESTDIR=/construction/net/sbd/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- PORTDOCS="" OSREL=5.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/sbd" EXAMPLESDIR="share/examples/sbd" DATADIR="share/sbd" WWWDIR="www/sbd" ETCDIR="etc/sbd" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/sbd DOCSDIR=/usr/local/share/doc/sbd EXAMPLESDIR=/usr/local/share/examples/sbd WWWDIR=/usr/local/www/sbd ETCDIR=/usr/local/etc/sbd -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- SYNTHPROFILE=Release-BE USE_PACKAGE_DEPENDS_ONLY=yes PACKAGE_BUILDING=yes BATCH=yes PKG_CREATE_VERBOSE=yes PORTSDIR=/xports DISTDIR=/distfiles WRKDIRPREFIX=/construction PORT_DBDIR=/options PACKAGES=/packages MAKE_JOBS_NUMBER_LIMIT=5 LICENSES_ACCEPTED= NONE HAVE_COMPAT_IA32_KERN= CONFIGURE_MAX_CMD_LEN=262144 _PERL5_FROM_BIN=5.28.1 _ALTCCVERSION_921dbbb2=none _OBJC_ALTCCVERSION_921dbbb2=none _SMP_CPUS=8 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500500 OSVERSION=9999999 OSREL=5.5 _OSRELEASE=5.5-SYNTH PYTHONBASE=/usr/local _PKG_CHECKED=1 -------------------------------------------------------------------------------- -- Phase: check-sanity -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> sbd-1.37 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_5.txz Installing pkg-1.10.5_5... Extracting pkg-1.10.5_5: .......... done ===> sbd-1.37 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of sbd-1.37 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching all distfiles required by sbd-1.37 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> Fetching all distfiles required by sbd-1.37 for building => SHA256 Checksum OK for sbd-1.37.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching all distfiles required by sbd-1.37 for building ===> Extracting for sbd-1.37 => SHA256 Checksum OK for sbd-1.37.tar.gz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for sbd-1.37 ===> Applying ports patches for sbd-1.37 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for sbd-1.37 -------------------------------------------------------------------------------- -- 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:138: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:485: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:492: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); ^~~~~~~~~~~ -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- 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) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for sbd-1.37 file sizes/checksums [2]: . done packing files [2]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Friday, 8 MAR 2019 at 02:54:41 UTC Duration: 00:00:07