------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=5.9 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/astro/sunwait XDG_CONFIG_HOME=/construction/astro/sunwait HOME=/construction/astro/sunwait TMPDIR="/tmp" PATH=/construction/astro/sunwait/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/astro/sunwait XDG_CONFIG_HOME=/construction/astro/sunwait HOME=/construction/astro/sunwait TMPDIR="/tmp" PATH=/construction/astro/sunwait/.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" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- DESTDIR=/construction/astro/sunwait/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- OSREL=5.9 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/sunwait" EXAMPLESDIR="share/examples/sunwait" DATADIR="share/sunwait" WWWDIR="www/sunwait" ETCDIR="etc/sunwait" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/sunwait DOCSDIR=/usr/local/share/doc/sunwait EXAMPLESDIR=/usr/local/share/examples/sunwait WWWDIR=/usr/local/www/sunwait ETCDIR=/usr/local/etc/sunwait SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_SUFX=.txz DEVELOPER=1 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500908 OSVERSION=9999999 OSREL=5.9 _OSRELEASE=5.9-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=10 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> sunwait-20041208 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> sunwait-20041208 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sunwait-20041208 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> sunwait-20041208 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sunwait-20041208 for building => SHA256 Checksum OK for sunwait-20041208.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> sunwait-20041208 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sunwait-20041208 for building ===> Extracting for sunwait-20041208 => SHA256 Checksum OK for sunwait-20041208.tar.gz. Extracted Memory Use: 0.07M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for sunwait-20041208 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for sunwait-20041208 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for sunwait-20041208 --- main.o --- --- print.o --- --- sunriset.o --- --- main.o --- cc -g -c main.c --- print.o --- cc -g -c print.c --- sunriset.o --- cc -g -c sunriset.c --- main.o --- main.c:53:1: warning: return type defaults to 'int' [-Wimplicit-int] print_usage() ^~~~~~~~~~~ main.c: In function 'main': main.c:109:10: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (!strcmp("-V", argv[i])) { ^~~~~~ main.c:155:14: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] && (argv[i][strlen(argv[i])-1] == 'E' || ^~~~~~ main.c:155:14: warning: incompatible implicit declaration of built-in function 'strlen' main.c:155:14: note: include '' or provide a declaration of 'strlen' main.c:10:1: +#include main.c:155:14: && (argv[i][strlen(argv[i])-1] == 'E' || ^~~~~~ main.c:162:11: warning: implicit declaration of function 'strstr' [-Wimplicit-function-declaration] if (strstr(argv[i], options[j].label)) { ^~~~~~ main.c:162:11: warning: incompatible implicit declaration of built-in function 'strstr' main.c:162:11: note: include '' or provide a declaration of 'strstr' main.c:259:5: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] sleep((unsigned int)(interval*3600.0)); ^~~~~ main.c:263:5: warning: implicit declaration of function 'print_everything' [-Wimplicit-function-declaration] print_everything(year, month, day, lat, lon, tm, local); ^~~~~~~~~~~~~~~~ --- sunwait --- cc -o sunwait -g main.o print.o sunriset.o -lm SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for sunwait-20041208 ===> Generating temporary packing list install -s -m 555 /construction/astro/sunwait/sunwait-20041208/sunwait /construction/astro/sunwait/stage/usr/local/bin ====> 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: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for sunwait-20041208 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:02