Date: Fri, 19 Jul 2013 00:11:39 GMT From: pkg-fallout@FreeBSD.org To: pkg-fallout@FreeBSD.org Subject: [RELEASE - head-default] Build failed for wanderer-3.2 during build Message-ID: <201307190011.r6J0Bdma076963@beefy2.isc.freebsd.org>
next in thread | raw e-mail | index | archive | help
Maintainer: marina@surferz.net Last committer: beat@FreeBSD.org Ident: $FreeBSD: head/games/wanderer/Makefile 300896 2012-07-14 13:54:48Z beat $ Log URL: http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-18_19h03m42s/logs/wanderer-3.2.log Build URL: http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-18_19h03m42s Log: ====>> Building games/wanderer build started at Fri Jul 19 00:11:36 UTC 2013 port directory: /usr/ports/games/wanderer building for: FreeBSD head-default-job-05 10.0-CURRENT FreeBSD 10.0-CURRENT amd64 maintained by: marina@surferz.net Makefile ident: $FreeBSD: head/games/wanderer/Makefile 300896 2012-07-14 13:54:48Z beat $ Poudriere version: 3.1-pre ---Begin Environment--- OSVERSION=1000035 UNAME_v=FreeBSD 10.0-CURRENT UNAME_r=10.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 MASTERMNT=/usr/local/poudriere/data/build/head-default/ref PKG_EXT=txz FORCE_PACKAGE=yes tpid=71144 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk NBPARALLEL=24 PKGNG=1 PKGNAME=wanderer-3.2 PKG_DELETE=/usr/local/sbin/pkg delete -y -f PKG_ADD=/usr/local/sbin/pkg add PWD=/usr/local/poudriere/data/packages/head-default/All MASTERNAME=head-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre SKIPSANITY=0 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- DOCSDIR="/usr/local/share/doc/wanderer" MKDIR="/bin/mkdir -p" CHOWN="/usr/sbin/chown" CHGRP="/usr/bin/chgrp" CHMOD="/bin/chmod" TOUCH="/usr/bin/touch" TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/wanderer DOCSDIR=/usr/local/share/doc/wanderer EXAMPLESDIR=/usr/local/share/examples/wanderer WWWDIR=/usr/local/www/wanderer ETCDIR=/usr/local/etc/wanderer --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes NO_RESTRICTED=yes DISABLE_MAKE_JOBS=yes ---End make.conf--- ===> Cleaning for wanderer-3.2 =======================<phase: check-config >============================ ========================================================================= =======================<phase: pkg-depends >============================ ===> wanderer-3.2 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.1.4_1.txz Installing pkg-1.1.4_1... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of wanderer-3.2 ========================================================================= =======================<phase: fetch-depends >============================ ========================================================================= =======================<phase: fetch >============================ ===> Fetching all distfiles required by wanderer-3.2 for building ========================================================================= =======================<phase: checksum >============================ ===> Fetching all distfiles required by wanderer-3.2 for building => SHA256 Checksum OK for wanderer-3.2.tar.gz. ========================================================================= =======================<phase: extract-depends>============================ ========================================================================= =======================<phase: extract >============================ ===> Fetching all distfiles required by wanderer-3.2 for building ===> Extracting for wanderer-3.2 => SHA256 Checksum OK for wanderer-3.2.tar.gz. ========================================================================= =======================<phase: patch-depends >============================ ========================================================================= =======================<phase: patch >============================ ===> Patching for wanderer-3.2 ===> Applying FreeBSD patches for wanderer-3.2 ========================================================================= =======================<phase: build-depends >============================ ========================================================================= =======================<phase: lib-depends >============================ ========================================================================= =======================<phase: configure >============================ ===> Configuring for wanderer-3.2 ========================================================================= =======================<phase: build >============================ ===> Building for wanderer-3.2 cc -O2 -pipe -fno-strict-aliasing -c monsters.c In file included from monsters.c:23: ./wand_head.h:60:29: warning: '/*' within block comment [-Wcomment] /* #define COMPARE_BY_NAME /* define this to compare by name, not uid */ ^ ./wand_head.h:61:26: warning: '/*' within block comment [-Wcomment] /* #define NO_ENCRYPTION /* define this to disable the savefile encryptor */ ^ monsters.c:54:11: warning: incompatible redeclaration of library function 'malloc' [-Wincompatible-library-redeclaration] char *malloc(); ^ monsters.c:54:11: note: 'malloc' is a builtin with type 'void *(unsigned long)' monsters.c:174:46: warning: '&&' within '||' [-Wlogical-op-parentheses] if(((*mxp+xdirection)<ROWLEN)&&(screen[*myp][*mxp+xdirection] == ' ')||(screen[*myp][*mxp+xdirection] == '@')) ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monsters.c:174:46: note: place parentheses around the '&&' expression to silence this warning if(((*mxp+xdirection)<ROWLEN)&&(screen[*myp][*mxp+xdirection] == ' ')||(screen[*myp][*mxp+xdirection] == '@')) ^ ( ) 4 warnings generated. cc -O2 -pipe -fno-strict-aliasing -c m.c In file included from m.c:25: ./wand_head.h:60:29: warning: '/*' within block comment [-Wcomment] /* #define COMPARE_BY_NAME /* define this to compare by name, not uid */ ^ ./wand_head.h:61:26: warning: '/*' within block comment [-Wcomment] /* #define NO_ENCRYPTION /* define this to disable the savefile encryptor */ ^ m.c:62:9: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] while(read(fd,ptr,1)==1) ^ m.c:98:20: warning: implicit declaration of function 'tgetnum' is invalid in C99 [-Wimplicit-function-declaration] maxlines = tgetnum("li") - 3; ^ m.c:123:26: warning: incompatible pointer types passing 'int *' to parameter of type 'fd_set *' (aka 'struct fd_set *') [-Wincompatible-pointer-types] select(1,&inp,&nul,&nul,&tv); ^~~~ /usr/include/sys/select.h:103:25: note: passing argument to parameter here int select(int, fd_set *, fd_set *, fd_set *, struct timeval *); ^ m.c:123:31: warning: incompatible pointer types passing 'int *' to parameter of type 'fd_set *' (aka 'struct fd_set *') [-Wincompatible-pointer-types] select(1,&inp,&nul,&nul,&tv); ^~~~ /usr/include/sys/select.h:103:35: note: passing argument to parameter here int select(int, fd_set *, fd_set *, fd_set *, struct timeval *); ^ m.c:123:36: warning: incompatible pointer types passing 'int *' to parameter of type 'fd_set *' (aka 'struct fd_set *') [-Wincompatible-pointer-types] select(1,&inp,&nul,&nul,&tv); ^~~~ /usr/include/sys/select.h:103:45: note: passing argument to parameter here int select(int, fd_set *, fd_set *, fd_set *, struct timeval *); ^ m.c:204:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(int argc,char **argv) ^~~~ m.c:220:13: warning: implicit declaration of function 'getopt' is invalid in C99 [-Wimplicit-function-declaration] while(( c = getopt(argc,argv,"01k:et:r:fmCcvsi")) != -1 ) ^ m.c:276:5: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] close(fp); ^ m.c:338:58: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] name,howdead,score,num); ^~~~~ 11 warnings generated. cc -O2 -pipe -fno-strict-aliasing -c save.c In file included from save.c:23: ./wand_head.h:60:29: warning: '/*' within block comment [-Wcomment] /* #define COMPARE_BY_NAME /* define this to compare by name, not uid */ ^ ./wand_head.h:61:26: warning: '/*' within block comment [-Wcomment] /* #define NO_ENCRYPTION /* define this to disable the savefile encryptor */ ^ save.c:97:14: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration] unlink(fname); ^ save.c:126:9: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(0); ^ save.c:126:9: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' save.c:190:9: warning: implicit declaration of function 'free' is invalid in C99 [-Wimplicit-function-declaration] free(tmp); ^ <snip>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307190011.r6J0Bdma076963>