Your message dated Sat, 13 Aug 2016 16:55:51 +0000
with message-id <[email protected]>
and subject line Bug#811880: fixed in fuzzylite 5.1+dfsg-3.1
has caused the Debian Bug report #811880,
regarding fuzzylite: FTBFS with GCC 6: no matching function for call to
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.)
--
811880: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811880
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fuzzylite
Version: 5.1+dfsg-3
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6 gcc-6-no-match
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
...
> /usr/bin/c++ -DFL_BACKTRACE_OFF
> -DFL_BUILD_PATH=\"/<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite\"
> -DFL_DATE=\"1507\" -DFL_VERSION=\"5.1\"
> -I/<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/. -pedantic -Wall -Wextra -g
> -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -o CMakeFiles/fl-obj.dir/src/hedge/Not.cpp.o -c
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/src/hedge/Not.cpp
> In file included from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/ConstructionFactory.h:28:0,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/TermFactory.h:29,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/src/factory/TermFactory.cpp:25:
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/fuzzylite.h:158:28: warning:
> 'template<class> class std::auto_ptr' is deprecated
> [-Wdeprecated-declarations]
> #define FL_unique_ptr std::auto_ptr
> ^
>
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/term/Function.h:81:13: note:
> in expansion of macro 'FL_unique_ptr'
> FL_unique_ptr<Element> element;
> ^~~~~~~~~~~~~
>
> In file included from /usr/include/c++/6/memory:81:0,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/fuzzylite.h:33,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/ConstructionFactory.h:28,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/TermFactory.h:29,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/src/factory/TermFactory.cpp:25:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
>
> In file included from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/ConstructionFactory.h:28:0,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/TermFactory.h:29,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/src/factory/TermFactory.cpp:25:
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/fuzzylite.h:158:28: warning:
> 'template<class> class std::auto_ptr' is deprecated
> [-Wdeprecated-declarations]
> #define FL_unique_ptr std::auto_ptr
> ^
>
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/term/Function.h:82:13: note:
> in expansion of macro 'FL_unique_ptr'
> FL_unique_ptr<Node> left;
> ^~~~~~~~~~~~~
>
> In file included from /usr/include/c++/6/memory:81:0,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/fuzzylite.h:33,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/ConstructionFactory.h:28,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/TermFactory.h:29,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/src/factory/TermFactory.cpp:25:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
>
> In file included from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/ConstructionFactory.h:28:0,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/TermFactory.h:29,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/src/factory/TermFactory.cpp:25:
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/fuzzylite.h:158:28: warning:
> 'template<class> class std::auto_ptr' is deprecated
> [-Wdeprecated-declarations]
> #define FL_unique_ptr std::auto_ptr
> ^
>
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/term/Function.h:83:13: note:
> in expansion of macro 'FL_unique_ptr'
> FL_unique_ptr<Node> right;
> ^~~~~~~~~~~~~
>
> In file included from /usr/include/c++/6/memory:81:0,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/fuzzylite.h:33,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/ConstructionFactory.h:28,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/TermFactory.h:29,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/src/factory/TermFactory.cpp:25:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
>
> In file included from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/ConstructionFactory.h:28:0,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/TermFactory.h:29,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/src/factory/TermFactory.cpp:25:
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/fuzzylite.h:158:28: warning:
> 'template<class> class std::auto_ptr' is deprecated
> [-Wdeprecated-declarations]
> #define FL_unique_ptr std::auto_ptr
> ^
>
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/term/Function.h:116:9: note:
> in expansion of macro 'FL_unique_ptr'
> FL_unique_ptr<Node> _root;
> ^~~~~~~~~~~~~
>
> In file included from /usr/include/c++/6/memory:81:0,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/fuzzylite.h:33,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/ConstructionFactory.h:28,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/TermFactory.h:29,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/src/factory/TermFactory.cpp:25:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
>
> In file included from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/Headers.h:31:0,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/src/Console.cpp:27:
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/Engine.h:76:56: error:
> invalid conversion from 'long int' to 'std::__cxx11::string* {aka
> std::__cxx11::basic_string<char>*}' [-fpermissive]
> virtual bool isReady(std::string* status = fl::null) const;
> ^~~~
>
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/Engine.h:95:51: error:
> invalid conversion from 'long int' to 'std::__cxx11::string* {aka
> std::__cxx11::basic_string<char>*}' [-fpermissive]
> virtual Type type(std::string* name = fl::null, std::string* reason
> = fl::null) const;
> ^~~~
>
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/Engine.h:95:83: error:
> invalid conversion from 'long int' to 'std::__cxx11::string* {aka
> std::__cxx11::basic_string<char>*}' [-fpermissive]
> virtual Type type(std::string* name = fl::null, std::string* reason
> = fl::null) const;
>
> ^~~~
>
> In file included from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/src/factory/TermFactory.cpp:34:0:
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/term/Function.h:87:62: error:
> invalid conversion from 'long int' to 'fl::Function::Node*' [-fpermissive]
> explicit Node(Element* element, Node* left = fl::null, Node*
> right = fl::null);
> ^~~~
>
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/term/Function.h:87:86: error:
> invalid conversion from 'long int' to 'fl::Function::Node*' [-fpermissive]
> explicit Node(Element* element, Node* left = fl::null, Node*
> right = fl::null);
>
> ^~~~
>
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/term/Function.h:96:37: error:
> invalid conversion from 'long int' to 'const
> std::map<std::__cxx11::basic_string<char>, double>*' [-fpermissive]
> variables = fl::null) const;
> ^~~~
>
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/term/Function.h:101:65:
> error: invalid conversion from 'long int' to 'const fl::Function::Node*'
> [-fpermissive]
> virtual std::string toPrefix(const Node* node = fl::null) const;
> ^~~~
>
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/term/Function.h:102:64:
> error: invalid conversion from 'long int' to 'const fl::Function::Node*'
> [-fpermissive]
> virtual std::string toInfix(const Node* node = fl::null) const;
> ^~~~
>
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/term/Function.h:103:66:
> error: invalid conversion from 'long int' to 'const fl::Function::Node*'
> [-fpermissive]
> virtual std::string toPostfix(const Node* node = fl::null) const;
> ^~~~
>
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/term/Function.h:122:77:
> error: invalid conversion from 'long int' to 'const fl::Engine*'
> [-fpermissive]
> const std::string& formula = "", const Engine* engine =
> fl::null);
>
> ^~~~
>
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/term/Function.h:130:44:
> error: invalid conversion from 'long int' to 'const fl::Engine*'
> [-fpermissive]
> const Engine* engine = fl::null); // throw (fl::Exception);
> ^~~~
>
> In file included from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/Console.h:28:0,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/src/Console.cpp:25:
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/fuzzylite.h:158:28: warning:
> 'template<class> class std::auto_ptr' is deprecated
> [-Wdeprecated-declarations]
> #define FL_unique_ptr std::auto_ptr
> ^
>
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/factory/FactoryManager.h:42:9:
> note: in expansion of macro 'FL_unique_ptr'
> FL_unique_ptr<TNormFactory> _tnorm;
> ^~~~~~~~~~~~~
>
> In file included from /usr/include/c++/6/memory:81:0,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/fuzzylite.h:33,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/Console.h:28,
> from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/src/Console.cpp:25:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
> template<typename> class auto_ptr;
> ^~~~~~~~
>
> In file included from
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/src/factory/TermFactory.cpp:37:0:
> /<<BUILDDIR>>/fuzzylite-5.1+dfsg/fuzzylite/./fl/term/Linear.h:40:44: error:
> invalid conversion from 'long int' to 'const fl::Engine*' [-fpermissive]
> const Engine* engine = fl::null);
> ^~~~
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: fuzzylite
Source-Version: 5.1+dfsg-3.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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gianfranco Costamagna <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 13 Aug 2016 15:33:03 +0200
Source: fuzzylite
Binary: fuzzylite libfuzzylite5.1v5 libfuzzylite-dev
Architecture: source
Version: 5.1+dfsg-3.1
Distribution: unstable
Urgency: medium
Maintainer: Johannes Schauer <[email protected]>
Changed-By: Gianfranco Costamagna <[email protected]>
Description:
fuzzylite - fuzzy logic control binary
libfuzzylite-dev - fuzzy logic control development headers
libfuzzylite5.1v5 - fuzzy logic control shared library
Closes: 811880 819142
Changes:
fuzzylite (5.1+dfsg-3.1) unstable; urgency=medium
.
* Non-maintainer upload, with maintainer permission
.
[ Steve Langasek ]
* Fix up symbols file for symbols that are not part of the ABI and are
optimized away at -O3 (Closes: #819142).
.
[ Gianfranco Costamagna ]
* Fix build failure with gcc-6 with upstream help (Closes: #811880)
* Update symbols.
Checksums-Sha1:
c726b77a888617ec4cfe172fccf7ccd0d14c6d38 1978 fuzzylite_5.1+dfsg-3.1.dsc
b73d1828a642f692d7e7af08f0fe51045b0caf49 14844
fuzzylite_5.1+dfsg-3.1.debian.tar.xz
Checksums-Sha256:
c703a7129dc312d3e45eb4faf1a477130bbe93d7380510dc20e4650ba2e1e660 1978
fuzzylite_5.1+dfsg-3.1.dsc
e83bd5c094c4981a380778620243d14433e91f21494cdc5b789da374b4122a58 14844
fuzzylite_5.1+dfsg-3.1.debian.tar.xz
Files:
b3143526e12756c3dd08295bc5a15c6e 1978 misc optional fuzzylite_5.1+dfsg-3.1.dsc
9aa897b2fd44293d4c73588503226302 14844 misc optional
fuzzylite_5.1+dfsg-3.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJXryGZAAoJEPNPCXROn13ZivYQALRcbP6sNKX5QZGPlx2jdBZn
AA/GEKIBCKoEsQSunulEEbdxAYhGY2ESCL3QXbhEo8FGkGN+NUCs1qpZYf0Bughi
gM1Z14KxAfOP/UkUbV/42kO1D9vGXvDiYMMYGLYlcPExRJiTTtAhmsd1oOGSJ6yE
nh2P0OIJHmj7Th8Mi3rfFTxcwjgi11wZOXVN/UnYK3dRyny35LvOx0sNWYYFgMXD
MPrYIvo1GGVVNgFY8xuV/yTdTQKrNKQc4+UJQCB9JA7o3R7KzbNFBAS3JhHjmIHT
dk4jDH5rFRX0Pd9u8gELlsRNOa4GoExGbmJHEIScLp2LGSISqnBYsU2mm+BQFX0t
h4SiSWVDUK7IpOKlx/ATXmHE1m/l9qRJFcNhJWnKtuo0PfT5TjC7xz7guhzZscNT
/8EXrzH4LAqzR/bl82LPdKesdVRvdyK++1qkek1N32Iu4Dtp2kfDAIMrQw1c+DdV
lbnlP45Dev5egdHnaY3K6wkgEagpal1/NnfOK1iFHMubCOr7C01QSW9lxTvlX+Za
uhWSYww7jG23KjSKzux9aYMP4yYgsHAvMKU0lFsunJ3i4HF0573E8OSLrtppFXWW
Xhe0eHoRz9657mTk/mq2T7t/azps5bWPfX2f4/s6Df8yIH6Y6mp4AgGZnz+NWmii
M99YRtZBY0T6dFvCX/P0
=jTb4
-----END PGP SIGNATURE-----
--- End Message ---