Your message dated Tue, 20 Sep 2016 19:19:50 +0000
with message-id <e1bmqa6-0007bw...@franck.debian.org>
and subject line Bug#824011: fixed in warzone2100 3.2.1-1
has caused the Debian Bug report #824011,
regarding warzone2100: FTBFS when newer automake is installed
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.)


-- 
824011: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824011
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: warzone2100
Version: 3.1.1-3
Severity: serious
Tags: upstream patch
Justification: fails to build from source (but built successfully in the past)

The warzone2100 build system insists on automake and aclocal version 1.11.  If
you have 1.15 installed it won't build.

The following patch makes it build when you have a version of automake newer
than 1.11 installed and the links automake and aclocal pointing to the newer
versions (as is the default when multiple versions are installed).

While it is possible to purge newer versions of automake from your system
before starting a build this shouldn't be required and doesn't work well if
your system is used for building packages that depend on newer versions of
automake.

I think this should be included in Unstable to make things easier for everyone
who wants to work on this package.  The same patch is needed for version 3.2.1.

Index: warzone2100-3.1.1/autogen.sh
===================================================================
--- warzone2100-3.1.1.orig/autogen.sh
+++ warzone2100-3.1.1/autogen.sh
@@ -148,13 +148,13 @@ not_version ()
 # Chdir to the srcdir, then run auto* tools.
 cd "$SRCDIR"
 
-version_check 0 "automake" "ftp://ftp.gnu.org/pub/gnu/automake/"; 1 12 && {
+version_check 0 "automake-1.11" "ftp://ftp.gnu.org/pub/gnu/automake/"; 1 12 && {
   echo "Sorry, automake 1.12+ is not supported yet, please use 1.11."
   exit 1
 }
 
 version_check 1 "autoconf" "ftp://ftp.gnu.org/pub/gnu/autoconf/"; 2 56 || DIE=1
-version_check 1 "automake" "ftp://ftp.gnu.org/pub/gnu/automake/"; 1 11 || DIE=1
+version_check 1 "automake-1.11" "ftp://ftp.gnu.org/pub/gnu/automake/"; 1 11 || 
DIE=1
 if [ "$DIE" -eq 1 ]; then
   exit 1
 fi
@@ -164,10 +164,10 @@ fi
   exit 1
 }
 
