From owner-cvs-all@FreeBSD.ORG Tue Aug 10 21:14:59 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65A8A106567B; Tue, 10 Aug 2010 21:14:59 +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 F15138FC08; Tue, 10 Aug 2010 21:14:58 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 57F4522C50C6; Wed, 11 Aug 2010 00:14:57 +0300 (EEST) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id 039D55A9001; Tue, 10 Aug 2010 14:14:56 -0700 (PDT) From: QAT@FreeBSD.org To: garga@FreeBSD.org In-Reply-To: <201008102109.o7AL9Iwl018330@repoman.freebsd.org> References: <201008102109.o7AL9Iwl018330@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-03-11 13:38:43 X-QAT-Port: mail/qmail-spamcontrol X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/qmail-spamcontrol-1.03.2622_1.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: compiler_error Message-Id: <20100810211456.039D55A9001@jester1b.ixsystems.com> Date: Tue, 10 Aug 2010 14:14:55 -0700 (PDT) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/qmail Makefile ports/mail/qmail-spamcontrol Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2010 21:14:59 -0000 The Restless Daemon identified a compiler error while trying to build: qmail-spamcontrol-1.03.2622_1 maintained by garga@FreeBSD.org Makefile ident: $FreeBSD: ports/mail/qmail-spamcontrol/Makefile,v 1.36 2010/08/10 21:09:18 garga Exp $ Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/qmail-spamcontrol-1.03.2622_1.log : ./compile chkshsgr.c chkshsgr.c: In function 'main': chkshsgr.c:3: warning: return type of 'main' is not 'int' ./load chkshsgr ./chkshsgr || ( cat warn-shsgr; exit 1 ) ( ( ./compile tryshsgr.c && ./load tryshsgr && ./tryshsgr ) >/dev/null 2>&1 && echo \#define HASSHORTSETGROUPS 1 || exit 0 ) > hasshsgr.h rm -f tryshsgr.o tryshsgr ./compile prot.c ./compile coe.c ./compile cdb.c ./compile cdb_hash.c ./compile cdb_unpack.c ./compile cdb_seek.c ./compile cdb_make.c ./makelib cdb.a cdb.o cdb_hash.o cdb_unpack.o cdb_seek.o cdb_make.o ./compile auto-uid.c auto-uid.c: In function 'main': auto-uid.c:22: warning: return type of 'main' is not 'int' ./load auto-uid substdio.a error.a str.a fs.a ./compile auto-gid.c auto-gid.c: In function 'main': auto-gid.c:22: warning: return type of 'main' is not 'int' ./load auto-gid substdio.a error.a str.a fs.a ( ./auto-uid auto_uida `head -1 conf-users` &&./auto-uid auto_uidd `head -2 conf-users | tail -1` &&./auto-uid auto_uidl `head -3 conf-users | tail -1` &&./auto-uid auto_uido `head -4 conf-users | tail -1` &&./auto-uid auto_uidp `head -5 conf-users | tail -1` &&./auto-uid auto_uidq `head -6 conf-users | tail -1` &&./auto-uid auto_uidr `head -7 conf-users | tail -1` &&./auto-uid auto_uids `head -8 conf-users | tail -1` &&./auto-gid auto_gidq `head -1 conf-groups` &&./auto-gid auto_gidn `head -2 conf-groups | tail -1` ) > auto_uids.c.tmp && mv auto_uids.c.tmp auto_uids.c ./compile auto_uids.c ./load qmail-lspawn spawn.o prot.o slurpclose.o coe.o sig.a wait.a case.a cdb.a fd.a open.a stralloc.a alloc.a substdio.a error.a str.a fs.a auto_qmail.o auto_uids.o auto_spawn.o ./compile qmail-getpw.c qmail-getpw.c: In function 'main': qmail-getpw.c:61: warning: return type of 'main' is not 'int' ./auto-str auto_break "`head -1 conf-break`" > auto_break.c ./compile auto_break.c ./auto-str auto_usera `head -1 conf-users` > auto_usera.c ./compile auto_usera.c ./load qmail-getpw case.a substdio.a error.a str.a fs.a auto_break.o auto_usera.o make: don't know how to make ssl.h. Stop *** Error code 1 Stop in /a/ports/mail/qmail-spamcontrol. ================================================================ build of /usr/ports/mail/qmail-spamcontrol ended at Tue Aug 10 21:14:54 UTC 2010 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/8-STABLE-NPD/qmail-spamcontrol-1.03.2622_1.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=mail&portname=qmail-spamcontrol 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."