Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2008 09:29:01 +0300
From:      Ion-Mihai Tetcu <itetcu@FreeBSD.org>
To:        Hiroki Sato <hrs@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/cad/pcb Makefile
Message-ID:  <20080610092901.7a6cf027@it.buh.tecnik93.com>
In-Reply-To: <200806100236.m5A2aQ4A085212@repoman.freebsd.org>
References:  <200806100236.m5A2aQ4A085212@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 10 Jun 2008 02:36:26 +0000 (UTC)
Hiroki Sato <hrs@FreeBSD.org> wrote:

> hrs         2008-06-10 02:36:26 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     cad/pcb              Makefile 
>   Log:
>   Add a missing dependency.
>   
>   Spotted by:     QA Tindy
>   CVS ----------------------------------------------------------------------
>   
>   Revision  Changes    Path
>   1.60      +2 -1      ports/cad/pcb/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 explanations about
the testing process.

building pcb-20080202_1 in directory /var/tinderbox/7-STABLE-FTP
maintained by: hrs@FreeBSD.org
building for:  7.0-STABLE amd64
port directory: /usr/ports/cad/pcb
Makefile ident: $FreeBSD: ports/cad/pcb/Makefile,v 1.60 2008/06/10 02:36:26 hrs Exp $
prefixes: LOCALBASE=usr/local X11BASE=usr/local
NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes
build started at Tue Jun 10 02:38:27 UTC 2008

.....

====================<phase 7: make package>====================
===>  Building package for pcb-20080202_1
Creating package /tmp/packages/All/pcb-20080202_1.tbz
Registering depends: gtk-2.12.10_2 atk-1.22.0_1 desktop-file-utils-0.15_1 pango-1.20.3_1 shared-mime-info-0.30_1 gio-fam-backend-2.16.3_1 gamin-0.1.9_2 glib-2.16.3_1 gettext-0.17_1 libxml2-2.6.32 libiconv-1.11_1 m4-1.4.11,1 pcre-7.7 tk-8.4.19,2 cairo-1.4.14,1 libXft-2.1.12 libXrandr-1.2.2_1 libXcursor-1.1.9_1 libXrender-0.9.4_1 libXinerama-1.0.2,1 libXi-1.1.3,1 libXext-1.0.3,1 libXdamage-1.1.1 libXfixes-4.0.3_1 libX11-1.1.3_1,1 libXdmcp-1.0.2_1 libXau-1.0.3_2 xorg-fonts-truetype-7.3 font-misc-ethiopic-1.0.0 font-misc-meltho-1.0.0_1 font-bh-ttf-1.0.0 mkfontdir-1.0.3_1 mkfontscale-1.0.3 libfontenc-1.0.4 xproto-7.0.10_1 gd-2.0.35,1 bitstream-vera-1.10_4 fontconfig-2.5.0,1 freetype2-2.3.5 pixman-0.9.6 pkg-config-0.23_1 tiff-3.8.2_1 jpeg-6b_4 png-1.2.28 perl-5.8.8_1 python25-2.5.2_2 tcl-8.4.19,1 hicolor-icon-theme-0.10_2 expat-2.0.1 encodings-1.0.2,1 font-util-1.0.1 damageproto-1.1.0_2 fixesproto-4.0 inputproto-1.4.2.1 kbproto-1.0.3 randrproto-1.2.1 renderproto-0.9.3 xextproto-7.0
 .2 xineramaproto-1.1.2.
Creating bzip'd tar ball in '/tmp/packages/All/pcb-20080202_1.tbz'
Deleting pcb-20080202_1
================================================================

=== Checking filesystem state
list of files present before this port was installed but missing after it was deinstalled)
./usr/local/share/locale/fr_FR/LC_MESSAGES missing
================================================================
build of /usr/ports/cad/pcb ended at Tue Jun 10 02:40:50 UTC 2008


http://t64.tecnik93.com/errors/7-STABLE-FTP/pcb-20080202_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).

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:
FORCE_PACKAGE=yes, NOPORTDOCS=yes,  NOPORTEXAMPLES=yes, NOPORTDATA=yes.

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.
are WRONG.
Please use:
%%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?20080610092901.7a6cf027>