Package: jspwiki
Version: 2.2.33-2
Severity: serious
Tags: patch

Hello,

when building 'jspwiki' in a clean 'unstable' chroot,
I get the following error:

BUILD FAILED
/jspwiki-2.2.33/build.xml:192: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK

Total time: 1 second
make: *** [build] Error 1

The attached patch changes the Build-Depends to use 'java-gcj-compat-dev'.

Regards
Andreas Jochens

diff -urN ../tmp-orig/jspwiki-2.2.33/debian/control ./debian/control
--- ../tmp-orig/jspwiki-2.2.33/debian/control   2006-08-28 07:22:27.000000000 
+0000
+++ ./debian/control    2006-08-28 07:22:22.000000000 +0000
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Kalle Kivimaa <[EMAIL PROTECTED]>
-Build-Depends-Indep: jikes | java2-compiler, ant, libservlet2.3-java, 
debhelper (>> 4.1.16), wget, unzip, dpatch
+Build-Depends-Indep: java-gcj-compat-dev, ant, libservlet2.3-java, debhelper 
(>> 4.1.16), wget, unzip, dpatch
 Standards-Version: 3.6.1.0
 
 Package: jspwiki


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to