From owner-cvs-all@FreeBSD.ORG Mon Jun 23 22:38:15 2008 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 76EE61065674; Mon, 23 Jun 2008 22:38:15 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 213988FC0A; Mon, 23 Jun 2008 22:38:15 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 2D5452C50D1C; Tue, 24 Jun 2008 01:38:14 +0300 (EEST) Date: Tue, 24 Jun 2008 01:38:13 +0300 From: "QA Tindy (Ion-Mihai Tetcu)" To: Felippe de Meirelles Motta Message-ID: <20080624013813.4fd9fa03@it.buh.tecnik93.com> In-Reply-To: <200806231534.m5NFYeDv074892@repoman.freebsd.org> References: <200806231534.m5NFYeDv074892@repoman.freebsd.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, Mark Linimon , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/ireport Makefile ports/cad/electric-ng Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2008 22:38:15 -0000 On Mon, 23 Jun 2008 15:34:40 +0000 (UTC) Felippe de Meirelles Motta wrote: > lippe 2008-06-23 15:34:40 UTC > > FreeBSD ports repository > > Modified files: > devel/ireport Makefile > cad/electric-ng Makefile > Log: > - Change dependency directory, since java/bsh is no lang/bsh. > - Bump PORTREVISION. > > Reported by: cperciva > Approved by: gabor (mentor, implicit) > > Revision Changes Path > 1.7 +2 -2 ports/cad/electric-ng/Makefile > 1.27 +2 -2 ports/devel/ireport/Makefile > Hi, You receive this email if you are either the maintainer of the port or if you recently committed to it. If the error is already fixed please ignore this email; if you submit a PR to fix it CC me and I'll commit it ASAP. The builds are done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the official up-to-date Ports Tree (for commit-triggered builds the files are fetched via CVSWeb), with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. The error which triggered this email is bellow followed by the link to the full log and explanations about the testing process. building ireport-3.0.0_2 in directory /var/tinderbox/7-STABLE-FTP maintained by: thierry@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/devel/ireport Makefile ident: $FreeBSD: ports/devel/ireport/Makefile,v 1.27 2008/06/23 15:34:40 lippe Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Mon Jun 23 22:34:03 UTC 2008 ...... ===> Installing for ireport-3.0.0_2 ===> ireport-3.0.0_2 depends on executable: java - found ===> ireport-3.0.0_2 depends on file: /usr/local/share/java/classes/bsh.jar - not found ===> Verifying install for /usr/local/share/java/classes/bsh.jar in /usr/ports/lang/bsh => bsh-2.0b4.jar doesn't seem to exist in /tmp/distfiles/. => Attempting to fetch from file:///distcache//. bsh-2.0b4.jar 275 kB 304 kBps ===> Extracting for bsh-2.0.b4_3 => MD5 Checksum OK for bsh-2.0b4.jar. => SHA256 Checksum OK for bsh-2.0b4.jar. ===> Patching for bsh-2.0.b4_3 ===> Configuring for bsh-2.0.b4_3 ===> Installing for bsh-2.0.b4_3 ===> bsh-2.0.b4_3 depends on file: /usr/local/jdk1.5.0/bin/java - found ===> Generating temporary packing list ===> Checking if lang/bsh already installed ===> bsh-2.0.b4_3 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of lang/bsh without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /a/ports/lang/bsh. *** Error code 1 Stop in /a/ports/devel/ireport. ================================================================ build of /usr/ports/devel/ireport ended at Mon Jun 23 22:35:40 UTC 2008 http://t64.tecnik93.com/errors/7-STABLE-FTP/ireport-3.0.0_2.log These emails are generated in one of the following cases: - an automated build was scheduled because the port was touched in CVS - the periodic QA build has reached it. - the port was scheduled because it is a dependency of a port from the cases above. There is no fixed interval for this; if other ports depend on it you will receive this emails more often since testing those other ports is made impossible by this port being broken. Efforts are made to restrict the number of outgoing emails to one/port/week for QA or dependency builds (but not for commit-triggered builds; if you commit 3 times in 5 minutes to the same port and the first 2 versions fail you'll receive 2 emails). When you fix install/plist errors please bear in mind that each of the 3 NO* vars controls the installation of different type of files, so constructs like: .ifndef NOPORTDOCS @${MKDIR} ${DATADIR} ... .endif or %%PORTDOCS%%%%EXAMPLESDIR%%/some_example_file are WRONG. Please use the right pairs like: %%PORTDOCS%%%%DOCSDIR%% %%PORTEXAMPLES%%%%EXAMPLESDIR%% %%PORTDATA%%%%DATADIR%% 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