From owner-cvs-ports@FreeBSD.ORG Tue Jan 13 10:37:14 2009 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 EE7A31065676; Tue, 13 Jan 2009 10:37:14 +0000 (UTC) (envelope-from itetcu@freebsd.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 5DD398FC19; Tue, 13 Jan 2009 10:37:14 +0000 (UTC) (envelope-from itetcu@freebsd.org) Received: from release.ixsystems.com (unknown [206.40.55.81]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id A1E92FBEC2D; Tue, 13 Jan 2009 12:37:12 +0200 (EET) Received: by release.ixsystems.com (Postfix, from userid 0) id A929F8FC71; Tue, 13 Jan 2009 02:21:28 -0800 (PST) From: QAT@FreeBSD.org To: cy@FreeBSD.org In-Reply-To: <200901130645.n0D6jePX068430@repoman.freebsd.org> References: In-Reply-To: <200901130645.n0D6jePX068430@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.53 2008/12/02 10:57:43 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.1.2_1; dsversion: 3.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_7 X-QAT-Jail_Last_Built: 2008-11-12 08:25:07 X-QAT-Port: security/sudosh2 X-QAT-Log: http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/sudosh2-1.0.2.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: compiler_error Message-Id: <20090113102128.A929F8FC71@release.ixsystems.com> Date: Tue, 13 Jan 2009 02:21:28 -0800 (PST) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/sudosh2 Makefile distinfo ports/security/sudosh2/files patch-src-parse.c patch-src::sudosh.c 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: Tue, 13 Jan 2009 10:37:15 -0000 Hi, Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/sudosh2-1.0.2.log : building sudosh2-1.0.2 in directory /usr/local/tinderbox/7-STABLE-FPT-NPD maintained by: cy@FreeBSD.org building for: 7.1-PRERELEASE amd64 Makefile ident: $FreeBSD: ports/security/sudosh2/Makefile,v 1.24 2009/01/13 06:45:40 cy Exp $ port directory: /usr/ports/security/sudosh2 ................................................... then 'make install' or 'gmake install' as root to install the programs to the above installation prefix. ===> Building for sudosh2-1.0.2 make all-recursive Making all in src cc -DHAVE_CONFIG_H -I. -I.. -O2 -fno-strict-aliasing -pipe -Werror -MT sudosh.o -MD -MP -MF .deps/sudosh.Tpo -c -o sudosh.o sudosh.c mv -f .deps/sudosh.Tpo .deps/sudosh.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -fno-strict-aliasing -pipe -Werror -MT rand.o -MD -MP -MF .deps/rand.Tpo -c -o rand.o rand.c mv -f .deps/rand.Tpo .deps/rand.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -fno-strict-aliasing -pipe -Werror -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c mv -f .deps/parse.Tpo .deps/parse.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -fno-strict-aliasing -pipe -Werror -MT string.o -MD -MP -MF .deps/string.Tpo -c -o string.o string.c mv -f .deps/string.Tpo .deps/string.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -fno-strict-aliasing -pipe -Werror -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c mv -f .deps/util.Tpo .deps/util.Po cc -O2 -fno-strict-aliasing -pipe -Werror -lutil -o sudosh sudosh.o rand.o parse.o string.o util.o cc -DHAVE_CONFIG_H -I. -I.. -O2 -fno-strict-aliasing -pipe -Werror -MT replay.o -MD -MP -MF .deps/replay.Tpo -c -o replay.o replay.c mv -f .deps/replay.Tpo .deps/replay.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -fno-strict-aliasing -pipe -Werror -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c cc1: warnings being treated as errors getopt.c: In function '_getopt_internal': getopt.c:473: warning: incompatible implicit declaration of built-in function 'strlen' getopt.c:492: warning: incompatible implicit declaration of built-in function 'strlen' getopt.c:519: warning: incompatible implicit declaration of built-in function 'strlen' getopt.c:530: warning: incompatible implicit declaration of built-in function 'strlen' getopt.c:534: warning: incompatible implicit declaration of built-in function 'strlen' *** Error code 1 Stop in /work/a/ports/security/sudosh2/work/sudosh2-1.0.2/src. *** Error code 1 Stop in /work/a/ports/security/sudosh2/work/sudosh2-1.0.2. *** Error code 1 Stop in /work/a/ports/security/sudosh2/work/sudosh2-1.0.2. *** Error code 1 Stop in /a/ports/security/sudosh2. ================================================================ build of /usr/ports/security/sudosh2 ended at Tue Jan 13 10:21:26 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/sudosh2-1.0.2.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=security&portname=sudosh2 The build which triggered this BotMail was done under tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64 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, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B