Bug#379530: libjaxp1.3-java: FTBFS: Missing Build-Depends on 'gcj'
Andreas Jochens
aj at andaco.de
Mon Jul 24 07:23:12 UTC 2006
Package: libjaxp1.3-java
Version: 1.3.03-3
Severity: serious
Tags: patch
When building 'libjaxp1.3-java' in a clean 'unstable' chroot,
I get the following error:
# An alternative would be to build the classes using GCJ
gcj -C -O2 -d build `find javax org -name \*.java`
/bin/sh: gcj: command not found
make: *** [debian/build-stamp] Error 127
Please add the missing Build-Depends on 'gcj' to debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/libjaxp1.3-java-1.3.03/debian/control ./debian/control
--- ../tmp-orig/libjaxp1.3-java-1.3.03/debian/control 2006-07-24 07:17:50.000000000 +0000
+++ ./debian/control 2006-07-24 07:17:48.000000000 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk at debian.org>
-Build-Depends: cdbs, debhelper (>= 4.1.0)
+Build-Depends: cdbs, debhelper (>= 4.1.0), gcj
Build-Depends-Indep: java-gcj-compat-dev
Standards-Version: 3.7.2
More information about the pkg-java-maintainers
mailing list