Your message dated Tue, 24 Sep 2013 11:18:34 +0000
with message-id <e1voqdw-00032x...@franck.debian.org>
and subject line Bug#722231: fixed in gnome-common 3.10.0-1
has caused the Debian Bug report #722231,
regarding gnome-common: Consider the new automake 1.14
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.)


-- 
722231: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722231
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnome-common
Version: 3.7.4-1
Severity: important

Hi,

I have an autogen.sh error. When I execute my program, it calls autogen.sh from gnome-common and it generates the following error:

./autogen.sh  # generate configure
checking for autoconf >= 2.53...
  testing autoconf2.50... not found.
  testing autoconf... found 2.69
checking for automake >= 1.8...
  testing automake-1.13... not found.
  testing automake-1.12... not found.
  testing automake-1.11... not found.
  testing automake-1.10... not found.
  testing automake-1.9... not found.
  testing automake-1.8... not found.
***Error***: You must have automake >= 1.8 installed
  to build ekiga.  Download the appropriate package for
  from your distribution or get the source tarball at
    http://ftp.gnu.org/pub/gnu/automake/automake-1.8.tar.gz
make: *** [/home/ededu/softs/ekiga/windows-svn/ekiga/configure] Error 1

The problem is that automake 1.14 has just appeared and it is not taken into account by autogen.sh. Adding 1.14 to the following lines of autogen.sh solves the issue:

case $REQUIRED_AUTOMAKE_VERSION in
    1.4*) automake_progs="automake-1.4" ;;
1.5*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;; 1.6*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;; 1.7*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;; 1.8*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;; 1.9*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9" ;; 1.10*) automake_progs="automake-1.13 automake-1.12 automake-1.11 automake-1.10" ;;
    1.11*) automake_progs="automake-1.13 automake-1.12 automake-1.11" ;;
    1.12*) automake_progs="automake-1.13 automake-1.12" ;;
    1.13*) automake_progs="automake-1.13" ;;
esac

Regards,
--
Eugen Dedu

--- End Message ---
--- Begin Message ---
Source: gnome-common
Source-Version: 3.10.0-1

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

Debian distribution maintenance software
pp.
Michael Biebl <bi...@debian.org> (supplier of updated gnome-common 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: Tue, 24 Sep 2013 13:11:33 +0200
Source: gnome-common
Binary: gnome-common
Architecture: source all
Version: 3.10.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Michael Biebl <bi...@debian.org>
Description: 
 gnome-common - common scripts and macros to develop with GNOME
Closes: 722231
Changes: 
 gnome-common (3.10.0-1) unstable; urgency=low
 .
   * New upstream release.
     - Use autoreconf instead of running the individual tools manually. This
       also means gnome-autogen.sh no longer fails with newer automake
       versions. Closes: #722231
   * Drop debian/patches/02_autogen_required_versions.patch, it no longer
     applies and the minimum required versions are available since a very long
     time now.
   * Wrap dependencies.
Checksums-Sha1: 
 035ca447da5e73f66040f79dcb231c5aeb1d73b7 2208 gnome-common_3.10.0-1.dsc
 e44fffbe5ba9926e43b716cf57263d9294d3080d 152440 gnome-common_3.10.0.orig.tar.xz
 c6932d229a4f7c08bb3b4b39e02623ae493d3e5d 6053 
gnome-common_3.10.0-1.debian.tar.gz
 5f06048aa421605a8b833b9e4e206c1eaa07a4e4 133332 gnome-common_3.10.0-1_all.deb
Checksums-Sha256: 
 79e89dcd74440b46a62ac59c5be990b943df898eaf089b37116eb31ecec73727 2208 
gnome-common_3.10.0-1.dsc
 aed69474a671e046523827f73ba5e936d57235b661db97900db7356e1e03b0a3 152440 
gnome-common_3.10.0.orig.tar.xz
 e97e69f329be623def18c7040afabf4d8676430c818712dd95e50d0485a41a05 6053 
gnome-common_3.10.0-1.debian.tar.gz
 572bf8a8e645f69a08547c765df076d30b174f321714cee5f10b154cbadf5c7e 133332 
gnome-common_3.10.0-1_all.deb
Files: 
 d5e5774c5529b235a249b74a320d4a29 2208 gnome optional gnome-common_3.10.0-1.dsc
 060eda0de8348a6aede83d597e3c6323 152440 gnome optional 
gnome-common_3.10.0.orig.tar.xz
 a43f1d2da07dab7ebd0674c5bdbaaf48 6053 gnome optional 
gnome-common_3.10.0-1.debian.tar.gz
 575bd0370a0cec5362afca918408b85a 133332 gnome optional 
gnome-common_3.10.0-1_all.deb

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

iQIcBAEBCAAGBQJSQXPyAAoJEGrh3w1gjyLc4MkQAJN6S4x2QjjbBv6F+az/KpOV
uN/0AI/5AmtQpbA+yl92WKoKxjaO/2bdAGBRGxqai/mjVd2ZpQbVDJa5dZqME898
ta604cHfAc8BNn66f0JGT76xdH7dMkDBCYccqxJ8k9sEs4RtFQT/6S5oJPEVxk7k
Wr/euN0w3WpAf6aeHwCPdgybUkh3ggtVa4d42m6257PdD/BKrr2YunLLpRyuyJXh
Xa5Yt24FROdccCGaYwCLjPsOxvP/bkKYIaFdUjOJsMSXbJVXWehuofhFOY1zxYox
lX3gggBkhvf83q1YWw8aANrVy/EXCHUXasV5NhATU1bkK7VPntDxvfaCtosWxUqT
iGe9XUwQmW35cXo4c+OxQlUZQHH1oXRNyk9aQYrO4qRNVC3rQz9kWUR/mdr9a2gZ
YTV5bzcUII0GodeoIDOzA72N+zWcRUh5u9nvmQnJ0xlcnH+jty8HcpW8g8isvRe7
bRuX/USLadh+viL9Bp7IXiOHkuPYR6MNgZEpA7CW45xdYeKBOFxdSNmvEc2pcIYv
MDiyQvKM72jWhpLbuO64jxrbTWvd4x0i8EjXfgFAmsq/buTG/tD58AXx9I9NqBV+
DImPCpmAxxO4RTUTR7mmV/C42aQcY1rXruzjoHB+RCQxlZcgszGx1aKoACAOsUDl
GBpf0dd6EEnu84m1zqyr
=XkLR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to