=> Building net/aslookup Started : Thursday, 12 APR 2018 at 02:05:29 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 -------------------------------------------------- ===> The following configuration options are available for aslookup-0.12_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/net/aslookup XDG_CONFIG_HOME=/construction/net/aslookup HOME=/construction/net/aslookup TMPDIR="/tmp" PATH=/construction/net/aslookup/.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/aslookup XDG_CONFIG_HOME=/construction/net/aslookup HOME=/construction/net/aslookup TMPDIR="/tmp" PATH=/construction/net/aslookup/.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/aslookup/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- PORTDOCS="" PORTEXAMPLES="" OSREL=5.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/aslookup" EXAMPLESDIR="share/examples/aslookup" DATADIR="share/aslookup" WWWDIR="www/aslookup" ETCDIR="etc/aslookup" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/aslookup DOCSDIR=/usr/local/share/doc/aslookup EXAMPLESDIR=/usr/local/share/examples/aslookup WWWDIR=/usr/local/www/aslookup ETCDIR=/usr/local/etc/aslookup -------------------------------------------------- -- /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 -------------------------------------------------------------------------------- ===> aslookup-0.12_1 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 ===> aslookup-0.12_1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of aslookup-0.12_1 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching all distfiles required by aslookup-0.12_1 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> Fetching all distfiles required by aslookup-0.12_1 for building => SHA256 Checksum OK for aslookup-alpha0.12.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching all distfiles required by aslookup-0.12_1 for building ===> Extracting for aslookup-0.12_1 => SHA256 Checksum OK for aslookup-alpha0.12.tar.gz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for aslookup-0.12_1 ===> Applying ports patches for aslookup-0.12_1 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for aslookup-0.12_1 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for aslookup-0.12_1 --- aslookup.o --- cc -c -pipe -O2 -fno-strict-aliasing -DARINDB -DJPNICDB -DAPNICDB aslookup.c aslookup.c: In function 'dbopen': aslookup.c:113:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^ aslookup.c:113:3: warning: incompatible implicit declaration of built-in function 'exit' aslookup.c:113:3: note: include '' or provide a declaration of 'exit' aslookup.c:118:3: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^ aslookup.c:118:3: note: include '' or provide a declaration of 'exit' aslookup.c:127:3: warning: incompatible implicit declaration of built-in function 'exit' exit(3); ^ aslookup.c:127:3: note: include '' or provide a declaration of 'exit' aslookup.c: In function 'getcontrol': aslookup.c:167:9: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] ret = atoi(&line[1]); ^ aslookup.c: In function 'readdata': aslookup.c:239:19: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] data = (char *)malloc(result+1); ^ aslookup.c:239:19: warning: incompatible implicit declaration of built-in function 'malloc' aslookup.c:239:19: note: include '' or provide a declaration of 'malloc' aslookup.c: In function 'getas': aslookup.c:462:3: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(data); ^ aslookup.c:462:3: warning: incompatible implicit declaration of built-in function 'free' aslookup.c:462:3: note: include '' or provide a declaration of 'free' aslookup.c: In function 'jpnic': aslookup.c:487:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^ aslookup.c:487:3: note: include '' or provide a declaration of 'exit' aslookup.c:492:3: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^ aslookup.c:492:3: note: include '' or provide a declaration of 'exit' aslookup.c:501:3: warning: incompatible implicit declaration of built-in function 'exit' exit(3); ^ aslookup.c:501:3: note: include '' or provide a declaration of 'exit' aslookup.c: In function 'apnic': aslookup.c:546:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^ aslookup.c:546:3: note: include '' or provide a declaration of 'exit' aslookup.c:551:3: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^ aslookup.c:551:3: note: include '' or provide a declaration of 'exit' aslookup.c:560:3: warning: incompatible implicit declaration of built-in function 'exit' exit(3); ^ aslookup.c:560:3: note: include '' or provide a declaration of 'exit' aslookup.c: In function 'arin': aslookup.c:604:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^ aslookup.c:604:3: note: include '' or provide a declaration of 'exit' aslookup.c:609:3: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^ aslookup.c:609:3: note: include '' or provide a declaration of 'exit' aslookup.c:618:3: warning: incompatible implicit declaration of built-in function 'exit' exit(3); ^ aslookup.c:618:3: note: include '' or provide a declaration of 'exit' aslookup.c: In function 'searchas': aslookup.c:718:11: warning: implicit declaration of function 'atol' [-Wimplicit-function-declaration] asnum = atol(asptr); ^ aslookup.c:768:4: warning: incompatible implicit declaration of built-in function 'free' free(obj); ^ aslookup.c:768:4: note: include '' or provide a declaration of 'free' aslookup.c: In function 'checkpath': aslookup.c:888:24: warning: incompatible implicit declaration of built-in function 'malloc' ptr = (ASPATHCACHE *)malloc(sizeof(ASPATHCACHE)); ^ aslookup.c:888:24: note: include '' or provide a declaration of 'malloc' aslookup.c: In function 'freecache': aslookup.c:908:3: warning: incompatible implicit declaration of built-in function 'free' free(ptr); ^ aslookup.c:908:3: note: include '' or provide a declaration of 'free' aslookup.c: In function 'host2as': aslookup.c:1029:6: warning: implicit declaration of function 'inet_aton' [-Wimplicit-function-declaration] a = inet_aton(hn, &sin); ^ aslookup.c:1042:24: warning: implicit declaration of function 'inet_ntoa' [-Wimplicit-function-declaration] sprintf(adstr, "%s", inet_ntoa(sin.sin_addr)); ^ aslookup.c:1067:25: warning: comparison between pointer and integer while(getasnum[asptr] != NULL) { ^ aslookup.c: At top level: aslookup.c:1086:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ aslookup.c: In function 'main': aslookup.c:1098:4: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^ aslookup.c:1098:4: note: include '' or provide a declaration of 'exit' aslookup.c:1103:4: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^ aslookup.c:1103:4: note: include '' or provide a declaration of 'exit' aslookup.c:1120:4: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^ aslookup.c:1120:4: note: include '' or provide a declaration of 'exit' --- aslookup --- Linking ... cc -pipe -O2 -fno-strict-aliasing -DARINDB -DJPNICDB -DAPNICDB -I./ -o aslookup aslookup.o done -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for aslookup-0.12_1 ===> Generating temporary packing list install -s -m 555 /construction/net/aslookup/aslookup-alpha0.12/aslookup /construction/net/aslookup/stage/usr/local/bin install -m 0644 /construction/net/aslookup/aslookup-alpha0.12/readme-eng.txt /construction/net/aslookup/aslookup-alpha0.12/readme-jp.txt /construction/net/aslookup/stage/usr/local/share/doc/aslookup ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for aslookup-0.12_1 file sizes/checksums [3]: . done packing files [3]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Thursday, 12 APR 2018 at 02:05:33 UTC Duration: 00:00:04