Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2008 04:49:24 +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:  <20080620044924.014f7f92@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 spring-0.76b1_3 in directory /var/tinderbox/7-STABLE-FTP
maintained by: amdmi3@FreeBSD.org
building for:  7.0-STABLE amd64
port directory: /usr/ports/games/spring
Makefile ident: $FreeBSD: ports/games/spring/Makefile,v 1.6 2008/06/19 17:28:14 amdmi3 Exp $
prefixes: LOCALBASE=usr/local X11BASE=usr/local
NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes

.....

Could not find one of these headers: ['boost/cstdint.hpp']
Checking for C++ header file boost/regex.hpp... no
Could not find one of these headers: ['boost/regex.hpp']
Checking for C++ header file boost/serialization/split_member.hpp... no
Could not find one of these headers: ['boost/serialization/split_member.hpp']
Checking for C++ header file boost/thread.hpp... no
Could not find one of these headers: ['boost/thread.hpp']
Checking for C++ header file GL/gl.h... no
Could not find one of these headers: ['GL/gl.h']
Checking for C++ header file GL/glu.h... no
Could not find one of these headers: ['GL/glu.h']
Checking for C++ header file GL/glew.h... no
Could not find one of these headers: ['GL/glew.h']
Checking for C++ header file zlib.h... no
Could not find one of these headers: ['zlib.h']
Checking for C++ header file ft2build.h... no
Could not find one of these headers: ['ft2build.h']
Checking for C++ header file IL/il.h... no
Could not find one of these headers: ['IL/il.h']
Checking for C++ header file IL/ilu.h... no
Could not find one of these headers: ['IL/ilu.h']
Checking for C++ header file AL/al.h... no
Could not find one of these headers: ['AL/al.h']
Checking for C++ header file vorbis/vorbisfile.h... no
Could not find one of these headers: ['vorbis/vorbisfile.h']
Checking for C library vorbis... no
Could not find one of these libraries: ['vorbis']
Checking for C++ header file ogg/ogg.h... no
Could not find one of these headers: ['ogg/ogg.h']
Checking for C++ header file SDL/SDL.h... no
Checking for C++ header file SDL11/SDL.h... no
Could not find one of these headers: ['SDL/SDL.h', 'SDL11/SDL.h']
Checking for C++ header file Python.h... no
Could not find one of these headers: ['Python.h']
Checking for C++ header file jni.h... no
Could not find one of these headers: ['jni.h']
Not all tests finished succesfully.  You are probably missing one of the
build dependencies.  See config.log for details.
*** Error code 1

Stop in /a/ports/games/spring.
================================================================
build of /usr/ports/games/spring ended at Thu Jun 19 20:48:33 UTC 2008


http://t64.tecnik93.com/errors/7-STABLE-FTP/spring-0.76b1_3.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?20080620044924.014f7f92>