=> Building lang/cbmbasic Started : Friday, 8 MAR 2019 at 14:39:40 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 -------------------------------------------------- -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/lang/cbmbasic XDG_CONFIG_HOME=/construction/lang/cbmbasic HOME=/construction/lang/cbmbasic TMPDIR="/tmp" PATH=/construction/lang/cbmbasic/.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/lang/cbmbasic XDG_CONFIG_HOME=/construction/lang/cbmbasic HOME=/construction/lang/cbmbasic TMPDIR="/tmp" PATH=/construction/lang/cbmbasic/.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/lang/cbmbasic/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- OSREL=5.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/cbmbasic" EXAMPLESDIR="share/examples/cbmbasic" DATADIR="share/cbmbasic" WWWDIR="www/cbmbasic" ETCDIR="etc/cbmbasic" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/cbmbasic DOCSDIR=/usr/local/share/doc/cbmbasic EXAMPLESDIR=/usr/local/share/examples/cbmbasic WWWDIR=/usr/local/www/cbmbasic ETCDIR=/usr/local/etc/cbmbasic -------------------------------------------------- -- /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.26.2 _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 -------------------------------------------------------------------------------- ===> License BSD accepted by the user -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> cbmbasic-20180708 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 ===> cbmbasic-20180708 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of cbmbasic-20180708 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> License BSD accepted by the user ===> Fetching all distfiles required by cbmbasic-20180708 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> License BSD accepted by the user ===> Fetching all distfiles required by cbmbasic-20180708 for building => SHA256 Checksum OK for mist64-cbmbasic-20180708-89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6_GH0.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> License BSD accepted by the user ===> Fetching all distfiles required by cbmbasic-20180708 for building ===> Extracting for cbmbasic-20180708 => SHA256 Checksum OK for mist64-cbmbasic-20180708-89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6_GH0.tar.gz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for cbmbasic-20180708 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for cbmbasic-20180708 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for cbmbasic-20180708 --- cbmbasic.o --- --- runtime.o --- --- plugin.o --- --- console.o --- --- cbmbasic.o --- cc -Wall -O3 -c cbmbasic.c --- runtime.o --- cc -Wall -O3 -c runtime.c --- plugin.o --- cc -Wall -O3 -c plugin.c --- console.o --- cc -Wall -O3 -c console.c --- plugin.o --- plugin.c: In function 'plugin_gone': plugin.c:242:18: warning: variable 'b' set but not used [-Wunused-but-set-variable] unsigned char b; ^ --- runtime.o --- runtime.c: In function 'OPEN': runtime.c:294:45: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] kernal_files[kernal_lfn] = fopen(RAM+kernal_filename, mode); ~~~^~~~~~~~~~~~~~~~ In file included from runtime.c:30: /usr/include/stdio.h:198:7: note: expected 'const char * restrict' but argument is of type 'unsigned char *' FILE *fopen(const char * __restrict, const char * __restrict); ^~~~~ runtime.c: In function 'LOAD': runtime.c:556:17: warning: variable 'savedbyte' set but not used [-Wunused-but-set-variable] unsigned char savedbyte; ^~~~~~~~~ runtime.c: In function 'SAVE': runtime.c:699:17: warning: variable 'savedbyte' set but not used [-Wunused-but-set-variable] unsigned char savedbyte; ^~~~~~~~~ --- cbmbasic.o --- cbmbasic.c: In function 'main': cbmbasic.c:1201:17: warning: variable 'llvm_cbe_tmp1038410385_2e_lobit' set but not used [-Wunused-but-set-variable] unsigned char llvm_cbe_tmp1038410385_2e_lobit; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cbmbasic.c:1200:17: warning: variable 'llvm_cbe_tmp1038210383' set but not used [-Wunused-but-set-variable] unsigned char llvm_cbe_tmp1038210383; ^~~~~~~~~~~~~~~~~~~~~~ cbmbasic.c:195:18: warning: variable 'llvm_cbe_tmp1845' set but not used [-Wunused-but-set-variable] unsigned char *llvm_cbe_tmp1845; ^~~~~~~~~~~~~~~~ cbmbasic.c:194:18: warning: variable 'ltmp_2_1' set but not used [-Wunused-but-set-variable] unsigned char *ltmp_2_1; ^~~~~~~~ cbmbasic.c:193:18: warning: variable 'ltmp_1_1' set but not used [-Wunused-but-set-variable] unsigned char *ltmp_1_1; ^~~~~~~~ cbmbasic.c:192:18: warning: variable 'ltmp_0_1' set but not used [-Wunused-but-set-variable] unsigned char *ltmp_0_1; ^~~~~~~~ --- cbmbasic --- cc -o cbmbasic cbmbasic.o runtime.o plugin.o console.o -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for cbmbasic-20180708 ===> Generating temporary packing list install -s -m 555 /construction/lang/cbmbasic/cbmbasic-89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6/cbmbasic /construction/lang/cbmbasic/stage/usr/local/bin ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for cbmbasic-20180708 file sizes/checksums [4]: . done packing files [4]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Friday, 8 MAR 2019 at 14:40:05 UTC Duration: 00:00:24