=> Building textproc/xlreader Started : Friday, 13 APR 2018 at 07:51:30 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 -------------------------------------------------- XDG_DATA_HOME=/construction/textproc/xlreader XDG_CONFIG_HOME=/construction/textproc/xlreader HOME=/construction/textproc/xlreader TMPDIR="/tmp" PATH=/construction/textproc/xlreader/.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/textproc/xlreader XDG_CONFIG_HOME=/construction/textproc/xlreader HOME=/construction/textproc/xlreader TMPDIR="/tmp" PATH=/construction/textproc/xlreader/.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/textproc/xlreader/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- PORTDOCS="" PORTEXAMPLES="" OSREL=5.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/xlreader" EXAMPLESDIR="share/examples/xlreader" DATADIR="share/xlreader" WWWDIR="www/xlreader" ETCDIR="etc/xlreader" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/xlreader DOCSDIR=/usr/local/share/doc/xlreader EXAMPLESDIR=/usr/local/share/examples/xlreader WWWDIR=/usr/local/www/xlreader ETCDIR=/usr/local/etc/xlreader -------------------------------------------------- -- /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 -------------------------------------------------------------------------------- ===> xlreader-0.9.0 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 ===> xlreader-0.9.0 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of xlreader-0.9.0 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching all distfiles required by xlreader-0.9.0 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> Fetching all distfiles required by xlreader-0.9.0 for building => SHA256 Checksum OK for xlreader-0.9.0.tgz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching all distfiles required by xlreader-0.9.0 for building ===> Extracting for xlreader-0.9.0 => SHA256 Checksum OK for xlreader-0.9.0.tgz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for xlreader-0.9.0 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for xlreader-0.9.0 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for xlreader-0.9.0 --- main.o --- --- interger.o --- --- book.o --- --- record.o --- --- sheet.o --- --- main.o --- cc -c -pipe -O2 -fno-strict-aliasing main.c --- interger.o --- cc -c -pipe -O2 -fno-strict-aliasing interger.c --- book.o --- cc -c -pipe -O2 -fno-strict-aliasing book.c --- record.o --- cc -c -pipe -O2 -fno-strict-aliasing record.c --- sheet.o --- cc -c -pipe -O2 -fno-strict-aliasing sheet.c --- interger.o --- interger.c:50:0: warning: "BIG_ENDIAN" redefined #define BIG_ENDIAN 2 ^ In file included from /usr/include/sys/types.h:47:0, from /usr/include/stdio.h:41, from interger.c:47: /usr/include/machine/endian.h:64:0: note: this is the location of the previous definition #define BIG_ENDIAN _BIG_ENDIAN ^ interger.c:51:0: warning: "LITTLE_ENDIAN" redefined #define LITTLE_ENDIAN 1 ^ In file included from /usr/include/sys/types.h:47:0, from /usr/include/stdio.h:41, from interger.c:47: /usr/include/machine/endian.h:63:0: note: this is the location of the previous definition #define LITTLE_ENDIAN _LITTLE_ENDIAN ^ --- main.o --- main.c: In function 'main': main.c:96:7: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (strcmp(argv[i],"--isodate") == 0 || ^ --- handler.o --- cc -c -pipe -O2 -fno-strict-aliasing handler.c --- cell.o --- cc -c -pipe -O2 -fno-strict-aliasing cell.c --- sstlist.o --- cc -c -pipe -O2 -fno-strict-aliasing sstlist.c --- format.o --- cc -c -pipe -O2 -fno-strict-aliasing format.c --- cell.o --- cell.c: In function 'cell_set': cell.c:199:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] c->value.i = (int) val; ^ --- format.o --- format.c: In function 'quote_count': --- cell.o --- cell.c:203:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] c->value.i = (int) val; ^ --- format.o --- format.c:109:8: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] len = strlen(str); ^ format.c:109:8: warning: incompatible implicit declaration of built-in function 'strlen' format.c:109:8: note: include '' or provide a declaration of 'strlen' --- cell.o --- cell.c: In function 'cell_get': cell.c:226:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return ((void *) c->value.i); ^ cell.c:229:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return ((void *) c->value.i); ^ cell.c:232:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return ((void *) c->value.i); ^ --- format.o --- format.c: In function 'book_format_sql': format.c:155:5: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat(insert_start,delim); ^ format.c:155:5: warning: incompatible implicit declaration of built-in function 'strcat' format.c:155:5: note: include '' or provide a declaration of 'strcat' format.c:158:5: warning: incompatible implicit declaration of built-in function 'strcat' strcat(insert_start,delim); ^ format.c:158:5: note: include '' or provide a declaration of 'strcat' format.c:170:35: warning: incompatible implicit declaration of built-in function 'strlen' quotedstr = malloc(quotes + strlen(str)); ^ format.c:170:35: note: include '' or provide a declaration of 'strlen' --- formatting.o --- cc -c -pipe -O2 -fno-strict-aliasing formatting.c --- xlreader --- cc -lm main.o interger.o book.o record.o sheet.o handler.o cell.o sstlist.o format.o formatting.o -o xlreader -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for xlreader-0.9.0 ===> Generating temporary packing list install -s -m 555 /construction/textproc/xlreader/xlreader-0.9.0/xlreader /construction/textproc/xlreader/stage/usr/local/bin ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for xlreader-0.9.0 file sizes/checksums [1]: . done packing files [1]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Friday, 13 APR 2018 at 07:51:35 UTC Duration: 00:00:05