Your message dated Tue, 08 Aug 2023 20:42:00 +0000
with message-id <e1qttwi-005m3s...@fasolo.debian.org>
and subject line Bug#1037690: fixed in hfst-ospell 0.5.3-2
has caused the Debian Bug report #1037690,
regarding hfst-ospell: ftbfs with GCC-13
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.)
--
1037690: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037690
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hfst-ospell
Version: 0.5.3-1
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13
[This bug is targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/hfst-ospell_0.5.3-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 13, either set CC=gcc-13 CXX=g++-13 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-13/porting_to.html
[...]
| ^~~~~~~~~~~~
hfst-ol.cc:926:1: error: ‘TransitionTableIndex’ does not name a type; did you
mean ‘TransitionTable’?
926 | TransitionTableIndex
| ^~~~~~~~~~~~~~~~~~~~
| TransitionTable
hfst-ol.cc:939:1: error: ‘bool hfst_ospell::IndexTable::final’ is not a static
data member of ‘class hfst_ospell::IndexTable’
939 | IndexTable::final(TransitionTableIndex i) const
| ^~~~~~~~~~
hfst-ol.cc:939:19: error: ‘TransitionTableIndex’ was not declared in this
scope; did you mean ‘TransitionTable’?
939 | IndexTable::final(TransitionTableIndex i) const
| ^~~~~~~~~~~~~~~~~~~~
| TransitionTable
hfst-ol.cc:945:1: error: ‘hfst_ospell::Weight
hfst_ospell::IndexTable::final_weight’ is not a static data member of ‘class
hfst_ospell::IndexTable’
945 | IndexTable::final_weight(TransitionTableIndex i) const
| ^~~~~~~~~~
hfst-ol.cc:945:26: error: ‘TransitionTableIndex’ was not declared in this
scope; did you mean ‘TransitionTable’?
945 | IndexTable::final_weight(TransitionTableIndex i) const
| ^~~~~~~~~~~~~~~~~~~~
| TransitionTable
hfst-ol.cc:957:34: error: ‘TransitionTableIndex’ has not been declared
957 | TransitionTableIndex transition_count):
| ^~~~~~~~~~~~~~~~~~~~
hfst-ol.cc: In constructor
‘hfst_ospell::TransitionTable::TransitionTable(FILE*, int)’:
hfst-ol.cc:959:5: error: class ‘hfst_ospell::TransitionTable’ does not have any
field named ‘size’
959 | size(transition_count)
| ^~~~
hfst-ol.cc: At global scope:
hfst-ol.cc:965:34: error: ‘TransitionTableIndex’ has not been declared
965 | TransitionTableIndex transition_count):
| ^~~~~~~~~~~~~~~~~~~~
hfst-ol.cc: In constructor
‘hfst_ospell::TransitionTable::TransitionTable(char**, int)’:
hfst-ol.cc:967:5: error: class ‘hfst_ospell::TransitionTable’ does not have any
field named ‘size’
967 | size(transition_count)
| ^~~~
hfst-ol.cc: At global scope:
hfst-ol.cc:979:1: error: ‘SymbolNumber’ does not name a type
979 | SymbolNumber
| ^~~~~~~~~~~~
hfst-ol.cc:990:1: error: ‘SymbolNumber’ does not name a type
990 | SymbolNumber
| ^~~~~~~~~~~~
hfst-ol.cc:1002:1: error: ‘TransitionTableIndex’ does not name a type; did you
mean ‘TransitionTable’?
1002 | TransitionTableIndex
| ^~~~~~~~~~~~~~~~~~~~
| TransitionTable
hfst-ol.cc:1015:1: error: ‘hfst_ospell::Weight
hfst_ospell::TransitionTable::weight’ is not a static data member of ‘class
hfst_ospell::TransitionTable’
1015 | TransitionTable::weight(TransitionTableIndex i) const
| ^~~~~~~~~~~~~~~
hfst-ol.cc:1015:25: error: ‘TransitionTableIndex’ was not declared in this
scope; did you mean ‘TransitionTable’?
1015 | TransitionTable::weight(TransitionTableIndex i) const
| ^~~~~~~~~~~~~~~~~~~~
| TransitionTable
hfst-ol.cc:1028:1: error: ‘bool hfst_ospell::TransitionTable::final’ is not a
static data member of ‘class hfst_ospell::TransitionTable’
1028 | TransitionTable::final(TransitionTableIndex i) const
| ^~~~~~~~~~~~~~~
hfst-ol.cc:1028:24: error: ‘TransitionTableIndex’ was not declared in this
scope; did you mean ‘TransitionTable’?
1028 | TransitionTable::final(TransitionTableIndex i) const
| ^~~~~~~~~~~~~~~~~~~~
| TransitionTable
hfst-ol.cc:1035:1: error: ‘SymbolNumber’ does not name a type
1035 | SymbolNumber Encoder::find_key(char ** p)
| ^~~~~~~~~~~~
make[2]: *** [Makefile:1014: libhfstospell_la-hfst-ol.lo] Error 1
make[2]: *** [Makefile:1021: libhfstospell_la-ospell.lo] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:789: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:13: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: hfst-ospell
Source-Version: 0.5.3-2
Done: Bastian Germann <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
hfst-ospell, 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 1037...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bastian Germann <b...@debian.org> (supplier of updated hfst-ospell 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, 08 Aug 2023 21:42:28 +0200
Source: hfst-ospell
Architecture: source
Version: 0.5.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team
<debian-science-maintain...@alioth-lists.debian.net>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 1037690
Changes:
hfst-ospell (0.5.3-2) unstable; urgency=medium
.
* Team upload
* Fix gcc-13 build with upstream patch (Closes: #1037690)
Checksums-Sha1:
67fbbec64e73c80a8faf98899a8b42300f988d07 2021 hfst-ospell_0.5.3-2.dsc
ae4934df15e33858f22212266c97fcf6507c816c 3620 hfst-ospell_0.5.3-2.debian.tar.xz
468a99821ea629a24e58da4c4a396c43ccfa64e0 5668
hfst-ospell_0.5.3-2_source.buildinfo
Checksums-Sha256:
a47cf147db530f63fd7cf28949315289bcf1c8d6129523b495a0c15699673a09 2021
hfst-ospell_0.5.3-2.dsc
338c398302be5120be8f0693adf7e05386668ce8e153c09f213ac2db2f0ee7e9 3620
hfst-ospell_0.5.3-2.debian.tar.xz
c2c1c5ebc0620445fad5dd9e41fd151f796b36a3cd832d412385af353e7064a6 5668
hfst-ospell_0.5.3-2_source.buildinfo
Files:
e7f13066fdf78ef6feb1f7b7fdb37b8f 2021 science optional hfst-ospell_0.5.3-2.dsc
99dbc32a77323c9c2cfaf801e174568f 3620 science optional
hfst-ospell_0.5.3-2.debian.tar.xz
251a4b10924994deb48538ecc4e22156 5668 science optional
hfst-ospell_0.5.3-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmTSm6QQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFPUPDADZ+yiuzafomSpOWfWuMzngdCbNwbKjMt6+
dxWLnMKb4EXafzlusMjVOiRYIIlFvLjMZh9kYG3pzs9O/+G9rbx5ASNn4UUbI7Hq
hCWqm60m65WQY5Nbq/59lzhge6uZtlADc1ZDoeFozm3Ogazi9fQ4PoCGM4GVvTda
ryAbiHLHkzAIUogKPU45VMAy0pX0QWDCINmto8z0WNMkGxW4UeOQD4qnxnnZXuYW
AcFw4VBpKZUsG0D0PUrGj1CKuegwnOBwmq4uqLUVomynQO1Fr2fsdopuRY4UfkOf
ZFNXioBgJ478Ap9BL7W5Zs980AwNpYuXStCB+0VJKPJ1t989MjrGwS6QP+rNwRt3
bcy1aBgWhW0HB4dGLCGWGFB7xYz4T1k09UiXCfrk47JObBHUE8HOP7+BWUd4Zoa3
Age7sX+9yAI8i5Prgc11VMPN+2uypfuyrcgR/1I9IKUICFPP9NqTbgZKAoPmmfNU
xsgvtDN3nS0R9i0UcnGm/L26d+ODXV4=
=MUUb
-----END PGP SIGNATURE-----
--- End Message ---