chw2054 / quake2-gwt-port

GNU General Public License v2.0
0 stars 0 forks source link

CentOS x64 Complie failiure #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. ./build-dedicated-server

What is the expected output? What do you see instead?

Caused by: org.codehaus.mojo.gwt.shell.ForkedProcessExecutionException:
Command [[
/bin/sh -c /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/bin/java
-Xmx512m -classpath
"/root/quake2-gwt-port/maven-build/client/../../src":"/root/quake2-gwt-port/mave
n-build/client/src/main/resources":"/root/quake2-gwt-port/maven-build/client/tar
get/classes":"/root/.m2/repository/com/google/gwt/gwt-servlet/2.0.0/gwt-servlet-
2.0.0.jar":"/root/.m2/repository/com/google/gwt/gwt-user/2.0.0/gwt-user-2.0.0.ja
r":"/root/.m2/repository/com/google/gwt/gwt-dev/2.0.0/gwt-dev-2.0.0.jar"
com.google.gwt.dev.Compiler -gen
"/root/quake2-gwt-port/maven-build/client/target/.generated" -logLevel INFO
-style OBF -war
"/root/quake2-gwt-port/maven-build/client/target/gquake-client-1.0-SNAPSHOT" 
-localWorkers
2 jake2.GwtQuake
]] failed with status 134

What version of the product are you using? On what operating system?

CentOS x64

Please provide any additional information below.

java-1.6.0-openjdk-1.6.0.0-1.7.b09.el5
libvorbis-1.1.2-3.el5_4.4
vorbis-tools-1.1.1-3.el5
lame-3.98.2-1.el5.rf

Original issue reported on code.google.com by saiweb.c...@gmail.com on 9 Apr 2010 at 10:22

GoogleCodeExporter commented 8 years ago
Hi,
I have the same error (please see the attached file for trace details):
[INFO] Trace                                                                    

org.apache.maven.lifecycle.LifecycleExecutionException: Command [[              

/bin/sh -c /usr/local/jdk1.6.0_04/jre/bin/java -Xmx512m -classpath
"/home/marc/tmp/quake2-gwt-port/maven-build/client/../../src":"/home/marc/tmp/qu
ake2-gwt-port/maven-build/client/src/main/resources":"/home/marc/tmp/quake2-gwt-
port/maven-build/client/target/classes":"/home/marc/.m2/repository/com/google/gw
t/gwt-servlet/2.0.0/gwt-servlet-2.0.0.jar":"/home/marc/.m2/repository/com/google
/gwt/gwt-user/2.0.0/gwt-user-2.0.0.jar":"/home/marc/.m2/repository/com/google/gw
t/gwt-dev/2.0.0/gwt-dev-2.0.0.jar"
com.google.gwt.dev.Compiler -gen
"/home/marc/tmp/quake2-gwt-port/maven-build/client/target/.generated" -logLevel 
INFO
-style OBF -war
"/home/marc/tmp/quake2-gwt-port/maven-build/client/target/gquake-client-1.0-SNAP
SHOT"
-localWorkers 4 jake2.GwtQuake        
]] failed with status 134
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycl
eExecutor.java:719)

What steps will reproduce the problem?
mvn -e clean install > trace.txt

What version of the product are you using? On what operating system?
I'm using 1.0-SNAPSHOT version of GwtQuake.
- system: Linux Debian Squeeze,
mvn -version
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_04
Java home: /usr/local/jdk1.6.0_04/jre
Default locale: fr_FR, platform encoding: UTF-8
OS name: "linux" version: "2.6.32-trunk-amd64" arch: "amd64" Family: "unix"

Original comment by anika.kn...@gmail.com on 9 Apr 2010 at 5:14

Attachments:

GoogleCodeExporter commented 8 years ago
I was having the same failure status using the openjdk. I then tried with the 
latest
jdk 1.6.0_u19 and it ran fine. I will post up my hs_err on Monday which shows 
the
openjdk error.

Original comment by shawn.tu...@gmail.com on 9 Apr 2010 at 8:53

GoogleCodeExporter commented 8 years ago
We do not support CentOS, but we are happy to include patches to make it work 
there.

Original comment by stefan.haustein on 7 Jul 2010 at 2:01