Your message dated Sat, 16 Aug 2008 02:32:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#494700: fixed in warzone2100 2.1.0~1.beta4-2
has caused the Debian Bug report #494700,
regarding warzone2100: Package build scripts continues even after build errors
occurred
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.)
--
494700: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494700
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: warzone2100
Version: 2.1.0~2.svn5088-0
Severity: serious
Tags: patch
Justification: no longer builds from source
Due to the way how the build process is invoked using make the build
script (debian/rules) continues building even after a build error
occurred. Specifically the problem is that make is called "manually" on
all subdirectories without checking its return value. This happens in
the build-stamp and install rules.
Attached patch fixes this problem by explicitly terminating with a
non-zero return value (exit 1) as soon as a build error occurs.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.25-2-amd64 (SMP w/1 CPU core)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages warzone2100 depends on:
ii libc6 2.7-13 GNU C Library: Shared libraries
ii libgcc1 1:4.3.1-2 GCC support library
ii libgl1-mesa-glx [libgl 7.0.3-5 A free implementation of the OpenG
ii libglc0 0.7.1-2 QuesoGLC GLC implementation
ii libglu1-mesa [libglu1] 7.0.3-5 The OpenGL utility library (GLU)
ii libogg0 1.1.3-4 Ogg Bitstream Library
ii libopenal0a 1:0.0.8-8 OpenAL is a portable library for 3
ii libphysfs-1.0-0 1.0.0-5 filesystem abstraction library for
ii libpng12-0 1.2.27-1 PNG library - runtime
ii libpopt0 1.14-4 lib for parsing cmdline parameters
ii libsdl-net1.2 1.2.7-2 network library for Simple DirectM
ii libsdl1.2debian 1.2.13-2 Simple DirectMedia Layer
ii libstdc++6 4.3.1-2 The GNU Standard C++ Library v3
ii libvorbis0a 1.2.0.dfsg-3.1 The Vorbis General Audio Compressi
ii libvorbisfile3 1.2.0.dfsg-3.1 The Vorbis General Audio Compressi
ii libx11-6 2:1.1.4-2 X11 client-side library
ii ttf-dejavu 2.25-1 Metapackage to pull in ttf-dejavu-
ii warzone2100-data 2.1.0~2.svn5088-0 data files for warzone2100
warzone2100 recommends no packages.
warzone2100 suggests no packages.
-- no debconf information
Index: debian/rules
===================================================================
--- debian/rules (revision 7915)
+++ debian/rules (working copy)
@@ -56,7 +56,7 @@
build-stamp: config.status
dh_testdir
for d in $(SUBDIRS) ; do \
- $(MAKE) -C $$d ; \
+ $(MAKE) -C $$d || exit 1 ; \
done
touch $@
# -------------------------------------
@@ -111,7 +111,7 @@
dh_testroot -a
dh_clean -k -a
for d in $(SUBDIRS) ; do \
- $(MAKE) -C $$d install DESTDIR=$(CURDIR)/debian/tmp ; \
+ $(MAKE) -C $$d install DESTDIR=$(CURDIR)/debian/tmp || exit 1 ; \
done
rm -rf debian/tmp/usr/share/doc/warzone2100
# -------------------------------------
--- End Message ---
--- Begin Message ---
Source: warzone2100
Source-Version: 2.1.0~1.beta4-2
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:
warzone2100-data_2.1.0~1.beta4-2_all.deb
to pool/main/w/warzone2100/warzone2100-data_2.1.0~1.beta4-2_all.deb
warzone2100-dbg_2.1.0~1.beta4-2_amd64.deb
to pool/main/w/warzone2100/warzone2100-dbg_2.1.0~1.beta4-2_amd64.deb
warzone2100_2.1.0~1.beta4-2.diff.gz
to pool/main/w/warzone2100/warzone2100_2.1.0~1.beta4-2.diff.gz
warzone2100_2.1.0~1.beta4-2.dsc
to pool/main/w/warzone2100/warzone2100_2.1.0~1.beta4-2.dsc
warzone2100_2.1.0~1.beta4-2_amd64.deb
to pool/main/w/warzone2100/warzone2100_2.1.0~1.beta4-2_amd64.deb
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.
Paul Wise <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 15 Aug 2008 15:13:54 -0300
Source: warzone2100
Binary: warzone2100 warzone2100-data warzone2100-dbg
Architecture: source amd64 all
Version: 2.1.0~1.beta4-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[EMAIL PROTECTED]>
Changed-By: Paul Wise <[EMAIL PROTECTED]>
Description:
warzone2100 - 3D real time strategy game
warzone2100-data - data files for warzone2100
warzone2100-dbg - debug files for warzone2100
Closes: 494700
Changes:
warzone2100 (2.1.0~1.beta4-2) unstable; urgency=low
.
* Cause the build to fail properly when there is an error (Closes: #494700)
Checksums-Sha1:
4365244e45e8ac790dbfbaa326a02342c2b2517d 1690 warzone2100_2.1.0~1.beta4-2.dsc
f4f387d34066e04874bcc3aabf8214edfe91178a 15533
warzone2100_2.1.0~1.beta4-2.diff.gz
3e75293916a1763e23593960b43c2b0005d468e9 953148
warzone2100_2.1.0~1.beta4-2_amd64.deb
948edd3762fdfc4dc45f58ec9f12f0bf613ca253 2041764
warzone2100-dbg_2.1.0~1.beta4-2_amd64.deb
cc1720675baac1482304cb9e0a344603099934a9 26392100
warzone2100-data_2.1.0~1.beta4-2_all.deb
Checksums-Sha256:
d380c76a48c904ece93299423e0e9aee3ea00e12f661b2943aab2694710adc0f 1690
warzone2100_2.1.0~1.beta4-2.dsc
37bd36f95dde3d24285243b92eed927309c1126f9decd7a6ba8a2b7b940cf8d2 15533
warzone2100_2.1.0~1.beta4-2.diff.gz
6e65d68ab35d09d477404ba5e2ba43538142971621d8adeb24a1469e9933b4b7 953148
warzone2100_2.1.0~1.beta4-2_amd64.deb
e5d51a5965916d377cbcec89de670c94110093489f652cea773cec89a2f47134 2041764
warzone2100-dbg_2.1.0~1.beta4-2_amd64.deb
9f37ee98f25aaa923a57237e6639dd24d585cf3fa273590459fe0583edb78c01 26392100
warzone2100-data_2.1.0~1.beta4-2_all.deb
Files:
5fdc2f3a295fd929eb4d71edcb9d3315 1690 games optional
warzone2100_2.1.0~1.beta4-2.dsc
9552daf594abb645c5e099f71832f78a 15533 games optional
warzone2100_2.1.0~1.beta4-2.diff.gz
ff6f71567d1f2f3d1b6c7e7a3e418943 953148 games optional
warzone2100_2.1.0~1.beta4-2_amd64.deb
98c85729f2ee81529b372e15583857a4 2041764 games extra
warzone2100-dbg_2.1.0~1.beta4-2_amd64.deb
44495d2625d1ce1a8c05c2be69e4ffbf 26392100 games optional
warzone2100-data_2.1.0~1.beta4-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkimOhcACgkQ5Sc9mGvjxCNImwCfQoEKEYFOnEWgDo+Cz9sDxfYI
CPkAnRPTezhINodVav9wd1l8uk6fB1HT
=qVAx
-----END PGP SIGNATURE-----
--- End Message ---