Your message dated Thu, 30 Jun 2016 22:35:53 +0000
with message-id <e1bikyr-0003le...@franck.debian.org>
and subject line Bug#811744: fixed in libraw 0.17.2-3
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 ow...@bugs.debian.org
immediately.)


-- 
811744: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811744
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libraw
Version: 0.17.1-1
Severity: important
User: debian-...@lists.debian.org
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=\"i...@libraw.org\" 
> -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=\"i...@libraw.org\" 
> -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-3

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 811...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matteo F. Vescovi <m...@debian.org> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 30 Jun 2016 22:12:11 +0200
Source: libraw
Binary: libraw15 libraw-bin libraw-dev libraw-doc
Architecture: source
Version: 0.17.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers 
<pkg-phototools-de...@lists.alioth.debian.org>
Changed-By: Matteo F. Vescovi <m...@debian.org>
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-3) unstable; urgency=medium
 .
   * debian/patches/: patchset initiated (Closes: #811744)
     - 0001-Fix_dcraw_narrowing_for_gcc6.patch added
Checksums-Sha1:
 5c476660cff2b8f5664104cbadb30396bfaa09a1 2295 libraw_0.17.2-3.dsc
 c06a2e3f8b75d98372ee5562de1319fc40c217c1 27436 libraw_0.17.2-3.debian.tar.xz
Checksums-Sha256:
 f12bb4e3eedddf5246d830e5a4b54498f2855d4c86f4818dffff1696fe1cebd2 2295 
libraw_0.17.2-3.dsc
 47df02501e4ec40a06d11572ebac10553e763e1b70d1948672249a0948777d06 27436 
libraw_0.17.2-3.debian.tar.xz
Files:
 91aaaf70ea284176a4cf1233c8b68568 2295 libs optional libraw_0.17.2-3.dsc
 8db2ef14ea58dec68bf5ff2a4cd68b2f 27436 libs optional 
libraw_0.17.2-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Comment: Debian powered!

iQJ8BAEBCgBmBQJXdX1PXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGM0REMDlGOERBODdEMURGNTA0NkM5OUIw
NjEyRjQ5NDRFQ0RDRDVBAAoJEAYS9JROzc1aLxoP+gPd6oajwpKOh2L/KJPO7vxj
byl5VmVw07vi03Y7kE5FBLBLr1Zh1FOyfo1F6AJE84lsD4bBVWxSJOnyh1T1kczy
QGJsxmupHHutfd8D6n46hbpFkoUi8BxVXo3QOEtfGxCbIRNLfPA2YR0v219Nxgs6
SeOB6K6Gg3aIvs+KmSRyYVhc2N0IUCZezjnE3a/KXTpMwHAbkVlD7Edtnrl7vm3S
nCp+IpkaJv0cVtEV47gj3sweggBHhD6a0267tit7bAiWkM9RSFChb2r6kJKcEcUa
DW4ntcXcgxUhTbPlo3kLDwOD/J5lXMXemj1/ISeo5pFyfQ4Jyc5kwvJIwC88fbHg
bxPToptUkA7u1ocY3ZLDUVacyXn0mw2usx2cS88Z4P22sn1SkmLzCrcTIuGPDriy
SK4MLEzw1rntkb1zXYxI0r1WVq/gDr8O+kkxJSEYp4u/geiSz56W5eUP1hP/mL6T
GyBhA8IrWoLTPR5Gyb6GWz00KK4aPEvSFLWkuKgke9BJmiZUPu47gFdE0rQlZHO4
BCSPeGgAJs578QIz+kbGwUuveHsFKrn9dNESpMQPPubxf0FsNqsAJIzkvLS8EQQT
ZOXttvGSDcLxG7FjYe5WbmZyZPIV5xza+XjR9NoAhHYcUZkSPU10EUYijSVE8PLr
ZegQNHPT1Kt1yfJ0wnon
=sTkb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to