Your message dated Wed, 30 Jul 2014 22:05:11 +0000
with message-id <[email protected]>
and subject line Bug#755560: fixed in marisa 0.2.4-7
has caused the Debian Bug report #755560,
regarding failed to build on sparc64 (base-test failed)
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.)


-- 
755560: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755560
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:marisa
Version: 0.2.4-6
Severity: normal
Tags: patch

Hi,

It seems __sparc64__ is not defined on sparc64, and in order
to detect the architecture, both __sparc__ and __arch64__
need to be tested.

Regards,
Yixuan
>From e3b1e636dd7cdbfacb6aece8211751fcb5d7b5be Mon Sep 17 00:00:00 2001
From: Guo Yixuan <[email protected]>
Date: Mon, 21 Jul 2014 20:40:26 -0400
Subject: [PATCH] fix sparc64

---
 lib/marisa/base.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/marisa/base.h b/lib/marisa/base.h
index bb9f9dc..365fd51 100644
--- a/lib/marisa/base.h
+++ b/lib/marisa/base.h
@@ -30,7 +30,8 @@ typedef uint64_t marisa_uint64;
 
 #if defined(_WIN64) || defined(__amd64__) || defined(__x86_64__) || \
     defined(__ia64__) || defined(__ppc64__) || defined(__powerpc64__) || \
-    defined(__sparc64__) || defined(__mips64__) || defined(__aarch64__)
+    ( defined(__sparc__) && defined(__arch64__) ) || \
+    defined(__mips64__) || defined(__aarch64__)
  #define MARISA_WORD_SIZE 64
 #else  // defined(_WIN64), etc.
  #define MARISA_WORD_SIZE 32
-- 
2.0.1


--- End Message ---
--- Begin Message ---
Source: marisa
Source-Version: 0.2.4-7

