Package: balder2d
Version: 1.0~rc1-2
Severity: Normal
Tags: patch

balder2d, without modification, requires
libboost-filesystem-dev >= 1.34.x-x. However, there is not version
specified on the Build-Depends line. If you have
libboost-filesystem-dev 1.33.1-10 installed, it will successfully
compile, but fail to link, when it realizes that there is no
libboost_filesystem-mt.so. Build failure.

If you have libboost-filesystem-dev 1.33.x-x installed, and alter the
16th line of debian/patches/10_guichan_and_boost.dpatch to say:

+libs = Split('guichan_sdl guichan SDL_image SDL_mixer SDL_gfx python2.4 
boost_filesystem-gcc-mt-1_33_1')

it will build and run. But then you break building with
libboost-filesystem-dev 1.34.x-x.

The simplest, and probably the best, solution would be to specify the
required version for libboost-filesystem-dev on the Build-Depends line.

-Brandon



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to