Your message dated Sat, 21 Oct 2017 04:49:12 +0000
with message-id <e1e5lii-0008bu...@fasolo.debian.org>
and subject line Bug#853692: fixed in ufraw 0.22-2
has caused the Debian Bug report #853692,
regarding ufraw: ftbfs with GCC-7
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.)


-- 
853692: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853692
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ufraw
Version: 0.22-1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/ufraw_0.22-1_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html

[...]
/usr/include/c++/7/bits/std_abs.h:61:3: note: candidate: long long int 
std::abs(long long int)
   abs(long long __x) { return __builtin_llabs (__x); }
   ^~~
/usr/include/c++/7/bits/std_abs.h:70:3: note: candidate: constexpr double 
std::abs(double)
   abs(double __x)
   ^~~
/usr/include/c++/7/bits/std_abs.h:74:3: note: candidate: constexpr float 
std::abs(float)
   abs(float __x)
   ^~~
/usr/include/c++/7/bits/std_abs.h:78:3: note: candidate: constexpr long double 
std::abs(long double)
   abs(long double __x)
   ^~~
/usr/include/c++/7/bits/std_abs.h:84:3: note: candidate: constexpr __int128 
std::abs(__int128)
   abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
   ^~~
/usr/include/c++/7/bits/std_abs.h:102:3: note: candidate: constexpr __float128 
std::abs(__float128)
   abs(__float128 __x)
   ^~~
Makefile:915: recipe for target 'dcraw-dcraw.o' failed
make[4]: *** [dcraw-dcraw.o] Error 1
make[4]: *** Waiting for unfinished jobs....
Makefile:901: recipe for target 'dcraw.o' failed
make[4]: *** [dcraw.o] Error 1
ufraw_lensfun.cc: In function 'char* UFRaw::_StringNumber(char*, double)':
ufraw_lensfun.cc:171:7: warning: '%.*f' directive output may be truncated 
writing 1 or more bytes into a region of size 80 [-Wformat-truncation=]
 char *_StringNumber(char *buffer, double number)
       ^~~~~~~~~~~~~
In file included from /usr/include/stdio.h:938:0,
                 from /usr/include/glib-2.0/glib/gprintf.h:22,
                 from /usr/include/glib-2.0/glib/gstdio.h:23,
                 from uf_glib.h:21,
                 from ufraw.h:21,
                 from ufraw_lensfun.cc:17:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:65:44: note: format output 2 bytes 
into a destination of size 80
        __bos (__s), __fmt, __va_arg_pack ());
                                            ^
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:1037: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:593: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j64 returned exit code 2
debian/rules:16: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:8: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: ufraw
Source-Version: 0.22-2

