Your message dated Mon, 15 Jul 2013 15:48:22 +0000
with message-id <[email protected]>
and subject line Bug#713360: fixed in regina-normal 4.93-1.1
has caused the Debian Bug report #713360,
regarding regina-normal: FTBFS: CMake Error: The following variables are used 
in this project, but they are set to NOTFOUND.  PYTHON_LIBRARY
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 [email protected]
immediately.)


-- 
713360: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713360
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: regina-normal
Source-Version: 4.93-1.1

We believe that the bug you reported is fixed in the latest version of
regina-normal, which is due to be installed in the Debian FTP archive.

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <[email protected]> (supplier of updated regina-normal 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 13 Jul 2013 17:07:24 +0200
Source: regina-normal
Binary: regina-normal regina-normal-dev regina-normal-mpi regina-normal-doc
Architecture: source all amd64
Version: 4.93-1.1
Distribution: unstable
Urgency: low
Maintainer: Ben Burton <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description: 
 regina-normal - software for 3-manifold topology and normal surfaces
 regina-normal-dev - development files for Regina, the 3-manifold topology 
software
 regina-normal-doc - documentation for Regina, the 3-manifold topology software
 regina-normal-mpi - MPI utilities for Regina, the 3-manifold topology software
Closes: 713360
Changes: 
 regina-normal (4.93-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
 .
   [ Peter Michael Green ]
   * Force python library location to new multiarch path.
     Closes: #713360
   * Bump python-dev build-depends for multiarch.
 .
   [ gregor herrmann ]
   * Build-depend on dpkg-dev >= 1.16.0 for multiarch support.
Checksums-Sha1: 
 75ee052c1d81ef57d4ff5e49ae01eef10e334589 2205 regina-normal_4.93-1.1.dsc
 c8663a1063ce4683366f45d9bf552787564a6c6b 11717 regina-normal_4.93-1.1.diff.gz
 efb1d4da8b081f175ce1419ef84212a4b83415b6 11755202 
regina-normal-doc_4.93-1.1_all.deb
 5668c0f73539017f0e280dae551e938c8063a921 5748252 
regina-normal_4.93-1.1_amd64.deb
 ec50488ebb37ec9b30167e277fc968bdf8f4ef51 527570 
regina-normal-dev_4.93-1.1_amd64.deb
 7de7a570d155ce6a7cffbf7083da00cc2aa02640 112464 
regina-normal-mpi_4.93-1.1_amd64.deb
Checksums-Sha256: 
 6c4f14e7e0c367139ae5d6f1e8da2f39af7323fdd4d62041b9d36bcf47575bd1 2205 
regina-normal_4.93-1.1.dsc
 2a1ff977835e06e4738476d17a1c7a1f7f6a1f11ecc1a2e32e9098ec5a826979 11717 
regina-normal_4.93-1.1.diff.gz
 02031807ff7fa632a4f5cc91307c78d2e23f3af39ecdb157855d9a279a1647cd 11755202 
regina-normal-doc_4.93-1.1_all.deb
 9d992df34ffd226640b1aa630b8ca4980810b3eff85c3bb9367b1133bacc0ebd 5748252 
regina-normal_4.93-1.1_amd64.deb
 ad8852df29e28a00cbd56888fcfdcf7982d081b643b857a70897f52611d1ba20 527570 
regina-normal-dev_4.93-1.1_amd64.deb
 0eff5542afc813451409870bf1e19bb9bd262ea92c695300eb4b1694ec53b479 112464 
regina-normal-mpi_4.93-1.1_amd64.deb
Files: 
 8cdf7f8bb3a35336b65f7774300f11d2 2205 math extra regina-normal_4.93-1.1.dsc
 c3b71ecd4f15d5e5a73b23998a403f13 11717 math extra 
regina-normal_4.93-1.1.diff.gz
 858adc4730f450bb808e38fd5ded6d4c 11755202 doc extra 
regina-normal-doc_4.93-1.1_all.deb
 aefdce63bccacc433dfc63c04ff9823d 5748252 math extra 
regina-normal_4.93-1.1_amd64.deb
 7d781980429482eca81516700446032c 527570 libdevel extra 
regina-normal-dev_4.93-1.1_amd64.deb
 2fde7cc6da540f37e5daf8ce0ad49f06 112464 math extra 
regina-normal-mpi_4.93-1.1_amd64.deb

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

iQIcBAEBCAAGBQJR4W35AAoJELs6aAGGSaoGEKcQALdkgDlsHPO4R+C0675ycvOg
v+F9IezRKdPIJbEPDKOlXP+/ia+o0gwkwuZrboi6W993hpTzcrIifxpJqiaeTqxR
keXBybBj/IPeoVLf7hF59teirk7qIPm9bq1V4bDbHnd+Lwvw5S8L7L/J2BhLcmFY
UDpEqTa+8RV+wQdEn2+MaogONL1InzqLY68xndpeg/RUDZVN314AI0WANa4MUXGg
CgkM60a2SAAisSBGDVWDf0G53syszFMv3nuqtsWTOmNzczAhBZ1konGtZaCKZZ8l
+OtEGCitpmfM19rpUAJxNfxQGEa1dqwY6vW7g1tb/5Za7jB+sWdCttXdpIA21jEd
7X5Fd7phvWt1wVVVTI2GygT6JbAqH7f1TTP/1UJ8JJ6Aywm5O26hScwwUrsVZXJo
4u83tzraRqTgpdT8yxnCqw5OyXlKw5fJ/BsEKbAKBgfqXfjknDxcz8G/5nlkXG0e
RUoMPEu13ftmqrzXUh+Co8Rf+Igo3U/a2kMdarFgvBMATLaAVjKmOzmY0oZpLHXW
uCqsgteCuGw/fmdp1UQm+5MMUOHcJ5zLbqJVsI77l4ro4V6mzzFWEDtG36w89q3n
/Nk25sRPqb05ZPxnvGGqwj2Y5ffJiejS/e15KZWUFdnjeieYkVWzsH/pDGRlfR8p
zc3wx2ElwQD4agJsq80a
=ntGH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to