Your message dated Sat, 30 Dec 2017 16:00:11 +0000
with message-id <e1evjyr-0005rm...@fasolo.debian.org>
and subject line Bug#876600: fixed in hex-a-hop 1.1.0+git20140926-1
has caused the Debian Bug report #876600,
regarding hex-a-hop FTBFS: msgfmt: found 1 fatal error
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 ow...@bugs.debian.org
immediately.)


-- 
876600: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876600
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: hex-a-hop
Version: 0.0.20070315-8
Severity: serious
Tags: buster sid

Some recent change in unstable makes hex-a-hop FTBFS:

https://tests.reproducible-builds.org/debian/history/hex-a-hop.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/hex-a-hop.html

...
make[1]: Entering directory '/build/1st/hex-a-hop-0.0.20070315/debian/i18n'
cd ../..; g++ -Wall -W -g -DUSE_GETTEXT -O2 -E hex_puzzzle.cpp -o 
debian/i18n/hex_puzzzle_preprocessed.cpp
Creating Template "hex-a-hop.pot"
cd ../..; xgettext --add-comments="TRANSLATORS:" -k_ -o 
"debian/i18n/hex-a-hop.pot.templ" \
  gfx.cpp hex_puzzzle.cpp menus.h level_list.h 
debian/i18n/hex_puzzzle_preprocessed.cpp \
        --msgid-bugs-address=hex-a-...@packages.debian.org \
        --copyright-holder="Tom Beaumont"
cd ../..; po4a-updatepo -f man -m debian/hex-a-hop.6 -p 
debian/i18n/hex-a-hop.6.pot
sed 's/charset=CHARSET/charset=ascii/' hex-a-hop.pot.templ > 
hex-a-hop.pot.templ.po
sed 's/charset=CHARSET/charset=ascii/' hex-a-hop.6.pot > hex-a-hop.6.pot.po
sed -n '1,/^$/ p' hex-a-hop.pot.templ | sed "/^#$/ r hex-a-hop.pot.comments" > 
hex-a-hop.pot
msgcat --width=79 hex-a-hop.pot.templ.po hex-a-hop.6.pot.po | sed -n '1,/^$/ 
!p' >> hex-a-hop.pot
rm -f hex-a-hop.pot.templ hex-a-hop.6.pot hex-a-hop.pot.templ.po 
hex-a-hop.6.pot.po
Updating "bg" translation
...................... done.
Updating "de" translation
...................... done.
Updating "es" translation
...................... done.
Updating "ja" translation
........................ done.
Updating "nl" translation
...................... done.
Updating "pl" translation
................................ done.
Updating "ru" translation
...................... done.
Updating "ta" translation
...................... done.
Updating "vi" translation
........................ done.
Building "bg" translation
Your input po file plural_forms_stripped.po seems outdated (The amount of 
entries differ between files: 212 is not 18
). Please consider running po4a-updatepo to refresh it.
Building "de" translation
Your input po file plural_forms_stripped.po seems outdated (The amount of 
entries differ between files: 212 is not 18
). Please consider running po4a-updatepo to refresh it.
Building "es" translation
Your input po file plural_forms_stripped.po seems outdated (The amount of 
entries differ between files: 212 is not 18
). Please consider running po4a-updatepo to refresh it.
Building "ja" translation
Invalid po file plural_forms_stripped.po:
plural_forms_stripped.po:54: number of format specifications in 'msgid' and 
'msgstr' does not match
msgfmt: found 1 fatal error

Makefile:49: recipe for target 'build-stamp' failed
make[1]: *** [build-stamp] Error 1

--- End Message ---
--- Begin Message ---
Source: hex-a-hop
Source-Version: 1.1.0+git20140926-1

We believe that the bug you reported is fixed in the latest version of
hex-a-hop, 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 876...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated hex-a-hop 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Mon, 25 Dec 2017 15:24:56 +0100
Source: hex-a-hop
Binary: hex-a-hop hex-a-hop-data
Architecture: source all amd64
Version: 1.1.0+git20140926-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 hex-a-hop  - puzzle game based on hexagonal tiles
 hex-a-hop-data - graphics, audio, levels and translations for Hex-a-hop
