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
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.