Your message dated Sat, 18 Jul 2009 12:17:06 +0000
with message-id <e1ms8qg-0000vu...@ries.debian.org>
and subject line Bug#530477: fixed in plee-the-bear 0.2.1-2.1
has caused the Debian Bug report #530477,
regarding Needs to link against boost_filesystem-mt
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.)


-- 
530477: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530477
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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



--- End Message ---
--- Begin Message ---
Source: plee-the-bear
Source-Version: 0.2.1-2.1

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:

plee-the-bear-data_0.2.1-2.1_all.deb
  to pool/main/p/plee-the-bear/plee-the-bear-data_0.2.1-2.1_all.deb
plee-the-bear_0.2.1-2.1.diff.gz
  to pool/main/p/plee-the-bear/plee-the-bear_0.2.1-2.1.diff.gz
plee-the-bear_0.2.1-2.1.dsc
  to pool/main/p/plee-the-bear/plee-the-bear_0.2.1-2.1.dsc
plee-the-bear_0.2.1-2.1_amd64.deb
  to pool/main/p/plee-the-bear/plee-the-bear_0.2.1-2.1_amd64.deb



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 530...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois <k...@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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 18 Jul 2009 13:46:25 +0200
Source: plee-the-bear
Binary: plee-the-bear plee-the-bear-data
Architecture: source amd64 all
Version: 0.2.1-2.1
Distribution: unstable
Urgency: low
Maintainer: Julien Jorge <julien_jo...@yahoo.fr>
Changed-By: Cyril Brulebois <k...@debian.org>
Description: 
 plee-the-bear - A 2D platform game
 plee-the-bear-data - Data for Plee the Bear
Closes: 530477 534039
Changes: 
 plee-the-bear (0.2.1-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with new boost (>= 1.37.0) by using the “-mt” suffix for
     boost libraries since starting with this version, only this variant
     is available (Closes: #530477, #534039):
      - Add patch: fix-ftbfs-with-new-boost.diff
   * Not bumping urgency, the package isn't in testing yet.
   * Get rid of -pN options in series file, -p1 is the default, and that
     could lead to some troubles with the 3.0 format.
Checksums-Sha1: 
 6db76dfabce065fc7e5151b0c6cae3977056de1a 1689 plee-the-bear_0.2.1-2.1.dsc
 f7de9c26f665c69b969a21a3b317dfed39828809 15414 plee-the-bear_0.2.1-2.1.diff.gz
 6ad265aae5026c6aaa30717a49f853ce61c7fe60 641426 
plee-the-bear_0.2.1-2.1_amd64.deb
 7e0a851dc929be327e7cf5ceea6e6967e180c58c 7585792 
plee-the-bear-data_0.2.1-2.1_all.deb
Checksums-Sha256: 
 156d75a117598a7409ee1f59b68ad2d9b93af3229e840fa6987dac0a1105054f 1689 
plee-the-bear_0.2.1-2.1.dsc
 ea0c7cf0311a322aade1ce1a9289f44479e4fac61fecfdf0659610e1f9093377 15414 
plee-the-bear_0.2.1-2.1.diff.gz
 158a6a1439eebe957e235437f71cf205832625d7557f741437df7769b7baf21d 641426 
plee-the-bear_0.2.1-2.1_amd64.deb
 3910a74d72f3a27d1240cb8db6ed51633e33ec534eeced619e942c9337fe6b04 7585792 
plee-the-bear-data_0.2.1-2.1_all.deb
Files: 
 bc33ecc8866e5d6b32594fdf53458567 1689 games extra plee-the-bear_0.2.1-2.1.dsc
 3591fe6781532a9a39c191955ca37e01 15414 games extra 
plee-the-bear_0.2.1-2.1.diff.gz
 9acf475ba381ce0045fd92d414cc9ea5 641426 games extra 
plee-the-bear_0.2.1-2.1_amd64.deb
 ddfb1bcb6d78da968b6cbd225e3b9fc6 7585792 games extra 
plee-the-bear-data_0.2.1-2.1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkphvBsACgkQeGfVPHR5Nd0E/QCfZDLHPvZum7AU5mwMfI9hP3Dp
qjYAnRGaw/MaRumXH/dRiUfH/0zdwrFZ
=PSev
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to