Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jun 2008 02:26:54 +0300
From:      "QA Tindy" <itetcu@FreeBSD.org>
To:        Alejandro Pulver <alepulver@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/lang/chicken Makefile distinfo pkg-plist
Message-ID:  <20080628022654.7821bff4@it.buh.tecnik93.com>
In-Reply-To: <200806272320.m5RNKQUT012610@repoman.freebsd.org>
References:  <200806272320.m5RNKQUT012610@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 27 Jun 2008 23:20:26 +0000 (UTC)
Alejandro Pulver <alepulver@FreeBSD.org> wrote:

> alepulver    2008-06-27 23:20:26 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     lang/chicken         Makefile distinfo pkg-plist 
>   Log:
>   - Update to version 3.2.0.
>   
>   PR:             ports/124086
>   Submitted by:   Timothy Beyer <beyert@cs.ucr.edu>
>   
>   Revision  Changes    Path
>   1.35      +16 -9     ports/lang/chicken/Makefile
>   1.18      +3 -3      ports/lang/chicken/distinfo
>   1.18      +55 -13    ports/lang/chicken/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 chicken-3.2.0 in directory /var/tinderbox/7-STABLE-FTP
maintained by: alepulver@FreeBSD.org
building for:  7.0-STABLE amd64
port directory: /usr/ports/lang/chicken
Makefile ident: $FreeBSD: ports/lang/chicken/Makefile,v 1.35 2008/06/27 23:20:26 alepulver Exp $
prefixes: LOCALBASE=usr/local X11BASE=usr/local
NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes
build started at Fri Jun 27 23:21:43 UTC 2008

......

====================<phase 4: make build>====================
add_pkg gettext-0.17_1.tbz libiconv-1.11_1.tbz gmake-3.81_3.tbz
adding dependencies
pkg_add gettext-0.17_1.tbz
pkg_add libiconv-1.11_1.tbz
skipping libiconv-1.11_1, already added
pkg_add gmake-3.81_3.tbz
===>   chicken-3.2.0 depends on executable: gmake - found
===>  Configuring for chicken-3.2.0
===>  Building for chicken-3.2.0
gmake: Nothing to be done for `Makefile'.
gmake -f Makefile.bsd all
gmake[1]: Entering directory `/work/a/ports/lang/chicken/work/chicken-3.2.0'
gmake[1]: *** No rule to make target `apply-hack.amd64.s', needed by `apply-hack.amd64.o'.  Stop.
gmake[1]: Leaving directory `/work/a/ports/lang/chicken/work/chicken-3.2.0'
gmake: *** [all] Error 2
*** Error code 2

Stop in /a/ports/lang/chicken.
================================================================
build of /usr/ports/lang/chicken ended at Fri Jun 27 23:22:45 UTC 2008




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?20080628022654.7821bff4>