Your message dated Sat, 13 Jul 2019 12:34:29 +0000
with message-id <[email protected]>
and subject line Bug#925679: fixed in fim 0.5.3-2
has caused the Debian Bug report #925679,
regarding fim: ftbfs with GCC-9
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.)
--
925679: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925679
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:fim
Version: 0.5~rc3-4
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-9
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-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/fim_0.5~rc3-4_unstable_gcc9.log
The last lines of the build log are at the end of this report.
To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html
GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.
[...]
| | fim_int {aka long int}
| long long int
| %ld
In file included from ./DebugConsole.h:27,
from ./DisplayDevice.h:24,
from ./FramebufferDevice.h:37,
from ./FbiStuff.h:31,
from ./fim.h:473,
from ./AADevice.cpp:22:
./Var.h: In member function 'fim::string fim::Var::getString() const':
./Var.h:178:22: warning: format '%lld' expects argument of type 'long long
int', but argument 3 has type 'fim_int' {aka 'long int'} [-Wformat=]
178 | sprintf(buf,"%lld",(int64_t)i);
| ~~~^ ~~~~~~~~~~
| | |
| | fim_int {aka long int}
| long long int
| %ld
In file included from ./DebugConsole.h:27,
from ./DisplayDevice.h:24,
from ./FramebufferDevice.h:37,
from ./FbiStuff.h:31,
from ./fim.h:473,
from ./CACADevice.cpp:24:
./Var.h: In member function 'fim::string fim::Var::getString() const':
./Var.h:178:22: warning: format '%lld' expects argument of type 'long long
int', but argument 3 has type 'fim_int' {aka 'long int'} [-Wformat=]
178 | sprintf(buf,"%lld",(int64_t)i);
| ~~~^ ~~~~~~~~~~
| | |
| | fim_int {aka long int}
| long long int
| %ld
./AADevice.cpp: In member function 'virtual fim_err_t
AADevice::fill_rect(fim_coo_t, fim_coo_t, fim_coo_t, fim_coo_t, fim_color_t)':
./AADevice.cpp:492:115: error: no matching function for call to
'AADevice::clear_rect_<4294967295>(unsigned char*&, fim_coo_t&, fim_coo_t&,
fim_coo_t, fim_coo_t, int&)'
492 | return clear_rect_<FIM_CNS_WHITE>(aa_image(ascii_context_),y1, x1,
y2-y1+1, x2-x1+1,aa_imgwidth(ascii_context_));
|
^
./AADevice.cpp:41:12: note: candidate: 'template<int PIXELCOL> fim_err_t
AADevice::clear_rect_(void*, fim_coo_t, fim_coo_t, fim_coo_t, fim_coo_t,
fim_coo_t)'
41 | fim_err_t AADevice::clear_rect_(
| ^~~~~~~~
./AADevice.cpp:41:12: note: template argument deduction/substitution failed:
./AADevice.cpp:492:115: error: narrowing conversion of '4294967295' from
'unsigned int' to 'int' [-Wnarrowing]
492 | return clear_rect_<FIM_CNS_WHITE>(aa_image(ascii_context_),y1, x1,
y2-y1+1, x2-x1+1,aa_imgwidth(ascii_context_));
|
^
In file included from DebugConsole.h:27,
from DisplayDevice.h:24,
from FramebufferDevice.h:37,
from FbiStuff.h:31,
from fim.h:473,
from SDLDevice.cpp:28:
Var.h: In member function 'fim::string fim::Var::getString() const':
Var.h:178:22: warning: format '%lld' expects argument of type 'long long int',
but argument 3 has type 'fim_int' {aka 'long int'} [-Wformat=]
178 | sprintf(buf,"%lld",(int64_t)i);
| ~~~^ ~~~~~~~~~~
| | |
| | fim_int {aka long int}
| long long int
| %ld
make[5]: *** [Makefile:701: AADevice.o] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[4]: *** [Makefile:908: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:534: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:510: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:422: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:8: binary-arch] Error 2
dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: fim
Source-Version: 0.5.3-2
We believe that the bug you reported is fixed in the latest version of
fim, 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.
Rafael Laboissiere <[email protected]> (supplier of updated fim 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: Sat, 13 Jul 2019 07:12:26 -0300
Source: fim
Architecture: source
Version: 0.5.3-2
Distribution: unstable
Urgency: medium
Maintainer: Michele Martone <[email protected]>
Changed-By: Rafael Laboissiere <[email protected]>
Closes: 925679 928183
Changes:
fim (0.5.3-2) unstable; urgency=medium
.
* d/p/compile-with-gcc-9.patch: New patch (Closes: #925679)
* d/p/reproducible-build.patch: New patch.
Thanks to Chris Lamb (Closes: #928183)
Checksums-Sha1:
6318236da9f081c5a36010ce9691e6e419825e68 2267 fim_0.5.3-2.dsc
b7c55934bfa1376003c87383dd8680210a5c6f69 8216 fim_0.5.3-2.debian.tar.xz
f951ce89c59ae22ddaa059dfaacc002e1ec2e9e5 11339 fim_0.5.3-2_amd64.buildinfo
Checksums-Sha256:
2e5ba8bad6f07e34a43d78bc3d3c01f007d9f1651282221c47ed9951ed0374aa 2267
fim_0.5.3-2.dsc
c3e162468812b1945f8285b2527f31316db4ad7899a096c92bbec4585c6f92b2 8216
fim_0.5.3-2.debian.tar.xz
60ab1a492224c113b27f835363185f35209e40bad796c27c3e80078801d3d9ef 11339
fim_0.5.3-2_amd64.buildinfo
Files:
75108fcace83b5aef6f035dbcc0c0cad 2267 graphics optional fim_0.5.3-2.dsc
1084147e7332c2ac6c7e83c72db0cfe4 8216 graphics optional
fim_0.5.3-2.debian.tar.xz
0e64578c8c7bd309e3654549db11d61b 11339 graphics optional
fim_0.5.3-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEP0ZDkUmP6HS9tdmPISSqGYN4XJAFAl0pwpsACgkQISSqGYN4
XJA5JRAAhTZ0Mt2J5ZJV7pvVmkzvy5IMnH4qv6Z94WKTohETdyFIgZdLt1MDP6NY
nGN9Tux2+KrXdkNj+dqoEkZlC3p86bPtvDHFzMFUAmF9YHeA1sacfzkHS2u1at4s
VHyIq3oxpa1PFjZ5rxXq/xVcmK7m1jeaItXTmUSi5A0BWyhp5TZB8SMYm5QDcpBF
YIlfpee5VKFuerLjZFUw/HLkf13tZVTP7GsyvVhy+e9EwKXMIKEPKEJWlHMLoFBx
yMl1emZmnzz+sfpnIOHYrF6UIyPPCB8pvTeuCBX2BqSuUyzOJJZY+i8dOZ4kSxE0
YpfTMANp0U0N2x2045NhPAaqYYznPJdmjkSnhcPehAQlsBviquAjjovr7kCdv+Qz
My+ZFYcOymi46ZCcBEvWPVM5FwIvwVKzSQm78X5kYLcYtQXmg7Yj3DYS8479CsrE
1BFXfkOcBF0gA0hgXpARxUNfCv9Mr68dyq6uFfvbbaARMXv8vA0/oleLUa4VGOuL
F0a9SYxF5iP2CHPGVis3dc2HaafGnXoplHws2hZ/wauTEyCNNGJ5CwYU+uOyr+Op
pLDHvk10JU866kURsxGyuipHPl7q1fpcBPeicldIAOQdDziPEJ5yQ7FRR1g/g6Zh
/we8EfcRC8MrMhs/uMU7W6vFlPVK9GsWWW+zfM3mZMmixe56+HE=
=t4oI
-----END PGP SIGNATURE-----
--- End Message ---