From owner-freebsd-ports@FreeBSD.ORG Sun Mar 28 06:29:45 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04F05106566C; Sun, 28 Mar 2010 06:29:45 +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 6CB3D8FC13; Sun, 28 Mar 2010 06:29:44 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 29E8A22C509E; Sun, 28 Mar 2010 09:29:43 +0300 (EEST) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id 3A4C35A906E; Sat, 27 Mar 2010 23:29:18 -0700 (PDT) From: QAT@FreeBSD.org To: dougb@FreeBSD.org In-Reply-To: <201003280625.o2S6PMWa034706@repoman.freebsd.org> References: <201003280625.o2S6PMWa034706@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: misc/upclient X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/upclient-5.0.b8_5.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: nested_declaration Message-Id: <20100328062924.3A4C35A906E@jester1b.ixsystems.com> Date: Sat, 27 Mar 2010 23:29:17 -0700 (PDT) Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/misc/upclient Makefile pkg-plist X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2010 06:29:45 -0000 The Restless Daemon identified a nested_declaration error while trying to build: upclient-5.0.b8_5 maintained by ports@FreeBSD.org Makefile ident: $FreeBSD: ports/misc/upclient/Makefile,v 1.36 2010/03/28 06:25:22 dougb Exp $ Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/upclient-5.0.b8_5.log : upclient.c:677: warning: incompatible implicit declaration of built-in function 'exit' upclient.c:690: warning: nested extern declaration of 'umask' mkdir -p products if [ ! -f products/upclient ]; then cd objects ; gcc -O3 -O2 -pipe -fno-strict-aliasing -lkvm -L/usr/local/lib -lintl -DLOCALEPATH=\"/usr/local/share/locale\" -I/usr/local/include -DPLATFORM_BSD -DCONFIGFILE=\"/usr/local/etc/upclient.conf\" -DPIDFILE=\"/var/run/upclient.pid\" -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wformat-security -Wformat -Wcomment -Wchar-subscripts -Wunused -Wbad-function-cast -Wconversion stats-bsd.o stats-uxw.o stats-ult.o stats-sol.o stats-lnx.o stats-mach.o stats-aix.o stats-beos.o stats-w2k.o network.o base64.o options.o uplog.o transmit.o upclient.o -o ../products/upclient; echo "Done". ; else echo "upclient is up to date." ; fi Done. Inserting paths into man file Making config file ================================================================ ======================================== make: don't know how to make regression-test(continuing) ================================================================ ======================================== add_pkg libiconv-1.13.1_1.tbz gettext-0.17_1.tbz adding dependencies pkg_add libiconv-1.13.1_1.tbz skipping libiconv-1.13.1_1, already added pkg_add gettext-0.17_1.tbz skipping gettext-0.17_1, already added ===> Installing for upclient-5.0.b8_5 ===> upclient-5.0.b8_5 depends on shared library: intl - found ===> Generating temporary packing list ===> Checking if misc/upclient already installed mkdir -p /usr/local/share/locale/de/LC_MESSAGES install -m 644 ./locale/de.mo /usr/local/share/locale/de/LC_MESSAGES/upclient.mo chmod 644 /usr/local/share/locale/de/LC_MESSAGES/upclient.mo mkdir -p /usr/local/share/locale/es/LC_MESSAGES install -m 644 ./locale/es.mo /usr/local/share/locale/es/LC_MESSAGES/upclient.mo chmod 644 /usr/local/share/locale/es/LC_MESSAGES/upclient.mo mkdir -p /usr/local/share/locale/fr/LC_MESSAGES install -m 644 ./locale/fr.mo /usr/local/share/locale/fr/LC_MESSAGES/upclient.mo chmod 644 /usr/local/share/locale/fr/LC_MESSAGES/upclient.mo mkdir -p /usr/local/share/locale/it/LC_MESSAGES install -m 644 ./locale/it.mo /usr/local/share/locale/it/LC_MESSAGES/upclient.mo chmod 644 /usr/local/share/locale/it/LC_MESSAGES/upclient.mo mkdir -p /usr/local/share/locale/nl/LC_MESSAGES install -m 644 ./locale/nl.mo /usr/local/share/locale/nl/LC_MESSAGES/upclient.mo chmod 644 /usr/local/share/locale/nl/LC_MESSAGES/upclient.mo make: don't know how to make install-startup. Stop ================================================================ build of /usr/ports/misc/upclient ended at Sun Mar 28 06:29:16 UTC 2010 PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=misc&portname=upclient 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."