Your message dated Tue, 05 Dec 2017 15:04:52 +0000
with message-id <[email protected]>
and subject line Bug#774832: fixed in gluegen2 2.3.2-6
has caused the Debian Bug report #774832,
regarding gluegen2: add mips64(el) and mipsn32(el) support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
774832: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774832
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gluegen2
Version: 2.2.4-2

This patch adds mips64(el) and mipsn32(el) support.
Please consider it.


-- 
YunQiang Su
Index: gluegen2-2.2.4/make/build.xml
===================================================================
--- gluegen2-2.2.4.orig/make/build.xml  2015-01-08 14:24:57.996411411 +0800
+++ gluegen2-2.2.4/make/build.xml       2015-01-08 15:27:57.281729646 +0800
@@ -294,6 +294,30 @@
       <property name="linker.cfg.id"                        
value="linker.cfg.linux.mipsel" /> 
     </target>
 
+    <target name="declare.linux.mipsn32" if="isLinuxMipsn32">
+      <echo message="Linux.mipsn32" />
+      <property name="compiler.cfg.id"                      
value="compiler.cfg.linux" /> 
+      <property name="linker.cfg.id"                        
value="linker.cfg.linux.mipsn32" /> 
+    </target>
+
+    <target name="declare.linux.mipsn32el" if="isLinuxMipsn32el">
+      <echo message="Linux.mipsn32el" />
+      <property name="compiler.cfg.id"                      
value="compiler.cfg.linux" /> 
+      <property name="linker.cfg.id"                        
value="linker.cfg.linux.mipsn32el" /> 
+    </target>
+
+    <target name="declare.linux.mips64" if="isLinuxMips64">
+      <echo message="Linux.mips64" />
+      <property name="compiler.cfg.id"                      
value="compiler.cfg.linux" /> 
+      <property name="linker.cfg.id"                        
value="linker.cfg.linux.mips64" /> 
+    </target>
+
+    <target name="declare.linux.mips64el" if="isLinuxMips64el">
+      <echo message="Linux.mips64el" />
+      <property name="compiler.cfg.id"                      
value="compiler.cfg.linux" /> 
+      <property name="linker.cfg.id"                        
value="linker.cfg.linux.mips64el" /> 
+    </target>
+
     <target name="declare.linux.ppc" if="isLinuxPpc">
       <echo message="Linux.ppc" />
       <property name="compiler.cfg.id"                      
value="compiler.cfg.linux" /> 
@@ -336,7 +360,7 @@
       <property name="linker.cfg.id"                        
value="linker.cfg.linux.sparc" /> 
     </target>
     
-    <target name="declare.linux" 
depends="declare.linux.x86,declare.linux.amd64,declare.linux.alpha,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.ppc,declare.linux.ppc64,declare.linux.ppc64le,declare.linux.aarch64,declare.linux.s390,declare.linux.s390x,declare.linux.sparc,declare.linux.armv6.armel,declare.linux.armv6.armhf"
 if="isLinux" >
+    <target name="declare.linux" 
depends="declare.linux.x86,declare.linux.amd64,declare.linux.alpha,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.mipsn32,declare.linux.mipsn32el,declare.linux.mips64,declare.linux.mips64el,declare.linux.ppc,declare.linux.ppc64,declare.linux.ppc64le,declare.linux.aarch64,declare.linux.s390,declare.linux.s390x,declare.linux.sparc,declare.linux.armv6.armel,declare.linux.armv6.armhf"
 if="isLinux" >
       <property name="c.src.dir.os"                         value="unix" />
       <property name="java.includes.dir.platform"           
value="${java.includes.dir}/linux" />
     </target>
Index: gluegen2-2.2.4/make/gluegen-cpptasks-base.xml
===================================================================
--- gluegen2-2.2.4.orig/make/gluegen-cpptasks-base.xml  2015-01-08 
14:24:58.004223911 +0800
+++ gluegen2-2.2.4/make/gluegen-cpptasks-base.xml       2015-01-08 
15:56:26.160709142 +0800
@@ -45,6 +45,10 @@
    -   isLinuxHppa
    -   isLinuxMips
    -   isLinuxMipsel
+   -   isLinuxMipsn32
+   -   isLinuxMipsn32el
+   -   isLinuxMips64
+   -   isLinuxMipsn64el
    -   isLinuxPpc
    -   isLinuxPpc64
    -   isLinuxPpc64le
