Your message dated Tue, 29 Aug 2017 22:05:21 +0000
with message-id <e1dmodn-0007mp...@fasolo.debian.org>
and subject line Bug#871061: fixed in opengrm-ngram 1.3.2-1
has caused the Debian Bug report #871061,
regarding opengrm-ngram: FTBFS: replace.h:1198:57: error: expected ';' before 
'::' token
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.)


-- 
871061: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871061
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: opengrm-ngram
Version: 1.3.0-1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170805 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   
> -I./../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -std=c++11 -c -o hist-arc.lo hist-arc.cc
> libtool: compile:  g++ -DHAVE_CONFIG_H -I./../include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -c 
> ngram-absolute.cc  -fPIC -DPIC -o .libs/ngram-absolute.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I./../include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -c 
> ngram-output.cc  -fPIC -DPIC -o .libs/ngram-output.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I./../include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -c 
> ngram-count-prune.cc  -fPIC -DPIC -o .libs/ngram-count-prune.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I./../include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -c 
> ngram-marginalize.cc  -fPIC -DPIC -o .libs/ngram-marginalize.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I./../include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -c 
> ngram-context.cc  -fPIC -DPIC -o .libs/ngram-context.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I./../include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -c 
> ngram-kneser-ney.cc  -fPIC -DPIC -o .libs/ngram-kneser-ney.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I./../include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -c 
> util.cc  -fPIC -DPIC -o .libs/util.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I./../include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -c 
> hist-arc.cc  -fPIC -DPIC -o .libs/hist-arc.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I./../include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -c 
> util.cc -o util.o >/dev/null 2>&1
> In file included from /usr/include/fst/accumulator.h:18:0,
>                  from /usr/include/fst/label-reachable.h:13,
>                  from /usr/include/fst/lookahead-matcher.h:13,
>                  from /usr/include/fst/lookahead-filter.h:14,
>                  from /usr/include/fst/compose.h:16,
>                  from ./../include/ngram/ngram-model.h:25,
>                  from ./../include/ngram/ngram-context.h:26,
>                  from ngram-context.cc:27:
> /usr/include/fst/replace.h: In constructor 
> 'fst::ArcIterator<fst::ReplaceFst<A, T, C> >::ArcIterator(const 
> fst::ReplaceFst<A, T, C>&, fst::ArcIterator<fst::ReplaceFst<A, T, C> 
> >::StateId)':
> /usr/include/fst/replace.h:1198:57: error: expected ';' before '::' token
>            ->template CacheBaseImpl<typename C::State, C>::InitArcIterator(
>                                                          ^~
> In file included from /usr/include/fst/accumulator.h:18:0,
>                  from /usr/include/fst/label-reachable.h:13,
>                  from /usr/include/fst/lookahead-matcher.h:13,
>                  from /usr/include/fst/lookahead-filter.h:14,
>                  from /usr/include/fst/compose.h:16,
>                  from ./../include/ngram/ngram-model.h:25,
>                  from ./../include/ngram/ngram-context.h:26,
>                  from ./../include/ngram/ngram-count-of-counts.h:24,
>                  from ./../include/ngram/ngram-absolute.h:22,
>                  from ngram-absolute.cc:22:
> /usr/include/fst/replace.h: In constructor 
> 'fst::ArcIterator<fst::ReplaceFst<A, T, C> >::ArcIterator(const 
> fst::ReplaceFst<A, T, C>&, fst::ArcIterator<fst::ReplaceFst<A, T, C> 
> >::StateId)':
> /usr/include/fst/replace.h:1198:57: error: expected ';' before '::' token
>            ->template CacheBaseImpl<typename C::State, C>::InitArcIterator(
>                                                          ^~
> In file included from /usr/include/fst/accumulator.h:18:0,
>                  from /usr/include/fst/label-reachable.h:13,
>                  from /usr/include/fst/lookahead-matcher.h:13,
>                  from /usr/include/fst/lookahead-filter.h:14,
>                  from /usr/include/fst/compose.h:16,
>                  from ./../include/ngram/ngram-model.h:25,
>                  from ./../include/ngram/ngram-mutable-model.h:28,
>                  from ./../include/ngram/ngram-marginalize.h:24,
>                  from ngram-marginalize.cc:19:
> /usr/include/fst/replace.h: In constructor 
> 'fst::ArcIterator<fst::ReplaceFst<A, T, C> >::ArcIterator(const 
> fst::ReplaceFst<A, T, C>&, fst::ArcIterator<fst::ReplaceFst<A, T, C> 
> >::StateId)':
> /usr/include/fst/replace.h:1198:57: error: expected ';' before '::' token
>            ->template CacheBaseImpl<typename C::State, C>::InitArcIterator(
>                                                          ^~
> In file included from /usr/include/fst/accumulator.h:18:0,
>                  from /usr/include/fst/label-reachable.h:13,
>                  from /usr/include/fst/lookahead-matcher.h:13,
>                  from /usr/include/fst/lookahead-filter.h:14,
>                  from /usr/include/fst/compose.h:16,
>                  from ./../include/ngram/ngram-model.h:25,
>                  from ./../include/ngram/ngram-context.h:26,
>                  from ./../include/ngram/ngram-count-of-counts.h:24,
>                  from ./../include/ngram/ngram-absolute.h:22,
>                  from ./../include/ngram/ngram-kneser-ney.h:22,
>                  from ngram-kneser-ney.cc:22:
> /usr/include/fst/replace.h: In constructor 
> 'fst::ArcIterator<fst::ReplaceFst<A, T, C> >::ArcIterator(const 
> fst::ReplaceFst<A, T, C>&, fst::ArcIterator<fst::ReplaceFst<A, T, C> 
> >::StateId)':
> /usr/include/fst/replace.h:1198:57: error: expected ';' before '::' token
>            ->template CacheBaseImpl<typename C::State, C>::InitArcIterator(
>                                                          ^~
> In file included from /usr/include/fst/accumulator.h:18:0,
>                  from /usr/include/fst/label-reachable.h:13,
>                  from /usr/include/fst/lookahead-matcher.h:13,
>                  from /usr/include/fst/lookahead-filter.h:14,
>                  from /usr/include/fst/compose.h:16,
>                  from ./../include/ngram/ngram-model.h:25,
>                  from ./../include/ngram/ngram-mutable-model.h:28,
>                  from ./../include/ngram/ngram-shrink.h:23,
>                  from ./../include/ngram/ngram-count-prune.h:20,
>                  from ngram-count-prune.cc:18:
> /usr/include/fst/replace.h: In constructor 
> 'fst::ArcIterator<fst::ReplaceFst<A, T, C> >::ArcIterator(const 
> fst::ReplaceFst<A, T, C>&, fst::ArcIterator<fst::ReplaceFst<A, T, C> 
> >::StateId)':
> /usr/include/fst/replace.h:1198:57: error: expected ';' before '::' token
>            ->template CacheBaseImpl<typename C::State, C>::InitArcIterator(
>                                                          ^~
> In file included from /usr/include/fst/accumulator.h:18:0,
>                  from /usr/include/fst/label-reachable.h:13,
>                  from /usr/include/fst/lookahead-matcher.h:13,
>                  from /usr/include/fst/lookahead-filter.h:14,
>                  from /usr/include/fst/compose.h:16,
>                  from ./../include/ngram/ngram-output.h:23,
>                  from ngram-output.cc:23:
> /usr/include/fst/replace.h: In constructor 
> 'fst::ArcIterator<fst::ReplaceFst<A, T, C> >::ArcIterator(const 
> fst::ReplaceFst<A, T, C>&, fst::ArcIterator<fst::ReplaceFst<A, T, C> 
> >::StateId)':
> /usr/include/fst/replace.h:1198:57: error: expected ';' before '::' token
>            ->template CacheBaseImpl<typename C::State, C>::InitArcIterator(
>                                                          ^~
> In file included from /usr/include/fst/rational.h:15:0,
>                  from /usr/include/fst/closure.h:13,
>                  from /usr/include/fst/fstlib.h:42,
>                  from /usr/include/fst/script/arciterator-class.h:10,
>                  from /usr/include/fst/script/fstscript.h:21,
>                  from hist-arc.cc:19:
> /usr/include/fst/replace.h: In constructor 
> 'fst::ArcIterator<fst::ReplaceFst<A, T, C> >::ArcIterator(const 
> fst::ReplaceFst<A, T, C>&, fst::ArcIterator<fst::ReplaceFst<A, T, C> 
> >::StateId)':
> /usr/include/fst/replace.h:1198:57: error: expected ';' before '::' token
>            ->template CacheBaseImpl<typename C::State, C>::InitArcIterator(
>                                                          ^~
> Makefile:474: recipe for target 'ngram-context.lo' failed
> make[4]: *** [ngram-context.lo] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2017/08/05/opengrm-ngram_1.3.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: opengrm-ngram
Source-Version: 1.3.2-1

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

Debian distribution maintenance software
pp.
Giulio Paci <giuliop...@gmail.com> (supplier of updated opengrm-ngram 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: Tue, 29 Aug 2017 20:14:29 +0200
Source: opengrm-ngram
Binary: libngram-tools libngram-dev libngram2
Architecture: source
Version: 1.3.2-1
Distribution: unstable
Urgency: medium
Maintainer: Giulio Paci <giuliop...@gmail.com>
Changed-By: Giulio Paci <giuliop...@gmail.com>
Description:
 libngram-dev - OpenGRM n-gram Language Modeling toolkit - development files
 libngram-tools - OpenGRM n-gram Language Modeling toolkit
 libngram2  - OpenGRM n-gram Language Modeling toolkit - runtime library
Closes: 871061
Changes:
 opengrm-ngram (1.3.2-1) unstable; urgency=medium
 .
   * Import Upstream version 1.3.2 (Closes: #871061).
   * Bump Standards-Version to 4.0.1.
     No changes required.
   * Drop 1001_add_missing_space_to_help_output.patch.
     The patch has been applied upstream.
   * Add source lintian-overrides.
   * Added debhelper (>= 9) dependency.
     Lintian complains about FIXME placeholder in copyright_hints.
   * Refresh libngram2.lintian-overrides.
   * Bump minimum required version of libfst to 1.6.3.
   * Bump opengrm-ngram version to 1.3.2 in update-man.sh.
   * Fix command name detection in update-man.sh.
   * Regenerate manpages.
   * Set DEB_COPYRIGHT_CHECK_IGNORE_REGEX in debian/rules.
     This prevents most binary files to be checked for license changes.
   * Use absolute path for TMPDIR in tests in rules.
Checksums-Sha1:
 aa9973f7ffec8db0a6a28b8086532d0d6f970e49 1841 opengrm-ngram_1.3.2-1.dsc
 79b16e86a2124f5333df5ebbf8b9d4910faa6351 14695857 
opengrm-ngram_1.3.2.orig.tar.gz
 84517b384c8e275d5b29a79adc912b1c22a3cc25 9648 
opengrm-ngram_1.3.2-1.debian.tar.xz
 263d32eef3532ad77f0df43ad2cc2825199ec72f 6699 
opengrm-ngram_1.3.2-1_source.buildinfo
Checksums-Sha256:
 8f7275a33818054e86354b403581b5c17e7a7c2d720dcb3d77ebec4d01fa1c8c 1841 
opengrm-ngram_1.3.2-1.dsc
 f44a2115e6f3ae7de3a9af6212592b1873fa4c1c1b3d2307f51df21c6dc87ea7 14695857 
opengrm-ngram_1.3.2.orig.tar.gz
 f3e27c2c920bfb1fd34afeda5e1449709414dd82a34620dcc658b6d3d8d498a2 9648 
opengrm-ngram_1.3.2-1.debian.tar.xz
 7b593ac13ddaae3661a882a7b90487cea54697ca0dbbeb4a4e3a3b7eae9f79bb 6699 
opengrm-ngram_1.3.2-1_source.buildinfo
Files:
 cec4984220d00bbc1662cfabeda881f8 1841 science optional 
opengrm-ngram_1.3.2-1.dsc
 c4d3d3b151eacccdf90824b00d425a6d 14695857 science optional 
opengrm-ngram_1.3.2.orig.tar.gz
 f42a973aa5438e02909d9fc741aebc8c 9648 science optional 
opengrm-ngram_1.3.2-1.debian.tar.xz
 16fef6714f35803eff045fa440a5b1f3 6699 science optional 
opengrm-ngram_1.3.2-1_source.buildinfo

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

iQEzBAEBCgAdFiEE/Zzi2Nd1S3irJ5u9LDtDb+rGgQEFAlmlwk4ACgkQLDtDb+rG
gQE14wf+JK48Xdj78AbvQ2wYm3D7EdkIrjRDBn8xFvwvJcuFMyQJJnnilI7t1T9h
zutXQNrA2PKb75esNk/CDVS3I+rV17xzhbuvleRJPVLZVvMcTHwV28UVZl+88Q8m
wg8CnNSuB8JQ+6YdWnJUjFvb43oirV8XXTTxNqbYeX0ejUOuQ0142Ll637ATwHCW
R3eovw17sC+9GeiyroWbAfJh5vWS3mpNs47xcf4hJrbf1hGRTQGgkVPcof4c3uDg
skxW/jcIoL801dKuOuuMFDSuZLjmAiM/mqTFLn9xbEcBeGFJOi7zpEnZvkvi2iEa
sb/NbqQz4diIZfAnqi5LRqAqz504VQ==
=DUCq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to