Your message dated Sun, 18 Jun 2023 09:35:10 +0000
with message-id <[email protected]>
and subject line Bug#1037647: fixed in fasttext 0.9.2+ds-2
has caused the Debian Bug report #1037647,
regarding fasttext: 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 [email protected]
immediately.)
--
1037647: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037647
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:fasttext
Version: 0.9.2+ds-1
Severity: normal
Tags: sid trixie
User: [email protected]
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/fasttext_0.9.2+ds-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
[...]
from /<<PKGBUILDDIR>>/src/args.h:11,
from /<<PKGBUILDDIR>>/src/args.cc:9:
/usr/include/c++/13/bits/range_access.h:274:5: note: ‘std::size’ declared here
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
/<<PKGBUILDDIR>>/src/args.cc:490:10: error: ‘size’ was not declared in this
scope; did you mean ‘std::size’?
490 | return size * multiplier;
| ^~~~
| std::size
/usr/include/c++/13/bits/range_access.h:274:5: note: ‘std::size’ declared here
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
/<<PKGBUILDDIR>>/src/args.cc:471:5: error: ‘multiplier’ was not declared in
this scope
471 | multiplier = units[lastCharacter];
| ^~~~~~~~~~
/<<PKGBUILDDIR>>/src/args.cc:474:11: error: expected ‘;’ before ‘size’
474 | uint64_t size = 0;
| ^~~~~
| ;
/<<PKGBUILDDIR>>/src/args.cc:478:5: error: ‘size’ was not declared in this
scope; did you mean ‘std::size’?
478 | size = std::stol(modelSize, &nonNumericCharacter);
| ^~~~
| std::size
In file included from /usr/include/c++/13/string:53,
from /usr/include/c++/13/bits/locale_classes.h:40,
from /usr/include/c++/13/bits/ios_base.h:41,
from /usr/include/c++/13/ios:44,
from /usr/include/c++/13/istream:40,
from /<<PKGBUILDDIR>>/src/args.h:11,
from /<<PKGBUILDDIR>>/src/args.cc:9:
/usr/include/c++/13/bits/range_access.h:274:5: note: ‘std::size’ declared here
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
/<<PKGBUILDDIR>>/src/args.cc:490:10: error: ‘size’ was not declared in this
scope; did you mean ‘std::size’?
490 | return size * multiplier;
| ^~~~
| std::size
/usr/include/c++/13/bits/range_access.h:274:5: note: ‘std::size’ declared here
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
/<<PKGBUILDDIR>>/src/args.cc:490:17: error: ‘multiplier’ was not declared in
this scope
490 | return size * multiplier;
| ^~~~~~~~~~
/<<PKGBUILDDIR>>/src/args.cc:490:17: error: ‘multiplier’ was not declared in
this scope
490 | return size * multiplier;
| ^~~~~~~~~~
make[4]: *** [CMakeFiles/fasttext-static_pic.dir/build.make:79:
CMakeFiles/fasttext-static_pic.dir/src/args.cc.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:144: CMakeFiles/fasttext-static_pic.dir/all]
Error 2
make[3]: *** Waiting for unfinished jobs....
make[4]: *** [CMakeFiles/fasttext-shared.dir/build.make:79:
CMakeFiles/fasttext-shared.dir/src/args.cc.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [CMakeFiles/fasttext-static.dir/build.make:79:
CMakeFiles/fasttext-static.dir/src/args.cc.o] Error 1
make[4]: *** Waiting for unfinished jobs....
[ 19%] Building CXX object CMakeFiles/fasttext-shared.dir/src/autotune.cc.o
[ 21%] Building CXX object CMakeFiles/fasttext-static.dir/src/main.cc.o
/usr/bin/c++ -Dfasttext_shared_EXPORTS -I/<<PKGBUILDDIR>>/fasttext -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT
CMakeFiles/fasttext-shared.dir/src/autotune.cc.o -MF
CMakeFiles/fasttext-shared.dir/src/autotune.cc.o.d -o
CMakeFiles/fasttext-shared.dir/src/autotune.cc.o -c
/<<PKGBUILDDIR>>/src/autotune.cc
/usr/bin/c++ -I/<<PKGBUILDDIR>>/fasttext -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT
CMakeFiles/fasttext-static.dir/src/main.cc.o -MF
CMakeFiles/fasttext-static.dir/src/main.cc.o.d -o
CMakeFiles/fasttext-static.dir/src/main.cc.o -c /<<PKGBUILDDIR>>/src/main.cc
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:92: CMakeFiles/fasttext-shared.dir/all]
Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:118: CMakeFiles/fasttext-static.dir/all]
Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:139: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:24: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:17: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: fasttext
Source-Version: 0.9.2+ds-2
Done: Kentaro Hayashi <[email protected]>
We believe that the bug you reported is fixed in the latest version of
fasttext, 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.
Kentaro Hayashi <[email protected]> (supplier of updated fasttext 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: SHA256
Format: 1.8
Date: Sun, 18 Jun 2023 16:37:00 +0900
Source: fasttext
Architecture: source
Version: 0.9.2+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Kentaro Hayashi <[email protected]>
Closes: 1035197 1037647
Changes:
fasttext (0.9.2+ds-2) unstable; urgency=medium
.
* debian/patches/fix-ftbfs-gcc13.patch
- Fix FTBFS with GCC-13. (Closes: #1037647)
* debian/tests
- Add missing autopkgtest (Closes: #1035197)
* debian/control
- Bump Standards-Version to 4.6.2. No other changes are required.
Checksums-Sha1:
9a8c361d76d9412153414ee3a43c3eef3599349b 2366 fasttext_0.9.2+ds-2.dsc
e3b7572f8b79aa0f0f7cd4a77106b487bfd655fe 8140 fasttext_0.9.2+ds-2.debian.tar.xz
ef279293803c5f6e9b3459e9debcc7e52ad10534 9582
fasttext_0.9.2+ds-2_amd64.buildinfo
Checksums-Sha256:
f0b75a9aef8a12dd65b406335e46bb6d1c6bbde927e5d1b27138a6d69f2642b5 2366
fasttext_0.9.2+ds-2.dsc
6cd92ef85d5662b6137becb364cddb9994d7476271298e503def7d9926774555 8140
fasttext_0.9.2+ds-2.debian.tar.xz
79a8796c0769ff0b4d6dde46a04a8610f13bf9dcbcda1d9db2efd183ad8f33df 9582
fasttext_0.9.2+ds-2_amd64.buildinfo
Files:
a1b6ddf8deb67abb2e58375e3b9a4b90 2366 science optional fasttext_0.9.2+ds-2.dsc
e15ba9cd0bdd26b248b259521d19164f 8140 science optional
fasttext_0.9.2+ds-2.debian.tar.xz
5247114bd55b6fa325c90d63df0eccb5 9582 science optional
fasttext_0.9.2+ds-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEcZ6y2T2+nE0h+6Bk9/t1xWbtIOMFAmSOwyUACgkQ9/t1xWbt
IOPXQg/+KGeQqRk7wRhq67OGKW1wk1QHxJeKR084QSytHj57iil8pCD87o+nZi/a
TMqO1jcPYyHp5PURJBXWhlb6X3mN/ChHpZzVoTh8/iMKBDJGBoCjTqg9aYAaZdJI
EHoxqlGbKCVMImoXitCaQSRVqHYP4rXHAeqn0aVIjOeHG7EKyzyHpzTHLR+hSkVE
Ksr6N6kr03ksOhMkZUVnN81w56s19z8P9TXb0UB1j5KZsu9QjRnftgMXH9xlBD0x
BAK4IdFlcbTK2WWp0NtR3osWZGE2SAwa8pofggDxKiwKzi1HfFPgACod4go7lWg5
GbPc5J7Hnq2vwr2I09Gim62zLW/IaUqaMRmuPmTDoI+F5wLJ7QsomvXXo4/S80cK
KfP4PtV1jkdr3KNhSvtTrGvn0xPIYIsvWEYkLYAQhdX9vVPFkM6rEkShBCXT9Kzy
e3lc7A/WIvgEANyVHFJEaCK8MB70cSB2uxG90fnyC3QAQs6VF0vjFavjeE8zxyP7
vwkWWIM0Q4JWfr3qLnVBOd2V79tTBgzvb1xnRcTN5casnt2NTctwLNNQp98qCYar
/kCO0QxAbU6Y3YRRNFrIMrrIgiWqJ9V3V7b6ieHMUzIoiZhot/ThWJTymO6Y+Cyg
e/P17TsPkKsYYvul+S8KaFFe+nJGdNzUx/J050mm01C1MUuFXjA=
=QjA+
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers