=> Building net/redir Started : Thursday, 12 APR 2018 at 02:42:57 UTC Platform: 5.3-DEVELOPMENT DragonFly v5.3.0.81.g32506c-DEVELOPMENT #29: Tue Apr 10 08:49:52 PDT 2018 marino@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- UNAME_r=5.2-SYNTH UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=DragonFly 5.2-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 -------------------------------------------------- -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- MAKE=gmake XDG_DATA_HOME=/construction/net/redir XDG_CONFIG_HOME=/construction/net/redir HOME=/construction/net/redir TMPDIR="/tmp" PATH=/construction/net/redir/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 -------------------------------------------------- -- CONFIGURE_ARGS -------------------------------------------------- -------------------------------------------------- -- MAKE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/net/redir XDG_CONFIG_HOME=/construction/net/redir HOME=/construction/net/redir TMPDIR="/tmp" PATH=/construction/net/redir/.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=gcc50 PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" 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/redir/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- PORTDOCS="" PORTEXAMPLES="" OSREL=5.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/redir" EXAMPLESDIR="share/examples/redir" DATADIR="share/redir" WWWDIR="www/redir" ETCDIR="etc/redir" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/redir DOCSDIR=/usr/local/share/doc/redir EXAMPLESDIR=/usr/local/share/examples/redir WWWDIR=/usr/local/www/redir ETCDIR=/usr/local/etc/redir -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- SYNTHPROFILE=Release-5.2 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 _SMP_CPUS=8 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500200 OSVERSION=9999999 OSREL=5.2 _OSRELEASE=5.2-SYNTH -------------------------------------------------------------------------------- -- Phase: check-sanity -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> redir-2.2.1_2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5.txz Installing pkg-1.10.5... Extracting pkg-1.10.5: .......... done ===> redir-2.2.1_2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of redir-2.2.1_2 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching all distfiles required by redir-2.2.1_2 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> Fetching all distfiles required by redir-2.2.1_2 for building => SHA256 Checksum OK for redir-2.2.1.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching all distfiles required by redir-2.2.1_2 for building ===> Extracting for redir-2.2.1_2 => SHA256 Checksum OK for redir-2.2.1.tar.gz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for redir-2.2.1_2 ===> Applying ports patches for redir-2.2.1_2 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- ===> redir-2.2.1_2 depends on executable: gmake - not found ===> Installing existing package /packages/All/gmake-4.2.1_2.txz Installing gmake-4.2.1_2... `-- Installing gettext-runtime-0.19.8.1_1... | `-- Installing indexinfo-0.3.1... | `-- Extracting indexinfo-0.3.1: .... done `-- Extracting gettext-runtime-0.19.8.1_1: .......... done Extracting gmake-4.2.1_2: .......... done ===> redir-2.2.1_2 depends on executable: gmake - found ===> Returning to build of redir-2.2.1_2 -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for redir-2.2.1_2 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for redir-2.2.1_2 gmake[1]: Entering directory '/construction/net/redir/redir-2.2.1' cc -pipe -O2 -fno-strict-aliasing -Wall -Igetopt -c -o redir.o redir.c cc -pipe -O2 -fno-strict-aliasing -Wall -Igetopt -c -o getopt/getopt.o getopt/getopt.c cc -pipe -O2 -fno-strict-aliasing -Wall -Igetopt -c -o getopt/getopt1.o getopt/getopt1.c getopt/getopt.c: In function '_getopt_internal': getopt/getopt.c:527:30: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (optind != argc && !strcmp (argv[optind], "--")) ^ getopt/getopt.c:603:7: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if (!strncmp (p->name, nextchar, nameend - nextchar)) ^ getopt/getopt.c:606:21: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] == (unsigned int) strlen (p->name)) ^ getopt/getopt.c:606:21: warning: incompatible implicit declaration of built-in function 'strlen' getopt/getopt.c:606:21: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:630:16: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^ getopt/getopt.c:630:16: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:648:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (opterr) ^ getopt/getopt.c:660:17: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^ getopt/getopt.c:660:17: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:676:17: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^ getopt/getopt.c:676:17: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:681:16: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^ getopt/getopt.c:681:16: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:792:51: warning: incompatible implicit declaration of built-in function 'strlen' if ((unsigned int) (nameend - nextchar) == strlen (p->name)) ^ getopt/getopt.c:792:51: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:815:18: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^ getopt/getopt.c:815:18: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:835:19: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^ getopt/getopt.c:835:19: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:849:19: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^ getopt/getopt.c:849:19: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:853:18: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^ getopt/getopt.c:853:18: note: include '' or provide a declaration of 'strlen' redir.c: In function 'ftp_clean': redir.c:495:53: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if(getsockname(send, (struct sockaddr *)&sockname, &socksize) != 0) { ^ In file included from redir.c:74:0: /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); ^ redir.c:509:58: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if(getsockname(localsock, (struct sockaddr *)&sockname, &socksize) < 0) { ^ In file included from redir.c:74:0: /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); ^ redir.c: In function 'do_accept': redir.c:724:10: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] &clientlen)) < 0) { ^ In file included from redir.c:74:0: /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); ^ redir.c: In function 'main': redir.c:1067:52: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] if (!getpeername(0, (struct sockaddr *) &client, &client_size)) { ^ In file included from redir.c:74:0: /usr/include/sys/socket.h:491:5: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ cc -s -o redir redir.o getopt/getopt.o getopt/getopt1.o gmake[1]: Leaving directory '/construction/net/redir/redir-2.2.1' -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for redir-2.2.1_2 ===> Generating temporary packing list install -s -m 555 /construction/net/redir/redir-2.2.1/redir /construction/net/redir/stage/usr/local/bin install -m 444 /construction/net/redir/redir-2.2.1/redir.man /construction/net/redir/stage/usr/local/man/man1/redir.1 ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for redir-2.2.1_2 file sizes/checksums [3]: . done packing files [3]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Thursday, 12 APR 2018 at 02:43:07 UTC Duration: 00:00:09