Bug#348371: libgnu-regexp-java: FTBFS due to upstream changes in the kaffe package

Wolfgang Baer wbaer at gmx.de
Mon Jan 16 16:52:16 UTC 2006


Package: libgnu-regexp-java
Version: 1.1.4-3
Severity: serious
Tags: patch
Justification: no longer builds from source

Hi,

kaffe upstream changed quite a lot for the newest release. Therefore
the used classpath is no longer valid. The attached patch against
the makefile fixes the ftbfs.

Regards,
Wolfgang


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages libgnu-regexp-java depends on:
ii  blackdown-j2sdk1.3 [java2 1.3.1+02b      Java(TM) 2 SDK, Standard Edition, 
ii  gij [java1-runtime]       4:4.0.2-2      The GNU Java bytecode interpreter
ii  gij-4.0 [java1-runtime]   4.0.2-6        The GNU Java bytecode interpreter
ii  jamvm [java1-runtime]     1.4.1-1        virtual machine which conforms to 
ii  kaffe-jthreads [java1-run 2:1.1.6.91-1   A green threads enabled version of
ii  kaffe-pthreads [java1-run 2:1.1.6.91-1   A POSIX threads enabled version of
ii  libgetopt-java            1.0.11-1       GNU getopt - Java port
ii  sablevm [java1-runtime]   1.11.3-2       Free implementation of Java Virtua
ii  sun-j2sdk1.4 [java2-runti 1.4.2+07       Java(TM) 2 SDK, Standard Edition, 
ii  sun-j2sdk1.5 [java2-runti 1.5.0+update02 Java(TM) 2 SDK, Standard Edition, 

libgnu-regexp-java recommends no packages.

-- no debconf information
-------------- next part --------------
--- debian/rules.orig	2006-01-16 17:22:55.000000000 +0100
+++ debian/rules	2006-01-16 17:23:21.000000000 +0100
@@ -7,7 +7,7 @@
 
 debian/stamp/binary/arch : debian/stamp/binary/libgnu-regexp-java
 
-export CLASSPATH=.:/usr/share/kaffe/Klasses.jar:/usr/share/java/gnu-getopt.jar
+export CLASSPATH=.:/usr/share/kaffe-common/lib/glibj.zip:/usr/share/java/gnu-getopt.jar
 
 debian/stamp/build :
 	$(MAKE) -C src JAVAC=jikes gnu.regexp utils


More information about the pkg-java-maintainers mailing list