Stepan,
Thank you for configuring automatic scenario for Eclipse Geronimo
Application (EGA) for x86-64. Let me note, that there is a special
section in tests/ega/README.txt [1] related to the failure from the
last log file [2].
------- README.txt -------
The problems may exist with X11 GUITest installation on Linux/em64t.
It is recommended to use X11 GUITest-0.20 version.
The following steps are standard installation:
1) perl Makefile.PL
2) make
3) make test
4) make install
But for Linux/em64t you may need to correct path to X11 libs
in Makefile.PL before the step 1):
'LIBS' => ['-L/usr/X11R6/lib -L/usr/X/lib -lX11 -lXtst -lXext'], ->
'LIBS' => ['-L/usr/X11R6/lib64 -L/usr/X/lib -lX11 -lXtst -lXext'],
Also, please, do the following change in Makefile generated after
the step 1), if needed:
LIBC = /lib64/libc.so.6 ->
LIBC = /lib64//lib64/libc.so.6
------- -------
BTW, according to the log file [3] the problems with EGA on Linux x86
scenario are related to incomplete/incompatible C++ library version
and might be fixed with proper configuration as well..
With best regards, Alexei
[1]
http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/ega/README.txt?revision=543394
[2] http://people.apache.org/~smishura/r593024/Linux_x86_64/ega/
[3] http://people.apache.org/~smishura/r593024/Linux_x86/ega/
On 11/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Author: smishura
> Date: Fri Nov 2 01:57:17 2007
> New Revision: 591270
>
> URL: http://svn.apache.org/viewvc?rev=591270&view=rev
> Log:
> EGA scenario: fix staled links to resources
>
> Modified:
> harmony/enhanced/buildtest/branches/2.0/adaptors/ega/parameters.xml
> harmony/enhanced/buildtest/branches/2.0/tests/ega/ega.properties
>
> Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/ega/parameters.xml
> URL:
> http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/ega/parameters.xml?rev=591270&r1=591269&r2=591270&view=diff
> ==============================================================================
> --- harmony/enhanced/buildtest/branches/2.0/adaptors/ega/parameters.xml
> (original)
> +++ harmony/enhanced/buildtest/branches/2.0/adaptors/ega/parameters.xml Fri
> Nov 2 01:57:17 2007
> @@ -45,13 +45,13 @@
> value="1"/>
> <eclipse.download.address
> description="Url where Eclipse 3.2.1 archives can be found"
> -
> value="http://mirrors.nsa.co.il/eclipse/eclipse/downloads/drops/R-3.2.1-200609210945"/>
> +
> value="http://archive.eclipse.org/eclipse/downloads/drops/R-3.2.1-200609210945"/>
> <maven.version
> description="Version of maven used for Geronimo building"
> value="2.0.4"/>
> <maven.download.address
> description="Url where Maven archives can be found"
> - value="http://apache.mirror.nedlinux.nl/maven/binaries"/>
> + value="http://archive.apache.org/dist/maven/binaries"/>
> <geronimo.download.address
> description="Url where Geronimo 1.2-beta source archives can be
> found"
> value="http://apache.ziply.com/geronimo/1.2-beta"/>
>
> Modified: harmony/enhanced/buildtest/branches/2.0/tests/ega/ega.properties
> URL:
> http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/ega/ega.properties?rev=591270&r1=591269&r2=591270&view=diff
> ==============================================================================
> --- harmony/enhanced/buildtest/branches/2.0/tests/ega/ega.properties
> (original)
> +++ harmony/enhanced/buildtest/branches/2.0/tests/ega/ega.properties Fri Nov
> 2 01:57:17 2007
> @@ -22,10 +22,10 @@
> #----------------------------------------------------------------------
>
> # Eclipse 3.2.1 download address
> -eclipse.download.address=http://mirrors.nsa.co.il/eclipse/eclipse/downloads/drops/R-3.2.1-200609210945
> +eclipse.download.address=http://archive.eclipse.org/eclipse/downloads/drops/R-3.2.1-200609210945
>
> # Maven archive download address
> -maven.download.address=http://apache.mirror.nedlinux.nl/maven/binaries
> +maven.download.address=http://archive.apache.org/dist/maven/binaries
>
> # Maven version
> maven.version=2.0.4
>
>
>
--
With best regards,
Alexei,
ESSD, Intel