Your message dated Tue, 05 Jun 2018 15:04:30 +0000
with message-id <[email protected]>
and subject line Bug#836374: fixed in marisa 0.2.5-1
has caused the Debian Bug report #836374,
regarding marisa FTBFS on Alpha: misdetected architecture word size.
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.)


-- 
836374: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836374
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: marisa
Version: 0.2.4-8
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: ftbfs

marisa FTBFS on Alpha due a test suite failure:

make[4]: Entering directory '/«PKGBUILDDIR»/tests'
FAIL: base-test

This test suite failure occurs because Alpha is not detected as a
64-bit architecture.

I attach a patch to include support for Alpha.

Cheers
Michael.
Index: marisa-0.2.4/lib/marisa/base.h
===================================================================
--- marisa-0.2.4.orig/lib/marisa/base.h
+++ marisa-0.2.4/lib/marisa/base.h
@@ -31,7 +31,8 @@ typedef uint64_t marisa_uint64;
 #if defined(_WIN64) || defined(__amd64__) || defined(__x86_64__) || \
     defined(__ia64__) || defined(__ppc64__) || defined(__powerpc64__) || \
     ( defined(__sparc__) && defined(__arch64__) ) || \
-    defined(__mips64) || defined(__aarch64__) || defined(__s390x__)
+    defined(__mips64) || defined(__aarch64__) || defined(__s390x__) || \
+    defined(__alpha__)
  #define MARISA_WORD_SIZE 64
 #else  // defined(_WIN64), etc.
  #define MARISA_WORD_SIZE 32

--- End Message ---
--- Begin Message ---
Source: marisa
Source-Version: 0.2.5-1

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.
Boyuan Yang <[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: Tue, 05 Jun 2018 15:45:30 +0800
Source: marisa
Binary: libmarisa-dev libmarisa-perl libmarisa0 marisa python-marisa 
python3-marisa ruby-marisa
Architecture: source
Version: 0.2.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Input Method Team <[email protected]>
Changed-By: Boyuan Yang <[email protected]>
Description:
 libmarisa-dev - development files for libmarisa
 libmarisa-perl - Perl bindings for MARISA
 libmarisa0 - C++ library to provide an implementation of MARISA
 marisa     - command line tools for libmarisa
 python-marisa - Python bindings for MARISA
 python3-marisa - Python3 bindings for MARISA
 ruby-marisa - Ruby bindings for MARISA
Closes: 808276 836374 898018 899868 900680
Changes:
 marisa (0.2.5-1) unstable; urgency=medium
 .
   [ Mitsuya Shibata ]
   * add dh-python to Build-Depends
   * remove no longer needed XS-Testsuite field
   * fix typo
 .
   [ Boyuan Yang ]
   * New upstream release with different upstream on GitHub.
     Closes: #900680.
   * debian: Apply "wrap-and-sort -abst" for unified format.
   * debian/control:
     - Add myself into uploaders list.
     - Bump Standards-Version to 4.1.4.
     - Add X-Python3-Version field as recommended.
     - Replace "Extra" package priority with "Optional" to fit policy
       requirement.
     - Use [email protected] in maintainer field.
       Closes: #899868.
     - Fix typo in package description. Closes: #808276.
   * debian/copyright:
     - Refresh upstream copyright information.
     - Add information about my contribution to debian/ dir.
     - Use GitHub repository for upstream source field.
   * debian/watch:
     - Rewrite in v4 format.
     - Use GitHub s-yata/marisa-trie as upstream.
   * debian/rules:
     - Use "dh_missing --fail-missing".
     - Avoid manual invocation of dpkg-parsechangelog.
     - Enable full hardening.
     - Explicitly remove .la files with file installation.
   * debian/docs: Refresh file list.
   * debian/doc-base: Register HTML document for libmarisa-dev.
   * debian/shlibs: Add a libmarisa0.shlibs file to restrict lib
     dependency (>= 0.2.5).
   * debian/patches: Refresh patches.
     - Fix Alpha wordsize detection. Closes: #836374.
     - Add support for riscv64 wordsize detection. Closes: #898018.
     - Backport various commits from upstream trunk.
Checksums-Sha1:
 e34123f5d529db26f687551f4b3d9c9dfe0bcdab 2414 marisa_0.2.5-1.dsc
 73182f7b66375df8dfc3ca9beb382abd3eb22cb6 167434 marisa_0.2.5.orig.tar.gz
 24c57d798de1cf96e0a96a51bc232af58d2e62d7 13668 marisa_0.2.5-1.debian.tar.xz
 ff19cf797efd6ba7b85b48be0ce8e631c11015df 5936 marisa_0.2.5-1_source.buildinfo
Checksums-Sha256:
 3b865f9482b8f6d4a45a42f0396148f567d9ff59b16ff400f53a6d8cb0af2fd3 2414 
marisa_0.2.5-1.dsc
 61d222d335db3e8138a22542b95788f307366986c464a68791d361787f3b9c01 167434 
marisa_0.2.5.orig.tar.gz
 a6bb7e9ac480186ab144b1f80ccea784114d61579838e38fd82dcded33765bf0 13668 
marisa_0.2.5-1.debian.tar.xz
 4b99866d43bc701fb6678a7d374f6a7bf771d2a83e07899a6f24822ac63e2f21 5936 
marisa_0.2.5-1_source.buildinfo
Files:
 fc5d248849f250dca81df406fd045575 2414 libs optional marisa_0.2.5-1.dsc
 13711615a75539f1621fbf852f1d5529 167434 libs optional marisa_0.2.5.orig.tar.gz
 411e215452150611630da3be007f9a1d 13668 libs optional 
marisa_0.2.5-1.debian.tar.xz
 ae44ad5a29b2fcbb95f8e1df0ffc65c2 5936 libs optional 
marisa_0.2.5-1_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAlsWnagACgkQweDZLphv
fH6m+hAA8h3HgTWLVtclHYj65cOq7kGSvKdtvH3/4m9kgZvxvgrhzwCA/eapkAMa
Tpyu8kgPRE9875fgl7JqNLfLPG4zwOCh0dDxb7O2INuQSe1pNbuse0fQc1pu29pZ
ySsRIqZW6hlx3R1aSyuwJj5mq3h+eeMrUyMxLWkWDwRyAoODASP89MV5EWA9CcdL
KCZJSh0rg9AYeXOAnVDKifjbqgaCdzzNscgWr9PCcYe6gV1gl7tojMbXymm0ECgO
E/8AiTke8nTFU/1R8laWOwhKR1Y6kCp284QfCpl6MlzKYht43hK9tRkS6OoIWBI7
R6INTx5ZudiNmXyVSQHqCBw63i78AhBlDCHfQYCceKUlk5wrIlFwHqLFGusQG4q5
gR+cbUYZ5JD1bhRFI0n0h1AlSQmMNWOK4vpERc9Q4JayPb4yL0HVxK5RD+esUjt7
mXO3izFvHjevHjzPyBJ5tg9Krm26HQoeCFXTjyHl3jjNI/tNouuTCAuHsXBDeTji
hBQ7GMqyyU8wnv5A1FOaG++1pOKbORTbcuJAL8zrlrmVT+C6Wbkt4a7hAGtZTSIh
L4pkZEE5wp7fcCaqQrTkevoC5h31IIRnH6ExlN1TbFl3w9aHUSZ+OT/DzxeU/6Wj
tPZMguelbAXlZn7owqCT8ck5y6N7pOtiuRHXefgoV3Uk0TsGVyQ=
=k4iZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to