Bug#279374: javax-servletapi2.3: FTBFS: doctranslet.DocTransletException

Steve Langasek Steve Langasek <vorlon@debian.org>, 279374@bugs.debian.org
Sun Nov 28 05:19:39 2004


--Aaj1jBvBEV7KRjLi
Content-Type: multipart/mixed; boundary="RNGrj7vazCqBHNw7"
Content-Disposition: inline


--RNGrj7vazCqBHNw7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

tags 279374 patch
thanks

Switching this package to build with sablevm instead of kaffe fixes the
final build failure, while trying to create the jar.

It does not affect the DocTransletException error that appears during the
gjdoc target.  However, this error is apparently not fatal, and apparently
doesn't affect the contents of the package -- the package already in the
archive also has an empty /usr/share/doc/libservlet2.3-java/api directory,
and the resulting package built with current gjdoc and sablevm is no
different.

A patch for this issue is attached; if there are no objections, I'll
probably upload an NMU to fix the FTBFS issue.

Thanks,
--=20
Steve Langasek
postmodern programmer

--RNGrj7vazCqBHNw7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="javax-servletapi2.3-279374.diff"
Content-Transfer-Encoding: quoted-printable

diff -u javax-servletapi2.3-4.0/debian/changelog javax-servletapi2.3-4.0/de=
bian/changelog
--- javax-servletapi2.3-4.0/debian/changelog
+++ javax-servletapi2.3-4.0/debian/changelog
@@ -1,3 +1,11 @@
+javax-servletapi2.3 (4.0-5.1) unstable; urgency=3Dlow
+
+  * Non-maintainer upload.
+  * Build-dep on sablevm instead of kaffe, since the latter gives us odd
+    failures trying to build the jar (closes: #279374).
+
+ -- Steve Langasek <vorlon@debian.org>  Sun, 28 Nov 2004 03:33:50 -0800
+
 javax-servletapi2.3 (4.0-5) unstable; urgency=3Dlow
=20
   * added target=3D1.3 to the javac task. It should be enough to closes:
diff -u javax-servletapi2.3-4.0/debian/control javax-servletapi2.3-4.0/debi=
an/control
--- javax-servletapi2.3-4.0/debian/control
+++ javax-servletapi2.3-4.0/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.deb=
ian.org>
 Uploaders: Stefan Gybas <sgybas@debian.org>, Takashi Okamoto <tora@debian.=
org>, Ola Lundqvist <opal@debian.org>, Arnaud Vandyck <avdyk@debian.org>
-Build-Depends-Indep: debhelper (>=3D 4.1.0), libant1.6-java, libgnujaxp-ja=
va, jikes, kaffe, gjdoc
+Build-Depends-Indep: debhelper (>=3D 4.1.0), libant1.6-java, libgnujaxp-ja=
va, jikes, sablevm, gjdoc
 Standards-Version: 3.5.7
=20
 Package: libservlet2.3-java
diff -u javax-servletapi2.3-4.0/debian/rules javax-servletapi2.3-4.0/debian=
/rules
--- javax-servletapi2.3-4.0/debian/rules
+++ javax-servletapi2.3-4.0/debian/rules
@@ -4,9 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=3D1
=20
-# Java home directory and the JVM executable
-JAVA_HOME :=3D /usr/lib/kaffe
-JAVACMD   :=3D ${JAVA_HOME}/bin/java
+# The JVM executable
+JAVACMD  :=3D /usr/bin/java-sablevm
=20
 # Class path: Ant requires and JAXP-compatible XML parser
 # You need to set CLASSPATH here (even if your build.xml assembles its own

--RNGrj7vazCqBHNw7--

--Aaj1jBvBEV7KRjLi
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBqb4pKN6ufymYLloRAsy9AJ9y1iPyd6IE8DgNTL0WqmdyUWW19gCfbkgW
zk1ZBprTNEpqr2yCRkk/doo=
=Ui7k
-----END PGP SIGNATURE-----

--Aaj1jBvBEV7KRjLi--