From owner-cvs-ports@FreeBSD.ORG Sun Jun 22 09:37:55 2008 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 BE6FB106564A; Sun, 22 Jun 2008 09:37:55 +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 30DDD8FC1C; Sun, 22 Jun 2008 09:37:55 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from people.tecnik93.com (localhost [127.0.0.1]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id EC315FBEC29; Sun, 22 Jun 2008 12:37:52 +0300 (EEST) Received: from 79.114.165.173 (SquirrelMail authenticated user itetcu@buh.tecnik93.com) by people.tecnik93.com with HTTP; Sun, 22 Jun 2008 12:37:53 +0300 (EEST) Message-ID: <79f45823125b6388dcc52c95ede4e1fd.squirrel@people.tecnik93.com> In-Reply-To: <200806220915.m5M9FhCK013211@repoman.freebsd.org> References: <200806220915.m5M9FhCK013211@repoman.freebsd.org> Date: Sun, 22 Jun 2008 12:37:53 +0300 (EEST) From: "Ion-Mihai IOnut" Tetcu"" To: "Thierry Thomas" User-Agent: SquirrelMail/1.4.15 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/tidy-devel Makefile distinfo ports/www/tidy-devel/files patch-build_gmake_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: Sun, 22 Jun 2008 09:37:55 -0000 On Sun, June 22, 2008 12:15, Thierry Thomas wrote: > thierry 2008-06-22 09:15:43 UTC > > FreeBSD ports repository > > Modified files: > www/tidy-devel Makefile distinfo > www/tidy-devel/files patch-build_gmake_Makefile > Log: > Upgrade tidy-devel and tidy-lib to a snapshot of 18 June 2008. > > This adds anchor-as-name. > > Revision Changes Path > 1.160 +1 -2 ports/www/tidy-devel/Makefile > 1.138 +3 -3 ports/www/tidy-devel/distinfo > 1.9 +4 -4 > ports/www/tidy-devel/files/patch-build_gmake_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 tidy-devel-080621.c in directory /var/tinderbox/7-STABLE-FTP maintained by: thierry@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/www/tidy-devel Makefile ident: $FreeBSD: ports/www/tidy-devel/Makefile,v 1.160 2008/06/22 09:15:42 thierry Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sun Jun 22 09:19:41 UTC 2008 ...... ======================================== add_pkg ===> Installing for tidy-devel-080621.c ===> Generating temporary packing list ===> Checking if www/tidy-devel already installed if [ ! -d "/usr/local/include/tidy" ]; then mkdir -p "/usr/local/include/tidy"; fi cp -f ./include/platform.h ./include/tidy.h ./include/tidyenum.h ./include/buffio.h "/usr/local/include/tidy/" if [ ! -d "/usr/local/lib" ]; then mkdir -p "/usr/local/lib"; fi cp -f ./lib/libtidy.a "/usr/local/lib/" if [ ! -d "/usr/local/bin" ]; then mkdir -p "/usr/local/bin"; fi cp -f ./bin/tidy ./bin/tab2space "/usr/local/bin/" ./bin/tidy -xml-help > htmldoc/tidy-help.xml ./bin/tidy -xml-config > htmldoc/tidy-config.xml xsltproc -o htmldoc/tidy.1 ./htmldoc/tidy1.xsl ./htmldoc/tidy-help.xml gmake: xsltproc: Command not found gmake: *** [htmldoc/tidy.1] Error 127 *** Error code 2 Stop in /a/ports/www/tidy-devel. ================================================================ build of /usr/ports/www/tidy-devel ended at Sun Jun 22 09:20:09 UTC 2008 http://t64.tecnik93.com/errors/7-STABLE-FTP/tidy-devel-080621.c.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