Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2008 17:29:12 +0300
From:      "QA Tindy (Ion-Mihai Tetcu)" <itetcu@FreeBSD.org>
To:        "David E. O'Brien" <obrien@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/editors/vim Makefile distinfo
Message-ID:  <20080616172912.53484983@it.buh.tecnik93.com>
In-Reply-To: <200806161407.m5GE7QqV033957@repoman.freebsd.org>
References:  <200806161407.m5GE7QqV033957@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 16 Jun 2008 14:07:26 +0000 (UTC)
"David E. O'Brien" <obrien@FreeBSD.org> wrote:

> obrien      2008-06-16 14:07:26 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     editors/vim          Makefile distinfo 
>   Log:
>   Update to Vim 7.1 patchlevel 315.
>   
>   Revision  Changes    Path
>   1.327     +5 -2      ports/editors/vim/Makefile
>   1.190     +66 -3     ports/editors/vim/distinfo
> 
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 vim-7.1.315 in directory /var/tinderbox/7-STABLE-FTP
maintained by: obrien@FreeBSD.org
building for:  7.0-STABLE amd64
port directory: /usr/ports/editors/vim
Makefile ident: $FreeBSD: ports/editors/vim/Makefile,v 1.327 2008/06/16 14:07:25 obrien Exp $
prefixes: LOCALBASE=usr/local X11BASE=usr/local
NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes
build started at Mon Jun 16 14:10:25 UTC 2008

.....

===>  Building package for vim-7.1.315
Creating package /tmp/packages/All/vim-7.1.315.tbz
Registering depends: gtk-1.2.10_20 gettext-0.17_1 libiconv-1.11_1 cscope-15.6_1 ctags-5.7 glib-1.2.10_12 libXt-1.0.5_1 libXi-1.1.3,1 libXext-1.0.3,1 libX11-1.1.3_1,1 libXdmcp-1.0.2_1 libXau-1.0.3_2 libSM-1.0.3_1,1 libICE-1.0.4_1,1 xproto-7.0.10_1 pkg-config-0.23_1 perl-5.8.8_1 python25-2.5.2_2 tcl-8.4.19,1 inputproto-1.4.2.1 kbproto-1.0.3 xextproto-7.0.2.
Registering conflicts: vim6* vim*-lite.
Creating bzip'd tar ball in '/tmp/packages/All/vim-7.1.315.tbz'
Deleting vim-7.1.315
================================================================

=== Checking filesystem state
list of extra files and directories in / (not present before this port was installed but present after it was deinstalled)
15591895        4 -rwxr-xr-x    1 root             wheel                 143 Jun 16 14:14 usr/local/bin/gvimtutor
================================================================
build of /usr/ports/editors/vim ended at Mon Jun 16 14:14:46 UTC 2008


http://t64.tecnik93.com/errors/7-STABLE-FTP/vim-7.1.315.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?20080616172912.53484983>