Your message dated Fri, 27 Dec 2013 09:34:45 +0000
with message-id <e1vwtob-0000yx...@franck.debian.org>
and subject line Bug#733181: fixed in ganeti 2.9.2-2
has caused the Debian Bug report #733181,
regarding ganeti: FTBFS: configure: error: Sphinx 1.0 or higher is required
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.)


-- 
733181: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733181
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ganeti
Version: 2.9.2-1
Severity: serious

Hi there,

ganeti fails to build with the latest sphinx upload (1.2+dfsg-1):

> configure: Running ganeti-masterd as gnt-masterd:gnt-masterd
> configure: Running ganeti-rapi as gnt-rapi:gnt-rapi
> configure: Running ganeti-confd as gnt-confd:gnt-confd
> configure: Running ganeti-luxid as gnt-luxid:gnt-luxid
> configure: Group for daemons is gnt-daemons
> configure: Group for clients is gnt-admin
> checking whether ln -s works... yes
> checking for ip... /sbin/ip
> checking for pandoc... no
> configure: WARNING: pandoc not found, man pages rebuild will not be possible
> checking for sphinx-build... /usr/bin/sphinx-build
> configure: error: Sphinx 1.0 or higher is required
> make[1]: *** [override_dh_auto_configure] Error 1
> make[1]: Leaving directory `/«PKGBUILDDIR»'
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

(Full buildlog attached)

Ubuntu has applied a patch to fix the build (also attached).

Thanks for your time!

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624

Attachment: ganeti_2.9.2-1_amd64.build.gz
Description: application/gzip

Description: Fix regular expression to correctly detect sphinx 1.2b3
Author: Andreas Moog <am...@ubuntu.com>
Bug: http://code.google.com/p/ganeti/issues/detail?id=502

--- ganeti-2.9.1.orig/configure
+++ ganeti-2.9.1/configure
@@ -3075,7 +3075,7 @@ else
 
   # Note: Character classes ([...]) need to be double quoted due to autoconf
   # using m4
-  elif ! echo "$sphinxver" | grep -q -E '^Sphinx[[:space:]]+v[1-9]\>'; then
+  elif ! echo "$sphinxver" | grep -q -E '^Sphinx[[:space:]].*+[1-9]\>'; then
     as_fn_error $? "Sphinx 1.0 or higher is required" "$LINENO" 5
   fi
 fi
--- ganeti-2.9.1.orig/configure.ac
+++ ganeti-2.9.1/configure.ac
@@ -355,7 +355,7 @@ else
 
   # Note: Character classes ([...]) need to be double quoted due to autoconf
   # using m4
-  elif ! echo "$sphinxver" | grep -q -E '^Sphinx[[[:space:]]]+v[[1-9]]\>'; then
+  elif ! echo "$sphinxver" | grep -q -E '^Sphinx[[[:space:]]].*+[[1-9]]\>'; then
     AC_MSG_ERROR([Sphinx 1.0 or higher is required])
   fi
 fi

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: ganeti
Source-Version: 2.9.2-2

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

Debian distribution maintenance software
pp.
Apollon Oikonomopoulos <apoi...@gmail.com> (supplier of updated ganeti 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: SHA1

Format: 1.8
Date: Fri, 27 Dec 2013 10:38:05 +0200
Source: ganeti
Binary: ganeti ganeti2 ganeti-haskell ganeti-htools ganeti-doc 
python-ganeti-rapi
Architecture: source all amd64
Version: 2.9.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ganeti Team <pkg-ganeti-de...@lists.alioth.debian.org>
Changed-By: Apollon Oikonomopoulos <apoi...@gmail.com>
Description: 
 ganeti     - Cluster-based virtualization management software
 ganeti-doc - Cluster-based virtualization management software - documentation
 ganeti-haskell - Cluster-based virtualization management software - Haskell 
compon
 ganeti-htools - Cluster allocation tools for Ganeti
 ganeti2    - transitional dummy package
 python-ganeti-rapi - Cluster-based virtualization management software - RAPI 
client li
Closes: 733181
Changes: 
 ganeti (2.9.2-2) unstable; urgency=medium
 .
   * Add patch fixing FTBFS with python-sphinx 1.2. Thanks to Andreas Moog!
     (closes: #733181)
   * Drop Recommends on qemu-system-x86, since it does not provide /usr/bin/kvm
     anymore.
   * Do not pass --enable-htools-rapi to configure, the option has been removed
     upstream since 2.8.
   * Bump standards to 3.9.5 (no changes needed).
Checksums-Sha1: 
 1544b91be0b5ad471d3971fbbd9e9cc509dc0277 2775 ganeti_2.9.2-2.dsc
 ee87f0d9e60d42dcaf0176024c85a5c8b65a7fa3 17253 ganeti_2.9.2-2.debian.tar.gz
 35c2aff04e0b01ede37e36ede9d84e29f9b5b790 768082 ganeti_2.9.2-2_all.deb
 909502968cc7bc58a2ef367beb98b697a2cb91f2 10828 ganeti2_2.9.2-2_all.deb
 56db544362d0287dee4c09290bd87d5dc81e9e2c 4121030 
ganeti-haskell_2.9.2-2_amd64.deb
 5e3e8ed56508843751ba8360103a6662132385e7 1080618 
ganeti-htools_2.9.2-2_amd64.deb
 f539199ec9a5057bc502adc9ac2b46b79e05bd21 738928 ganeti-doc_2.9.2-2_all.deb
 948f1df3afba1e57c0e3be4b5c288b1d57831d45 23326 
python-ganeti-rapi_2.9.2-2_all.deb
Checksums-Sha256: 
 5b2c70eb3e942d68164b700d87441eac5c7219d8590b5c49a95d26c73d4ccb8e 2775 
ganeti_2.9.2-2.dsc
 7dccfa98ccf071df1515a58f15c0e085f910b6dadc276b42c108218c08e70b0b 17253 
ganeti_2.9.2-2.debian.tar.gz
 5d22902cfaf4136800e584fb2af0bd6d64ebff3bbf5689de85d0cbaab7b4f9ea 768082 
ganeti_2.9.2-2_all.deb
 543b7624cf032064fd842d1055d2429037186e9b4ed3a041504d745fb86d33cb 10828 
ganeti2_2.9.2-2_all.deb
 bae85e4f6b859a4565d9a65a5e794d2b43d81652c56fb62e71b0c10f2474a48d 4121030 
ganeti-haskell_2.9.2-2_amd64.deb
 d2d8e0da7f5be459ec0b1700ed1cb4e121a2a22ca70c2f5919b7cb8f963f1d12 1080618 
ganeti-htools_2.9.2-2_amd64.deb
 45d73246b5b85585b0a35cb3b4eb18e2ecb294ff839575bed6e54507e65473e6 738928 
ganeti-doc_2.9.2-2_all.deb
 5daaaa7d31b010bc65dcc365e4f9cf1c9e70935792b87dfb9f344f859a1d677c 23326 
python-ganeti-rapi_2.9.2-2_all.deb
Files: 
 9cdf9c323c20b705a939e7e0e24f4a6a 2775 admin extra ganeti_2.9.2-2.dsc
 7b10b3f7a5e6e633e9960a77d46f7c87 17253 admin extra ganeti_2.9.2-2.debian.tar.gz
 5ab6d57a47a731084bdf39ac4519bf18 768082 admin extra ganeti_2.9.2-2_all.deb
 f814cf7ab6827ce2635bac3b5119f1ec 10828 admin extra ganeti2_2.9.2-2_all.deb
 7d3f9282c7b5ec03c59507ed1e4ded9d 4121030 admin extra 
ganeti-haskell_2.9.2-2_amd64.deb
 bb9122b2679e8f019159128faa62a48e 1080618 admin extra 
ganeti-htools_2.9.2-2_amd64.deb
 2a17d04cadc1efd5f57b2d6f3c9716da 738928 doc extra ganeti-doc_2.9.2-2_all.deb
 127733b0fd4efdc5e5d00bdc997ba269 23326 python extra 
python-ganeti-rapi_2.9.2-2_all.deb

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

iQIcBAEBAgAGBQJSvUeZAAoJEHLTQsHpUUMGxnwP/1MKVdRhkj1ItX0ui/QPiVkR
eO6G9CQwdXxmAZrhosSXh3MvAYLVKwOb9s8dz88uiS3VqPipVhHtkwZYcz66U9EC
vGFk0vv6zmkM0ksboeM4G3poJyYM+QxDGW3YVynVzjHDt918TbN6LUaEojeCncIn
7OISn8yB8CLBgI99FXMWWnPQb82tVcDfkL+UwHc14fmEhG2TzGJm6rZaLHrwbHHU
46ER7g0qbDq7zoHO6jbSNUF9KROd2W0/jgewxmWbpq/CCbg6N9WQGDLqX8DQ9cIG
9JZeHGbdzhxBsIK/QaRWcAVy2YVqqKThb5AgeFs/dAPiWi5uhXIv+Ev2DOyvHUAJ
o/FzAG/fsleTkKlsJiaHcILygri6X0RiL/mqk9J3XKtgTyj4HULvsFCoQVJXJ+EY
jLTfcBG1lZajpjNF7rEZ/hfBFeOi96ikrXKfvjshZ63MvBdfKZuFYZgSXDZsn5W6
C+Na8e0xb72FClSg5cV6GEXoShlVUNNKXLBP9AO8icppKDvgCAft3HQ40OAQGGyz
IrP6eKWmd5h1s9bLEiTgHhvQBX4GZnP1LLdJ8/gs3UcslnisCDxUZCrMXqDqQ7WT
wJkQGfjVh+09rVwewNqm3mb6tET7XYTbbmoFOLEi0DuXz2mBPfTcFQRjUsKxf0iK
cXqLFrh3nZ0UpKHnJRtj
=h23s
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to