Package: plee-the-bear
Severity: serious
Justification: no longer builds from source

Due to the recently-introduced package boost-defaults [1], the
unversioned Boost -dev packages changed from Boost version 1.34.1 to
version 1.38.0.

You package now fails to build due to that change.  CMake fails to
find boost::filesystem; I'm guessing that it needs to be taught to
link against "-mt" variants of the boost libraries.

Upstream stopped building separate single- and multi-threaded variants
of all libraries and Debian followed suit as of 1.37.0.  The
single-threaded variant was named, e.g. "-lboost_regex" while the
multi-threaded variant was suffixed with "-mt", i.e. named
"-lboost_regex-mt".  Your package needs to change its linker
arguments.

Build Log extract:

Now at patch fix_.desktop.diff
# Perform an out-of-tree build to keep a clean source tree
mkdir /tmp/buildd/plee-the-bear-0.2.1/build-tree
cd /tmp/buildd/plee-the-bear-0.2.1/build-tree; cmake .. \
                -DCMAKE_INSTALL_PREFIX:STRING="/usr" -DCMAKE_C_FLAGS:STRING="-g 
-O2" \
                -DBUILD_STATIC:BOOL=ON \
                -DBEAR_INSTALL_LIBRARY_DIR:STRING="lib/games/plee-the-bear" \
                
-DPTB_INSTALL_CUSTOM_LIBRARY_DIR:STRING="lib/games/plee-the-bear" \
                -DBEAR_INSTALL_EXECUTABLE_DIR:STRING="games" \
                -DCMAKE_SHARED_LINKER_FLAGS:STRING="-Wl,--as-needed" \
                -DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,--as-needed" \
                -DCMAKE_INSTALL_RPATH:STRING="/usr/lib/games/plee-the-bear" \
                -DPTB_INSTALL_DATA_DIR:STRING="share/games/plee-the-bear"
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found JPEG: /usr/lib/libjpeg.so
-- Found ZLIB: /usr/lib/libz.so
-- Found PNG: /usr/lib/libpng.so
-- Found Claw library
-- Boost version: 1.38.0
-- Found the following Boost libraries:
CMake Error at CMakeLists.txt:94 (MESSAGE):
  You must have the boost::filesystem library installed (at least 1.33)


-- Configuring incomplete, errors occurred!
make: *** [configure-stamp] Error 1
dpkg-buildpackage: failure: debian/rules build gave error exit status 2



[1] http://lists.debian.org/debian-devel-announce/2009/05/msg00002.html

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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

Reply via email to