@@ -132,6 +136,10 @@
    -   compiler.cfg.linux.hppa
    -   compiler.cfg.linux.mips
    -   compiler.cfg.linux.mipsel
+   -   compiler.cfg.linux.mipsn32
+   -   compiler.cfg.linux.mipsn32el
+   -   compiler.cfg.linux.mips64
+   -   compiler.cfg.linux.mips64el
    -   compiler.cfg.linux.ppc
    -   compiler.cfg.linux.ppc64
    -   compiler.cfg.linux.ppc64le
@@ -157,6 +165,10 @@
    -   linker.cfg.linux.hppa
    -   linker.cfg.linux.mips
    -   linker.cfg.linux.mipsel
+   -   linker.cfg.linux.mipsn32
+   -   linker.cfg.linux.mipsn32el
+   -   linker.cfg.linux.mips64
+   -   linker.cfg.linux.mips64el
    -   linker.cfg.linux.ppc
    -   linker.cfg.linux.s390
    -   linker.cfg.linux.s390x
@@ -389,6 +401,42 @@
     <condition property="mipsel">
       <os arch="mipsel" />
     </condition>
+    <condition property="isLinuxMipsn32">
+      <and>
+        <istrue value="${isLinux}" />
+        <os arch="mipsn32" />
+      </and>
+    </condition>
+    <condition property="mipsn32">
+      <os arch="mipsn32" />
+    </condition>
+    <condition property="isLinuxMipsn32el">
+      <and>
+        <istrue value="${isLinux}" />
+        <os arch="mipsn32el" />
+      </and>
+    </condition>
+    <condition property="mipsn32el">
+      <os arch="mipsn32el" />
+    </condition>
+    <condition property="isLinuxMips64">
+      <and>
+        <istrue value="${isLinux}" />
+        <os arch="mips64" />
+      </and>
+    </condition>
+    <condition property="mips64">
+      <os arch="mips64" />
+    </condition>
+    <condition property="isLinuxMips64el">
+      <and>
+        <istrue value="${isLinux}" />
+        <os arch="mips64el" />
+      </and>
+    </condition>
+    <condition property="mips64el">
+      <os arch="mips64el" />
+    </condition>
     <condition property="isLinuxPpc">
       <and>
         <istrue value="${isLinux}" />
@@ -606,6 +654,10 @@
     <echo message="LinuxHppa=${isLinuxHppa}" />
     <echo message="LinuxMips=${isLinuxMips}" />
     <echo message="LinuxMipsel=${isLinuxMipsel}" />
+    <echo message="LinuxMips=${isLinuxMipsn32}" />
+    <echo message="LinuxMipsel=${isLinuxMipsn32el}" />
+    <echo message="LinuxMips=${isLinuxMips64}" />
+    <echo message="LinuxMipsel=${isLinuxMips64el}" />
     <echo message="LinuxPpc=${isLinuxPpc}" />
     <echo message="LinuxPpc64=${isLinuxPpc64}" />
     <echo message="LinuxPpc64le=${isLinuxPpc64le}" />
@@ -682,6 +734,22 @@
     <property name="os.and.arch" value="linux-mipsel" />
   </target>
 
+  <target name="gluegen.cpptasks.detect.os.linux.mipsn32" 
unless="gluegen.cpptasks.detected.os.2" if="isLinuxMipsn32">
+    <property name="os.and.arch" value="linux-mipsn32" />
+  </target>
+
+  <target name="gluegen.cpptasks.detect.os.linux.mipsn32el" 
unless="gluegen.cpptasks.detected.os.2" if="isLinuxMipsn32el">
+    <property name="os.and.arch" value="linux-mipsn32el" />
+  </target>
+
+  <target name="gluegen.cpptasks.detect.os.linux.mips64" 
unless="gluegen.cpptasks.detected.os.2" if="isLinuxMips64">
+    <property name="os.and.arch" value="linux-mips64" />
+  </target>
+
+  <target name="gluegen.cpptasks.detect.os.linux.mips64el" 
unless="gluegen.cpptasks.detected.os.2" if="isLinuxMips64el">
+    <property name="os.and.arch" value="linux-mips64el" />
+  </target>
+
   <target name="gluegen.cpptasks.detect.os.linux.ppc" 
unless="gluegen.cpptasks.detected.os.2" if="isLinuxPpc">
     <property name="os.and.arch" value="linux-ppc" />
   </target>
