Date: Thu, 26 Sep 2013 06:34:00 GMT From: pkg-fallout@FreeBSD.org To: nmh@t3x.org Cc: pkg-fallout@FreeBSD.org Subject: [REL - head-i386-default][lang/t3x] Failed for t3x-8.1.5_1 in build Message-ID: <201309260634.r8Q6Y0mF064044@beefy1.isc.freebsd.org>
next in thread | raw e-mail | index | archive | help
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: nmh@t3x.org Last committer: bapt@FreeBSD.org Ident: $FreeBSD: head/lang/t3x/Makefile 327741 2013-09-20 19:53:09Z bapt $ Log URL: http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-09-26_06h12m52s/logs/t3x-8.1.5_1.log Build URL: http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-09-26_06h12m52s Log: ====>> Building lang/t3x build started at Thu Sep 26 06:33:58 UTC 2013 port directory: /usr/ports/lang/t3x building for: FreeBSD head-i386-default-job-15 10.0-CURRENT FreeBSD 10.0-CURRENT i386 maintained by: nmh@t3x.org Makefile ident: $FreeBSD: head/lang/t3x/Makefile 327741 2013-09-20 19:53:09Z bapt $ 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 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin STATUS=1 MASTERMNT=/usr/local/poudriere/data/build/head-i386-default/ref PKG_EXT=txz tpid=55268 POUDRIERE_BUILD_TYPE=bulk NBPARALLEL=24 PKGNG=1 PKGNAME=t3x-8.1.5_1 PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f PKG_ADD=/usr/local/sbin/pkg-static add PWD=/root MASTERNAME=head-i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes PKG_VERSION=/poudriere/pkg-static version ---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-- INSTALL_PREFIX=/usr/local 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/t3x DOCSDIR=/usr/local/share/doc/t3x EXAMPLESDIR=/usr/local/share/examples/t3x WWWDIR=/usr/local/www/t3x ETCDIR=/usr/local/etc/t3x --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 t3x-8.1.5_1 =======================<phase: check-config >============================ =========================================================================== =======================<phase: pkg-depends >============================ ===> t3x-8.1.5_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_5.txz Installing pkg-1.1.4_5... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of t3x-8.1.5_1 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> Fetching all distfiles required by t3x-8.1.5_1 for building =========================================================================== =======================<phase: checksum >============================ ===> Fetching all distfiles required by t3x-8.1.5_1 for building => SHA256 Checksum OK for t3x-815.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> Fetching all distfiles required by t3x-8.1.5_1 for building ===> Extracting for t3x-8.1.5_1 => SHA256 Checksum OK for t3x-815.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for t3x-8.1.5_1 =========================================================================== =======================<phase: build-depends >============================ =========================================================================== =======================<phase: lib-depends >============================ =========================================================================== =======================<phase: configure >============================ ===> Configuring for t3x-8.1.5_1 =========================================================================== =======================<phase: build >============================ ===> Building for t3x-8.1.5_1 (cd compiler; make) cc -O2 -pipe -fno-strict-aliasing -DEXT_SYSTEM -DEXT_TTYCTL -UUSE_SGTTY -o txx.o -c txx.c cc -O2 -pipe -fno-strict-aliasing -o libtxx.o -c t3x.c t3x.c:137:9: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] return close(fd); ^ t3x.c:141:9: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] return read(fd, b, n); ^ t3x.c:145:9: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] return write(fd, b, n); ^ t3x.c:166:9: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration] return unlink(s); ^ 4 warnings generated. cc -o system.o -O2 -pipe -fno-strict-aliasing -DEXT_SYSTEM -DEXT_TTYCTL -UUSE_SGTTY -c ../classes/sys.c ./classes/sys.c:314:6: warning: implicit declaration of function 'kill' is invalid in C99 [-Wimplicit-function-declaration] r = kill(Procd[pid], n); ^ 1 warning generated. cc -o ttyctl.o -O2 -pipe -fno-strict-aliasing -DEXT_SYSTEM -DEXT_TTYCTL -UUSE_SGTTY -c ../classes/tty.c ./classes/tty.c:261:21: error: non-void function '_ttyctl_color' should return a value [-Wreturn-type] if (tty_attr == c) return; ^ ./classes/tty.c:439:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(stderr, msg); ^~~ ./classes/tty.c:444:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(stderr, msg); ^~~ 2 warnings and 1 error generated. *** Error code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/lang/t3x/work/t3x-815/compiler *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/lang/t3x/work/t3x-815 *** Error code 1 Stop. make: stopped in /usr/ports/lang/t3x ===> Cleaning for t3x-8.1.5_1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309260634.r8Q6Y0mF064044>