Your message dated Wed, 27 Jul 2016 22:21:36 +0000
with message-id <[email protected]>
and subject line Bug#811744: fixed in libraw 0.17.2-4
has caused the Debian Bug report #811744,
regarding libraw: 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.)
--
811744: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811744
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libraw
Version: 0.17.1-1
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
...
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> /bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"LibRaw\"
> -DPACKAGE_TARNAME=\"libraw\" -DPACKAGE_VERSION=\"0.17.1\"
> -DPACKAGE_STRING=\"LibRaw\ 0.17.1\" -DPACKAGE_BUGREPORT=\"[email protected]\"
> -DPACKAGE_URL=\"http://www.libraw.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_JPEGLIB_H=1 -DHAVE_JPEGLIB_H=1
> -DHAVE_JASPER_JASPER_H=1 -I. -Wdate-time -D_FORTIFY_SOURCE=2
> -I/usr/local/include -DUSE_JPEG -DUSE_JPEG8 -DUSE_JASPER -DUSE_LCMS2 -g -O2
> -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -c -o
> internal/dcraw_common.lo internal/dcraw_common.cpp
> libtool: compile: g++ -DPACKAGE_NAME=\"LibRaw\" -DPACKAGE_TARNAME=\"libraw\"
> -DPACKAGE_VERSION=\"0.17.1\" "-DPACKAGE_STRING=\"LibRaw 0.17.1\""
> -DPACKAGE_BUGREPORT=\"[email protected]\"
> -DPACKAGE_URL=\"http://www.libraw.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_JPEGLIB_H=1 -DHAVE_JPEGLIB_H=1
> -DHAVE_JASPER_JASPER_H=1 -I. -Wdate-time -D_FORTIFY_SOURCE=2
> -I/usr/local/include -DUSE_JPEG -DUSE_JPEG8 -DUSE_JASPER -DUSE_LCMS2 -g -O2
> -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -c
> internal/dcraw_common.cpp -fPIC -DPIC -o internal/.libs/dcraw_common.o
> In file included from ./libraw/libraw.h:40:0,
> from internal/dcraw_common.cpp:29:
> ./libraw/libraw_datastream.h:96:10: warning: 'template<class> class
> std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> std::auto_ptr<std::streambuf> f; /* will close() automatically through
> dtor */
> ^~~~~~~~
>
> In file included from /usr/include/c++/6/memory:81:0,
> from ./libraw/libraw_datastream.h:38,
> from ./libraw/libraw.h:40,
> from internal/dcraw_common.cpp:29:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
>
> In file included from ./libraw/libraw.h:40:0,
> from internal/dcraw_common.cpp:29:
> ./libraw/libraw_datastream.h:97:10: warning: 'template<class> class
> std::auto_ptr' is deprecated [-Wdeprecated-declarations]
> std::auto_ptr<std::streambuf> saved_f; /* when *f is a subfile, *saved_f
> is the master file */
> ^~~~~~~~
>
> In file included from /usr/include/c++/6/memory:81:0,
> from ./libraw/libraw_datastream.h:38,
> from ./libraw/libraw.h:40,
> from internal/dcraw_common.cpp:29:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
>
> internal/dcraw_common.cpp: In member function 'void
> LibRaw::vng_interpolate()':
> internal/dcraw_common.cpp:4539: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 };
> ^
>
> internal/dcraw_common.cpp:4539:3: error: narrowing conversion of '136' from
> 'int' to 'signed char' inside { } [-Wnarrowing]
> internal/dcraw_common.cpp:4539:3: error: narrowing conversion of '128' from
> 'int' to 'signed char' inside { } [-Wnarrowing]
> internal/dcraw_common.cpp:4539:3: error: narrowing conversion of '136' from
> 'int' to 'signed char' inside { } [-Wnarrowing]
> internal/dcraw_common.cpp:4539:3: error: narrowing conversion of '128' from
> 'int' to 'signed char' inside { } [-Wnarrowing]
> internal/dcraw_common.cpp:4539:3: error: narrowing conversion of '136' from
> 'int' to 'signed char' inside { } [-Wnarrowing]
> Makefile:862: recipe for target 'internal/dcraw_common.lo' failed
> make[1]: *** [internal/dcraw_common.lo] Error 1
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: libraw
Source-Version: 0.17.2-4
We believe that the bug you reported is fixed in the latest version of
libraw, 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.
Matteo F. Vescovi <[email protected]> (supplier of updated libraw 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: Wed, 27 Jul 2016 23:33:34 +0200
Source: libraw
Binary: libraw15 libraw-bin libraw-dev libraw-doc
Architecture: source
Version: 0.17.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers
<[email protected]>
Changed-By: Matteo F. Vescovi <[email protected]>
Description:
libraw-bin - raw image decoder library (tools)
libraw-dev - raw image decoder library (development files)
libraw-doc - raw image decoder library (documentation)
libraw15 - raw image decoder library
Closes: 811744
Changes:
libraw (0.17.2-4) unstable; urgency=medium
.
* debian/patches/: patchset updated (Closes: #811744)
- 0001-Fix_dcraw_narrowing_for_gcc6.patch refreshed
Thanks to Alex Tutubalin (upstream dev) for the advice.
Checksums-Sha1:
2eeaaa2761940d48ff9a05ea228f870d9e136e3f 2331 libraw_0.17.2-4.dsc
98b73fd3774ec4668ccf347427202f1e8b304aac 27568 libraw_0.17.2-4.debian.tar.xz
Checksums-Sha256:
3b34c4c2cbd15988caadbad1905f214a0529d2c210cc6b9a6fbad39027947641 2331
libraw_0.17.2-4.dsc
175d2125a8f52b4f52eb10cb3360053264f1da8f77bc9a9930b0c8babef0920f 27568
libraw_0.17.2-4.debian.tar.xz
Files:
0bed9ba32b34487fff5e89acc77822b0 2331 libs optional libraw_0.17.2-4.dsc
163d20373547ee70915ab5656ad9d75c 27568 libs optional
libraw_0.17.2-4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Comment: Debian powered!
iQJ8BAEBCgBmBQJXmSjeXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGM0REMDlGOERBODdEMURGNTA0NkM5OUIw
NjEyRjQ5NDRFQ0RDRDVBAAoJEAYS9JROzc1avroP/0/EG20yu70+9i7f1eqoi313
eDhmQ1nhC1kOU7XyoCpmNESTPypVqZAjDMgW2Y5ldB7NQeO6MAnApIEOYSBCIvRC
SHMp97QX2KOgpi4QpXZOIt/xJbFodhiOzYpZL/yklA7xfRNF513Qh6SL/RW77rfb
xAQqfGHhpQbjGHdS5t1NRAm/XgbABxGaIWHFDNE52rvQVsXVCXLahxQ1N4XElbir
Xv1U4yEJuvc6MJ6VHO6/RrWpsPcF3PDTiPe1BmOe3UIO8BVRwinTJQxftvfW2yhN
82h0nqKAjwhLr3ALJ4XDIZVqRJP3FcbYv4O2lxql6/M8NB5ARQYLzn0sZF4M5Iya
gXLd7MqgAQCsU1QWQh8zrUcYO03hehEbDuoEWkO9/rdo2O2anxl4qM04jfDqNNqT
5+hAljrKuCGJWUS1mEAA+E/DEdfC56Q/tGFHUstPKK/5UbfAPyfbkdYwYw1Udkhv
EFIdwBrl8O4XoT7lcM38MYVkMA4Kd41ZfuDtkVGdi9V2jpsj8iAVIssdytl7CmBz
v9gl0Aji3ZcOzl7V2OLQ3CMcP5q8y4VhDltTx6k1sFarKEbpKUkBCz7lztX2KCz3
wXexj0f9WsmUJ09aTZgnoj+Wpp4EoMbt3zGhZRD6gsmXQVZLsuFrAEtE0pW5ZOa6
utheuLrkL94wcD+lZnzX
=iqtk
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-phototools-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-phototools-devel