Closes: 550583 550585 563187 567911 718656 724862 876600
Changes:
 hex-a-hop (1.1.0+git20140926-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Paul Wise ]
   * Add myself to uploaders
   * Fix homepage to point at adoptive project (Closes: #563187)
   * Use the same description as in the new upstream README
   * Add a watch file
   * Wrap uploaders, build-deps and deps one per line
   * Drop hints, icon, manual page, desktop file, tools; merged upstream
   * Drop patches; merged upstream
   * Switch to dpkg-source version 3.0
   * Correct Vcs-* URLs (Closes: #718656)
   * Add upstream info
   * Add sound support
   * Split the data into a separate package
   * Put the data into a subdir of /usr/share/games
 .
   [ Markus Koschany ]
   * Switch to compat level 11.
   * Declare compliance with Debian Policy 4.1.2.
   * Drop deprecated menu file and xpm icon.
   * New upstream Git snapshot. (Closes: #567911)
     - The game can be compiled from source again. (Closes: #876600)
     - The original compiler warnings are fixed upstream. There are new ones
       though. Thanks to Russel Coker for the report and patch. (Closes: 
#550583)
     - Patch to allow editing is merged upstream. Thanks to Russel Coker for the
       report and patch. (Closes: #550585)
   * Install new hicolor icons provided by Ronny Standtke. Thanks!
     (Closes: #724862)
   * Update debian/copyright and use copyright format 1.0.
Checksums-Sha1:
 4d917d514b9351d4060adda85bb3e042f2efade3 2469 hex-a-hop_1.1.0+git20140926-1.dsc
 22d031764caecceaae657e3bf4686a3ec7075cff 34136468 
hex-a-hop_1.1.0+git20140926.orig.tar.xz
 8bad188a13a30f69c3546eec2ebc76ee7761efef 119360 
hex-a-hop_1.1.0+git20140926-1.debian.tar.xz
 172f71ac3d8d2f9c9b37eb94df6e1af0f18fd354 9180256 
hex-a-hop-data_1.1.0+git20140926-1_all.deb
 b644cc3bb3c2576a6ae3d5208ff56f0d78e33b74 259336 
hex-a-hop-dbgsym_1.1.0+git20140926-1_amd64.deb
 20710a99098940cd478d0b7e511a16a498bccac7 13123 
hex-a-hop_1.1.0+git20140926-1_amd64.buildinfo
 0a1183a3becd7e03b45a483aa740276a8fb0c212 80008 
hex-a-hop_1.1.0+git20140926-1_amd64.deb
Checksums-Sha256:
 b7effa9670bb93f56f0dd79b9140138edb736fd20d7189a674caedc470eed64f 2469 
hex-a-hop_1.1.0+git20140926-1.dsc
 7c53916830db8f15fff87b4873acb83693d63b66e74cb36bcd39507bce1d56c0 34136468 
hex-a-hop_1.1.0+git20140926.orig.tar.xz
 df71f8cfda2726ee5bdc5f2e6ef6ad600b5d80a2a026a711d2c7c9ccb466f107 119360 
hex-a-hop_1.1.0+git20140926-1.debian.tar.xz
 b5e93628a18d76dccda72c071cadc4a62b93082c6de17eb329c05b39eb6539b2 9180256 
hex-a-hop-data_1.1.0+git20140926-1_all.deb
 332fdbbd3c8f10910c65d33a412aacae9ac658ab324f676a7d8dcc87fc23125f 259336 
hex-a-hop-dbgsym_1.1.0+git20140926-1_amd64.deb
 667b160a3a7e79c73151d9b197eae42d9e125d4ca287876e9f3f90eef36ce609 13123 
hex-a-hop_1.1.0+git20140926-1_amd64.buildinfo
 922bcd15dfb839d37c69c8e683f8d39e594d5414aeac36e3c3249ac005a3129a 80008 
hex-a-hop_1.1.0+git20140926-1_amd64.deb
Files:
 1b20b59ebd0726219a6443b6145dc254 2469 games optional 
hex-a-hop_1.1.0+git20140926-1.dsc
 32b0956c7b29c0f177ba6b5131c3eb18 34136468 games optional 
hex-a-hop_1.1.0+git20140926.orig.tar.xz
 1b5101f75e5a3aede02ce705681ffe51 119360 games optional 
hex-a-hop_1.1.0+git20140926-1.debian.tar.xz
 ebeb2a9ff66e8c52ebfbbb3e632ab460 9180256 games optional 
hex-a-hop-data_1.1.0+git20140926-1_all.deb
 798260422ef1bbd673460e27f3cb62ff 259336 debug optional 
hex-a-hop-dbgsym_1.1.0+git20140926-1_amd64.deb
 0bceb3a5728c3a4e3df716c678e5b4cc 13123 games optional 
hex-a-hop_1.1.0+git20140926-1_amd64.buildinfo
 8d4f9bfd2af83ba24d6e9c2440e2faac 80008 games optional 
hex-a-hop_1.1.0+git20140926-1_amd64.deb

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlpBD4JfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkT9wP/2d5JC+S8NI57PxCRcxV9qoMfPGZs7DapdAY
KVAt+1joi6CIYF6NjzFmtZxpJVS4QXkXOkGQoGLG0YgMKxs2l6eCQAxlF+91VlZ+
1pA2Ecwx6yOK0GEuNqUiShggTcpexokRmNSozkuyZhmrgmkRaWckVAk9/E75/CIy
oFYhRaO2A7w7k2i+IFM7+jn/a0gif6RDsQorcyKzk5y3g6/+iQVNUvW37WobhVn4
0q5yvdplGpkwp7M1vqr5/1IzIgnotcFNnrTKlah1GGHaS6Xi56fmt8mj8rhiT6Mb
lZXdmcUAF+5h7ihvfm+TEe+zCDTFSnRssDvKb1/MrXNSqT0sD3G2D4BxgOGad2Gh
LqFlLI1fkSb8LwvMp5n4f/oI2o7/kBYlS+4m6BQ+fmLW5OUqmr66d2+JPbBjdVji
AXZtfVR4RpvqDr5IcPLPUlDP1p2pUNFX9u09qWUPlAY1qf0hgrY4bofVt/nEnkGJ
Pfk4oHz6/+tZC6W4lZ/XZswMy6i9HoyhRYPVODxOZCvvZpE9iKBoDjKKuZtPbb6Q
nHxB6GvMY0W3Nlof4fjS6Ruvc/78nk/JYqW1KAQ8agxozzwdiFZ7QmmBUoI9VQOD
ABmiOaowInrFFge9dXkefAkSZd1PlEIrLxW8n1lCHs6v6WcEREuJahhvRhEw/Bne
kS3sPlsR
=onNX
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to