Your message dated Mon, 19 Dec 2011 14:28:20 -0300
with message-id <20111219172820.GB4007@localhost>
and subject line Bug fixed with new upstream version
has caused the Debian Bug report #641784,
regarding spacezero: FTBFS: cc1: error: bad value (generic) for -mtune switch
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.)
--
641784: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641784
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: spacezero
Version: 0.80.03-1
Severity: serious
Justification: fails to build from source
Tags: patch
Hi,
spacezero FTBFS on some architecture by -mtune option.
https://buildd.debian.org/status/package.php?p=spacezero
http://buildd.debian-ports.org/status/package.php?p=spacezero
-----
Note: Writing spacezero.6
/usr/bin/make all DATADIR=/usr/share/spacezero/
make[2]: Entering directory
`/build/buildd-spacezero_0.80.03-1-armel-0EzDim/spacezero-0.80.03'
if [ ! -d ./bin/ ] ; then mkdir ./bin/ ; fi
if [ ! -d /home/buildd/.spacezero/ ] ; then mkdir /home/buildd/.spacezero/ ; fi
gcc -g -Wall -O3 -mtune=generic -I./include
-DDATADIR=\"/usr/share/spacezero/\" `pkg-config --cflags gtk+-2.0` -c
src/spacezero.c -o src/spacezero.o
cc1: error: bad value (generic) for -mtune switch
make[2]: *** [src/spacezero.o] Error 1
make[1]: *** [override_dh_auto_build] Error 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
make[2]: Leaving directory
`/build/buildd-spacezero_0.80.03-1-armel-0EzDim/spacezero-0.80.03'
-----
And -mtune generic option generates the binary which is not supported
by the architecture of Debian.
I attached a patch which revise this problem.
Could you check and apply this patch?
Best regards,
Nobuhiro
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
diff -Nru spacezero-0.80.03/debian/changelog spacezero-0.80.03/debian/changelog
--- spacezero-0.80.03/debian/changelog 2011-08-07 04:12:25.000000000 +0900
+++ spacezero-0.80.03/debian/changelog 2011-09-16 14:36:36.000000000 +0900
@@ -1,3 +1,9 @@
+spacezero (0.80.03-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+
+ -- Nobuhiro Iwamatsu <iwama...@debian.org> Fri, 16 Sep 2011 14:36:32 +0900
+
spacezero (0.80.03-1) unstable; urgency=low
[ Romanella Di Ferdinando ]
diff -Nru spacezero-0.80.03/debian/patches/debian-changes-0.80.03-1.1 spacezero-0.80.03/debian/patches/debian-changes-0.80.03-1.1
--- spacezero-0.80.03/debian/patches/debian-changes-0.80.03-1.1 1970-01-01 09:00:00.000000000 +0900
+++ spacezero-0.80.03/debian/patches/debian-changes-0.80.03-1.1 2011-09-16 14:46:15.000000000 +0900
@@ -0,0 +1,38 @@
+Description: Upstream changes introduced in version 0.80.03-1.1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ spacezero (0.80.03-1.1) unstable; urgency=low
+ .
+ * Non-maintainer upload.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Nobuhiro Iwamatsu <iwama...@debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- spacezero-0.80.03.orig/Makefile
++++ spacezero-0.80.03/Makefile
+@@ -16,8 +16,8 @@ GTKLIBS12=`gtk-config --cflags`
+
+ LDFLAGS= -lm -lpthread $(OPENALFLAGS) $(GTKLIBS)
+ LDFLAGS12= -lm -lpthread $(OPENALFLAGS) $(GTKLIBS12)
+-CFLAGS= -Wall -O3 -mtune=generic -I./include -DDATADIR=\"$(DATADIR)\"
+-CFLAGS12= -Wall -O3 -mtune=generic -I./include -DGTK12
++CFLAGS= -Wall -O3 -I./include -DDATADIR=\"$(DATADIR)\"
++CFLAGS12= -Wall -O3 -I./include -DGTK12
+ PROGRAMA=$(BINDIR)spacezero
+
+
diff -Nru spacezero-0.80.03/debian/patches/series spacezero-0.80.03/debian/patches/series
--- spacezero-0.80.03/debian/patches/series 2011-08-07 01:44:56.000000000 +0900
+++ spacezero-0.80.03/debian/patches/series 2011-09-16 14:46:15.000000000 +0900
@@ -1 +1,2 @@
fix_datadir
+debian-changes-0.80.03-1.1
--- End Message ---
--- Begin Message ---
Source: spacezero
Source-Version: 0.80.06-1
We believe that the bug you reported is fixed in the latest version of
spacezero, which is due to be installed in the Debian FTP archive:
spacezero_0.80.06-1.debian.tar.gz
to main/s/spacezero/spacezero_0.80.06-1.debian.tar.gz
spacezero_0.80.06-1.dsc
to main/s/spacezero/spacezero_0.80.06-1.dsc
spacezero_0.80.06-1_i386.deb
to main/s/spacezero/spacezero_0.80.06-1_i386.deb
spacezero_0.80.06.orig.tar.gz
to main/s/spacezero/spacezero_0.80.06.orig.tar.gz
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 641...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software pp.
Lucia Prado <luciab...@gmail.com> (supplier of updated spacezero package)
Format: 1.8
Date: Sat, 01 Oct 2011 19:50:01 +0000
Source: spacezero
Binary: spacezero
Architecture: source i386
Version: 0.80.06-1
Distribution: unstable
Urgency: low
Maintainer: Romanella Di Ferdinando <romanell...@gmail.com>
Changed-By: Lucia Prado <luciab...@gmail.com>
Description:
spacezero - Real Time Strategy 2D space combat, multiplayer net game.
Closes: 641784
Changes:
spacezero (0.80.06-1) unstable; urgency=low
.
* New upstream release.
+ Upstream changed compilation flags.
(Closes: #641784) Thanks Nobuhiro for reporting.
Checksums-Sha1:
4971d3ff4f4397d4b6fb02eda2d5ca07a045b7b7 1972 spacezero_0.80.06-1.dsc
696544c5c1750a2d1a161c062916b0c18b906ef9 4609251
spacezero_0.80.06.orig.tar.gz
b452638be471408f457f327cfea671a5d5fcc376 90907
spacezero_0.80.06-1.debian.tar.gz
83d3fc4f29448ecfc75e6f2550eb43edd35f5bc7 4612860
spacezero_0.80.06-1_i386.deb
Checksums-Sha256:
7e0790ae6eb783cf2475b0f7db6f0da6f9d2f09935fd63facca1eb30ff8b6b69 1972
spacezero_0.80.06-1.dsc
a1c4a873e4c859945ec3a7ad2ae6321a3d2eb9251b8397d769175970bd917fa4 4609251
spacezero_0.80.06.orig.tar.gz
a9671c6042d3f658ccfb3c8bc62308adc6c79fefb7d64c532eefad7e92138200 90907
spacezero_0.80.06-1.debian.tar.gz
234ed4ea33dff45ffa1da13bdf3fe8de05bddc3ac36c5f33e75e9a3f2911c58e 4612860
spacezero_0.80.06-1_i386.deb
Files:
f5fedfa62b2678b2de798b52fc36ba5e 1972 games extra spacezero_0.80.06-1.dsc
a48455a38a101d380f47539bb9d0a8ce 4609251 games extra
spacezero_0.80.06.orig.tar.gz
5cc86f12d1f6a9e3254a9adf2e808e6c 90907 games extra
spacezero_0.80.06-1.debian.tar.gz
69615fd6bf4936a7b1a007807e10baa1 4612860 games extra
spacezero_0.80.06-1_i386.deb
--
Love,
Marga
--- End Message ---