Hi.

2010/1/19 Sebastian Harl <tok...@debian.org>:
> tags 564165 - pending
> thanks
>
> Hi Nobuhiro,
>
> On Tue, Jan 19, 2010 at 10:40:44AM +0900, Nobuhiro Iwamatsu wrote:
>> 2010/1/11 Sebastian Harl <tok...@debian.org>:
>> > Please note that the architecture mapping used in the collectd package
>> > has been copied from openjdk-6's debian/rules. A similar change might
>> > be necessary in the OpenJDK package as well.
>> >
>> Yes, I see. Thanks too.
>> BTW, I intend to change JAVA_HOME of openjdk in "sh" from "sh4".
>> openjdk has already worked, but is testing the change in "sh".
>> I am sorry, could you wait for the application of this patch?
>
> Sure, no problem. Thanks for pointing that out!
>
>> If a test of openjdk is completed, I contact you again.
>
> Great -- I'll wait until then.
>
>
> Btw., I've changed the arch mapping in the collectd package a bit: If
> no map entry has been specified explicitly, an <arch>=<arch> mapping is
> assumed. The collectd configure script will then try to locate libjvm in
> $(JAVA_HOME)/jre/lib/$(DEB_BUILD_ARCH)/server and fail if libjvm does
> not exist in that directory. So, no patch is required as long as this
> implicit mapping is correct but a new patch will be required once
> OpenJDK switches to "sh".
>

Debian sh4 of JAVA_HOME changed "sh".
I created new patch.
Could you apply this patch?

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
diff --git a/debian/rules b/debian/rules
index 94a8045..9f939cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ else
 endif
 
 # The archdir map has been copied from openjdk-6's debian/rules.
-JAVA_ARCHDIR_MAP = armel=arm hppa=parisc lpia=i386 powerpc=ppc
+JAVA_ARCHDIR_MAP = armel=arm hppa=parisc lpia=i386 powerpc=ppc sh4=sh
 JAVA_ARCHDIR = $(strip $(patsubst $(DEB_BUILD_ARCH)=%, %, \
 			$(filter $(DEB_BUILD_ARCH)=%, $(JAVA_ARCHDIR_MAP))))
 ifeq (,$(JAVA_ARCHDIR))

Reply via email to