=> Building lang/nesasm build started at Wed Oct 5 15:35:10 PDT 2016 port directory: /usr/ports/lang/nesasm building for: DragonFly pkgbox64.dragonflybsd.org 4.7-DEVELOPMENT DragonFly v4.7.0.78.g7d868-DEVELOPMENT #7: Mon Aug 1 22:25:32 PDT 2016 root@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 maintained by: ninjin@kth.se ident warning: no id keywords in /build/boomdata/data/.m/bleeding-edge-default/ref/../08//usr/ports/lang/nesasm/Makefile Makefile ident: Poudriere version: 3.1-pre Host OSVERSION: 400700 Jail OSVERSION: 400702 !!! Jail is newer than host. (Jail: 400702, Host: 400700) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- STATUS=1 SAVED_TERM=screen MASTERMNT=/build/boomdata/data/.m/bleeding-edge-default/ref PATH=/usr/local/libexec/poudriere:/sbin:/bin:/usr/sbin:/usr/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/pkg/xorg/bin:/usr/X11R6/bin:/root/bin:/sbin:/usr/sbin POUDRIERE_BUILD_TYPE=bulk PKGNAME=nesasm-20040314_1 OLDPWD=/root/boom PWD=/build/boomdata/data/.m/bleeding-edge-default/ref/.p/pool MASTERNAME=bleeding-edge-default TERM=cons25 USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for nesasm-20040314_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/lang/nesasm XDG_CONFIG_HOME=/wrkdirs/lang/nesasm HOME=/wrkdirs/lang/nesasm TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/lang/nesasm XDG_CONFIG_HOME=/wrkdirs/lang/nesasm HOME=/wrkdirs/lang/nesasm TMPDIR="/tmp" 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 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=4.7 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/nesasm" EXAMPLESDIR="share/examples/nesasm" DATADIR="share/nesasm" WWWDIR="www/nesasm" ETCDIR="etc/nesasm" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/nesasm DOCSDIR=/usr/local/share/doc/nesasm EXAMPLESDIR=/usr/local/share/examples/nesasm WWWDIR=/usr/local/www/nesasm ETCDIR=/usr/local/etc/nesasm --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs NO_BACKUP=yes USE_PACKAGE_DEPENDS=yes PKG_CREATE_VERBOSE=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORT_DBDIR=/options PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles MAKE_JOBS_NUMBER=5 ---End make.conf--- =================================================== =========================================================================== =================================================== ===> nesasm-20040314_1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.8.7_3.txz Installing pkg-1.8.7_3... Extracting pkg-1.8.7_3: .......... done ===> nesasm-20040314_1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of nesasm-20040314_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by nesasm-20040314_1 for building =========================================================================== =================================================== ===> Fetching all distfiles required by nesasm-20040314_1 for building => SHA256 Checksum OK for nbasic_2004_03_14.zip. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by nesasm-20040314_1 for building ===> Extracting for nesasm-20040314_1 => SHA256 Checksum OK for nbasic_2004_03_14.zip. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for nesasm-20040314_1 ===> Applying ports patches for nesasm-20040314_1 =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for nesasm-20040314_1 =========================================================================== =================================================== ===> Building for nesasm-20040314_1 --- all --- make -f Makefile.unix --- main.o --- --- input.o --- --- assemble.o --- --- expr.o --- --- code.o --- --- main.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c main.c --- input.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c input.c --- assemble.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c assemble.c --- expr.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c expr.c expr.c: In function 'evaluate': expr.c:39:7: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] expr = &prlnbuf[*ip]; ^ expr.c:58:12: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(expr, "..."); ^ In file included from expr.c:3:0: /usr/include/string.h:90:7: note: expected 'char * restrict' but argument is of type 'unsigned char *' char *strcpy(char * __restrict, const char * __restrict); ^ expr.c:72:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] expr = &prlnbuf[SFIELD]; ^ expr.c:115:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] expr = func_arg[func_idx - 2][arg]; ^ expr.c:353:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *ip = (int)expr - (int)prlnbuf; ^ expr.c:353:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *ip = (int)expr - (int)prlnbuf; ^ expr.c: In function 'push_val': expr.c:414:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] expr = func_ptr->line; ^ expr.c: In function 'do_op': expr.c:787:25: warning: 'val[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] val[0] = val[1] & val[0]; ^ --- code.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c code.c --- command.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c command.c command.c: In function 'do_incchr': command.c:1042:38: warning: pointer targets in passing argument 3 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(0, pcx_nb_args, &x, &y, &w, &h, 8)) ^ In file included from command.c:7:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ command.c:1042:42: warning: pointer targets in passing argument 4 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(0, pcx_nb_args, &x, &y, &w, &h, 8)) ^ In file included from command.c:7:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ command.c:1042:46: warning: pointer targets in passing argument 5 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(0, pcx_nb_args, &x, &y, &w, &h, 8)) ^ In file included from command.c:7:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ command.c:1042:50: warning: pointer targets in passing argument 6 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(0, pcx_nb_args, &x, &y, &w, &h, 8)) ^ In file included from command.c:7:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ --- macro.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c macro.c --- func.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c func.c --- proc.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c proc.c --- symbol.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c symbol.c --- pcx.o --- --- output.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c output.c --- pcx.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c pcx.c pcx.c: In function 'pcx_get_args': pcx.c:293:17: warning: assignment makes integer from pointer without a cast [-Wint-conversion] expr_lablcnt = NULL; ^ pcx.c: In function 'pcx_load': pcx.c:366:50: warning: comparison between pointer and integer if (strlen(name) && (strcasecmp(pcx_name, name) == NULL)) ^ --- crc.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c crc.c --- pce.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c pce.c pce.c: In function 'pce_incbat': pce.c:546:42: warning: pointer targets in passing argument 3 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(1, pcx_nb_args - 1, &x, &y, &w, &h, 8)) ^ In file included from pce.c:6:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ pce.c:546:46: warning: pointer targets in passing argument 4 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(1, pcx_nb_args - 1, &x, &y, &w, &h, 8)) ^ In file included from pce.c:6:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ pce.c:546:50: warning: pointer targets in passing argument 5 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(1, pcx_nb_args - 1, &x, &y, &w, &h, 8)) ^ In file included from pce.c:6:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ pce.c:546:54: warning: pointer targets in passing argument 6 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(1, pcx_nb_args - 1, &x, &y, &w, &h, 8)) ^ In file included from pce.c:6:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ pce.c: In function 'pce_incspr': pce.c:679:38: warning: pointer targets in passing argument 3 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(0, pcx_nb_args, &x, &y, &w, &h, 16)) ^ In file included from pce.c:6:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ pce.c:679:42: warning: pointer targets in passing argument 4 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(0, pcx_nb_args, &x, &y, &w, &h, 16)) ^ In file included from pce.c:6:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ pce.c:679:46: warning: pointer targets in passing argument 5 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(0, pcx_nb_args, &x, &y, &w, &h, 16)) ^ In file included from pce.c:6:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ pce.c:679:50: warning: pointer targets in passing argument 6 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(0, pcx_nb_args, &x, &y, &w, &h, 16)) ^ In file included from pce.c:6:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ pce.c: In function 'pce_inctile': pce.c:728:38: warning: pointer targets in passing argument 3 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(0, pcx_nb_args, &x, &y, &w, &h, 16)) ^ In file included from pce.c:6:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ pce.c:728:42: warning: pointer targets in passing argument 4 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(0, pcx_nb_args, &x, &y, &w, &h, 16)) ^ In file included from pce.c:6:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ pce.c:728:46: warning: pointer targets in passing argument 5 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(0, pcx_nb_args, &x, &y, &w, &h, 16)) ^ In file included from pce.c:6:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ pce.c:728:50: warning: pointer targets in passing argument 6 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(0, pcx_nb_args, &x, &y, &w, &h, 16)) ^ In file included from pce.c:6:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ pce.c: In function 'pce_incmap': pce.c:787:42: warning: pointer targets in passing argument 3 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(0, pcx_nb_args - 1, &x, &y, &w, &h, 16)) ^ In file included from pce.c:6:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ pce.c:787:46: warning: pointer targets in passing argument 4 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(0, pcx_nb_args - 1, &x, &y, &w, &h, 16)) ^ In file included from pce.c:6:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ pce.c:787:50: warning: pointer targets in passing argument 5 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(0, pcx_nb_args - 1, &x, &y, &w, &h, 16)) ^ In file included from pce.c:6:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ pce.c:787:54: warning: pointer targets in passing argument 6 of 'pcx_parse_args' differ in signedness [-Wpointer-sign] if (!pcx_parse_args(0, pcx_nb_args - 1, &x, &y, &w, &h, 16)) ^ In file included from pce.c:6:0: protos.h:114:6: note: expected 'int *' but argument is of type 'unsigned int *' int pcx_parse_args(int i, int nb, int *a, int *b, int *c, int *d, int size); ^ --- map.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c map.c map.c: In function 'pce_load_map': map.c:44:14: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp(header, "FORM", 4) || strncmp(&header[8], "FMAP", 4)) { ^ In file included from map.c:2:0: /usr/include/string.h:112:6: note: expected 'const char *' but argument is of type 'unsigned char *' int strncmp(const char *, const char *, size_t) __pure; ^ map.c:44:44: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp(header, "FORM", 4) || strncmp(&header[8], "FMAP", 4)) { ^ In file included from map.c:2:0: /usr/include/string.h:112:6: note: expected 'const char *' but argument is of type 'unsigned char *' int strncmp(const char *, const char *, size_t) __pure; ^ map.c:72:15: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp(header, "BODY", 4) == 0) { ^ In file included from map.c:2:0: /usr/include/string.h:112:6: note: expected 'const char *' but argument is of type 'unsigned char *' int strncmp(const char *, const char *, size_t) __pure; ^ --- mml.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c mml.c --- nes.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -c nes.c --- ./nesasm --- cc -o ./nesasm main.o input.o assemble.o expr.o code.o command.o macro.o func.o proc.o symbol.o pcx.o output.o crc.o pce.o map.o mml.o nes.o =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for nesasm-20040314_1 ===> Generating temporary packing list install -s -m 555 /wrkdirs/lang/nesasm/nbasic_2004_03_14/source/nesasm/source//nesasm /wrkdirs/lang/nesasm/stage/usr/local/bin install -m 0644 /wrkdirs/lang/nesasm/nbasic_2004_03_14/source/nesasm/source/../documentation/*.txt /wrkdirs/lang/nesasm/stage/usr/local/share/doc/nesasm install -m 0644 /wrkdirs/lang/nesasm/nbasic_2004_03_14/source/nesasm/source/../readme.txt /wrkdirs/lang/nesasm/stage/usr/local/share/doc/nesasm ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for nesasm-20040314_1 file sizes/checksums [7]: . done packing files [7]: . done packing directories [0]: . done =========================================================================== => Cleaning up wrkdir ===> Cleaning for nesasm-20040314_1 build of lang/nesasm ended at Wed Oct 5 15:35:17 PDT 2016 build time: 00:00:07