@@ -718,7 +786,7 @@
     <property name="os.and.arch" value="android-armv6hf" />
   </target>
 
-  <target name="gluegen.cpptasks.detect.os.linux" 
depends="gluegen.cpptasks.detect.os.linux.amd64,gluegen.cpptasks.detect.os.linux.ia64,gluegen.cpptasks.detect.os.linux.x86,gluegen.cpptasks.detect.os.linux.armv6.armel,gluegen.cpptasks.detect.os.linux.armv6.armhf,gluegen.cpptasks.detect.os.android.armv6.armel,gluegen.cpptasks.detect.os.android.armv6.armhf,gluegen.cpptasks.detect.os.linux.alpha,gluegen.cpptasks.detect.os.linux.hppa,gluegen.cpptasks.detect.os.linux.mips,gluegen.cpptasks.detect.os.linux.mipsel,gluegen.cpptasks.detect.os.linux.ppc,gluegen.cpptasks.detect.os.linux.ppc64,gluegen.cpptasks.detect.os.linux.ppc64le,gluegen.cpptasks.detect.os.linux.aarch64,gluegen.cpptasks.detect.os.linux.s390,gluegen.cpptasks.detect.os.linux.s390x,gluegen.cpptasks.detect.os.linux.sparc"
 unless="gluegen.cpptasks.detected.os.2" />
+  <target name="gluegen.cpptasks.detect.os.linux" 
depends="gluegen.cpptasks.detect.os.linux.amd64,gluegen.cpptasks.detect.os.linux.ia64,gluegen.cpptasks.detect.os.linux.x86,gluegen.cpptasks.detect.os.linux.armv6.armel,gluegen.cpptasks.detect.os.linux.armv6.armhf,gluegen.cpptasks.detect.os.android.armv6.armel,gluegen.cpptasks.detect.os.android.armv6.armhf,gluegen.cpptasks.detect.os.linux.alpha,gluegen.cpptasks.detect.os.linux.hppa,gluegen.cpptasks.detect.os.linux.mips,gluegen.cpptasks.detect.os.linux.mipsel,gluegen.cpptasks.detect.os.linux.mipsn32,gluegen.cpptasks.detect.os.linux.mipsn32el,gluegen.cpptasks.detect.os.linux.mips64,gluegen.cpptasks.detect.os.linux.mips64el,gluegen.cpptasks.detect.os.linux.ppc,gluegen.cpptasks.detect.os.linux.ppc64,gluegen.cpptasks.detect.os.linux.ppc64le,gluegen.cpptasks.detect.os.linux.aarch64,gluegen.cpptasks.detect.os.linux.s390,gluegen.cpptasks.detect.os.linux.s390x,gluegen.cpptasks.detect.os.linux.sparc"
 unless="gluegen.cpptasks.detected.os.2" />
 
   <target name="gluegen.cpptasks.detect.os.osx" 
unless="gluegen.cpptasks.detected.os.2" if="isOSX">
     <property name="native.library.suffix"     value="*lib" />
@@ -1252,6 +1320,18 @@
     <linker id="linker.cfg.linux.mipsel" name="${gcc.compat.compiler}">
     </linker>
 
+    <linker id="linker.cfg.linux.mipsn32" name="${gcc.compat.compiler}">
+    </linker>
+
+    <linker id="linker.cfg.linux.mipsn32el" name="${gcc.compat.compiler}">
+    </linker>
+
+    <linker id="linker.cfg.linux.mips64" name="${gcc.compat.compiler}">
+    </linker>
+
+    <linker id="linker.cfg.linux.mips64el" name="${gcc.compat.compiler}">
+    </linker>
+
     <linker id="linker.cfg.linux.ppc" name="${gcc.compat.compiler}">
     </linker>
 
@@ -1481,6 +1561,34 @@
       <property name="java.lib.dir.platform"         
value="${java.home.dir}/jre/lib/mipsel" />
     </target>
 
