Source: regina-normal
Version: 4.93-1
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
>  debian/rules build
> dh_testdir
> mkdir -p builds/debbuild
> cd builds/debbuild && \
>               cmake /«PKGBUILDDIR» \
>               -DPACKAGE_NAME=regina-normal -DPACKAGING_MODE=1 \
>                \
>               -DPYTHON_EXECUTABLE=/usr/bin/python2.7 \
>               -DCMAKE_INSTALL_PREFIX=/usr \
>               -DDISABLE_RPATH=1 \
>               -DCMAKE_MODULE_PATH="/usr/share/apps/cmake/modules"
> -- The C compiler identification is GNU 4.8.1
> -- The CXX compiler identification is GNU 4.8.1
> -- Check for working C compiler: /usr/bin/cc
> -- Check for working C compiler: /usr/bin/cc -- 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
> -- Regina install type: XDG
> -- Performing Test LANGINFO_FOUND
> -- Performing Test LANGINFO_FOUND - Success
> -- Performing Test LONG_LONG_FOUND
> -- Performing Test LONG_LONG_FOUND - Success
> -- Performing Test NUMERIC_64_FOUND
> -- Performing Test NUMERIC_64_FOUND - Success
> -- Performing Test NUMERIC_64_LL_FOUND
> -- Performing Test NUMERIC_64_LL_FOUND - Success
> -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8") 
> -- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version 
> "2.9.1") 
> -- Found GMP: /usr/include  
> -- Found GMPXX: /usr/include  
> -- Looking for iconv
> -- Looking for iconv - found
> -- Found iconv: /usr/include
> -- Performing Test ICONV_CONST
> -- Performing Test ICONV_CONST - Failed
> -- Boost version: 1.49.0
> -- Found the following Boost libraries:
> --   python
> --   regex
> -- Looking for include file pthread.h
> -- Looking for include file pthread.h - found
> -- Looking for pthread_create
> -- Looking for pthread_create - not found
> -- Looking for pthread_create in pthreads
> -- Looking for pthread_create in pthreads - not found
> -- Looking for pthread_create in pthread
> -- Looking for pthread_create in pthread - found
> -- Found Threads: TRUE  
> -- Found popt: /usr/lib/x86_64-linux-gnu/libpopt.so
> -- Looking for C++ include hash_set
> -- Looking for C++ include hash_set - found
> -- Performing Test NAMESPACE_std
> -- Performing Test NAMESPACE_std - Failed
> -- Performing Test NAMESPACE___gnu_cxx
> -- Performing Test NAMESPACE___gnu_cxx - Success
> -- Performing Test ALIAS
> -- Performing Test ALIAS - Success
> -- Found MPI_C: 
> /usr/lib/openmpi/lib/libmpi.so;/usr/lib/openmpi/lib/libopen-rte.so;/usr/lib/openmpi/lib/libopen-pal.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libnsl.so;/usr/lib/x86_64-linux-gnu/libutil.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so
>   
> -- Found MPI_CXX: 
> /usr/lib/openmpi/lib/libmpi_cxx.so;/usr/lib/openmpi/lib/libmpi.so;/usr/lib/openmpi/lib/libopen-rte.so;/usr/lib/openmpi/lib/libopen-pal.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libnsl.so;/usr/lib/x86_64-linux-gnu/libutil.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so
>   
> -- Found Doxygen: /usr/bin/doxygen (found version "1.8.1.2") 
> -- Found PythonInterp: /usr/bin/python2.7 (found version "2.7.5") 
> -- Found Python executable: /usr/bin/python2.7
> -- Found Python version: 2.7.5+
> -- Found Python library: PYTHON_LIBRARY-NOTFOUND
> -- Python bindings enabled
> -- Looking for Q_WS_X11
> -- Looking for Q_WS_X11 - found
> -- Looking for Q_WS_WIN
> -- Looking for Q_WS_WIN - not found
> -- Looking for Q_WS_QWS
> -- Looking for Q_WS_QWS - not found
> -- Looking for Q_WS_MAC
> -- Looking for Q_WS_MAC - not found
> -- Found Qt4: /usr/bin/qmake (found version "4.8.4") 
> -- Found source-highlight: /usr/lib/libsource-highlight.so
> -- Found shared-mime-info version: 1.0
> -- Graphical user interface enabled
> -- Found CppUnit: /usr/lib/x86_64-linux-gnu/libcppunit.so
> 
> -----------------------------------------------------------------------------
> -- The following external packages were located on your system.
> -- This installation will have the extra features provided by these packages.
> -----------------------------------------------------------------------------
>    * zlib - Essential: compression support
>    * libxml2 - Essential: XML support
>    * GMP/C - Essential: large integer arithmetic support for C
>    * GMP/C++ - Essential: large integer arithmetic support for C++
>    * iconv - Essential: internationalisation support
>    * Boost - Essential: C++ components (including Boost.Python and 
> Boost.Regex)
>    * Popt - Essential: command-line option processing
>    * MPI - Build command-line tools for high-performance computing
>    * Doxygen - Generate C++/Python API docs
>    * xsltproc - Generate the user handbook
>    * Python development - Build Python bindings for Regina
>    * Source-highlight - Syntax highlighting
>    * SharedMimeInfo - Required for Regina's graphical user interface
>    * Qt4 - Required for Regina's graphical user interface
>    * CppUnit - Build the full test suite for Regina
> 
> -----------------------------------------------------------------------------
> -- Congratulations! All external packages have been found.
> -----------------------------------------------------------------------------
> 
> CMake Error: The following variables are used in this project, but they are 
> set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the CMake 
> files:
> PYTHON_LIBRARY
>     linked by target "regina" in directory /«PKGBUILDDIR»/python
>     linked by target "regina-gui" in directory /«PKGBUILDDIR»/qtui/src
> 
> -- Configuring incomplete, errors occurred!
> make: *** [builds/debbuild] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/regina-normal_4.93-1_unstable.log

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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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

Reply via email to