cvs commit: ports/devel Makefile ports/devel/php-java-bridge Makefile distinfo pkg-descr

QA Tindy (Ion-Mihai Tetcu) itetcu at FreeBSD.org
Sun Jun 22 06:24:40 UTC 2008


On Sun, 22 Jun 2008 02:43:08 +0000 (UTC)
Chin-San Huang <chinsan at FreeBSD.org> wrote:

> chinsan     2008-06-22 02:43:08 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     devel                Makefile 
>   Added files:
>     devel/php-java-bridge Makefile distinfo pkg-descr 
>   Log:
>   The php/Java bridge is an optimized, XML-based network protocol, which can
>   be used to connect a native script engine, PHP, with a Java or ECMA 335
>   virtual machine. It is more than 50 times faster than local RPC via SOAP,
>   requires less resources on the web-server side, and it is faster and more
>   reliable than direct communication via the Java Native Interface.
>   
>   J2EE back end clustering and Apache load balancing are supported as well as
>   running PHP scripts within JSP, JSF or other frameworks.
>   
>   The php/Java bridge allows you to quickly access java classes from within
>   your PHP scripts without having to know Java. It also allows you to access
>   PHP scripts from within your Java classes without having to know PHP.
>   
>   WWW: http://php-java-bridge.sourceforge.net/
>   
>   Revision  Changes    Path
>   1.3113    +1 -0      ports/devel/Makefile
>   1.1       +56 -0     ports/devel/php-java-bridge/Makefile (new)
>   1.1       +3 -0      ports/devel/php-java-bridge/distinfo (new)
>   1.1       +14 -0     ports/devel/php-java-bridge/pkg-descr (new)
> 
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 php-java-bridge-5.2.2 in directory /var/tinderbox/7-STABLE-FTP
maintained by: chinsan at FreeBSD.org
building for:  7.0-STABLE amd64
port directory: /usr/ports/devel/php-java-bridge
Makefile ident: $FreeBSD: ports/devel/php-java-bridge/Makefile,v 1.1 2008/06/22 02:43:08 chinsan Exp $
prefixes: LOCALBASE=usr/local X11BASE=usr/local
NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes
build started at Sun Jun 22 02:45:16 UTC 2008

......

====================<phase 6: make install>====================
add_pkg libxml2-2.6.32.tbz pkg-config-0.23_1.tbz libiconv-1.11_1.tbz php5-5.2.6.tbz php5-session-5.2.6.tbz
adding dependencies
pkg_add libxml2-2.6.32.tbz
skipping libxml2-2.6.32, already added
pkg_add pkg-config-0.23_1.tbz
skipping pkg-config-0.23_1, already added
pkg_add libiconv-1.11_1.tbz
skipping libiconv-1.11_1, already added
pkg_add php5-5.2.6.tbz
skipping php5-5.2.6, already added
pkg_add php5-session-5.2.6.tbz
===>  Installing for php-java-bridge-5.2.2
===>   php-java-bridge-5.2.2 depends on file: /usr/local/include/php/main/php.h - found
===>   php-java-bridge-5.2.2 depends on file: /usr/local/lib/php/20060613/session.so - found
===>   Generating temporary packing list
===>  Checking if devel/php-java-bridge already installed
install  -o root -g wheel -m 444 /work/a/ports/devel/php-java-bridge/work/php-java-bridge-5.2.2/modules/JavaBridge.jar  /usr/local/lib/php/20060613
install  -o root -g wheel -m 444 /work/a/ports/devel/php-java-bridge/work/php-java-bridge-5.2.2/modules/RunJavaBridge  /usr/local/lib/php/20060613
install  -o root -g wheel -m 444 /work/a/ports/devel/php-java-bridge/work/php-java-bridge-5.2.2/modules/libnatcJavaBridge.a  /usr/local/lib/php/20060613
install: /work/a/ports/devel/php-java-bridge/work/php-java-bridge-5.2.2/modules/libnatcJavaBridge.a: No such file or directory
*** Error code 71

Stop in /a/ports/devel/php-java-bridge.
================================================================
build of /usr/ports/devel/php-java-bridge ended at Sun Jun 22 02:55:27 UTC 2008


http://t64.tecnik93.com/errors/7-STABLE-FTP/php-java-bridge-5.2.2.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 at FreeBSD.org, PGP Key ID 057E9F8B493A297B


More information about the cvs-ports mailing list