Your message dated Fri, 22 Jan 2016 16:41:12 +0000
with message-id <[email protected]>
and subject line Bug#811784: fixed in exactimage 0.9.1-11
has caused the Debian Bug report #811784,
regarding exactimage: 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.)


-- 
811784: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811784
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: exactimage
Version: 0.9.1-10
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
...
> g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fopenmp 
> -ffunction-sections -fdata-sections -flto -fPIC -Wno-sign-compare -fPIC 
> -funroll-loops -fomit-frame-pointer -funswitch-loops -fpeel-loops -ftracer 
> -funit-at-a-time -frename-registers -ftree-vectorize -Wno-switch 
> -Wno-switch-enum -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -I . 
> -I/usr/include/agg2 -I/usr/include/freetype2 -I lib -I utility -pthread 
> -I/usr/include/OpenEXR -I codecs/ -I bardecode -I utility -I utility 
> -I/usr/X11/include -I/usr/include/efl-1 -I/usr/include/evas-1 
> -I/usr/include/libpng12 -I/usr/include/fribidi -I/usr/include/freetype2 
> -I/usr/include/efl-1 -I/usr/include/eet-1 -I/usr/include/p11-kit-1 
> -I/usr/include/efl-1 -I/usr/include/eo-1 -I/usr/include/efl-1 
> -I/usr/include/eina-1 -I/usr/include/eina-1/eina -Igfx -D 
> WITHEVAS_COLOR_PREMUL -I . -I lib -I gfx -D WITHEVAS_X11_CONNECTION -D 
> WITHEVAS_X11_SCREEN  -c  -MMD -MP -MF 'objdir/codecs/pdf.d' -o 
> 'objdir/codecs/pdf.o' 'code
> cs/pdf.cc'
> codecs/dcraw.h: In function 'void dcraw::vng_interpolate()':
> codecs/dcraw.h:4110:3: error: narrowing conversion of '128' from 'int' to 
> 'signed char' inside { } [-Wnarrowing]
>    }, chood[] = { -1,-1, -1,0, -1,+1, 0,+1, +1,+1, +1,0, +1,-1, 0,-1 };
>    ^
> 
> codecs/dcraw.h:4110:3: error: narrowing conversion of '136' from 'int' to 
> 'signed char' inside { } [-Wnarrowing]
> codecs/dcraw.h:4110:3: error: narrowing conversion of '128' from 'int' to 
> 'signed char' inside { } [-Wnarrowing]
> codecs/dcraw.h:4110:3: error: narrowing conversion of '136' from 'int' to 
> 'signed char' inside { } [-Wnarrowing]
> codecs/dcraw.h:4110:3: error: narrowing conversion of '128' from 'int' to 
> 'signed char' inside { } [-Wnarrowing]
> codecs/dcraw.h:4110:3: error: narrowing conversion of '136' from 'int' to 
> 'signed char' inside { } [-Wnarrowing]
> codecs/dcraw.h: In function 'void dcraw::adobe_coeff(const char*, const 
> char*)':
> codecs/dcraw.h:7406:3: error: narrowing conversion of '65535' from 'int' to 
> 'short int' inside { } [-Wnarrowing]
>    };
>    ^
> 

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: exactimage
Source-Version: 0.9.1-11

