Your message dated Thu, 23 Jan 2014 22:33:59 +0000
with message-id <e1w6sqv-0002un...@franck.debian.org>
and subject line Bug#720819: fixed in plee-the-bear 0.6.0-2
has caused the Debian Bug report #720819,
regarding plee-the-bear: FTBFS: config.hpp:16:5: error: #error Compiling 
Filesystem version 3 file with BOOST_FILESYSTEM_VERSION defined != 3
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.)


-- 
720819: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720819
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: plee-the-bear
Version: 0.6.0-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130825 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[3]: Entering directory `/«PKGBUILDDIR»/build-tree'
> [ 16%] Building CXX object 
> bear-engine/core/src/engine/CMakeFiles/bear_engine.dir/code/base_item.cpp.o
> In file included from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/variable/var_map.hpp:39:0,
>                  from /«PKGBUILDDIR»/bear-engine/core/src/engine/level.hpp:36,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/base_item.cpp:36:
> /usr/include/boost/signal.hpp:17:4: warning: #warning "Boost.Signals is no 
> longer being maintained and is now deprecated. Please switch to 
> Boost.Signals2. To disable this warning message, define 
> BOOST_SIGNALS_NO_DEPRECATION_WARNING." [-Wcpp]
>  #  warning                  "Boost.Signals is no longer being maintained and 
> is now deprecated. Please switch to Boost.Signals2. To disable this warning 
> message, define BOOST_SIGNALS_NO_DEPRECATION_WARNING."
>     ^
> [ 16%] Building CXX object 
> bear-engine/core/src/engine/CMakeFiles/bear_engine.dir/code/bitmap_font_loader.cpp.o
> [ 16%] Building CXX object 
> bear-engine/core/src/engine/CMakeFiles/bear_engine.dir/code/compiled_file.cpp.o
> [ 16%] Building CXX object 
> bear-engine/core/src/engine/CMakeFiles/bear_engine.dir/code/game.cpp.o
> In file included from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/variable/var_map.hpp:39:0,
>                  from /«PKGBUILDDIR»/bear-engine/core/src/engine/game.hpp:32,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game.cpp:29:
> /usr/include/boost/signal.hpp:17:4: warning: #warning "Boost.Signals is no 
> longer being maintained and is now deprecated. Please switch to 
> Boost.Signals2. To disable this warning message, define 
> BOOST_SIGNALS_NO_DEPRECATION_WARNING." [-Wcpp]
>  #  warning                  "Boost.Signals is no longer being maintained and 
> is now deprecated. Please switch to Boost.Signals2. To disable this warning 
> message, define BOOST_SIGNALS_NO_DEPRECATION_WARNING."
>     ^
> [ 16%] Building CXX object 
> bear-engine/core/src/engine/CMakeFiles/bear_engine.dir/code/game_description.cpp.o
> [ 16%] Building CXX object 
> bear-engine/core/src/engine/CMakeFiles/bear_engine.dir/code/game_local_client.cpp.o
> In file included from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/variable/var_map.hpp:39:0,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/game_local_client.hpp:39,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:29:
> /usr/include/boost/signal.hpp:17:4: warning: #warning "Boost.Signals is no 
> longer being maintained and is now deprecated. Please switch to 
> Boost.Signals2. To disable this warning message, define 
> BOOST_SIGNALS_NO_DEPRECATION_WARNING." [-Wcpp]
>  #  warning                  "Boost.Signals is no longer being maintained and 
> is now deprecated. Please switch to Boost.Signals2. To disable this warning 
> message, define BOOST_SIGNALS_NO_DEPRECATION_WARNING."
>     ^
> In file included from /usr/include/boost/filesystem/operations.hpp:24:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/config.hpp:16:5: error: #error Compiling 
> Filesystem version 3 file with BOOST_FILESYSTEM_VERSION defined != 3
>  #   error Compiling Filesystem version 3 file with BOOST_FILESYSTEM_VERSION 
> defined != 3
>      ^
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp: In 
> member function 'std::string 
> bear::engine::game_local_client::get_custom_game_file(const string&) const':
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:371:71: 
> error: no matching function for call to 
> 'boost::filesystem::path::path(std::string&, bool (&)(const string&))'
>        boost::filesystem::path path( result, boost::filesystem::native );
>                                                                        ^
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:371:71: 
> note: candidates are:
> In file included from /usr/include/boost/filesystem/operations.hpp:25:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/path.hpp:172:5: note: template<class 
> InputIterator> boost::filesystem::path::path(InputIterator, InputIterator, 
> const codecvt_type&)
>      path(InputIterator begin, InputIterator end, const codecvt_type& cvt)
>      ^
> /usr/include/boost/filesystem/path.hpp:172:5: note:   template argument 
> deduction/substitution failed:
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:371:71: 
> note:   deduced conflicting types for parameter 'InputIterator' 
> ('std::basic_string<char>' and 'bool (*)(const string&) {aka bool (*)(const 
> std::basic_string<char>&)}')
>        boost::filesystem::path path( result, boost::filesystem::native );
>                                                                        ^
> In file included from /usr/include/boost/filesystem/operations.hpp:25:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/path.hpp:161:5: note: template<class 
> InputIterator> boost::filesystem::path::path(InputIterator, InputIterator)
>      path(InputIterator begin, InputIterator end)
>      ^
> /usr/include/boost/filesystem/path.hpp:161:5: note:   template argument 
> deduction/substitution failed:
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:371:71: 
> note:   deduced conflicting types for parameter 'InputIterator' 
> ('std::basic_string<char>' and 'bool (*)(const string&) {aka bool (*)(const 
> std::basic_string<char>&)}')
>        boost::filesystem::path path( result, boost::filesystem::native );
>                                                                        ^
> In file included from /usr/include/boost/filesystem/operations.hpp:25:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/path.hpp:154:5: note: template<class Source> 
> boost::filesystem::path::path(const Source&, const codecvt_type&)
>      path(Source const& source, const codecvt_type& cvt)
>      ^
> /usr/include/boost/filesystem/path.hpp:154:5: note:   template argument 
> deduction/substitution failed:
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:371:71: 
> note:   cannot convert 'boost::filesystem::native' (type 'bool(const string&) 
> {aka bool(const std::basic_string<char>&)}') to type 'const codecvt_type& 
> {aka const std::codecvt<wchar_t, char, __mbstate_t>&}'
>        boost::filesystem::path path( result, boost::filesystem::native );
>                                                                        ^
> In file included from /usr/include/boost/filesystem/operations.hpp:25:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/path.hpp:151:5: note: 
> boost::filesystem::path::path(const std::basic_string<char>&)
>      path(const std::basic_string<value_type>& s) : m_pathname(s) {}
>      ^
> /usr/include/boost/filesystem/path.hpp:151:5: note:   candidate expects 1 
> argument, 2 provided
> /usr/include/boost/filesystem/path.hpp:150:5: note: 
> boost::filesystem::path::path(const value_type*)
>      path(const value_type* s) : m_pathname(s) {}
>      ^
> /usr/include/boost/filesystem/path.hpp:150:5: note:   candidate expects 1 
> argument, 2 provided
> /usr/include/boost/filesystem/path.hpp:135:5: note: 
> boost::filesystem::path::path(const Source&, typename 
> boost::enable_if<boost::filesystem::path_traits::is_pathable<typename 
> boost::decay<Source>::type> >::type*) [with Source = std::basic_string<char>; 
> typename 
> boost::enable_if<boost::filesystem::path_traits::is_pathable<typename 
> boost::decay<Source>::type> >::type = void] <near match>
>      path(Source const& source,
>      ^
> /usr/include/boost/filesystem/path.hpp:135:5: note:   no known conversion for 
> argument 2 from 'bool(const string&) {aka bool(const 
> std::basic_string<char>&)}' to 'boost::enable_if_c<true, void>::type* {aka 
> void*}'
> /usr/include/boost/filesystem/path.hpp:132:5: note: 
> boost::filesystem::path::path(const boost::filesystem::path&)
>      path(const path& p) : m_pathname(p.m_pathname) {}
>      ^
> /usr/include/boost/filesystem/path.hpp:132:5: note:   candidate expects 1 
> argument, 2 provided
> /usr/include/boost/filesystem/path.hpp:130:5: note: 
> boost::filesystem::path::path()
>      path(){}                                          
>      ^
> /usr/include/boost/filesystem/path.hpp:130:5: note:   candidate expects 0 
> arguments, 2 provided
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp: In 
> member function 'std::string 
> bear::engine::game_local_client::get_game_directory() const':
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:627:72: 
> error: no matching function for call to 
> 'boost::filesystem::path::path(std::string, bool (&)(const string&))'
>      (claw::system_info::get_user_directory(), boost::filesystem::native);
>                                                                         ^
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:627:72: 
> note: candidates are:
> In file included from /usr/include/boost/filesystem/operations.hpp:25:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/path.hpp:172:5: note: template<class 
> InputIterator> boost::filesystem::path::path(InputIterator, InputIterator, 
> const codecvt_type&)
>      path(InputIterator begin, InputIterator end, const codecvt_type& cvt)
>      ^
> /usr/include/boost/filesystem/path.hpp:172:5: note:   template argument 
> deduction/substitution failed:
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:627:72: 
> note:   deduced conflicting types for parameter 'InputIterator' 
> ('std::basic_string<char>' and 'bool (*)(const string&) {aka bool (*)(const 
> std::basic_string<char>&)}')
>      (claw::system_info::get_user_directory(), boost::filesystem::native);
>                                                                         ^
> In file included from /usr/include/boost/filesystem/operations.hpp:25:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/path.hpp:161:5: note: template<class 
> InputIterator> boost::filesystem::path::path(InputIterator, InputIterator)
>      path(InputIterator begin, InputIterator end)
>      ^
> /usr/include/boost/filesystem/path.hpp:161:5: note:   template argument 
> deduction/substitution failed:
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:627:72: 
> note:   deduced conflicting types for parameter 'InputIterator' 
> ('std::basic_string<char>' and 'bool (*)(const string&) {aka bool (*)(const 
> std::basic_string<char>&)}')
>      (claw::system_info::get_user_directory(), boost::filesystem::native);
>                                                                         ^
> In file included from /usr/include/boost/filesystem/operations.hpp:25:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/path.hpp:154:5: note: template<class Source> 
> boost::filesystem::path::path(const Source&, const codecvt_type&)
>      path(Source const& source, const codecvt_type& cvt)
>      ^
> /usr/include/boost/filesystem/path.hpp:154:5: note:   template argument 
> deduction/substitution failed:
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:627:72: 
> note:   cannot convert 'boost::filesystem::native' (type 'bool(const string&) 
> {aka bool(const std::basic_string<char>&)}') to type 'const codecvt_type& 
> {aka const std::codecvt<wchar_t, char, __mbstate_t>&}'
>      (claw::system_info::get_user_directory(), boost::filesystem::native);
>                                                                         ^
> In file included from /usr/include/boost/filesystem/operations.hpp:25:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/path.hpp:151:5: note: 
> boost::filesystem::path::path(const std::basic_string<char>&)
>      path(const std::basic_string<value_type>& s) : m_pathname(s) {}
>      ^
> /usr/include/boost/filesystem/path.hpp:151:5: note:   candidate expects 1 
> argument, 2 provided
> /usr/include/boost/filesystem/path.hpp:150:5: note: 
> boost::filesystem::path::path(const value_type*)
>      path(const value_type* s) : m_pathname(s) {}
>      ^
> /usr/include/boost/filesystem/path.hpp:150:5: note:   candidate expects 1 
> argument, 2 provided
> /usr/include/boost/filesystem/path.hpp:135:5: note: 
> boost::filesystem::path::path(const Source&, typename 
> boost::enable_if<boost::filesystem::path_traits::is_pathable<typename 
> boost::decay<Source>::type> >::type*) [with Source = std::basic_string<char>; 
> typename 
> boost::enable_if<boost::filesystem::path_traits::is_pathable<typename 
> boost::decay<Source>::type> >::type = void] <near match>
>      path(Source const& source,
>      ^
> /usr/include/boost/filesystem/path.hpp:135:5: note:   no known conversion for 
> argument 2 from 'bool(const string&) {aka bool(const 
> std::basic_string<char>&)}' to 'boost::enable_if_c<true, void>::type* {aka 
> void*}'
> /usr/include/boost/filesystem/path.hpp:132:5: note: 
> boost::filesystem::path::path(const boost::filesystem::path&)
>      path(const path& p) : m_pathname(p.m_pathname) {}
>      ^
> /usr/include/boost/filesystem/path.hpp:132:5: note:   candidate expects 1 
> argument, 2 provided
> /usr/include/boost/filesystem/path.hpp:130:5: note: 
> boost::filesystem::path::path()
>      path(){}                                          
>      ^
> /usr/include/boost/filesystem/path.hpp:130:5: note:   candidate expects 0 
> arguments, 2 provided
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:632:67: 
> error: no matching function for call to 
> 'boost::filesystem::path::path(std::string&, bool (&)(const string&))'
>    dir /= boost::filesystem::path(subdir, boost::filesystem::native);
>                                                                    ^
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:632:67: 
> note: candidates are:
> In file included from /usr/include/boost/filesystem/operations.hpp:25:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/path.hpp:172:5: note: template<class 
> InputIterator> boost::filesystem::path::path(InputIterator, InputIterator, 
> const codecvt_type&)
>      path(InputIterator begin, InputIterator end, const codecvt_type& cvt)
>      ^
> /usr/include/boost/filesystem/path.hpp:172:5: note:   template argument 
> deduction/substitution failed:
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:632:67: 
> note:   deduced conflicting types for parameter 'InputIterator' 
> ('std::basic_string<char>' and 'bool (*)(const string&) {aka bool (*)(const 
> std::basic_string<char>&)}')
>    dir /= boost::filesystem::path(subdir, boost::filesystem::native);
>                                                                    ^
> In file included from /usr/include/boost/filesystem/operations.hpp:25:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/path.hpp:161:5: note: template<class 
> InputIterator> boost::filesystem::path::path(InputIterator, InputIterator)
>      path(InputIterator begin, InputIterator end)
>      ^
> /usr/include/boost/filesystem/path.hpp:161:5: note:   template argument 
> deduction/substitution failed:
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:632:67: 
> note:   deduced conflicting types for parameter 'InputIterator' 
> ('std::basic_string<char>' and 'bool (*)(const string&) {aka bool (*)(const 
> std::basic_string<char>&)}')
>    dir /= boost::filesystem::path(subdir, boost::filesystem::native);
>                                                                    ^
> In file included from /usr/include/boost/filesystem/operations.hpp:25:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/path.hpp:154:5: note: template<class Source> 
> boost::filesystem::path::path(const Source&, const codecvt_type&)
>      path(Source const& source, const codecvt_type& cvt)
>      ^
> /usr/include/boost/filesystem/path.hpp:154:5: note:   template argument 
> deduction/substitution failed:
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:632:67: 
> note:   cannot convert 'boost::filesystem::native' (type 'bool(const string&) 
> {aka bool(const std::basic_string<char>&)}') to type 'const codecvt_type& 
> {aka const std::codecvt<wchar_t, char, __mbstate_t>&}'
>    dir /= boost::filesystem::path(subdir, boost::filesystem::native);
>                                                                    ^
> In file included from /usr/include/boost/filesystem/operations.hpp:25:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/path.hpp:151:5: note: 
> boost::filesystem::path::path(const std::basic_string<char>&)
>      path(const std::basic_string<value_type>& s) : m_pathname(s) {}
>      ^
> /usr/include/boost/filesystem/path.hpp:151:5: note:   candidate expects 1 
> argument, 2 provided
> /usr/include/boost/filesystem/path.hpp:150:5: note: 
> boost::filesystem::path::path(const value_type*)
>      path(const value_type* s) : m_pathname(s) {}
>      ^
> /usr/include/boost/filesystem/path.hpp:150:5: note:   candidate expects 1 
> argument, 2 provided
> /usr/include/boost/filesystem/path.hpp:135:5: note: 
> boost::filesystem::path::path(const Source&, typename 
> boost::enable_if<boost::filesystem::path_traits::is_pathable<typename 
> boost::decay<Source>::type> >::type*) [with Source = std::basic_string<char>; 
> typename 
> boost::enable_if<boost::filesystem::path_traits::is_pathable<typename 
> boost::decay<Source>::type> >::type = void] <near match>
>      path(Source const& source,
>      ^
> /usr/include/boost/filesystem/path.hpp:135:5: note:   no known conversion for 
> argument 2 from 'bool(const string&) {aka bool(const 
> std::basic_string<char>&)}' to 'boost::enable_if_c<true, void>::type* {aka 
> void*}'
> /usr/include/boost/filesystem/path.hpp:132:5: note: 
> boost::filesystem::path::path(const boost::filesystem::path&)
>      path(const path& p) : m_pathname(p.m_pathname) {}
>      ^
> /usr/include/boost/filesystem/path.hpp:132:5: note:   candidate expects 1 
> argument, 2 provided
> /usr/include/boost/filesystem/path.hpp:130:5: note: 
> boost::filesystem::path::path()
>      path(){}                                          
>      ^
> /usr/include/boost/filesystem/path.hpp:130:5: note:   candidate expects 0 
> arguments, 2 provided
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp: In 
> member function 'bool 
> bear::engine::game_local_client::create_game_directory(const string&) const':
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:652:64: 
> error: no matching function for call to 'boost::filesystem::path::path(const 
> string&, bool (&)(const string&))'
>    boost::filesystem::path path( dir, boost::filesystem::native );
>                                                                 ^
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:652:64: 
> note: candidates are:
> In file included from /usr/include/boost/filesystem/operations.hpp:25:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/path.hpp:172:5: note: template<class 
> InputIterator> boost::filesystem::path::path(InputIterator, InputIterator, 
> const codecvt_type&)
>      path(InputIterator begin, InputIterator end, const codecvt_type& cvt)
>      ^
> /usr/include/boost/filesystem/path.hpp:172:5: note:   template argument 
> deduction/substitution failed:
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:652:64: 
> note:   deduced conflicting types for parameter 'InputIterator' 
> ('std::basic_string<char>' and 'bool (*)(const string&) {aka bool (*)(const 
> std::basic_string<char>&)}')
>    boost::filesystem::path path( dir, boost::filesystem::native );
>                                                                 ^
> In file included from /usr/include/boost/filesystem/operations.hpp:25:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/path.hpp:161:5: note: template<class 
> InputIterator> boost::filesystem::path::path(InputIterator, InputIterator)
>      path(InputIterator begin, InputIterator end)
>      ^
> /usr/include/boost/filesystem/path.hpp:161:5: note:   template argument 
> deduction/substitution failed:
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:652:64: 
> note:   deduced conflicting types for parameter 'InputIterator' 
> ('std::basic_string<char>' and 'bool (*)(const string&) {aka bool (*)(const 
> std::basic_string<char>&)}')
>    boost::filesystem::path path( dir, boost::filesystem::native );
>                                                                 ^
> In file included from /usr/include/boost/filesystem/operations.hpp:25:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/path.hpp:154:5: note: template<class Source> 
> boost::filesystem::path::path(const Source&, const codecvt_type&)
>      path(Source const& source, const codecvt_type& cvt)
>      ^
> /usr/include/boost/filesystem/path.hpp:154:5: note:   template argument 
> deduction/substitution failed:
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:652:64: 
> note:   cannot convert 'boost::filesystem::native' (type 'bool(const string&) 
> {aka bool(const std::basic_string<char>&)}') to type 'const codecvt_type& 
> {aka const std::codecvt<wchar_t, char, __mbstate_t>&}'
>    boost::filesystem::path path( dir, boost::filesystem::native );
>                                                                 ^
> In file included from /usr/include/boost/filesystem/operations.hpp:25:0,
>                  from /usr/include/boost/filesystem/convenience.hpp:22,
>                  from 
> /«PKGBUILDDIR»/bear-engine/core/src/engine/code/game_local_client.cpp:51:
> /usr/include/boost/filesystem/path.hpp:151:5: note: 
> boost::filesystem::path::path(const std::basic_string<char>&)
>      path(const std::basic_string<value_type>& s) : m_pathname(s) {}
>      ^
> /usr/include/boost/filesystem/path.hpp:151:5: note:   candidate expects 1 
> argument, 2 provided
> /usr/include/boost/filesystem/path.hpp:150:5: note: 
> boost::filesystem::path::path(const value_type*)
>      path(const value_type* s) : m_pathname(s) {}
>      ^
> /usr/include/boost/filesystem/path.hpp:150:5: note:   candidate expects 1 
> argument, 2 provided
> /usr/include/boost/filesystem/path.hpp:135:5: note: 
> boost::filesystem::path::path(const Source&, typename 
> boost::enable_if<boost::filesystem::path_traits::is_pathable<typename 
> boost::decay<Source>::type> >::type*) [with Source = std::basic_string<char>; 
> typename 
> boost::enable_if<boost::filesystem::path_traits::is_pathable<typename 
> boost::decay<Source>::type> >::type = void] <near match>
>      path(Source const& source,
>      ^
> /usr/include/boost/filesystem/path.hpp:135:5: note:   no known conversion for 
> argument 2 from 'bool(const string&) {aka bool(const 
> std::basic_string<char>&)}' to 'boost::enable_if_c<true, void>::type* {aka 
> void*}'
> /usr/include/boost/filesystem/path.hpp:132:5: note: 
> boost::filesystem::path::path(const boost::filesystem::path&)
>      path(const path& p) : m_pathname(p.m_pathname) {}
>      ^
> /usr/include/boost/filesystem/path.hpp:132:5: note:   candidate expects 1 
> argument, 2 provided
> /usr/include/boost/filesystem/path.hpp:130:5: note: 
> boost::filesystem::path::path()
>      path(){}                                          
>      ^
> /usr/include/boost/filesystem/path.hpp:130:5: note:   candidate expects 0 
> arguments, 2 provided
> make[3]: *** 
> [bear-engine/core/src/engine/CMakeFiles/bear_engine.dir/code/game_local_client.cpp.o]
>  Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/08/25/plee-the-bear_0.6.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: plee-the-bear
Source-Version: 0.6.0-2

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

Debian distribution maintenance software
pp.
Vincent Cheng <vch...@debian.org> (supplier of updated plee-the-bear 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: Thu, 23 Jan 2014 13:20:52 -0800
Source: plee-the-bear
Binary: plee-the-bear plee-the-bear-data bear-factory
Architecture: source amd64 all
Version: 0.6.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Vincent Cheng <vch...@debian.org>
Description: 
 bear-factory - Editors for Plee the Bear
 plee-the-bear - 2D platform game
 plee-the-bear-data - data for Plee the Bear
Closes: 720819 726176 726853
Changes: 
 plee-the-bear (0.6.0-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org
 .
   [ Gonéri Le Bouder ]
   * import patches by Julien Jorge to fix a FTBFS  with the current
     Boost.FileSystem (closes: #720819)
   * Add myself in Uploaders
   * Indent the B-D
 .
   [ Julien Jorge ]
   * Add mipsn32el mips64 mips64el in the architecures (closes: #726176)
   * Add a patch to use the full path to the icon in the menu files
     (closes: #726853)
 .
   [ Vincent Cheng ]
   * Refresh patches.
   * Update to Standards version 3.9.5.
   * Update to source format "3.0 (quilt)".
Checksums-Sha1: 
 1405ae4b97790d28c87fac82d0f7bf3e831b9224 2830 plee-the-bear_0.6.0-2.dsc
 7d57a739d6c38fd4fc07de1aa463bfa39898130b 17684 
plee-the-bear_0.6.0-2.debian.tar.xz
 975001c1853eea7096c0af6103981605cb611ee7 2503282 
plee-the-bear_0.6.0-2_amd64.deb
 cd6143955e7af24a3042f5ccee78c0d3fb062f31 1454086 bear-factory_0.6.0-2_amd64.deb
 32c52c1721b496dfd66c0a386336ea262bf6c9e0 32423130 
plee-the-bear-data_0.6.0-2_all.deb
Checksums-Sha256: 
 8e73dda92af2c22c5aab48f299e3c8fc6166ecaadf337a9eb0229dd3b23d284a 2830 
plee-the-bear_0.6.0-2.dsc
 c61c774b4fc0b0cf15ea3051b297b90fb1122ab93572a0ae73cd5ab4cde53851 17684 
plee-the-bear_0.6.0-2.debian.tar.xz
 28419283fd387b16d475b18755978d6a1c3a5db2761ce03e997c4e4913606e11 2503282 
plee-the-bear_0.6.0-2_amd64.deb
 ec5465ebae4a4c0a07d80bb8ef29d6c7a8c915c5d2e05b56b1f05b4da1b09b23 1454086 
bear-factory_0.6.0-2_amd64.deb
 e087ccb663763674a809513baf8a3e48e4ec6a566560587cd5d686b2cce851ba 32423130 
plee-the-bear-data_0.6.0-2_all.deb
Files: 
 b1bed89df8370659ba72901d8088e058 2830 games extra plee-the-bear_0.6.0-2.dsc
 5ea252579e2911a21effd95c676cfef6 17684 games extra 
plee-the-bear_0.6.0-2.debian.tar.xz
 aeb5a875b71b4aa0de8e5c4634c5625d 2503282 games extra 
plee-the-bear_0.6.0-2_amd64.deb
 d32dffffeefdba2d0d1472cc3bd0d9e3 1454086 games extra 
bear-factory_0.6.0-2_amd64.deb
 443b55970c758fe0c35e0cbf1d0c7f78 32423130 games extra 
plee-the-bear-data_0.6.0-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJS4ZSHAAoJEI7tzBuqHzL/YK4QAPMZ1FNnXUuKqDWP8k7a9hAb
YMSxPSUNeTNlrgDUmcIzxAF5WJvtj0hexKRXprIkXFJXcJi6nPrvvOBqop5b0g6L
VDbaWjwyWE/9Rp+UxNQRUIbCBuzo3K0z0cmPrVXK0k3pJG0tLMO2YJ9wBVg0YgBb
DfR6Rkrg4ltLf5on0kRySUxo2OyWHKrwn4pgAlPgow0DYsk17jKVxPsp3R6kceTW
Chwf2yyb2bpyuuW/9IlH18LtV1kpWBiOCcffBxiPfJ6L0FAL/lXLXCgv65jZlNTX
2mwqW7qLk0RjYtgD4RN5dgBLA7zCjl3bJrlJc+HacRI4y7bfFwtIMP3E0Wbr03dS
hQJIHMI/pLfHI8pfd6m0u6DJR+WH7CyZ7jR5Z9awulVVIm03Hg2Jud1YnJave4tE
ZDZqN0gY+pRI0R+hUksIKWl8N+iH7IY54Z3019tEX2QCnqkjybmIA7VfbBTWAAtX
CHA+uOnEF5hnr1BedCaM0WFsgvQM1014MFbL8rycSM/9ISyoq20jZHVDXC6Rfpc/
LP7SnukAT+cfH+k+5ZFYbqQ4DPEJ8M5/NBxzZ06lMcugHLJd+pDWCEbtWBE7vGvj
YZ6Xy5V2WorNMq7lT9DfthYwIkUl8NExIwyCVK6sTgshCK1DCZc8Ym5HXJOZK0jT
sOs6x/ttsESrmEOq54LN
=JHrS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to