+    <target name="gluegen.cpptasks.declare.compiler.linux.mipsn32" 
if="isLinuxMipsn32">
+      <echo message="Linux.Mipsn32" />
+      <property name="compiler.cfg.id.base"          
value="compiler.cfg.linux" /> 
+      <property name="linker.cfg.id.base"            value="linker.cfg.linux" 
/> 
+      <property name="java.lib.dir.platform"         
value="${java.home.dir}/jre/lib/mipsn32" />
+    </target>
+
+    <target name="gluegen.cpptasks.declare.compiler.linux.mipsn32el" 
if="isLinuxMipsn32el">
+      <echo message="Linux.Mipsn32el" />
+      <property name="compiler.cfg.id.base"          
value="compiler.cfg.linux" /> 
+      <property name="linker.cfg.id.base"            value="linker.cfg.linux" 
/> 
+      <property name="java.lib.dir.platform"         
value="${java.home.dir}/jre/lib/mipsn32el" />
+    </target>
+
+    <target name="gluegen.cpptasks.declare.compiler.linux.mips64" 
if="isLinuxMips64">
+      <echo message="Linux.Mips64" />
+      <property name="compiler.cfg.id.base"          
value="compiler.cfg.linux" /> 
+      <property name="linker.cfg.id.base"            value="linker.cfg.linux" 
/> 
+      <property name="java.lib.dir.platform"         
value="${java.home.dir}/jre/lib/mips64" />
+    </target>
+
+    <target name="gluegen.cpptasks.declare.compiler.linux.mips64el" 
if="isLinuxMips64el">
+      <echo message="Linux.Mips64el" />
+      <property name="compiler.cfg.id.base"          
value="compiler.cfg.linux" /> 
+      <property name="linker.cfg.id.base"            value="linker.cfg.linux" 
/> 
+      <property name="java.lib.dir.platform"         
value="${java.home.dir}/jre/lib/mips64el" />
+    </target>
+
     <target name="gluegen.cpptasks.declare.compiler.linux.ppc" if="isLinuxPpc">
       <echo message="Linux.Ppc" />
       <property name="compiler.cfg.id.base"          
value="compiler.cfg.linux" /> 
@@ -1530,7 +1638,7 @@
       <property name="java.lib.dir.platform"         
value="${java.home.dir}/jre/lib/sparc" />
     </target>
 
-    <target name="gluegen.cpptasks.declare.compiler.linux" 
depends="gluegen.cpptasks.declare.compiler.linux.x86,gluegen.cpptasks.declare.compiler.linux.amd64,gluegen.cpptasks.declare.compiler.linux.ia64,gluegen.cpptasks.declare.compiler.linux.armv6,gluegen.cpptasks.declare.compiler.linux.alpha,gluegen.cpptasks.declare.compiler.linux.hppa,gluegen.cpptasks.declare.compiler.linux.mips,gluegen.cpptasks.declare.compiler.linux.mipsel,gluegen.cpptasks.declare.compiler.linux.ppc,gluegen.cpptasks.declare.compiler.linux.ppc64,gluegen.cpptasks.declare.compiler.linux.ppc64le,gluegen.cpptasks.declare.compiler.linux.aarch64,gluegen.cpptasks.declare.compiler.linux.s390,gluegen.cpptasks.declare.compiler.linux.s390x,gluegen.cpptasks.declare.compiler.linux.sparc"
 if="isLinux">
+    <target name="gluegen.cpptasks.declare.compiler.linux" 
depends="gluegen.cpptasks.declare.compiler.linux.x86,gluegen.cpptasks.declare.compiler.linux.amd64,gluegen.cpptasks.declare.compiler.linux.ia64,gluegen.cpptasks.declare.compiler.linux.armv6,gluegen.cpptasks.declare.compiler.linux.alpha,gluegen.cpptasks.declare.compiler.linux.hppa,gluegen.cpptasks.declare.compiler.linux.mips,gluegen.cpptasks.declare.compiler.linux.mipsel,gluegen.cpptasks.declare.compiler.linux.mipsn32,gluegen.cpptasks.declare.compiler.linux.mipsn32el,gluegen.cpptasks.declare.compiler.linux.mips64,gluegen.cpptasks.declare.compiler.linux.mips64el,gluegen.cpptasks.declare.compiler.linux.ppc,gluegen.cpptasks.declare.compiler.linux.ppc64,gluegen.cpptasks.declare.compiler.linux.ppc64le,gluegen.cpptasks.declare.compiler.linux.aarch64,gluegen.cpptasks.declare.compiler.linux.s390,gluegen.cpptasks.declare.compiler.linux.s390x,gluegen.cpptasks.declare.compiler.linux.sparc"
 if="isLinux">
         <property name="java.includes.dir.platform" 
value="${java.includes.dir}/linux" />
     </target>
 

