=> Building games/ctris Started : Thursday, 7 MAR 2019 at 07:34:52 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/games/ctris XDG_CONFIG_HOME=/construction/games/ctris HOME=/construction/games/ctris TMPDIR="/tmp" PATH=/construction/games/ctris/.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/games/ctris XDG_CONFIG_HOME=/construction/games/ctris HOME=/construction/games/ctris TMPDIR="/tmp" PATH=/construction/games/ctris/.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 -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -L/usr/local/lib -Wl,-rpath=/usr/local/lib " LIBS="" CXX="c++" CXXFLAGS=" -pipe -I/usr/local/include -I/usr/local/include/ncurses -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 -------------------------------------------------- LIBS=" -L/usr/local/lib -Wl,-rpath=/usr/local/lib -lncurses" DESTDIR=/construction/games/ctris/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- OSREL=5.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/ctris" EXAMPLESDIR="share/examples/ctris" DATADIR="share/ctris" WWWDIR="www/ctris" ETCDIR="etc/ctris" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/ctris DOCSDIR=/usr/local/share/doc/ctris EXAMPLESDIR=/usr/local/share/examples/ctris WWWDIR=/usr/local/www/ctris ETCDIR=/usr/local/etc/ctris -------------------------------------------------- -- /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 GPLv2 accepted by the user -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> ctris-0.42.1 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 ===> ctris-0.42.1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of ctris-0.42.1 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by ctris-0.42.1 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by ctris-0.42.1 for building => SHA256 Checksum OK for dominikhackl-ctris-v0.42.1_GH0.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by ctris-0.42.1 for building ===> Extracting for ctris-0.42.1 => SHA256 Checksum OK for dominikhackl-ctris-v0.42.1_GH0.tar.gz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for ctris-0.42.1 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- ===> ctris-0.42.1 depends on file: /usr/local/lib/libncurses.so.6 - not found ===> Installing existing package /packages/All/ncurses-6.1.20190112.txz Installing ncurses-6.1.20190112... Extracting ncurses-6.1.20190112: .......... done ===> ctris-0.42.1 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Returning to build of ctris-0.42.1 -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for ctris-0.42.1 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for ctris-0.42.1 --- all --- make config --- config --- ./create_config.sh make build --- ctris.o --- --- game.o --- --- screen.o --- --- brick.o --- --- highscore.o --- --- ctris.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -Wall -c ctris.c --- game.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -Wall -c game.c --- screen.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -Wall -c screen.c --- brick.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -Wall -c brick.c --- highscore.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -Wall -c highscore.c --- game.o --- game.c: In function 'game_engine': game.c:220:21: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while(old_get_key(board_win) != 'p'); ^~~~~ game.c:221:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' game_state = RUNNING_STATE; ^~~~~~~~~~ game.c:244:25: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while(old_get_key(board_win) != ' '); ^~~~~ game.c:245:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' game_state = QUIT_STATE; ^~~~~~~~~~ --- ctris.o --- ctris.c: In function 'main': ctris.c:46:3: warning: 'strncpy' specified bound 40 equals destination size [-Wstringop-truncation] strncpy(default_name, getenv("USER"), 40); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- highscore.o --- highscore.c: In function 'add_to_highscore': highscore.c:80:2: warning: 'strncpy' specified bound 40 equals destination size [-Wstringop-truncation] strncpy(highscore.entry[9].name, name, 40); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- screen.o --- screen.c: In function 'add_user_to_highscore': screen.c:342:2: warning: 'strncpy' specified bound 40 equals destination size [-Wstringop-truncation] strncpy(default_name, name, 40); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- ctris --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -Wall -o ctris ctris.o game.o screen.o brick.o highscore.o -L/usr/local/lib -Wl,-rpath=/usr/local/lib -lncurses -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- ===> ctris-0.42.1 depends on file: /usr/local/lib/libncurses.so.6 - found -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for ctris-0.42.1 ===> Generating temporary packing list install -m 444 /construction/games/ctris/ctris-0.42.1/ctris.6.gz /construction/games/ctris/stage/usr/local/man/man6/ctris.6.gz install -s -m 555 /construction/games/ctris/ctris-0.42.1/ctris /construction/games/ctris/stage/usr/local/bin/ctris ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for ctris-0.42.1 file sizes/checksums [5]: . done packing files [5]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Thursday, 7 MAR 2019 at 07:35:01 UTC Duration: 00:00:08