Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jun 2008 12:47:00 +0300
From:      "QA Tindy" <itetcu@FreeBSD.org>
To:        Beech Rintoul <beech@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, Mark Linimon <linimon@FreeBSD.org>, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/www Makefile ports/www/tcldom Makefile distinfo          pkg-descr
Message-ID:  <20080629124700.2de1df4a@it.buh.tecnik93.com>
In-Reply-To: <200806290217.m5T2HIE5056722@repoman.freebsd.org>
References:  <200806290217.m5T2HIE5056722@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 29 Jun 2008 02:17:18 +0000 (UTC)
Beech Rintoul <beech@FreeBSD.org> wrote:

> beech       2008-06-29 02:17:18 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     www                  Makefile 
>   Added files:
>     www/tcldom           Makefile distinfo pkg-descr 
>   Log:
>   TclDOM is a Tcl language binding for the W3C's DOM standard. DOM
>   provides a tree view of an XML document.
>   
>   TclDOM is a package with several implementations, including one
>   written in pure Tcl, one written in C based on TclDOMPro and
>   another that wraps the Gnome libxml2 library.
>   This port installs the TclDOMPro part.
>   
>   PR:             ports/123954
>   Submitted by:   Frank Fenor <frank at fenor.de>
>   
>   Revision  Changes    Path
>   1.2077    +1 -0      ports/www/Makefile
>   1.1       +28 -0     ports/www/tcldom/Makefile (new)
>   1.1       +3 -0      ports/www/tcldom/distinfo (new)
>   1.1       +9 -0      ports/www/tcldom/pkg-descr (new)
> 
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 tcldom-3.1 in directory /var/tinderbox/7-STABLE-FTP
maintained by: frank@fenor.de
building for:  7.0-STABLE amd64
port directory: /usr/ports/www/tcldom
Makefile ident: $FreeBSD: ports/www/tcldom/Makefile,v 1.1 2008/06/29 02:17:18 beech Exp $
prefixes: LOCALBASE=usr/local X11BASE=usr/local
NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes
build started at Sun Jun 29 02:18:18 UTC 2008

......

====================<phase 6: make install>====================
add_pkg tcl-8.4.19,1.tbz
adding dependencies
pkg_add tcl-8.4.19,1.tbz
skipping tcl-8.4.19,1, already added
===>  Installing for tcldom-3.1
===>   tcldom-3.1 depends on shared library: tcl84 - found
===>   Generating temporary packing list
===>  Checking if www/tcldom already installed
mkdir -p /usr/local/lib/tcldom2.0
install  -o root -g wheel -m 444 tcldom84.so.1 /usr/local/lib/tcldom2.0
install  -o root -g wheel -m 444 pkgIndex.tcl /usr/local/lib/tcldom2.0
===>   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===>   Registering installation for tcldom-3.1
================================================================
====================<phase 7: make package>====================
===>  Building package for tcldom-3.1
Creating package /tmp/packages/All/tcldom-3.1.tbz
Registering depends: tcl-8.4.19,1.
Creating bzip'd tar ball in '/tmp/packages/All/tcldom-3.1.tbz'
Deleting tcldom-3.1
================================================================

=== Checking filesystem state
list of extra files and directories in / (not present before this port was installed but present after it was deinstalled)
15123555        4 drwxr-xr-x    2 root             wheel                 512 Jun 29 02:18 usr/local/lib/tcldom2.0
================================================================
build of /usr/ports/www/tcldom ended at Sun Jun 29 02:18:34 UTC 2008


http://t64.tecnik93.com/errors/7-STABLE-FTP/tcldom-3.1.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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080629124700.2de1df4a>