Your message dated Sat, 15 Aug 2015 15:53:41 +0000
with message-id <e1zqdm9-0005sd...@franck.debian.org>
and subject line Bug#792715: fixed in sphinx 1.3.1-4
has caused the Debian Bug report #792715,
regarding opencv: FTBFS with Sphinx 1.3: wrong code to detect Sphinx version
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.)


-- 
792715: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792715
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: opencv
Version: 2.4.9.1+dfsg-1.1
User: python-modules-t...@lists.alioth.debian.org
Usertags: sphinx1.3

opencv FTBFS with Sphinx 1.3 (which is available in experimental),
because cmake cannot detect Sphinx properly. This can be seen in
cmake output:

  --   Documentation:
  --     Build Documentation:         NO
  --     Sphinx:                      NO
  --     PdfLaTeX compiler:           /usr/bin/pdflatex

The relevant code in cmake/OpenCVDetectPython.cmake is:

    find_host_program(SPHINX_BUILD sphinx-build)
    if(SPHINX_BUILD)
        execute_process(COMMAND "${SPHINX_BUILD}"
                        OUTPUT_QUIET
                        ERROR_VARIABLE SPHINX_OUTPUT
                        OUTPUT_STRIP_TRAILING_WHITESPACE)
        if(SPHINX_OUTPUT MATCHES "Sphinx v([0-9][^ \n]*)")
          set(SPHINX_VERSION "${CMAKE_MATCH_1}")
          set(HAVE_SPHINX 1)
          message(STATUS "Found Sphinx ${SPHINX_VERSION}: ${SPHINX_BUILD}")
        endif()
    endif()

Here it calls 'sphinx-build' and expects the output to be
"Sphinx v([0-9][^ \n]*)".

However with Sphinx 1.3, 'sphinx-build' prints:

  $ sphinx-build
  Error: Insufficient arguments.

You need to pass --version and adjust the regex a bit:

  $ sphinx-build --version
  Sphinx (sphinx-build) 1.3.1

--
Dmitry Shachnev

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: sphinx
Source-Version: 1.3.1-4

