Bug#719842: db5.3 workaround for bug in javahelper (was Re: [pkg-db-devel] Bug#719842: db5.3: FTBFS: jh_linkjars: Invalid option: N)

Thorsten Glaser tg at mirbsd.de
Mon Apr 21 17:32:22 UTC 2014


severity 719842 important
thanks

Dixi quod…

>On Mon, 19 Aug 2013, Ondřej Surý wrote:
>
>> But feel free to send a patch.
>
>It is indeed a bug in javahelper that occurs when an architecture
>has !GCJ_NATIVE_ARCHS but also !JAVA_BROKEN_ARCHS.

This is actually the proper patch:

--- db5.3-5.3.28/debian/rules	2013-10-28 09:20:08.000000000 +0100
+++ -	2014-04-21 19:30:13.006626067 +0200
@@ -30,6 +30,9 @@ ifeq (,$(filter $(DEB_HOST_ARCH), $(JAVA
   ENABLE_JAVA=yes
 ifneq (,$(filter $(DEB_HOST_ARCH), $(GCJ_NATIVE_ARCHS)))
   ENABLE_GCJ=yes
+else
+  # work around bug #719842 in javahelper
+  ENABLE_JAVA=no
 endif
 endif
 

This patch to src:db5.3 ensures that the faulty code paths
in javahelper are not called. This is generic, i.e. will
fix all other new architectures too. This is needed for as
long as #719842 is not fixed in javahelper.

bye,
//mirabilos
-- 
<theftf> Ich gebs zu, jupp ist cool
	-- theftf zu Natureshadow beim Fixen von Debian



More information about the pkg-java-maintainers mailing list