Date: Fri, 19 Jul 2013 13:23:16 GMT From: pkg-fallout@FreeBSD.org To: pkg-fallout@FreeBSD.org Subject: [RELEASE - head-default] Build failed for ja-kbanner-2.1_5 during build Message-ID: <201307191323.r6JDNGDd026173@beefy1.isc.freebsd.org>
next in thread | raw e-mail | index | archive | help
Maintainer: ports@FreeBSD.org Last committer: cs@FreeBSD.org Ident: $FreeBSD: head/japanese/kbanner/Makefile 301684 2012-07-29 11:17:02Z cs $ Log URL: http://beefy1.isc.freebsd.org/bulk/head-default/2013-07-18_22h43m19s/logs/ja-kbanner-2.1_5.log Build URL: http://beefy1.isc.freebsd.org/bulk/head-default/2013-07-18_22h43m19s Log: ====>> Building japanese/kbanner build started at Fri Jul 19 13:23:13 UTC 2013 port directory: /usr/ports/japanese/kbanner building for: FreeBSD head-default-job-10 10.0-CURRENT FreeBSD 10.0-CURRENT i386 maintained by: ports@FreeBSD.org Makefile ident: $FreeBSD: head/japanese/kbanner/Makefile 301684 2012-07-29 11:17:02Z cs $ Poudriere version: 3.1-pre ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 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=24165 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=ja-kbanner-2.1_5 PKG_DELETE=/usr/local/sbin/pkg delete -y -f PKG_ADD=/usr/local/sbin/pkg add PWD=/root MASTERNAME=head-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre SKIPSANITY=1 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-- 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/kbanner DOCSDIR=/usr/local/share/doc/kbanner EXAMPLESDIR=/usr/local/share/examples/kbanner WWWDIR=/usr/local/www/kbanner ETCDIR=/usr/local/etc/kbanner --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 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 ja-kbanner-2.1_5 =======================<phase: check-config >============================ ========================================================================= =======================<phase: pkg-depends >============================ ===> ja-kbanner-2.1_5 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 ja-kbanner-2.1_5 ========================================================================= =======================<phase: fetch-depends >============================ ========================================================================= =======================<phase: fetch >============================ ===> Fetching all distfiles required by ja-kbanner-2.1_5 for building ========================================================================= =======================<phase: checksum >============================ ===> Fetching all distfiles required by ja-kbanner-2.1_5 for building => SHA256 Checksum OK for kbanner2.tar.Z. ========================================================================= =======================<phase: extract-depends>============================ ========================================================================= =======================<phase: extract >============================ ===> Fetching all distfiles required by ja-kbanner-2.1_5 for building ===> Extracting for ja-kbanner-2.1_5 ===> Fetching all distfiles required by ja-kbanner-2.1_5 for building => SHA256 Checksum OK for kbanner2.tar.Z. ========================================================================= =======================<phase: patch-depends >============================ ========================================================================= =======================<phase: patch >============================ ===> Patching for ja-kbanner-2.1_5 ===> Applying FreeBSD patches for ja-kbanner-2.1_5 ========================================================================= =======================<phase: build-depends >============================ ========================================================================= =======================<phase: lib-depends >============================ ========================================================================= =======================<phase: configure >============================ ===> Configuring for ja-kbanner-2.1_5 ========================================================================= =======================<phase: build >============================ ===> Building for ja-kbanner-2.1_5 cc -c -O2 -pipe -fno-strict-aliasing kbanner.c kbanner.c:5:14: warning: incompatible redeclaration of library function 'malloc' [-Wincompatible-library-redeclaration] extern char *malloc(); ^ kbanner.c:5:14: note: 'malloc' is a builtin with type 'void *(unsigned int)' kbanner.c:85:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ kbanner.c:115:14: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] column=atoi(&((*argv)[1])); ^ kbanner.c:120:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' USAGE ^ kbanner.c:82:3: note: expanded from macro 'USAGE' exit(1);\ ^ kbanner.c:120:7: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' kbanner.c:82:3: note: expanded from macro 'USAGE' exit(1);\ ^ kbanner.c:129:5: warning: implicit declaration of function 'kbanner' is invalid in C99 [-Wimplicit-function-declaration] kbanner(stdin); ^ kbanner.c:133:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(src=fopen(*argv,"r")){ ~~~^~~~~~~~~~~~~~~~~ kbanner.c:133:11: note: place parentheses around the assignment to silence this warning if(src=fopen(*argv,"r")){ ^ ( ) kbanner.c:133:11: note: use '==' to turn this assignment into an equality comparison if(src=fopen(*argv,"r")){ ^ == kbanner.c:145:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] kbanner(fp) ^~~~~~~ kbanner.c:152:12: warning: implicit declaration of function 'kgetchar' is invalid in C99 [-Wimplicit-function-declaration] while((i=kgetchar(fp))!=EOF){ ^ kbanner.c:159:4: warning: implicit declaration of function 'kputchar' is invalid in C99 [-Wimplicit-function-declaration] kputchar(i*256+(j&127)); ^ kbanner.c:200:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ kbanner.c:202:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] kputchar(c) ^~~~~~~~ kbanner.c:267:7: error: non-void function 'kputchar' should return a value [-Wreturn-type] return; ^ kbanner.c:278:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] kgetchar(fp) ^~~~~~~~ 12 warnings and 1 error generated. *** Error code 1 Stop. make: stopped in /wrkdirs/usr/ports/japanese/kbanner/work/kbanner2 *** Error code 1 Stop. make: stopped in /usr/ports/japanese/kbanner *** Error code 1 Stop. make: stopped in /usr/ports/japanese/kbanner ===> Cleaning for ja-kbanner-2.1_5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307191323.r6JDNGDd026173>