We believe that the bug you reported is fixed in the latest version of
marisa, 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.
Mitsuya Shibata <[email protected]> (supplier of updated marisa 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: Thu, 31 Jul 2014 02:32:22 +0900
Source: marisa
Binary: marisa libmarisa0 libmarisa-dev python-marisa python3-marisa 
libmarisa-perl ruby-marisa
Architecture: source amd64
Version: 0.2.4-7
Distribution: unstable
Urgency: medium
Maintainer: Mitsuya Shibata <[email protected]>
Changed-By: Mitsuya Shibata <[email protected]>
Description:
 libmarisa-dev - developement files for libmarisa
 libmarisa-perl - Perl bindings for MARISA
 libmarisa0 - C++ library to provide an implementation of MARISA
 marisa     - commmand line tools for libmarisa
 python-marisa - Python bindings for MARISA
 python3-marisa - Python3 bindings for MARISA
 ruby-marisa - Ruby bindings for MARISA
Closes: 739126 755560
Changes:
 marisa (0.2.4-7) unstable; urgency=medium
 .
   * Fix missing link for libmarisa-perl
   * Fix FTBFS on s390x/sparc64 (Closes: #739126, #755560)
     Thanks to Aurelien Jarno and Guo Yixuan for the report.
   * Support DEP8/autopkgtest
Checksums-Sha1:
 8802e88e8681c93bd390b86b4bfaa0b51b8edb27 2240 marisa_0.2.4-7.dsc
 b251df804b8b687ffcfd3969d41e8cfb02ceefac 7716 marisa_0.2.4-7.debian.tar.xz
 4946c9d9d2dd9eff4c396948345367e9a46ad03c 29364 marisa_0.2.4-7_amd64.deb
 d7d66ea1581423faf09d2f9c3c3f29da68e7bd44 50788 libmarisa0_0.2.4-7_amd64.deb
 5f1c710675e5b5c8eda857ccb918b735c2b37bfb 77010 libmarisa-dev_0.2.4-7_amd64.deb
 9967b40b8f5a86b20b5b6818ee8debf7ec0a6de2 27732 python-marisa_0.2.4-7_amd64.deb
 4fcc2febd7c826844f9377b4a6618b3599729149 27266 python3-marisa_0.2.4-7_amd64.deb
 aba6bce1d43c94feea227ded5371dc4a6510172c 32078 libmarisa-perl_0.2.4-7_amd64.deb
 b202467694e96faa8381b607fa40059a5ffd5e69 23484 ruby-marisa_0.2.4-7_amd64.deb
Checksums-Sha256:
 c5c5e54576bc90296b729095ee2681623eb2e2285a4fb159f336cbe9799ea0bc 2240 
marisa_0.2.4-7.dsc
 9300361cb20b3448623db13acb159dfff7f4930c3c6884e0c3b5ab5900626d7e 7716 
marisa_0.2.4-7.debian.tar.xz
 5f5cda4e4f8d46ea75557aaa5b4a3f13e158cd594e3d7d329fe9fad1914dfc47 29364 
marisa_0.2.4-7_amd64.deb
 a0d66ad000140af9d6f0d2cf7caf35ed1a272b16304f63269c2457f5721ea215 50788 
libmarisa0_0.2.4-7_amd64.deb
 9753cbc463945840673efd0d984362dc7a3e9a48cedcae719782549316ac5dd0 77010 
libmarisa-dev_0.2.4-7_amd64.deb
 7b04f284f13cdbf40954ff49274cc63fd86c03695b4156339c4485f5498fd419 27732 
python-marisa_0.2.4-7_amd64.deb
 40378c67ceea11e970d99abbcb440c402ade310958fce6006455e4cff2496738 27266 
python3-marisa_0.2.4-7_amd64.deb
 5ace6c713b1d4ec10354270fb50b5a8b8eab2eb9edf02460faf486f7507bdcc4 32078 
libmarisa-perl_0.2.4-7_amd64.deb
 e926dd40a69cba53820a1d2587010c190e81bec70ef1c64c2ec4155afa892b25 23484 
ruby-marisa_0.2.4-7_amd64.deb
Files:
 c8b102716358fbe05506e72e8132c274 29364 utils extra marisa_0.2.4-7_amd64.deb
 716c060667ba85191726aef58c346f5c 50788 libs extra libmarisa0_0.2.4-7_amd64.deb
 766cb9d20be1495c51e36459e74f1712 77010 libdevel extra 
libmarisa-dev_0.2.4-7_amd64.deb
 297c6c11f5b7f853298f0b227a22992c 27732 python extra 
python-marisa_0.2.4-7_amd64.deb
 65f8b8c11fd76dfb0bfbd426bb55129b 27266 python extra 
python3-marisa_0.2.4-7_amd64.deb
 e794a08f741bffcdf9eeee1995819371 32078 perl extra 
libmarisa-perl_0.2.4-7_amd64.deb
 3afc34f53c9216a5ac546dfc3172c29b 23484 ruby extra ruby-marisa_0.2.4-7_amd64.deb
 094312deb54a114e1b2e57574176268e 2240 libs extra marisa_0.2.4-7.dsc
 2fdbccd3bfad2be636496f31416c241a 7716 libs extra marisa_0.2.4-7.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJT2WUNAAoJEF0yjQgqqrFAxWwP+wfKAZwOidrzbSzZYhfswSdl
Q+zDdL+S9aY9UZUKxCyXBtKDbOchR/kV9tLMpqjdw66clhNXc5JSB/KUWHoOiiKx
UdrYKHodCy5oH31ha0690bYo8rafyJ+2km/osJFlsLUc4toGQrlq2/1on0YZC4sL
66NPhdkY1/PacqB5c1y3hisMH1vXpxg+Gb5F/l6eA0e+dNF/A0x1AOYvva9UQ4tP
+qf8SraQz3IG+SGGilqQrCIa+ar3TJ1EME/xlAk5Jrw5kItz7Iqni1MJjyJGdyYy
IWVh5ZBVEvq+AtD6TCTOybDScHvIyMx8iaApnijbQPcL8M01bMu1vtQZMNKOYTcH
5LIPe3jnGlLfg7aHpaR76QD65DuKIQoE8t+ODFgw4f52Y7biWtH82q+Gqe+rnyav
cYarEbe+mcRT6suQ4dErTtIzZaAwpbF8iVQX9PG1JWiTCt2LD4N1v6t2NBWlNVvQ
yryHrJ0J7K2G9e2DMFpLfLAv81s7es8/oqPgVs2tC4fkcMsrxxUi7cbxQKoHrHUf
WF6xmGSBF72HFSOvl2pcbzoh3svN4eY1eZ5VgcpSV6CK2OGYhWd9y8uZLkiNObER
6gc3sWsN9AgcGhW57xhYQyxXiSRdXWlG49FKBWa9tDOg4ENC30HPcshzgvbkngEZ
9blXoJWyzfS7Mqu9y+u4
=Yb9h
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to