We believe that the bug you reported is fixed in the latest version of
exactimage, 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.
Sven Eckelmann <[email protected]> (supplier of updated exactimage 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: SHA512

Format: 1.8
Date: Fri, 22 Jan 2016 15:20:48 +0100
Source: exactimage
Binary: exactimage edisplay libexactimage-perl php5-exactimage python-exactimage
Architecture: source amd64
Version: 0.9.1-11
Distribution: unstable
Urgency: medium
Maintainer: Sven Eckelmann <[email protected]>
Changed-By: Sven Eckelmann <[email protected]>
Description:
 edisplay   - fast image manipulation programs (image viewer)
 exactimage - fast image manipulation programs
 libexactimage-perl - fast image manipulation library (Perl bindings)
 php5-exactimage - fast image manipulation library (PHP bindings)
 python-exactimage - fast image manipulation library (Python bindings)
Closes: 811784
Changes:
 exactimage (0.9.1-11) unstable; urgency=medium
 .
   * debian/patches:
     - Add fixed-loading-absolute-filenames-with-colon-was-parsed-as.patch,
       fix loading (absolute) filenames with colon (LP: #1516548)
     - Add Build-as-C-98-code-to-avoid-errors-when-compiling-as-C-11.patch,
       Build as C++98 code to avoid errors when compiling as C++11
       (Closes: #811784)
   * debian/rules:
     - Disable LTO again due to GCC stability problems
Checksums-Sha1:
 96ace58503bfb06d1752e533050f033f133a4fcd 2452 exactimage_0.9.1-11.dsc
 283d89e8e91995083aa805eab074a3335c78cb49 37192 
exactimage_0.9.1-11.debian.tar.xz
 2d3736d1ae24cf1e6c2b97a8e69990b272858732 1956586 
edisplay-dbgsym_0.9.1-11_amd64.deb
 278517d2626c4630dad16e772964bcc7c36d49db 343272 edisplay_0.9.1-11_amd64.deb
 310dc1421002a2f579404a98fa7a5622694784f7 14063412 
exactimage-dbgsym_0.9.1-11_amd64.deb
 6a012d5df9bccc10f23ed72e9cc128fc15d3536d 855466 exactimage_0.9.1-11_amd64.deb
 cdbca7088c2ee1e3aee60328afd9edd93013f2e5 2358848 
libexactimage-perl-dbgsym_0.9.1-11_amd64.deb
 83b76bf733252ff358edebdb3bd98fd122021564 642638 
libexactimage-perl_0.9.1-11_amd64.deb
 0a18287aad81d957d473403706ec64ac743492cf 2308646 
php5-exactimage-dbgsym_0.9.1-11_amd64.deb
 52af82ee6c3023b4796a4813f7dde514268da30a 628144 
php5-exactimage_0.9.1-11_amd64.deb
 2e9ae3f26a0aa624aba18bb67ca72f0f1a823d2e 2305468 
python-exactimage-dbgsym_0.9.1-11_amd64.deb
 635663cab12a5d622955269f3933e884d9df2739 632306 
python-exactimage_0.9.1-11_amd64.deb
Checksums-Sha256:
 131a55f1facdba4a696bd9c79e5359de49c004ec6f9801a7d57cfcb65f539e76 2452 
exactimage_0.9.1-11.dsc
 03c9447e37bb8a9fd7361e6aa6dd99ff4ddbac139cb7838ec425dda1563854b1 37192 
exactimage_0.9.1-11.debian.tar.xz
 5accb572596ce8dfad7d2fab81bb9aba2adb2c71dd8a295b104c0322c2c07975 1956586 
edisplay-dbgsym_0.9.1-11_amd64.deb
 9eb9ceccea1e24956eec57fcd225be319f04fce2321021c8ea94956e6fd24209 343272 
edisplay_0.9.1-11_amd64.deb
 e4037f5c0ddc7e3ed7a2f2b64dd2f5e3f888fb857e7d0156529d77feee039bc3 14063412 
exactimage-dbgsym_0.9.1-11_amd64.deb
 45f35264f401eea039c6b236ca74fd5327f3c973496d7827160a98216bf815e5 855466 
exactimage_0.9.1-11_amd64.deb
 a42ef67e184965ab7e73a8d144e6d53a545ac1884eda7d3a7039ca6d24c746ae 2358848 
libexactimage-perl-dbgsym_0.9.1-11_amd64.deb
 eda8fff8e48c101a9aa315b650f220ef695fd4ee51d3e8e9a97685a8150aba7b 642638 
libexactimage-perl_0.9.1-11_amd64.deb
 655a9c6870c835ef0de53c24c1e89e3f7fcd028bbe9ba6ed9340ce37232e80cb 2308646 
php5-exactimage-dbgsym_0.9.1-11_amd64.deb
 4c354c39d5a65a1359aa5a94c9ea8439500025abac21afdc54ca2ce3f80ef035 628144 
php5-exactimage_0.9.1-11_amd64.deb
 90eca4171b33ea4cfaea5b2284dded1b25b708b364053bdb8381f0fa0d6d77f8 2305468 
python-exactimage-dbgsym_0.9.1-11_amd64.deb
 dc7253073f76f194ea3724f6d2d14718029facdff2e80376dabdef3263897b44 632306 
python-exactimage_0.9.1-11_amd64.deb
Files:
 485ce404b7cd65b6d4ca29b7b3b7f990 2452 graphics optional exactimage_0.9.1-11.dsc
 9d6caf84ea4a09671e28c894c20a68d4 37192 graphics optional 
exactimage_0.9.1-11.debian.tar.xz
 77b84797b3e1927a38070f9d622ed454 1956586 debug extra 
edisplay-dbgsym_0.9.1-11_amd64.deb
 42fa2a61075ad05947ae99678ee08b88 343272 graphics optional 
edisplay_0.9.1-11_amd64.deb
 0c4e35235cb889dc6d6affd1e4ebc864 14063412 debug extra 
exactimage-dbgsym_0.9.1-11_amd64.deb
 514a2605d4bf53ed49b52e61e5b0ac5d 855466 graphics optional 
exactimage_0.9.1-11_amd64.deb
 af8bc04b7be86b58fadfc2313327987f 2358848 debug extra 
libexactimage-perl-dbgsym_0.9.1-11_amd64.deb
 4cc9c61e83c62e041f30661934040985 642638 perl optional 
libexactimage-perl_0.9.1-11_amd64.deb
 cfc63d21d8e36c4047f62708372ff47c 2308646 debug extra 
php5-exactimage-dbgsym_0.9.1-11_amd64.deb
 122032fc06133c858e645a6297df8278 628144 php optional 
php5-exactimage_0.9.1-11_amd64.deb
 e911673b59af95a77a31e9d2bfcf8872 2305468 debug extra 
python-exactimage-dbgsym_0.9.1-11_amd64.deb
 56de7aa3a019f48354d261ad694da0b4 632306 python optional 
python-exactimage_0.9.1-11_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCgAGBQJWojx6AAoJEF2HCgfBJntG9+wQAKw1c4QmW1kQHdTN3N1V4bk1
rP2bpRFGt/vXQ19jBjASXnqTps4QM0Q3/5Yh6jvI81x25wEe2hgmfsNzxKn7zag0
IRZ0ZndG9EMec98au95kjTH16BYgFh+O4jOc3Jzs7dmVVgGLHYR98nbN5fkALcgJ
k1BQyDJVyYWyFDasjO8zrOBRGZ5rVjqeaFvXaXlsh08ayKDNhZXJ7CIAmUYkb6gG
rcMMQ/tMFYA3tVMLMdEvklZOeQ6T+fR+gd5MFybfTM6StsO3WRgEdK23Fs+YoR6x
33YB/O1kJF1YWLWuFdv67Kflty7+Dw3qZHsHBDyi5YB+qaVGq6bRX0PQzM/sH3Td
KSJdhGOAZbRoXnZKjwP9wdpDL2gOweZWEiASRrf1y+IjHyUfp6oJh91QKjNdQLpc
+f0ZddQAcmpH3zD3lqfQ8gBY5whUHadPFwVjgqhNgteVICyRyHR0sb4WbATPzAKc
udED4/pklBiSu6/PohVVDVeTEkJSkYtQIPmQT/rdvBhgr+wpCyV8XsaHfvOn1maR
8r40nTu30wPWLqcQlTJYH+HqEy0zbi2xIMoUdYPj5Qhwf+riKXA6QgVwhWQ3Soag
oNbqhPNL8xSG5JTm4MQgDMug0UoM/3CWUACuuGEbIfj94l2mICauxXLcb3oKzZh2
5TRMZqURAbM58YkMZOH7
=mDcn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to