Date: Fri, 19 Jul 2013 10:11:11 GMT From: pkg-fallout@FreeBSD.org To: pkg-fallout@FreeBSD.org Subject: [RELEASE - head-default] Build failed for hpack-0.79a during build Message-ID: <201307191011.r6JABBdN002071@beefy1.isc.freebsd.org>
next in thread | raw e-mail | index | archive | help
Maintainer: sylvio@FreeBSD.org Last committer: beat@FreeBSD.org Ident: $FreeBSD: head/archivers/hpack.non-usa.only/Makefile 300895 2012-07-14 12:56:14Z beat $ Log URL: http://beefy1.isc.freebsd.org/bulk/head-default/2013-07-18_22h43m19s/logs/hpack-0.79a.log Build URL: http://beefy1.isc.freebsd.org/bulk/head-default/2013-07-18_22h43m19s Log: ====>> Building archivers/hpack.non-usa.only build started at Fri Jul 19 10:11:04 UTC 2013 port directory: /usr/ports/archivers/hpack.non-usa.only building for: FreeBSD head-default-job-05 10.0-CURRENT FreeBSD 10.0-CURRENT i386 maintained by: sylvio@FreeBSD.org Makefile ident: $FreeBSD: head/archivers/hpack.non-usa.only/Makefile 300895 2012-07-14 12:56:14Z beat $ 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=93132 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=hpack-0.79a 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/hpack DOCSDIR=/usr/local/share/doc/hpack EXAMPLESDIR=/usr/local/share/examples/hpack WWWDIR=/usr/local/www/hpack ETCDIR=/usr/local/etc/hpack --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 hpack-0.79a =======================<phase: check-config >============================ ========================================================================= =======================<phase: pkg-depends >============================ ===> hpack-0.79a 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 hpack-0.79a ========================================================================= =======================<phase: fetch-depends >============================ ========================================================================= =======================<phase: fetch >============================ ===> Fetching all distfiles required by hpack-0.79a for building ========================================================================= =======================<phase: checksum >============================ ===> Fetching all distfiles required by hpack-0.79a for building => SHA256 Checksum OK for hpack79src.tar.gz. ========================================================================= =======================<phase: extract-depends>============================ ========================================================================= =======================<phase: extract >============================ ===> Fetching all distfiles required by hpack-0.79a for building ===> Extracting for hpack-0.79a => SHA256 Checksum OK for hpack79src.tar.gz. ========================================================================= =======================<phase: patch-depends >============================ ========================================================================= =======================<phase: patch >============================ ===> Patching for hpack-0.79a ===> Applying FreeBSD patches for hpack-0.79a ========================================================================= =======================<phase: build-depends >============================ ========================================================================= =======================<phase: lib-depends >============================ ========================================================================= =======================<phase: configure >============================ ===> Configuring for hpack-0.79a ========================================================================= =======================<phase: build >============================ ===> Building for hpack-0.79a cc -O2 -pipe -fno-strict-aliasing -c -D__UNIX__ -I. arcdir.c cc -O2 -pipe -fno-strict-aliasing -c -D__UNIX__ -I. -DARCHIVE_TYPE=3 arcdirio.c arcdirio.c:527:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while( ch = fgetWord() ) ~~~^~~~~~~~~~~~ arcdirio.c:527:14: note: place parentheses around the assignment to silence this warning while( ch = fgetWord() ) ^ ( ) arcdirio.c:527:14: note: use '==' to turn this assignment into an equality comparison while( ch = fgetWord() ) ^ == arcdirio.c:547:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while( ch = fgetByte() ) ~~~^~~~~~~~~~~~ arcdirio.c:547:14: note: place parentheses around the assignment to silence this warning while( ch = fgetByte() ) ^ ( ) arcdirio.c:547:14: note: use '==' to turn this assignment into an equality comparison while( ch = fgetByte() ) ^ == arcdirio.c:908:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ arcdirio.c:932:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintfs( MESG_PROCESSING_ARCHIVE_DIRECTORY ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./language/language.h:127:44: note: expanded from macro 'MESG_PROCESSING_ARCHIVE_DIRECTORY' #define MESG_PROCESSING_ARCHIVE_DIRECTORY mesg[ 64 ] ^~~~~~~~~~~ arcdirio.c:1427:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if( dataLen = dirHdrList[ theEntry ]->data.dataLen ) ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ arcdirio.c:1427:16: note: place parentheses around the assignment to silence this warning if( dataLen = dirHdrList[ theEntry ]->data.dataLen ) ^ ( ) arcdirio.c:1427:16: note: use '==' to turn this assignment into an equality comparison if( dataLen = dirHdrList[ theEntry ]->data.dataLen ) ^ == 5 warnings generated. cc -O2 -pipe -fno-strict-aliasing -c -D__UNIX__ -I. archive.c archive.c:340:9: warning: passing 'BYTE *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] fgets( mrglBuffer, MAX_PATH, stdin ); ^~~~~~~~~~ /usr/include/stdio.h:241:30: note: passing argument to parameter here char *fgets(char * __restrict, int, FILE * __restrict); ^ archive.c:341:15: warning: passing 'BYTE *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] len = strlen(mrglBuffer); ^~~~~~~~~~ /usr/include/string.h:95:28: note: passing argument to parameter here size_t strlen(const char *) __pure; ^ archive.c:440:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_DATA_IS_ENCRYPTED ); ^~~~~~~~~~~~~~~~~~~~~~ ./language/language.h:131:36: note: expanded from macro 'MESG_DATA_IS_ENCRYPTED' #define MESG_DATA_IS_ENCRYPTED mesg[ 68 ] ^~~~~~~~~~~ archive.c:454:16: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_CANNOT_PROCESS_ENCR_INFO ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./language/language.h:132:41: note: expanded from macro 'MESG_CANNOT_PROCESS_ENCR_INFO' #define MESG_CANNOT_PROCESS_ENCR_INFO mesg[ 69 ] ^~~~~~~~~~~ archive.c:444:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ archive.c:511:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ archive.c:529:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_CANNOT_OPEN_DATAFILE ); <snip>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307191011.r6JABBdN002071>