Bug#720819: plee-the-bear: FTBFS: config.hpp:16:5: error: #error Compiling Filesystem version 3 file with BOOST_FILESYSTEM_VERSION defined != 3

2013-09-09 Thread Gonéri Le Bouder
On Sun, Sep 08, 2013 at 01:01:38PM +0200, Julien Jorge wrote:
> Hi,
> 
> Thanks for the report. Please find two patches attached to this email.
> The first one port the game to Boost.FileSystem v2, the second port to
> Boost.Signals v2.

Hi Julien,

I afradi the patch is broken. I an apply it properly.

Best regards,
-- 
 Gonéri


pgpHmYuIZmM9A.pgp
Description: PGP signature


Bug#720819: plee-the-bear: FTBFS: config.hpp:16:5: error: #error Compiling Filesystem version 3 file with BOOST_FILESYSTEM_VERSION defined != 3

2013-08-25 Thread David Suárez
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 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 
> ded

Bug#720819: plee-the-bear: FTBFS: config.hpp:16:5: error: #error Compiling Filesystem version 3 file with BOOST_FILESYSTEM_VERSION defined != 3

2013-10-19 Thread Markus Koschany
Hi folks,

plee-the-bear has been removed from testing and is still RC buggy.
Gonéri claims that Julien's patch is broken. What's the current status
of this bug?

Regards,

Markus



signature.asc
Description: OpenPGP digital signature


Bug#720819: plee-the-bear: FTBFS: config.hpp:16:5: error: #error Compiling Filesystem version 3 file with BOOST_FILESYSTEM_VERSION defined != 3

2013-10-19 Thread Julien Jorge
Le samedi 19 octobre 2013 à 14:47 +0200, Markus Koschany a écrit :
> Hi folks,
> 
> plee-the-bear has been removed from testing and is still RC buggy.
> Gonéri claims that Julien's patch is broken. What's the current status
> of this bug?
> 
> Regards,
> 
> Markus
> 
Hi,

I have finally found some time to spend on these patches and I am
currently working on integrating the patches in the SVN of the Debian's
package of the game.

I hope it will solve this bug and allow the game to come back in
testing.

Regards,

Julien


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#720819: plee-the-bear: FTBFS: config.hpp:16:5: error: #error Compiling Filesystem version 3 file with BOOST_FILESYSTEM_VERSION defined != 3

2013-10-19 Thread Julien Jorge
Le samedi 19 octobre 2013 à 14:47 +0200, Markus Koschany a écrit :
> Hi folks,
> 
> plee-the-bear has been removed from testing and is still RC buggy.
> Gonéri claims that Julien's patch is broken. What's the current status
> of this bug?
> 
> Regards,
> 
> Markus
> 

I've fixed the patch in the svn repository of Debian, and successfully
built the package on my computer. I hope it will allow to restore the
package.

Best regards,

Julien


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#720819: plee-the-bear: FTBFS: config.hpp:16:5: error: #error Compiling Filesystem version 3 file with BOOST_FILESYSTEM_VERSION defined != 3

2013-10-20 Thread Markus Koschany
Control: tags -1 patch

Hi Julien,

On 19.10.2013 20:24, Julien Jorge wrote:
[...]
> I've fixed the patch in the svn repository of Debian, and successfully
> built the package on my computer. I hope it will allow to restore the
> package.
> 

Thank you for your work! I'm tagging this bug with "patch" accordingly.
I hope someone will sponsor your package soonish.

Regards,

Markus




signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#720819: plee-the-bear: FTBFS: config.hpp:16:5: error: #error Compiling Filesystem version 3 file with BOOST_FILESYSTEM_VERSION defined != 3

2013-10-20 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #720819 [src:plee-the-bear] plee-the-bear: FTBFS: config.hpp:16:5: error: 
#error Compiling Filesystem version 3 file with BOOST_FILESYSTEM_VERSION 
defined != 3
Added tag(s) patch.

-- 
720819: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720819
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org