Your message dated Wed, 08 Jul 2015 13:00:26 +0000
with message-id <e1zcoxe-0002tc...@franck.debian.org>
and subject line Bug#777858: fixed in fuzzylite 5.1+dfsg-1
has caused the Debian Bug report #777858,
regarding fuzzylite: ftbfs with GCC-5
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.)
--
777858: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777858
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fuzzylite
Version: 5.0+dfsg-3
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5
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-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/fuzzylite_5.0+dfsg-3_unstable_gcc5.log
The last lines of the build log are at the end of this report.
To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++
Common build failures are C11 as the default C mode, 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-5/porting_to.html
[...]
In file included from
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/./fl/defuzzifier/Defuzzifier.h:30:0,
from
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/./fl/defuzzifier/IntegralDefuzzifier.h:28,
from
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/./fl/defuzzifier/SmallestOfMaximum.h:28,
from
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/src/defuzzifier/SmallestOfMaximum.cpp:25:
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/./fl/fuzzylite.h:104:18: error:
'fl::inf' defined but not used [-Werror=unused-variable]
const scalar inf = std::numeric_limits<scalar>::infinity();
^
In file included from
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/./fl/defuzzifier/Defuzzifier.h:30:0,
from
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/./fl/defuzzifier/IntegralDefuzzifier.h:28,
from
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/./fl/defuzzifier/LargestOfMaximum.h:28,
from
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/src/defuzzifier/LargestOfMaximum.cpp:25:
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/./fl/fuzzylite.h:104:18: error:
'fl::inf' defined but not used [-Werror=unused-variable]
const scalar inf = std::numeric_limits<scalar>::infinity();
^
In file included from
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/./fl/defuzzifier/Defuzzifier.h:30:0,
from
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/./fl/defuzzifier/IntegralDefuzzifier.h:28,
from
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/./fl/defuzzifier/MeanOfMaximum.h:28,
from
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/src/defuzzifier/MeanOfMaximum.cpp:25:
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/./fl/fuzzylite.h:104:18: error:
'fl::inf' defined but not used [-Werror=unused-variable]
const scalar inf = std::numeric_limits<scalar>::infinity();
^
cc1plus: all warnings being treated as errors
cc1plus: all warnings being treated as errors
cc1plus: all warnings being treated as errors
make[3]: *** [CMakeFiles/fl-obj.dir/src/defuzzifier/SmallestOfMaximum.cpp.o]
Error 1
CMakeFiles/fl-obj.dir/build.make:195: recipe for target
'CMakeFiles/fl-obj.dir/src/defuzzifier/SmallestOfMaximum.cpp.o' failed
make[3]: *** [CMakeFiles/fl-obj.dir/src/defuzzifier/MeanOfMaximum.cpp.o] Error 1
CMakeFiles/fl-obj.dir/build.make:172: recipe for target
'CMakeFiles/fl-obj.dir/src/defuzzifier/MeanOfMaximum.cpp.o' failed
make[3]: *** [CMakeFiles/fl-obj.dir/src/defuzzifier/LargestOfMaximum.cpp.o]
Error 1
CMakeFiles/fl-obj.dir/build.make:149: recipe for target
'CMakeFiles/fl-obj.dir/src/defuzzifier/LargestOfMaximum.cpp.o' failed
In file included from
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/./fl/defuzzifier/Defuzzifier.h:30:0,
from
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/./fl/defuzzifier/WeightedDefuzzifier.h:28,
from
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/src/defuzzifier/WeightedDefuzzifier.cpp:25:
/«BUILDDIR»/fuzzylite-5.0+dfsg/fuzzylite/./fl/fuzzylite.h:104:18: error:
'fl::inf' defined but not used [-Werror=unused-variable]
const scalar inf = std::numeric_limits<scalar>::infinity();
^
cc1plus: all warnings being treated as errors
make[3]: *** [CMakeFiles/fl-obj.dir/src/defuzzifier/WeightedDefuzzifier.cpp.o]
Error 1
CMakeFiles/fl-obj.dir/build.make:241: recipe for target
'CMakeFiles/fl-obj.dir/src/defuzzifier/WeightedDefuzzifier.cpp.o' failed
make[3]: Leaving directory
'/«BUILDDIR»/fuzzylite-5.0+dfsg/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/fl-obj.dir/all] Error 2
CMakeFiles/Makefile2:98: recipe for target 'CMakeFiles/fl-obj.dir/all' failed
make[2]: Leaving directory
'/«BUILDDIR»/fuzzylite-5.0+dfsg/obj-x86_64-linux-gnu'
make[1]: *** [all] Error 2
Makefile:120: recipe for target 'all' failed
make[1]: Leaving directory
'/«BUILDDIR»/fuzzylite-5.0+dfsg/obj-x86_64-linux-gnu'
dh_auto_build: make -j10 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:6: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: fuzzylite
Source-Version: 5.1+dfsg-1
We believe that the bug you reported is fixed in the latest version of
fuzzylite, 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 777...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Johannes Schauer <jo...@debian.org> (supplier of updated fuzzylite 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: SHA256
Format: 1.8
Date: Tue, 07 Jul 2015 11:12:00 +0200
Source: fuzzylite
Binary: fuzzylite libfuzzylite5.1 libfuzzylite-dev
Architecture: source amd64
Version: 5.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Johannes Schauer <jo...@debian.org>
Changed-By: Johannes Schauer <jo...@debian.org>
Description:
fuzzylite - fuzzy logic control binary
libfuzzylite-dev - fuzzy logic control development headers
libfuzzylite5.1 - fuzzy logic control shared library
Closes: 777858
Changes:
fuzzylite (5.1+dfsg-1) unstable; urgency=medium
.
* new upstream version (Closes: #777858)
* removed debian/patches/20140705-minor-improvements-on-building-script as
upstream integrated it. Adjust build options in d/rules accordingly.
* delete debian/patches/20140714-building-from-objects-just-once and
debian/patches/20141027-fix-some-spelling as they have been applied
upstream
* install usr/lib/*/pkgconfig/fuzzylite.pc in fuzzylite-dev
* SONAME bump from 5.0 to 5.1, so renaming libfuzzylite5.0 to
libfuzzylite5.1
* add debian/patches/pkgconfig_installdir to install pkgconfig file in
correct location
Checksums-Sha1:
7baf979c7b75cabb76447ea5d6358c2ce662ef46 1993 fuzzylite_5.1+dfsg-1.dsc
58e11048f588dc81ead3b71ac346369e7e9d5a0f 1250516 fuzzylite_5.1+dfsg.orig.tar.xz
25daee25be37a21ab6e6c4b8262593d03a673543 12364
fuzzylite_5.1+dfsg-1.debian.tar.xz
0d05d490bf9337099236e0df5d0580a031c57e68 11322 fuzzylite_5.1+dfsg-1_amd64.deb
e204cebb9612e28634733e8296f5a768c6d538a4 398094
libfuzzylite-dev_5.1+dfsg-1_amd64.deb
7c2c4a95ef87faa5c33110d8dfbd3973ca5b22f5 346488
libfuzzylite5.1_5.1+dfsg-1_amd64.deb
Checksums-Sha256:
0dc005236bfc73815bc34ef48f12bd49ac57335f2a97d51211637abb2939bac5 1993
fuzzylite_5.1+dfsg-1.dsc
442df1eeab72fa2e4117abe8780ffc91f3d7b978ef44d886e6a1a7672790cb3f 1250516
fuzzylite_5.1+dfsg.orig.tar.xz
a05b36b839b16dcfe130df31019523876f942444239e48463865f1352c3ab69c 12364
fuzzylite_5.1+dfsg-1.debian.tar.xz
b59ebf8a3e7674c18e4b247283c5fda736e942ea61b0e2cfff12b04bed36b75c 11322
fuzzylite_5.1+dfsg-1_amd64.deb
f6044fe4c31f2959d914c7fe07741ec3af65943e27bcb6c0533e70d55ed7c164 398094
libfuzzylite-dev_5.1+dfsg-1_amd64.deb
fa7748fb41c3d3441fa6658ff8707718ed9ff66e4750366aecfcdaab73acb0e6 346488
libfuzzylite5.1_5.1+dfsg-1_amd64.deb
Files:
b92bd4df24679e07fdc08bc385481591 1993 misc optional fuzzylite_5.1+dfsg-1.dsc
e8d44847ee5c843bfc10e97298d1bf70 1250516 misc optional
fuzzylite_5.1+dfsg.orig.tar.xz
cb842d4b36c0800a089a64c6950f520e 12364 misc optional
fuzzylite_5.1+dfsg-1.debian.tar.xz
204d3e530b2fb092fa84ba247cdc7e8f 11322 misc optional
fuzzylite_5.1+dfsg-1_amd64.deb
475ca0007ea1b56f337b55ef243e69d4 398094 libdevel optional
libfuzzylite-dev_5.1+dfsg-1_amd64.deb
c3ad8d950f6c674aa0c29d64c77ef745 346488 misc optional
libfuzzylite5.1_5.1+dfsg-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJVm7K7AAoJEPLLpcePvYPhjugP/ifzpmPPau1pOojNIMjFYbBA
n9W5hLx0OGkiHslyslQVH+4wBz+3X0wu3208ArY+WwP/5qWF4rKxUMDUCUKMFJyu
5cI7UeRGMtfAqdP58cip5D9FB6mOmVtvuKm6fCl1g2nMH0bh/+kBhkreSwYdm1BF
p3Sm7zRs7bj2mQSS2oZO96M+nz6cDj5AImBBRYCI8UhwvSglNRVDz+yYbcn2RCg0
SpvqmvqoviD7VX42LN5QBZPApt3IRsGhuA+az1J6qcb48OvSPxgj79IdgU7oTBRI
Koo2cQjR94FKpX0OZ/zTPk/xNmeZ8cmmocIqSkdmLBbEsl039wnnlUAyxTrGnovG
Zy3/koxwkSZ9df2h5QTSyDyyqLlrZ/DPAVbuZTSXyH6ZhBgXdh7XaC4NqA6ZRzgC
y8QTci7gD1ET78Fn2KcWGc8nYzWfrpJ/idHH6rgW3w3YIcLfD9mjlttoGeeKSPEA
PoJwYYz7np1Z3D9M4NCtSlDWv5tjPjdO8SIQIIgGSKmspVTopOkpNeNzEQ1zKUfH
l+OCkiKT90o6lXKcLdX1lKpAq500LZra9gl4Ah+WTsQgGKt0lmUACp9TBsS+TNnC
YVVSLhZRXnHTwFOEXZ5+yisltYyTpC3HxYnanouNoOOcNLSEdRXmB/rbqewMZMbT
ndzOvW6vXZFQmro/Xcqw
=pO39
-----END PGP SIGNATURE-----
--- End Message ---