Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2008 04:48:11 +0300
From:      "QA Tindy (Ion-Mihai Tetcu)" <itetcu@FreeBSD.org>
To:        Dmitry Marakasov <amdmi3@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/audio/wavplay Makefile ports/audio/ximp3  Makefile ports/cad/qucs Makefile ports/devel/gnucflow Makefile  ports/devel/libclaw Makefile ports/devel/luabind Makefile  ports/devel/p5-WeakRef Makefile ports/devel/py-ode Makefile ...
Message-ID:  <20080620044811.56d4fb65@it.buh.tecnik93.com>
In-Reply-To: <200806191728.m5JHSO6w037576@repoman.freebsd.org>
References:  <200806191728.m5JHSO6w037576@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 opencity-0.0.5.1_1 in directory /var/tinderbox/7-STABLE-FTP
maintained by: amdmi3@FreeBSD.org
building for:  7.0-STABLE amd64
port directory: /usr/ports/games/opencity
Makefile ident: $FreeBSD: ports/games/opencity/Makefile,v 1.3 2008/06/19 17:28:11 amdmi3 Exp $
prefixes: LOCALBASE=usr/local X11BASE=usr/local
NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes
build started at Thu Jun 19 20:09:37 UTC 2008

.........


test -z "/usr/local/share/applications" || /work/a/ports/games/opencity/work/opencity-0.0.5stable/install-sh -d "/usr/local/share/applications"
 install  -o root -g wheel -m 444 'opencity.desktop' '/usr/local/share/applications/opencity.desktop'
test -z "/usr/local/share/pixmaps" || /work/a/ports/games/opencity/work/opencity-0.0.5stable/install-sh -d "/usr/local/share/pixmaps"
 install  -o root -g wheel -m 444 'opencity.png' '/usr/local/share/pixmaps/opencity.png'
gmake[2]: Leaving directory `/work/a/ports/games/opencity/work/opencity-0.0.5stable'
gmake[1]: Leaving directory `/work/a/ports/games/opencity/work/opencity-0.0.5stable'
===>   Compressing manual pages for opencity-0.0.5.1_1
gzip: can't stat: /usr/local/man/man6/opencity.6: No such file or directory
===>   Registering installation for opencity-0.0.5.1_1
================================================================
====================<phase 7: make package>====================
===>  Building package for opencity-0.0.5.1_1
tar: man/man6/opencity.6.gz: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
Creating package /tmp/packages/All/opencity-0.0.5.1_1.tbz
Registering depends: sdl_mixer-1.2.8_1 libmikmod-3.1.11_2 libvorbis-1.2.0_2,3 libogg-1.1.3,4 smpeg-0.4.4_8 sdl_image-1.2.6_1 sdl_net-1.2.7 sdl-1.2.13_1,2 libiconv-1.11_1 aalib-1.4.r5_4 libGLU-7.0.3 libGL-7.0.3 libXdamage-1.1.1 libXfixes-4.0.3_1 libXxf86vm-1.0.1 libXi-1.1.3,1 libXmu-1.0.3,1 libXrandr-1.2.2_1 libXext-1.0.3,1 libXt-1.0.5_1 libXrender-0.9.4_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 tiff-3.8.2_1 jpeg-6b_4 libdrm-2.3.0 png-1.2.28 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 xf86vidmodeproto-2.2.2.
Creating bzip'd tar ball in '/tmp/packages/All/opencity-0.0.5.1_1.tbz'
*** Error code 1

Stop in /a/ports/games/opencity.
================================================================
build of /usr/ports/games/opencity ended at Thu Jun 19 20:11:00 UTC 2008


http://t64.tecnik93.com/errors/7-STABLE-FTP/opencity-0.0.5.1_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?20080620044811.56d4fb65>