From owner-cvs-ports@FreeBSD.ORG Fri Dec 17 21:29:17 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0019C106566C; Fri, 17 Dec 2010 21:29:16 +0000 (UTC) (envelope-from QAT@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 6FBA78FC1A; Fri, 17 Dec 2010 21:29:16 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 0B3F322C54D2; Fri, 17 Dec 2010 23:29:15 +0200 (EET) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id 49E245A900F; Fri, 17 Dec 2010 13:29:14 -0800 (PST) From: QAT@FreeBSD.org To: cy@FreeBSD.org In-Reply-To: <201012152102.oBFL2qiC056202@repoman.freebsd.org> References: <201012152102.oBFL2qiC056202@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3_3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2010-10-18 07:14:25 X-QAT-Port: security/tripwire-131 X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/tripwire-1.3.1.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: linker_error Message-Id: <20101217212914.49E245A900F@jester1b.ixsystems.com> Date: Fri, 17 Dec 2010 13:29:14 -0800 (PST) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/tripwire-131 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2010 21:29:17 -0000 The Restless Daemon identified a linker error while trying to build: tripwire-1.3.1 maintained by cy@FreeBSD.org Makefile ident: $FreeBSD: ports/security/tripwire-131/Makefile,v 1.21 2010/12/15 21:02:52 cy Exp $ Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/tripwire-1.3.1.log : 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+0x890): 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 /work/a/ports/security/tripwire-131/work/tw_ASR_1.3.1_src/src. *** Error code 1 Stop in /work/a/ports/security/tripwire-131/work/tw_ASR_1.3.1_src. *** Error code 1 Stop in /a/ports/security/tripwire-131. ================================================================ build of /usr/ports/security/tripwire-131 ended at Fri Dec 17 21:29:12 UTC 2010 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/8-STABLE-NPD/tripwire-1.3.1.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=security&portname=tripwire-131 The build which triggered this BotMail was done under tinderbox-3.3_3; dsversion: 3.2.1 on RELENG_8 on amd64, kern.smp.cpus: 8 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately."