[REL - 83amd64-default][security/tripwire-131] Failed for tripwire-1.3.1 in build

pkg-fallout at FreeBSD.org pkg-fallout at FreeBSD.org
Wed Oct 23 11:53:29 UTC 2013


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:     cy at FreeBSD.org
Last committer: bapt at FreeBSD.org
Ident:          $FreeBSD: head/security/tripwire-131/Makefile 327769 2013-09-20 22:55:24Z bapt $
Log URL:        http://beefy2.isc.freebsd.org/bulk/83amd64-default/2013-10-23_01h02m30s/logs/tripwire-1.3.1.log
Build URL:      http://beefy2.isc.freebsd.org/bulk/83amd64-default/2013-10-23_01h02m30s
Log:

====>> Building security/tripwire-131
build started at Wed Oct 23 11:53:23 UTC 2013
port directory: /usr/ports/security/tripwire-131
building for: FreeBSD 83amd64-default-job-18 8.3-RELEASE FreeBSD 8.3-RELEASE amd64
maintained by: cy at FreeBSD.org
Makefile ident:      $FreeBSD: head/security/tripwire-131/Makefile 327769 2013-09-20 22:55:24Z bapt $
Poudriere version: 3.1-pre

---Begin Environment---
OSVERSION=803000
UNAME_v=FreeBSD 8.3-RELEASE
UNAME_r=8.3-RELEASE
FTP_PASSIVE_MODE=YES
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/83amd64-default/ref
PKG_EXT=txz
tpid=26351
POUDRIERE_BUILD_TYPE=bulk
PKGNG=1
PKGNAME=tripwire-1.3.1
PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
PKG_ADD=/usr/local/sbin/pkg-static add
PWD=/root
MASTERNAME=83amd64-default
USER=root
HOME=/root
POUDRIERE_VERSION=3.1-pre
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
PKG_VERSION=/poudriere/pkg-static version
PKG_BIN=/usr/local/sbin/pkg-static
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
TMPDIR="/tmp" TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
TMPDIR="/tmp" 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/tripwire
DOCSDIR=/usr/local/share/doc/tripwire
EXAMPLESDIR=/usr/local/share/examples/tripwire
WWWDIR=/usr/local/www/tripwire
ETCDIR=/usr/local/etc/tripwire
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
WITH_PKGNG=yes
NO_RESTRICTED=yes
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
===>  Cleaning for tripwire-1.3.1
=======================<phase: check-config   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   tripwire-1.3.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_8.txz
Installing pkg-1.1.4_8... done
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   Returning to build of tripwire-1.3.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===> Fetching all distfiles required by tripwire-1.3.1 for building
===========================================================================
=======================<phase: checksum       >============================
===> Fetching all distfiles required by tripwire-1.3.1 for building
=> SHA256 Checksum OK for Tripwire-1.3.1-1.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===> Fetching all distfiles required by tripwire-1.3.1 for building
===>  Extracting for tripwire-1.3.1
=> SHA256 Checksum OK for Tripwire-1.3.1-1.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for tripwire-1.3.1
===>  Applying FreeBSD patches for tripwire-1.3.1
===========================================================================
=======================<phase: build-depends  >============================
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for tripwire-1.3.1
===========================================================================
=======================<phase: build          >============================
===>  Building for tripwire-1.3.1
(cd util; make CC=gcc CFLAGS="-O"   LDFLAGS="-static" CPP="gcc -E" SHELL=/bin/sh all)
###
### Ignore warnings about shift count negative/too large on line 36
###
gcc -O -static byteorder.c -o byteorder
byteorder.c: In function 'main':
byteorder.c:25: warning: return type of 'main' is not 'int'
(./byteorder; cat ./ntohl.h) > ../include/byteorder.h
gcc -O -static types.c -o types
types.c: In function 'main':
types.c:29: warning: return type of 'main' is not 'int'
types.c: In function 'typeis':
types.c:79: warning: incompatible implicit declaration of built-in function 'strcpy'
/bin/sh ./types.sh "gcc -E" > ../include/inode.h
(cd src; make CC=gcc CFLAGS="-O" LIBS=""  LDFLAGS="-static" CPP="gcc -E" SHELL=/bin/sh  YACC="yacc" LEX="lex" all)
/bin/sh help.sh help.txt > help.c
gcc -O -c config.parse.c
gcc -O -c main.c
main.c:704:2: warning: no newline at end of file
gcc -O -c list.c
gcc -O -c ignorevec.c
gcc -O -c dbase.build.c
gcc -O -c utils.c
gcc -O -c preen.c
gcc -O -c preen.interp.c
gcc -O -c preen.report.c
gcc -O -c nullsig.c
gcc -O -c config.prim.c
gcc -O -c dbase.update.c
lex config.pre.l
mv lex.yy.c config.lex.c
yacc config.pre.y
sed 's/lex\.yy\.c/config.lex.c/' < y.tab.c > config.pre.c
rm y.tab.c
gcc -O -c config.pre.c
gcc -O -c help.c
(cd ../sigs/md5; make CC="gcc" CFLAGS="-O -I. -I..")
gcc -O -I. -I.. -c md5.c
gcc -O -I. -I.. -c md5wrapper.c
(cd ../sigs/snefru; make CC="gcc" CFLAGS="-O -I. -I..")
gcc -O -I. -I.. -c snefru.c
(cd ../sigs/crc32; make CC="gcc" CFLAGS="-O -I. -I..")
gcc -O -I. -I.. -c crc32.c
(cd ../sigs/crc; make CC="gcc" CFLAGS="-O -I. -I..")
gcc -O -I. -I.. -c crc.c
(cd ../sigs/md4; make CC="gcc" CFLAGS="-O -I. -I..")
gcc -O -I. -I.. -c md4.c
gcc -O -I. -I.. -c md4wrapper.c
(cd ../sigs/md2; make CC="gcc" CFLAGS="-O -I. -I..")
gcc -O -I. -I.. -c md2wrapper.c
gcc -O -I. -I.. -c md2.c
(cd ../sigs/sha; make CC="gcc" CFLAGS="-O -I. -I..")
gcc -O -I. -I.. -c sha.c
gcc -O -I. -I.. -c shawrapper.c
(cd ../sigs/haval; make CC="gcc" CFLAGS="-O -I. -I..")
gcc -O -I. -I.. -c haval.c
gcc -O -I. -I.. -c havalwrapper.c
gcc -O -static -o tripwire config.parse.o main.o list.o ignorevec.o dbase.build.o  utils.o preen.o preen.interp.o preen.report.o  nullsig.o config.prim.o dbase.update.o  config.pre.o help.o  ../sigs/md5/md5wrapper.o ../sigs/md5/md5.o ../sigs/snefru/snefru.o ../sigs/crc32/crc32.o ../sigs/crc/crc.o ../sigs/md4/md4.o ../sigs/md4/md4wrapper.o ../sigs/md2/md2.o ../sigs/md2/md2wrapper.o ../sigs/sha/sha.o ../sigs/sha/shawrapper.o  ../sigs/haval/haval.o ../sigs/haval/havalwrapper.o  
utils.o(.text+0x8a0): In function `pltob64':
: undefined reference to `fatal'
./sigs/snefru/snefru.o(.text+0x6bd): In function `ReadChunk':
: undefined reference to `fatal'
*** Error code 1

Stop in /wrkdirs/usr/ports/security/tripwire-131/work/tw_ASR_1.3.1_src/src.
*** Error code 1

Stop in /wrkdirs/usr/ports/security/tripwire-131/work/tw_ASR_1.3.1_src.
*** Error code 1

Stop in /usr/ports/security/tripwire-131.
===>  Cleaning for tripwire-1.3.1


More information about the freebsd-pkg-fallout mailing list