Your message dated Tue, 27 Sep 2016 12:28:20 +0000
with message-id <[email protected]>
and subject line Bug#811785: fixed in libtuxcap 1.4.0.dfsg2-2.3
has caused the Debian Bug report #811785,
regarding libtuxcap: FTBFS with GCC 6: narrowing conversion
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.)
--
811785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811785
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libtuxcap
Version: 1.4.0.dfsg2-2.2
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6 gcc-6-narrowing
This package fails to build with GCC 6. GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.
Note that only the first error is reported; there might be more. You
can find a snapshot of GCC 6 in experimental. To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.
You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html
> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> [ 7%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/MemoryImage.o
> cd /<<PKGBUILDDIR>>/debian/tmp-build/tuxcap/lib && /usr/bin/c++
> -Dtuxcap_EXPORTS -I/<<PKGBUILDDIR>>/tuxcap/{SDL_INCLUDE_DIR}
> -I/usr/include/x86_64-linux-gnu/ImageMagick-6 -I/usr/include/ImageMagick-6
> -I/usr/include/SDL -I/usr/include/python2.7 -I/<<PKGBUILDDIR>>/tuxcap/include
> -I/<<PKGBUILDDIR>>/tuxcap/chipmunk -I/<<PKGBUILDDIR>>/tuxcap/hgeparticle
> -I/<<PKGBUILDDIR>>/tuxcap/pycap -DNDEBUG -fPIC -o
> CMakeFiles/tuxcap.dir/MemoryImage.o -c
> /<<PKGBUILDDIR>>/tuxcap/lib/MemoryImage.cpp
> /<<PKGBUILDDIR>>/tuxcap/lib/MemoryImage.cpp: In member function 'bool
> Sexy::MemoryImage::BltRotatedClipHelper(float&, float&, const Rect&, const
> Rect&, double, Sexy::FRect&, float, float)':
> /<<PKGBUILDDIR>>/tuxcap/lib/MemoryImage.cpp:1507:32: warning: narrowing
> conversion of '(int)theSrcRect.Sexy::TRect<int>::mWidth' from 'int' to
> 'float' inside { } [-Wnarrowing]
> float px[4] = { 0, theSrcRect.mWidth, theSrcRect.mWidth, 0 };
> ~~~~~~~~~~~^~~~~~
>
> /<<PKGBUILDDIR>>/tuxcap/lib/MemoryImage.cpp:1507:51: warning: narrowing
> conversion of '(int)theSrcRect.Sexy::TRect<int>::mWidth' from 'int' to
> 'float' inside { } [-Wnarrowing]
> float px[4] = { 0, theSrcRect.mWidth, theSrcRect.mWidth, 0 };
> ~~~~~~~~~~~^~~~~~
>
> /<<PKGBUILDDIR>>/tuxcap/lib/MemoryImage.cpp:1508:35: warning: narrowing
> conversion of '(int)theSrcRect.Sexy::TRect<int>::mHeight' from 'int' to
> 'float' inside { } [-Wnarrowing]
> float py[4] = { 0, 0, theSrcRect.mHeight, theSrcRect.mHeight };
> ~~~~~~~~~~~^~~~~~~
>
> /<<PKGBUILDDIR>>/tuxcap/lib/MemoryImage.cpp:1508:55: warning: narrowing
> conversion of '(int)theSrcRect.Sexy::TRect<int>::mHeight' from 'int' to
> 'float' inside { } [-Wnarrowing]
> float py[4] = { 0, 0, theSrcRect.mHeight, theSrcRect.mHeight };
> ~~~~~~~~~~~^~~~~~~
>
> /<<PKGBUILDDIR>>/tuxcap/lib/MemoryImage.cpp: In member function 'void
> Sexy::MemoryImage::BltMatrixHelper(Sexy::Image*, float, float, const
> Sexy::SexyMatrix3&, const Rect&, const Sexy::Color&, int, const Rect&, void*,
> int, int, bool)':
> /<<PKGBUILDDIR>>/tuxcap/lib/MemoryImage.cpp:1787:2: error: narrowing
> conversion of '4294967295u' from 'unsigned int' to 'int32_t {aka int}' inside
> { } [-Wnarrowing]
> };
> ^
>
> /<<PKGBUILDDIR>>/tuxcap/lib/MemoryImage.cpp:1787:2: error: narrowing
> conversion of '4294967295u' from 'unsigned int' to 'int32_t {aka int}' inside
> { } [-Wnarrowing]
> /<<PKGBUILDDIR>>/tuxcap/lib/MemoryImage.cpp:1787:2: error: narrowing
> conversion of '4294967295u' from 'unsigned int' to 'int32_t {aka int}' inside
> { } [-Wnarrowing]
> /<<PKGBUILDDIR>>/tuxcap/lib/MemoryImage.cpp:1787:2: error: narrowing
> conversion of '4294967295u' from 'unsigned int' to 'int32_t {aka int}' inside
> { } [-Wnarrowing]
> tuxcap/lib/CMakeFiles/tuxcap.dir/build.make:425: recipe for target
> 'tuxcap/lib/CMakeFiles/tuxcap.dir/MemoryImage.o' failed
> make[3]: *** [tuxcap/lib/CMakeFiles/tuxcap.dir/MemoryImage.o] Error 1
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: libtuxcap
Source-Version: 1.4.0.dfsg2-2.3
We believe that the bug you reported is fixed in the latest version of
libtuxcap, 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.
Johannes Brandstätter <[email protected]> (supplier of updated libtuxcap 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, 25 Sep 2016 13:36:46 +0200
Source: libtuxcap
Binary: libtuxcap-dev libtuxcap4.0 libtuxcap4.0-dbg
Architecture: source
Version: 1.4.0.dfsg2-2.3
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Johannes Brandstätter <[email protected]>
Description:
libtuxcap-dev - framework for developing 2D games - development files
libtuxcap4.0 - framework for developing 2D games - runtime libraries
libtuxcap4.0-dbg - framework for developing 2D games - debugging symbols
Closes: 811785
Changes:
libtuxcap (1.4.0.dfsg2-2.3) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix building with GCC 6. (Closes: #811785)
Checksums-Sha1:
0bd60ac561c17a8ef79238f034ce57d463d5b85a 2209 libtuxcap_1.4.0.dfsg2-2.3.dsc
32da0fdca27ef8079ed30444d779dd79fe31133a 11451
libtuxcap_1.4.0.dfsg2-2.3.diff.gz
Checksums-Sha256:
244bb21d69d6d86252aeb66344a5971989c4c00060dead74633293f593318c9c 2209
libtuxcap_1.4.0.dfsg2-2.3.dsc
2baa26fdab97253ff29347d6094cb2d2ce8a4da00d86d3fbb1905fda3ee572ee 11451
libtuxcap_1.4.0.dfsg2-2.3.diff.gz
Files:
bfed49524606dbee85765100ac691b7d 2209 libs optional
libtuxcap_1.4.0.dfsg2-2.3.dsc
d179566f16ea7058db00f1cc1bf249e7 11451 libs optional
libtuxcap_1.4.0.dfsg2-2.3.diff.gz
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCAAGBQJX5704AAoJEGny/FFupxmTwc4P/jfeS/LXADW1s51xN3OwzrN0
yTTw/+FVoprVpqGjs+ZPOIa41Jz+gQhgtAhysqateXQfAvIij+tnGNSTxqH5dtdi
4T7ac7I8RWwtzYfB6HihNAJwejW4GKjkCF92MuY6IkA5twZ6UrG8v6O21lQAiCf7
ogkrYJpwlm8m+ObqsvNQvzphRZlo/8a+aG7UrxGE+ci0zgFkLbnGxNSVxX7CvBY/
wrllYNqaW2yBO/KIscCA/HB6vq3w5OitkL5rD6R0mqpS3sn5ffhiSHvpVyGjiwes
Lg63dWuypPcANtSRl+wGoOI4bxmrUaoxtuy0r6yV0z0laj1csZ78NKTbMI0SByFs
U4y2U3uTxOMulpZcJPyZIvNF1MCAr14qH3iNivG32KPsE9Yp06BjmLIWckZDhsEa
Xss95GByVBN3Gl97q0KkAqBCgYl+pnn+HnQnXSmoTYTHjlhv+fUomichSFoksd5V
/wgsUx4U4DSRfNWi4/2war5hpT0OinNLpQPRo5xv8bqlDcLLuU2TX3O8Z+th0cXm
K9M7ylpy0BTT1PLHyLam+q7CL16pPhe4Z4X8B8+4uH0M3h5nOdDPgVmVkID1tgMj
AlRVxwSFBslMifOHoe+RldL69LjbKcETLSGTpp7/c2QekfN6KJ7nq9g+eDksYONl
oNOQLjM/Ub8whP/pFflX
=98rU
-----END PGP SIGNATURE-----
--- End Message ---