You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build.
Maintainer: obr...@freebsd.org Last committer: b...@freebsd.org Ident: $FreeBSD: head/vietnamese/libviet/Makefile 300897 2012-07-14 14:29:18Z beat $ Log URL: http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-09-19_00h27m24s/logs/vi-libviet-20010210_1.log Build URL: http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-09-19_00h27m24s Log: ====>> Building vietnamese/libviet build started at Thu Sep 19 01:05:14 UTC 2013 port directory: /usr/ports/vietnamese/libviet building for: FreeBSD head-i386-default-job-16 10.0-CURRENT FreeBSD 10.0-CURRENT i386 maintained by: obr...@freebsd.org Makefile ident: $FreeBSD: head/vietnamese/libviet/Makefile 300897 2012-07-14 14:29:18Z beat $ Poudriere version: 3.1-pre ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=1000055 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-i386-default/ref PKG_EXT=txz tpid=13509 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=vi-libviet-20010210_1 PKG_DELETE=/usr/local/sbin/pkg delete -y -f PKG_ADD=/usr/local/sbin/pkg add PWD=/root MASTERNAME=head-i386-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/libviet DOCSDIR=/usr/local/share/doc/libviet EXAMPLESDIR=/usr/local/share/examples/libviet WWWDIR=/usr/local/www/libviet ETCDIR=/usr/local/etc/libviet --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 vi-libviet-20010210_1 =======================<phase: check-config >============================ =========================================================================== =======================<phase: pkg-depends >============================ ===> vi-libviet-20010210_1 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_2.txz Installing pkg-1.1.4_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of vi-libviet-20010210_1 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> Fetching all distfiles required by vi-libviet-20010210_1 for building =========================================================================== =======================<phase: checksum >============================ ===> Fetching all distfiles required by vi-libviet-20010210_1 for building => SHA256 Checksum OK for libviet-20010210.tar.bz2. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> Fetching all distfiles required by vi-libviet-20010210_1 for building ===> Extracting for vi-libviet-20010210_1 ===> Fetching all distfiles required by vi-libviet-20010210_1 for building => SHA256 Checksum OK for libviet-20010210.tar.bz2. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for vi-libviet-20010210_1 =========================================================================== =======================<phase: build-depends >============================ =========================================================================== =======================<phase: lib-depends >============================ =========================================================================== =======================<phase: configure >============================ ===> Configuring for vi-libviet-20010210_1 =========================================================================== =======================<phase: build >============================ ===> Building for vi-libviet-20010210_1 CFLAGS are -O2 -pipe -fno-strict-aliasing Working on viqr { cc -I../../include -c vncompos.c cc -I../../include -c vnkeys.c vnkeys.c:401:6: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' if (strcmp("-com", *s) == 0) { ^ vnkeys.c:401:6: note: please include the header <string.h> or explicitly provide a declaration for 'strcmp' vnkeys.c:405:34: warning: format specifies type 'unsigned int *' but the argument has type 'u_char *' (aka 'unsigned char *') [-Wformat] (void) sscanf("*s", "\\%o", com); ~~ ^~~ %s vnkeys.c:415:48: warning: format specifies type 'unsigned int *' but the argument has type 'u_char *' (aka 'unsigned char *') [-Wformat] if (*s && **s == '\\') sscanf(*s, "\\%o", bs); ~~ ^~ %s 3 warnings generated. cc -I../../include -c vk_qrto8.c cc -I../../include -c vk_8toqr.c vk_8toqr.c:12:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] static _doinit() { /* fill the map--the code is independent of the encoding */ ~~~~~~ ^ vk_8toqr.c:484:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ vk_8toqr.c:509:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = *i++) { ~~^~~~~~ vk_8toqr.c:509:14: note: place parentheses around the assignment to silence this warning while (c = *i++) { ^ ( ) vk_8toqr.c:509:14: note: use '==' to turn this assignment into an equality comparison while (c = *i++) { ^ == vk_8toqr.c:518:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (*o = *s++) o++; ~~~^~~~~~ vk_8toqr.c:518:16: note: place parentheses around the assignment to silence this warning while (*o = *s++) o++; ^ ( ) vk_8toqr.c:518:16: note: use '==' to turn this assignment into an equality comparison while (*o = *s++) o++; ^ == vk_8toqr.c:550:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = *i++) { ~~^~~~~~ vk_8toqr.c:550:14: note: place parentheses around the assignment to silence this warning while (c = *i++) { ^ ( ) vk_8toqr.c:550:14: note: use '==' to turn this assignment into an equality comparison while (c = *i++) { ^ == vk_8toqr.c:555:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (*o = *s++) o++; ~~~^~~~~~ vk_8toqr.c:555:12: note: place parentheses around the assignment to silence this warning while (*o = *s++) o++; ^ ( ) vk_8toqr.c:555:12: note: use '==' to turn this assignment into an equality comparison while (*o = *s++) o++; ^ == 6 warnings generated. ar r ../libviqr.a vncompos.o vnkeys.o vk_qrto8.o vk_8toqr.o ar: warning: creating ../libviqr.a ranlib ../libviqr.a Done with viqr } Working on vntype { Generating vntype.srt from vntype.I...vntype.I:10:13: warning: missing terminating ' character [-Winvalid-pp-token] They are sed'ed back immediately. See Makefile for details. ^ 1 warning generated. Segmentation fault *** Error code 139 Stop. make[4]: stopped in /wrkdirs/usr/ports/vietnamese/libviet/work/libviet-20010210/lib/vntype *** Error code 1 Stop. make[3]: stopped in /wrkdirs/usr/ports/vietnamese/libviet/work/libviet-20010210/lib *** Error code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/vietnamese/libviet/work/libviet-20010210/lib *** Error code 1 Stop. make[1]: stopped in /usr/ports/vietnamese/libviet *** Error code 1 Stop. make: stopped in /usr/ports/vietnamese/libviet ===> Cleaning for vi-libviet-20010210_1 _______________________________________________ freebsd-pkg-fallout@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout To unsubscribe, send any mail to "freebsd-pkg-fallout-unsubscr...@freebsd.org"