We believe that the bug you reported is fixed in the latest version of
sphinx, 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 792...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev <mity...@debian.org> (supplier of updated sphinx 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...@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 15 Aug 2015 18:04:49 +0300
Source: sphinx
Binary: python-sphinx python3-sphinx sphinx-common sphinx-doc libjs-sphinxdoc
Architecture: source all
Version: 1.3.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Dmitry Shachnev <mity...@debian.org>
Description:
 libjs-sphinxdoc - JavaScript support for Sphinx documentation
 python-sphinx - documentation generator for Python projects (implemented in 
Pytho
 python3-sphinx - documentation generator for Python projects (implemented in 
Pytho
 sphinx-common - documentation generator for Python projects - common data
 sphinx-doc - documentation generator for Python projects - documentation
Closes: 792715
Changes:
 sphinx (1.3.1-4) unstable; urgency=medium
 .
   * Fix message when calling sphinx-build without arguments
     (print_help.diff; closes: #792715).
   * Add compatibility default.css file (compat_css.diff).
   * Upload to unstable.
Checksums-Sha1:
 9804edb07b21f8cc2679d47be5944d656be03270 2980 sphinx_1.3.1-4.dsc
 e466388132160b7eb72cb54f7a7eb5fa57c0eef1 30092 sphinx_1.3.1-4.debian.tar.xz
 bcca12d8d1fa6e9fc085b7ada5c9a914a55b098c 52852 libjs-sphinxdoc_1.3.1-4_all.deb
 d1f90c32215dd3dfadc24f626fa9994149a8c308 351794 python-sphinx_1.3.1-4_all.deb
 ddcbc07cb14ff45d3352e64e1f9ebce5954e96f0 350662 python3-sphinx_1.3.1-4_all.deb
 5763bcb32238584dc1b23d3ab42f05c11b4eb3b0 320238 sphinx-common_1.3.1-4_all.deb
 c9af019b2c16968c9ad236087fe189da7f595a2d 1116456 sphinx-doc_1.3.1-4_all.deb
Checksums-Sha256:
 d51f77d80f8c241c681273f99cdf557cbe7a85f63fcfc1ef19309e9d5dfa7bdb 2980 
sphinx_1.3.1-4.dsc
 652854b9dbe6e9ed43e0b2994f962e13ee0b2bdafae907f0bccb624ca09a9dea 30092 
sphinx_1.3.1-4.debian.tar.xz
 857181ea10a3af17170168fe95cfd0d3ce6d12639efa230e389b9d88890e5dfd 52852 
libjs-sphinxdoc_1.3.1-4_all.deb
 a06d1119c666b088223f9269c5e6eab353f35d42fbea94907c2a25ae403001cc 351794 
python-sphinx_1.3.1-4_all.deb
 79ba39a1d1ef7350eec5767f0e4663f5f29ffcf847ae94aeb38e56d34f791125 350662 
python3-sphinx_1.3.1-4_all.deb
 27543b71e5205d553f6b7e063d44f860ce2ae7c0fab4f93fa33fbd5b386fff94 320238 
sphinx-common_1.3.1-4_all.deb
 4afe0d12931747a2e05b8123ba8511d4ecbc30964a726a6f6108d9c37166691c 1116456 
sphinx-doc_1.3.1-4_all.deb
Files:
 1d61c4b14615cb16e13c74a329452ebd 2980 python optional sphinx_1.3.1-4.dsc
 c1f94f6747abfd89680e98227b13a9bf 30092 python optional 
sphinx_1.3.1-4.debian.tar.xz
 06f46ce3a65e6dc76fa856272eb9a188 52852 web optional 
libjs-sphinxdoc_1.3.1-4_all.deb
 f73e0013a1cd47bca407b904ca30c955 351794 python optional 
python-sphinx_1.3.1-4_all.deb
 350d33853d9e3908b4784b49143a1e7c 350662 python optional 
python3-sphinx_1.3.1-4_all.deb
 e86ece010f6d5a16edd7cfe15804fd17 320238 python optional 
sphinx-common_1.3.1-4_all.deb
 132d98a3593c91a9b1532ad6119d4960 1116456 doc optional 
sphinx-doc_1.3.1-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJVz1yJAAoJENb+cQNj+F3TJ/oQAJyftxgRq6unDit+oYUHZTNF
P3EGOvts6mNCG5bEOJz57owU5D3+vlmqSM4lf/EpkC8OnLF4CvMyUur7WTcbVJIR
G2OGP+ZIjcs5ROJZVn+pjZsuOaH15aOfOE067VUf7p7RgZzAj6SlkGOCp6PPpmqG
Cl1kBnzKw3kz7zAI89RbjkrJrksGH+5259xEw3S9ENp+c8ZwZYPsUITGGrdE4duC
DuRriSZ9JK+yaPC66s6OlQ5HRxM/V+lmFxRrixu8olXb5u/rRHV3PJj3jNtXDr3q
0imx3Bcb+ogeCxOmOeKc3O+4ixBRbdfnu9xpQjCjtKpjxCoARgfBJtDxKmiRhGG6
qsxWzAUNq3D8nXCFXNZ/iVkXnhJpA1pBb+UvJDGvB0a3cHVi9RiFtjrDaMkmmvxT
kubtugh8lY/Ygu0pbdTfq2cweggBGsKDBv/5pDGFSefGsx7mrf35/XH/xnStRziK
DSf/2HMOeqcBv0iQKlLN6ED/vbIy/2iOQ5BUcQpuB5XfjSiehdr8zHU2aGFKKwLV
gkTGIGRqFyq3OS5/QJ3mX8BqsVlgTZoKmzpeSWSgH2KQvYp/nmgrCnJTuMidlrwr
tW/IGr/NR69SfIsqFrs59joNFtaW5uo1nqLfpNp8SzYMf7JJXxJk3+TPvmMCj7fw
5Rjs1XY4KRN47njIdzaL
=LEyX
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to