--- End Message ---
--- Begin Message ---
Source: gluegen2
Source-Version: 2.3.2-6

We believe that the bug you reported is fixed in the latest version of
gluegen2, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg <[email protected]> (supplier of updated gluegen2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 05 Dec 2017 14:54:43 +0100
Source: gluegen2
Binary: libgluegen2-rt-java libgluegen2-build-java libgluegen2-jni 
libgluegen2-doc
Architecture: source
Version: 2.3.2-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Emmanuel Bourg <[email protected]>
Description:
 libgluegen2-build-java - Tool to automatically generate the Java and JNI code
 libgluegen2-doc - Tool to automatically generate the Java and JNI code
 libgluegen2-jni - Tool to automatically generate the Java and JNI code
 libgluegen2-rt-java - Tool to automatically generate the Java and JNI code
Closes: 774832 874643
Changes:
 gluegen2 (2.3.2-6) unstable; urgency=medium
 .
   * Team upload.
   * Fixed the build failure with Java 9 (Closes: #874643)
   * Added mips64(el) and mipsn32(el) support. Thanks to YunQiang Su
     and Dejan Latinovic for the patch (Closes: #774832)
   * Build with the DH sequencer instead of CDBS
   * Changed the source/target level to 1.7
   * Standards-Version updated to 4.1.2
   * Switch to debhelper level 10
Checksums-Sha1:
 2b739b05df45ea2adbe0d38ec8466b17a0ae4fe7 2292 gluegen2_2.3.2-6.dsc
 09adccfccbc8eb7aca51a16654f04a8173579eab 23048 gluegen2_2.3.2-6.debian.tar.xz
 fd0c7715d3ec427179a710b160f2dfd9c847b983 10843 
gluegen2_2.3.2-6_source.buildinfo
Checksums-Sha256:
 f50baa39cf279fdd0c0c3d2643abe201f11b3e191ff0c5ce76a9e850501df3e7 2292 
gluegen2_2.3.2-6.dsc
 87f0a66b371ef64b2247d21e9a8f5e7be4e8a6f3f10790eb529952e84bfff6aa 23048 
gluegen2_2.3.2-6.debian.tar.xz
 05bf6446d17ce99a93e441e9bd5391c2f0297dbdde9fb6319afef35daece9bda 10843 
gluegen2_2.3.2-6_source.buildinfo
Files:
 f9a54bb01e0337414b433591d5d93efb 2292 java optional gluegen2_2.3.2-6.dsc
 d5332078b55881fa27be633364858a22 23048 java optional 
gluegen2_2.3.2-6.debian.tar.xz
 a0a62e84241d11aa89c42791bfa1bd69 10843 java optional 
gluegen2_2.3.2-6_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlompTMSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCs0v0P/jvGZUtpcjFj2joZRzeJzSzrSbcyFpuW
FtBf/KOqnUc6kBsdzFX1OB4AyNdrgyCwMzmQzC9Kf9TwERbflsobJJjeg3Fl0jke
ojDhFokDZko0oM6oW7VEvjxe+8YXgFaFTTHTVyiPw4zq2A0IPEmrcm8FJeY0YIku
JiDBpY6xb5N/HfpV+xTIbqjEj2REEimMu82go+FrkGTUXbRnQUdrqPNYD6wCosGc
0Crm0HrR3CzJu4MQl38KR0KYxlerT+8j4Nx8BO6OtWvi+exOxLCPWvaKuNo3qpX8
VdqVyhT3smnxkmK1wUoRY73AoDFqgrHfdw94gvnM6erOxoZd28HlKNtlZ053aydu
rocNSr80Ym+J14cumsp6+LhL6X+ArLLODp106vYqZqVgFI1Ukeug+J8U2ioJBIgV
9uw6VVZoB3h8wy7xWH7Ee+RgMwWOa2zjhx7aYtWrXYu8Koej2WOpDAtRxF7gKsgg
DcN2DS9cAVJdE17S7NVtspwmEIUxqWR9cZ3pmIiOUOgGfWAwNxEpwJQdegtHrMQM
4YaZmK5MqRNF4uLm+1Sel3mYWZsHyG6XQftA7QkIgmKN85d4T2XOYlnhdrgqo2TO
W8Py5/SS9PvKjc/UbqYEOZZAnxz9vPZE8FL2UBE3qHgh0mla+xr57naU4RfAKJcz
lHNDbVbIwNOW
=OKsX
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to