Date: Tue, 10 Jun 2008 17:02:56 +0300 From: "QA Tindy (Ion-Mihai Tetcu)" <itetcu@FreeBSD.org> To: Makoto Matsushita <matusita@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/print/dvipdfmx Makefile distinfo pkg-plist ports/print/dvipdfmx/files cid-x.map.in patch-data-Makefile.in patch-data-config-dvipdfmx.cfg Message-ID: <20080610170256.28930fc3@it.buh.tecnik93.com> In-Reply-To: <200806101326.m5ADQ5S0080524@repoman.freebsd.org> References: <200806101326.m5ADQ5S0080524@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 10 Jun 2008 13:26:05 +0000 (UTC) Makoto Matsushita <matusita@FreeBSD.org> wrote: > matusita 2008-06-10 13:26:05 UTC > > FreeBSD ports repository > > Modified files: > print/dvipdfmx Makefile distinfo pkg-plist > Removed files: > print/dvipdfmx/files cid-x.map.in patch-data-Makefile.in > patch-data-config-dvipdfmx.cfg > Log: > Update to 20080607. > > Sorry for being lazy, Sato-san _o_ > > PR: 124155 > Submitted by: hrs > > Revision Changes Path > 1.28 +9 -13 ports/print/dvipdfmx/Makefile > 1.22 +3 -3 ports/print/dvipdfmx/distinfo > 1.2 +0 -140 ports/print/dvipdfmx/files/cid-x.map.in (dead) > 1.5 +0 -19 ports/print/dvipdfmx/files/patch-data-Makefile.in (dead) > 1.2 +0 -11 ports/print/dvipdfmx/files/patch-data-config-dvipdfmx.cfg (dead) > 1.14 +9 -8 ports/print/dvipdfmx/pkg-plist > 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 dvipdfmx-20080607 in directory /var/tinderbox/7-STABLE-FTP maintained by: matusita@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/print/dvipdfmx Makefile ident: $FreeBSD: ports/print/dvipdfmx/Makefile,v 1.28 2008/06/10 13:26:05 matusita Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Tue Jun 10 13:27:29 UTC 2008 ..... ====================<phase 7: make package>==================== ===> Building package for dvipdfmx-20080607 Creating package /tmp/packages/All/dvipdfmx-20080607.tbz Registering depends: teTeX-base-3.0_13 ghostscript-gpl-8.62_2 libiconv-1.11_1 t1lib-5.1.2,1 libXaw-1.0.4_1,1 libXpm-3.5.7 libXmu-1.0.3,1 libXt-1.0.5_1 libSM-1.0.3_1,1 libICE-1.0.4_1,1 libXp-1.0.0,1 libXext-1.0.3,1 libX11-1.1.3_1,1 libXau-1.0.3_2 libXdmcp-1.0.2_1 xproto-7.0.10_1 gd-2.0.35,1 fontconfig-2.5.0,1 freetype2-2.3.5 pkg-config-0.23_1 jpeg-6b_4 png-1.2.28 texi2html-1.76_1,1 perl-5.8.8_1 adobe-cmaps-20051217_1 teTeX-texmf-3.0_5 amspsfnt-1.0_5 cmpsfont-1.0_6 gsfonts-8.11_4 libpaper-1.1.21_3 tex-texmflocal-1.9 expat-2.0.1 libwww-5.4.0_4 kbproto-1.0.3 printproto-1.0.3 xextproto-7.0.2. Creating bzip'd tar ball in '/tmp/packages/All/dvipdfmx-20080607.tbz' Deleting dvipdfmx-20080607 ================================================================ === Checking filesystem state list of files present before this port was installed but missing after it was deinstalled) ./usr/local/bin/ebb missing ================================================================ build of /usr/ports/print/dvipdfmx ended at Tue Jun 10 13:31:04 UTC 2008 http://t64.tecnik93.com/errors/7-STABLE-FTP/dvipdfmx-20080607.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?20080610170256.28930fc3>