We believe that the bug you reported is fixed in the latest version of
ufraw, 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 853...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hubert Chathi <uho...@debian.org> (supplier of updated ufraw 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: Fri, 20 Oct 2017 21:22:20 -0400
Source: ufraw
Binary: ufraw ufraw-batch gimp-ufraw
Architecture: source amd64
Version: 0.22-2
Distribution: unstable
Urgency: medium
Maintainer: Hubert Chathi <uho...@debian.org>
Changed-By: Hubert Chathi <uho...@debian.org>
Description:
 gimp-ufraw - gimp importer for raw camera images
 ufraw      - standalone importer for raw camera images
 ufraw-batch - batch importer for raw camera images
Closes: 853692
Changes:
 ufraw (0.22-2) unstable; urgency=medium
 .
   * Add patch to fix compilation with GCC 7. (Closes: #853692)
Checksums-Sha1:
 1dec30d3dee70093ea3bd07a3c63a94a802038e9 1619 ufraw_0.22-2.dsc
 14eaecd23e65e0b6bc358f6a10b5fc6e24558737 8076 ufraw_0.22-2.debian.tar.xz
 273b7552e340ff86f377ed5021f35432209ef1bb 887188 
gimp-ufraw-dbgsym_0.22-2_amd64.deb
 89ea1aa21495f356dc57ab58e1e35697ea006dbf 473750 gimp-ufraw_0.22-2_amd64.deb
 068f790ef7a01e3c1ccf2f8e56c347f333051a34 667242 
ufraw-batch-dbgsym_0.22-2_amd64.deb
 7c35a10946b1c017ab47ed5a4c1f40b868fcd2c7 394780 ufraw-batch_0.22-2_amd64.deb
 8dd9b0f0422b8e5303f63acd01d28d69b0cbaf0d 910376 ufraw-dbgsym_0.22-2_amd64.deb
 f01d6b090e6a3988db4294965f648385a9f6a3f6 11215 ufraw_0.22-2_amd64.buildinfo
 e85c28928c4fe8aa824da82cffd020812d702940 619548 ufraw_0.22-2_amd64.deb
Checksums-Sha256:
 3d8398955f9c62d30857a71f0a5eba57f569848346a5d0c8ceae5c094a4ebc10 1619 
ufraw_0.22-2.dsc
 cf39f2b242b5c478a1fc369124cf94d2435914a2046517553ceee7f12251cd8c 8076 
ufraw_0.22-2.debian.tar.xz
 ebf224c4b966dd565715511a603e1a2548291be3986719014fa77adb86b54627 887188 
gimp-ufraw-dbgsym_0.22-2_amd64.deb
 ab76822941a2bfcf77dc9a42bc007467918a54db6c05a0ab51e31d54176aa2fc 473750 
gimp-ufraw_0.22-2_amd64.deb
 32ef066a1b3aa880ff2f362150f4f80e9b4d91e70d8d4e5ecbc24b366537beb4 667242 
ufraw-batch-dbgsym_0.22-2_amd64.deb
 8ca93baa3233e78fa2182e6a3d2ebbc0b798a1ba449d6b381ee0b8dfc3425a5a 394780 
ufraw-batch_0.22-2_amd64.deb
 3b28573331acf70cb17bd8325d96b591068ac34d7ccb06ce604f6415dd937946 910376 
ufraw-dbgsym_0.22-2_amd64.deb
 d54e77b9e59dbe7490f205663904bee73e5ffa8751bff026c240bc37eaa41a1f 11215 
ufraw_0.22-2_amd64.buildinfo
 6023b330a15ff2a2e63277bd98480c5b80edbe72734163c6e7600d3f8e37ba76 619548 
ufraw_0.22-2_amd64.deb
Files:
 2e47d53cccaaee11bd4db6031380a27d 1619 graphics optional ufraw_0.22-2.dsc
 3798f13ad1e3ea5dd2f826d881f7f531 8076 graphics optional 
ufraw_0.22-2.debian.tar.xz
 3fc33506465ede9ec8ea10205540dfd7 887188 debug optional 
gimp-ufraw-dbgsym_0.22-2_amd64.deb
 288676f8cef73c86327459553b78aa2d 473750 graphics optional 
gimp-ufraw_0.22-2_amd64.deb
 2c0ca69ee22029edc31a5b8128f84aa7 667242 debug optional 
ufraw-batch-dbgsym_0.22-2_amd64.deb
 1b107edb5ec32e42bb100d771cb11e2c 394780 graphics optional 
ufraw-batch_0.22-2_amd64.deb
 d5a2296b692262e7292de6d42916a9c0 910376 debug optional 
ufraw-dbgsym_0.22-2_amd64.deb
 58e2e2df7871cd995cca1872040fb769 11215 graphics optional 
ufraw_0.22-2_amd64.buildinfo
 8ce8340459ed66417e0ed4cd22c41bbb 619548 graphics optional 
ufraw_0.22-2_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE3juhvb4UN2X4rCw4rXmvZUDjNa8FAlnqzX0ACgkQrXmvZUDj
Na/3Bwf/SOa68eNlv4cerUbj/f/ai05TWcvwCbsyAIkfCAeMopNTkL2qmXb38dTe
O1MpJjcxiHo23yRGr/965/4hDspjA4lymLu/Izzv1EdgGJP4xN2ZPCi4Wzs6TsKQ
tLHCmbAso2AFNN6NQ7mSbV6WMOolrsvfwRC/nbLzb8XMxY3LI7UqMX8OftQxcYSb
ew0V1cIGv5Ej0MKLFY9hqILbgKQJzwYeckG5Wm1IkZY/A51zfiAXm96orva+kaut
/2LC762wDGqdobsWkIed7xe7Vo3qc4g9Up1es1Wbez6WKkpUxoROA6f2Pz0UIwPB
74/k3+R1UZ7t30nI9dg47+LvU4RKug==
=BfKK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to