-echo "+ running aclocal ..."
-aclocal -I m4 || {
+echo "+ running aclocal-1.11 ..."
+aclocal-1.11 -I m4 || {
   echo
-  echo "aclocal failed - check that all needed development files are present 
on system"
+  echo "aclocal-1.11 failed - check that all needed development files are 
present on system"
   exit 1
 }
 echo "+ running autoheader ... "
@@ -182,10 +182,10 @@ autoconf || {
   echo "autoconf failed"
   exit 1
 }
-echo "+ running automake ... "
-automake -a -c --foreign || {
+echo "+ running automake-1.11 ... "
+automake-1.11 -a -c --foreign || {
   echo
-  echo "automake failed"
+  echo "automake-1.11 failed"
   exit 1
 }
 

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages warzone2100 depends on:
ii  libc6                     2.23-5
ii  libfontconfig1            2.11.0-6.7
ii  libfreetype6              2.6.3-3+b1
ii  libfribidi0               0.19.7-1
ii  libgcc1                   1:6.2.0-1
ii  libgl1-mesa-glx [libgl1]  11.2.2-1
ii  libglc0                   0.7.2-5+b3
ii  libglew1.13               1.13.0-2
ii  libglu1-mesa [libglu1]    9.0.0-2.1
ii  libminiupnpc10            1.9.20140610-2.1
ii  libogg0                   1.3.2-1
ii  libopenal1                1:1.17.2-1
ii  libphysfs1                2.0.3-3
ii  libpng16-16               1.6.24-2
ii  libqt4-network            4:4.8.7+dfsg-8
ii  libqt4-script             4:4.8.7+dfsg-8
ii  libqtcore4                4:4.8.7+dfsg-8
ii  libsdl1.2debian           1.2.15+dfsg1-4
ii  libstdc++6                6.2.0-1
ii  libtheora0                1.1.1+dfsg.1-14
ii  libvorbis0a               1.3.5-3
ii  libvorbisfile3            1.3.5-3
ii  libx11-6                  2:1.6.3-1
ii  libxrandr2                2:1.5.0-1
ii  warzone2100-data          3.1.1-3
ii  zlib1g                    1:1.2.8.dfsg-2+b1

Versions of packages warzone2100 recommends:
ii  warzone2100-music  3.1.1-3

warzone2100 suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: warzone2100
Source-Version: 3.2.1-1

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

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated warzone2100 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: SHA512

Format: 1.8
Date: Tue, 20 Sep 2016 20:34:59 +0200
Source: warzone2100
Binary: warzone2100 warzone2100-data warzone2100-music
Architecture: source
Version: 3.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 warzone2100 - 3D real time strategy game
 warzone2100-data - data files for warzone2100
 warzone2100-music - official music for warzone2100
Closes: 814248 824011
Changes:
 warzone2100 (3.2.1-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Russell Coker ]
   * New upstream version 3.2.1. (Closes: #814248)
   * Build-depend on qtbase5-dev qtscript5-dev libsdl2-dev instead of
     libqt4-dev.
   * Patch for too many parameters for upnpDiscover() to fix a FTBFS.
   * Change patches to apply to latest upstream.
   * Update revert-372eff6693e633e8d0d1d0b8a9ceb996a5c3f49f.patch and call
     automake1.11 directly. (Closes: #824011)
 .
   [ Markus Koschany ]
   * Add missing libssl-dev to Build-Depends.
   * Disable the tests by overriding dh_auto_test and work around a FTBFS.
   * Use compat level 10.
   * d/rules: Pass --with-appdatadir option to dh_auto_configure.
   * Add appdata.patch and install the missing appdata file.
   * Remove libsdl1.2-dev from B-D.
   * Use embedded version of glm to build the game because Debian's version
     causes graphical glitches (rotating units). It also does not provide a
     shared library which might cause further work in the future.
   * Update debian/copyright for new release.
   * Update debian/clean and ensure that the package can be built twice in a
     row.
   * Remove wkhtmltopdf from Build-Depends and add quickstartguide.patch for now
     because building the pdf documentation from source is causing a FTBFS at 
the
     moment.
   * d/rules: Replace --disable-debug with --enable-debug=no. The former option
     did nothing.
Checksums-Sha1:
 926255e63f0bf07e70fbc5e3f461542b981612b0 2729 warzone2100_3.2.1-1.dsc
 a627117bd11cb9df79942a019a52a5c5d250e42b 80759620 warzone2100_3.2.1.orig.tar.xz
 17bed1214ea722da106a04a0d1d9ea2683e53e6a 27468 
warzone2100_3.2.1-1.debian.tar.xz
Checksums-Sha256:
 01f5369a9ceb183649e7a04ceefc60e808bcda3e3024ded0072610a34766bb22 2729 
warzone2100_3.2.1-1.dsc
 0f66b76c50c598abcc895134bd49aab5dd46dcf8135645f2505e93077402a6d9 80759620 
warzone2100_3.2.1.orig.tar.xz
 7e36b4e7e147c6ee197e575daee26f1ceef45bc8116bf1625f25be2b06fc823e 27468 
warzone2100_3.2.1-1.debian.tar.xz
Files:
 737cfef4fe15e5cc1ab9c05f2a839be3 2729 games optional warzone2100_3.2.1-1.dsc
 1a329156387b3acfee56c7bd86fd606b 80759620 games optional 
warzone2100_3.2.1.orig.tar.xz
 0eb13ba40e39b71a4be4bdd8363e5ca7 27468 games optional 
warzone2100_3.2.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQKMBAEBCgB2BQJX4YJXXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0DxxhcG9AZGViaWFuLm9yZwAKCRDZrRS5UTtR5F0vD/sH
ZmWkuGUCH1fxz0bWkC2BHoxFvy3XoK+JAYEg38F88s/7LsLPTVZPjJmZsDRcMMX3
Ci00/LuYAP+kF2ugUispeopIU3qHo1oeKV83VCDtai+/zx2YZOTODDMM3siXNIiB
Dgpx560e6O/FQW/jh24a5Tb8AtTBBwY1zTaRfX0AlXejFEgdHH7KGV9Y2bsUtVMn
ryS+hfWvGxBJmBNaXEbg0FyH3a2JncnNQ77FQmvXwx9fo67OYHzrbXbMw8NCWYjy
VpV5KHYzF6XmW/JotMtq2s7ZZV9naXA3g9/NwyFGPQKgY6Wj+qTE526uMsfhm7jZ
VLevC2AcHvFZ4TWQLiVJe3ZgrOp4DgiEXdKrcZZKoZHho5zIzw97mUpMkxlbCVMz
wn+VapPkELtBKuvm8JU2Dow5kKxbr1ZN90eggHDy+F/NH8Of6bL5ySNSnQqAc1zw
g4KMZ4k94TNuS5miaG/1G7zfBjk+8jdhZc295oj0RbqM2g6AWfw14Ml+bTmnMyX2
d7dJaxeS9+patq3fpyXtNyCEkQr0QCv5J+j1lBBL5jPGLBmhac/SQ2T8vJo0A+1o
DDZGN+5prgawJTgU/1hSrm/MHfbJvd6eS5tYdimLoJRrveOHdd6ffEJhwoAUgnQe
uejGYRh1/x5y5FiuLgtp9IGDcKZJOdzwgU7gIOEmgA==
=I5c/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to