Your message dated Tue, 04 Nov 2014 06:19:13 +0000 with message-id <[email protected]> and subject line Bug#766951: fixed in hyperic-sigar 1.6.4+dfsg-2.1 has caused the Debian Bug report #766951, regarding hyperic-sigar: don't use -m64 for mips64(el) and arm64 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.) -- 766951: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766951 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: hyperic-sigar Version: 1.6.4+dfsg-2 When build this package it set '-m64' for mips64(el) and arm64. This patch can fix this problem. Index: hyperic-sigar-1.6.4+dfsg/bindings/java/hyperic_jni/src/org/hyperic/jni/ArchNameTask.java =================================================================== --- hyperic-sigar-1.6.4+dfsg.orig/bindings/java/hyperic_jni/src/org/hyperic/jni/ArchNameTask.java 2013-01-28 06:39:57.000000000 +0800 +++ hyperic-sigar-1.6.4+dfsg/bindings/java/hyperic_jni/src/org/hyperic/jni/ArchNameTask.java 2034-12-21 14:48:11.186686096 +0800 @@ -75,7 +75,8 @@ if (ArchName.is64()) { getProject().setProperty("jni.arch64", "true"); if (ArchLoader.IS_LINUX) { - if (!osArch.equals("ia64")) { + if (!osArch.equals("ia64") && !osArch.equals("mips64el") + && !osArch.equals("mips64") && !osArch.equals("aarch64")) { getProject().setProperty("jni.gccm", "-m64"); } } -- YunQiang Su
--- End Message ---
--- Begin Message ---Source: hyperic-sigar Source-Version: 1.6.4+dfsg-2.1 We believe that the bug you reported is fixed in the latest version of hyperic-sigar, 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. YunQiang Su <[email protected]> (supplier of updated hyperic-sigar 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: SHA256 Format: 1.8 Date: Mon, 03 Nov 2014 13:26:28 +0800 Source: hyperic-sigar Binary: libhyperic-sigar-java Architecture: source amd64 Version: 1.6.4+dfsg-2.1 Distribution: unstable Urgency: medium Maintainer: Debian Java Maintainers <[email protected]> Changed-By: YunQiang Su <[email protected]> Description: libhyperic-sigar-java - System Information Gatherer And Reporter - Java bindings Closes: 766951 Changes: hyperic-sigar (1.6.4+dfsg-2.1) unstable; urgency=medium . * Non-maintainer upload. * Don't use -m64 for mips64(el) and arm64 (Closes: 766951) Checksums-Sha1: 92c0300319a58808825de1a3e7eb24c9310cf39a 1741 hyperic-sigar_1.6.4+dfsg-2.1.dsc 28fb9824e54f92266420de862614d5076d7a252c 3980 hyperic-sigar_1.6.4+dfsg-2.1.debian.tar.xz bb0754777729bd07df3d9619bb99b06affd1f9ae 390246 libhyperic-sigar-java_1.6.4+dfsg-2.1_amd64.deb Checksums-Sha256: a4c2fb6885f3a2d7975f126c482d2c380c35bc6613100ff2c0996a71f9030ea5 1741 hyperic-sigar_1.6.4+dfsg-2.1.dsc 2695d214243b540bf695d469a204eb9867a09f4bc0788b3f72709b17458320a7 3980 hyperic-sigar_1.6.4+dfsg-2.1.debian.tar.xz feaa1b5f1d4693265d1fc0696c8b7301ea17e9323eaf593c82e6dbaedd28b648 390246 libhyperic-sigar-java_1.6.4+dfsg-2.1_amd64.deb Files: 52647532aca872db086b5282aefd69f7 1741 java extra hyperic-sigar_1.6.4+dfsg-2.1.dsc 2257f4a09b2d1fc1cd0864e9c8e245e6 3980 java extra hyperic-sigar_1.6.4+dfsg-2.1.debian.tar.xz 74e40cd01fd320ea8e8cb39551bcedb9 390246 java extra libhyperic-sigar-java_1.6.4+dfsg-2.1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBCAAGBQJUVxo2AAoJECVrfCskLhmeJCoIAKv6CxhcAA/aeRaoR0Ra3hkX oneX2XOolZfgu/N7p84hY62zqER1Yx5xyJhMvE+ZHD1EwkUzCbGvlR/HyhYxIIrJ X//HxHgHunz9hJK3nfvJegfMuXLWsKuvtBwsRuf4YC+5FCDH0MVLkhYcZrckvIKf XibxlsjxqOsF9lBDyC8bIAeBBW9b8iqL+hUOFjol+Q+ENBxtbsRe7B3CqpVt52C2 Z3Vu3r/t/g9po1djtlg0vhAvubDT3xJK1prgLroGJMF9bkjM4wLJQHux1SvlqrCb vCnkodR7dZwArCTzywB8m0NpR036a/qs6H5oJMcZmvMRSKlZRST4aQ8xE72kQOg= =rDCj -----END PGP SIGNATURE-----
--- End Message ---
__ 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.

