Package: plee-the-bear
Version: 0.2.1-2
Severity: serious
User: [email protected]
Usertags: qa-ftbfs-20090620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> QUILT_PATCHES=debian/patches quilt pop -a -R || test $? = 2
> No patch removed
> rm -f build-stamp configure-stamp
> if [ -d 
> /build/user-plee-the-bear_0.2.1-2-amd64-PQ4OoA/plee-the-bear-0.2.1/build-tree 
> ]; then cd 
> /build/user-plee-the-bear_0.2.1-2-amd64-PQ4OoA/plee-the-bear-0.2.1/build-tree;
>  /usr/bin/make clean; fi
> rm -fr 
> /build/user-plee-the-bear_0.2.1-2-amd64-PQ4OoA/plee-the-bear-0.2.1/build-tree
> rm -f debian/running-bear.6
> rm -f debian/plee-the-bear.6
> rm -fr .pc
> if [ -L debian/plee-the-bear.menu ]; then unlink debian/plee-the-bear.menu; fi
> dh_clean 
>  dpkg-source -b plee-the-bear-0.2.1
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building plee-the-bear using existing 
> plee-the-bear_0.2.1.orig.tar.gz
> dpkg-source: info: building plee-the-bear in plee-the-bear_0.2.1-2.diff.gz
> dpkg-source: info: building plee-the-bear in plee-the-bear_0.2.1-2.dsc
>  debian/rules build
> dh_testdir
> QUILT_PATCHES=debian/patches quilt push -a || test $? = 2
> Applying patch built-paths.diff
> patching file data/CMakeLists.txt
> patching file CMakeLists.txt
> 
> Applying patch dont-compile-extra-stuff.diff
> patching file dev/CMakeLists.txt
> 
> Applying patch fix-menu-section.diff
> patching file desktop/menu/plee-the-bear
> 
> Applying patch install-author-files.diff
> patching file data/CMakeLists.txt
> 
> Applying patch fix-create-file-in-current-dir.diff
> patching file dev/bear_engine/src/core/engine/code/game.cpp
> 
> Applying patch cmake-version.diff
> patching file CMakeLists.txt
> patching file data/CMakeLists.txt
> patching file desktop/CMakeLists.txt
> patching file dev/CMakeLists.txt
> patching file dev/bear_engine/CMakeLists.txt
> patching file dev/bear_engine/src/CMakeLists.txt
> patching file dev/bear_engine/src/core/CMakeLists.txt
> patching file dev/bear_engine/src/core/audio/CMakeLists.txt
> patching file dev/bear_engine/src/core/communication/CMakeLists.txt
> patching file dev/bear_engine/src/core/engine/CMakeLists.txt
> patching file dev/bear_engine/src/core/gui/CMakeLists.txt
> patching file dev/bear_engine/src/core/input/CMakeLists.txt
> patching file dev/bear_engine/src/core/text/CMakeLists.txt
> patching file dev/bear_engine/src/core/time/CMakeLists.txt
> patching file dev/bear_engine/src/core/universe/CMakeLists.txt
> patching file dev/bear_engine/src/core/visual/CMakeLists.txt
> patching file dev/bear_engine/src/generic_items/CMakeLists.txt
> patching file dev/bear_engine/src/running_bear/CMakeLists.txt
> patching file dev/image-cutter/CMakeLists.txt
> patching file dev/image-cutter/src/CMakeLists.txt
> patching file dev/image-cutter/src/ic/CMakeLists.txt
> patching file dev/level-editor/CMakeLists.txt
> patching file dev/level-editor/src/CMakeLists.txt
> patching file dev/level-editor/src/bf/CMakeLists.txt
> patching file dev/model-compiler/CMakeLists.txt
> patching file dev/model-compiler/src/CMakeLists.txt
> patching file dev/model-compiler/src/mc/CMakeLists.txt
> patching file dev/plee-the-bear/CMakeLists.txt
> patching file dev/plee-the-bear/src/CMakeLists.txt
> patching file dev/plee-the-bear/src/ptb/CMakeLists.txt
> patching file dev/texture-tools/CMakeLists.txt
> patching file dev/texture-tools/big-to-texture/CMakeLists.txt
> patching file dev/texture-tools/big-to-texture/src/CMakeLists.txt
> 
> Applying patch fix_.desktop.diff
> patching file desktop/applications/plee-the-bear.desktop
> 
> Now at patch fix_.desktop.diff
> # Perform an out-of-tree build to keep a clean source tree
> mkdir 
> /build/user-plee-the-bear_0.2.1-2-amd64-PQ4OoA/plee-the-bear-0.2.1/build-tree
> cd 
> /build/user-plee-the-bear_0.2.1-2-amd64-PQ4OoA/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

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/06/20/plee-the-bear_0.2.1-2_lsid64.buildlog

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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| [email protected]   http://www.lucas-nussbaum.net/ |
| jabber: [email protected]             GPG: 1024D/023B3F4F |



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

Reply via email to