Bug#400791: gjdoc: uninstallable on arm

Aurelien Jarno aurel32 at debian.org
Tue Nov 28 18:13:15 UTC 2006


Package: gjdoc
Version: 0.7.7-6
Severity: important
Tags: patch

Hi,

gjdoc is not installable on arm, the postinst is not executed
successfully. It is due to the hack added when java was totally broken,
which makes the package buildable, but uninstallable.

Please remove this hack (see patch below), so that gjdoc can work again
on arm. I have successfully built other packages like glib-java with
this patch applied.

Ideally it would be nice to have an upload ASAP, in order to get back
java in arm for Etch.

Thanks,
Aurelien

diff -u gjdoc-0.7.7/debian/rules gjdoc-0.7.7/debian/rules
--- gjdoc-0.7.7/debian/rules
+++ gjdoc-0.7.7/debian/rules
@@ -21,13 +21,8 @@
 	GCJ=$(GCJ) \
 	ANTLR_JAR=$(ANTLR_JAR)
 
-ifeq ($(DEB_BUILD_ARCH),arm)
-  DEB_CONFIGURE_SCRIPT_ENV += JAVA=true
-  GCJ_DBTOOL = /bin/sh $(CURDIR)/debian/fake-dbtool
-else
-  DEB_CONFIGURE_SCRIPT_ENV += JAVA=/usr/bin/gij-wrapper-4.1
-  GCJ_DBTOOL = /usr/bin/gcj-dbtool-4.1
-endif
+DEB_CONFIGURE_SCRIPT_ENV += JAVA=/usr/bin/gij-wrapper-4.1
+GCJ_DBTOOL = /usr/bin/gcj-dbtool-4.1
 
 DEB_CONFIGURE_USER_FLAGS = --disable-native --enable-xmldoclet


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: arm (armv5tejl)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-versatile
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to fr_FR.UTF-8)

Versions of packages gjdoc depends on:
ii  antlr                        2.7.6-6     language tool for constructing rec
ii  debhelper                    5.0.42      helper programs for debian/rules
ii  gij [java1-runtime]          4:4.1.1-13  The GNU Java bytecode interpreter
ii  gij-4.1 [java1-runtime]      4.1.1-20    The GNU Java bytecode interpreter
ii  java-gcj-compat              1.0.65-8    Java runtime environment using GIJ
ii  libc6                        2.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgcc1                      1:4.1.1-19  GCC support library
ii  libgcj-bc                    4.1.1-19    Link time only library for use wit
ii  libgcj7-0                    4.1.1-20    Java runtime library for use with 
ii  zlib1g                       1:1.2.3-13  compression library - runtime

gjdoc recommends no packages.

-- no debconf information




More information about the pkg-java-maintainers mailing list