Your message dated Mon, 29 Jun 2015 05:48:43 +0000
with message-id <[email protected]>
and subject line Bug#757422: fixed in garden-of-coloured-lights 1.0.9-1
has caused the Debian Bug report #757422,
regarding garden-of-coloured-lights: FTBFS with clang instead of gcc
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.)
--
757422: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757422
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: garden-of-coloured-light
Severity: minor
Tags: patch
User: [email protected]
Usertags: clang-ftbfs
Hello,
Using the rebuild infrastructure, your package fails to build with clang
(instead of gcc).
Detected this kind of error:
http://clang.debian.net/status.php?version=3.5.0rc1&key=UNDEF_REF
Full build log is available here:
http://clang.debian.net/logs/2014-08-05/garden-of-coloured-lights_1.0.8-2_unstable_clang.log
Thanks,
Arthur
-- System Information:
Debian Release: jessie/sid (unstable)
Architecture: amd64 (x86_64)
Kernel: Linux 3.14-2-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE="en_US.UTF-8"
Shell: /bin/sh linked to /bin/dash
Compiler: Debian clang version 3.5.0-+rc1-2 (tags/RELEASE_35/rc1) (based on
LLVM 3.5.0)
diff -Naur garden-of-coloured-lights.orig/garden-of-coloured-lights-1.0.8/debian/changelog garden-of-coloured-lights/garden-of-coloured-lights-1.0.8/debian/changelog
--- garden-of-coloured-lights.orig/garden-of-coloured-lights-1.0.8/debian/changelog 2014-08-07 18:10:04.360691409 -0500
+++ garden-of-coloured-lights/garden-of-coloured-lights-1.0.8/debian/changelog 2014-08-07 18:10:41.912692063 -0500
@@ -1,3 +1,13 @@
+garden-of-coloured-lights (1.0.8-3) unstable; urgency=low
+
+ * Fix FTBFS with clang
+ - Fixed undefined reference error in
+ src/stuff.c
+ src/stuff.h
+
+
+ -- Arthur Marble <[email protected]> Thu, 07 Aug 2014 18:10:41 -0500
+
garden-of-coloured-lights (1.0.8-2) unstable; urgency=low
* Team upload.
diff -Naur garden-of-coloured-lights.orig/garden-of-coloured-lights-1.0.8/debian/patches/clang-ftbfs.diff garden-of-coloured-lights/garden-of-coloured-lights-1.0.8/debian/patches/clang-ftbfs.diff
--- garden-of-coloured-lights.orig/garden-of-coloured-lights-1.0.8/debian/patches/clang-ftbfs.diff 1969-12-31 18:00:00.000000000 -0600
+++ garden-of-coloured-lights/garden-of-coloured-lights-1.0.8/debian/patches/clang-ftbfs.diff 2014-08-07 18:28:07.284710267 -0500
@@ -0,0 +1,39 @@
+--- a/src/stuff.c
++++ b/src/stuff.c
+@@ -52,7 +52,7 @@ float decoy_table[ANGLE_1]; // not used
+ float cos_table[ANGLE_1];
+ float sin_table[ANGLE_1];
+
+-inline int xpart (int angle, int length);
++int xpart (int angle, int length);
+
+ void init_trig (void)
+ {
+@@ -67,12 +67,12 @@ void init_trig (void)
+
+ }
+
+-inline int xpart (int angle, int length)
++int xpart (int angle, int length)
+ {
+ return (cos_table[angle & 1023] * length);
+ }
+
+-inline int ypart (int angle, int length)
++int ypart (int angle, int length)
+ {
+ return (sin_table[angle & 1023] * length);
+ }
+--- a/src/stuff.h
++++ b/src/stuff.h
+@@ -24,8 +24,8 @@ int grand (int number);
+ int crandom (int number);
+ int turn_towards_angle (int angle, int tangle, int turning);
+ int turn_towards_xy (int x1, int y1, int x2, int y2, int angle, int turning);
+-inline int xpart (int angle, int length);
+-inline int ypart (int angle, int length);
++int xpart (int angle, int length);
++int ypart (int angle, int length);
+ int pulsate (int speed, int amount, int county);
+ int angle_difference (int a1, int a2);
+
diff -Naur garden-of-coloured-lights.orig/garden-of-coloured-lights-1.0.8/debian/patches/series garden-of-coloured-lights/garden-of-coloured-lights-1.0.8/debian/patches/series
--- garden-of-coloured-lights.orig/garden-of-coloured-lights-1.0.8/debian/patches/series 2014-08-07 18:10:04.360691409 -0500
+++ garden-of-coloured-lights/garden-of-coloured-lights-1.0.8/debian/patches/series 2014-08-07 18:10:12.480691550 -0500
@@ -1,3 +1,4 @@
garden-desktop.patch
configure-ac.patch
windowed.patch
+clang-ftbfs.diff
--- End Message ---
--- Begin Message ---
Source: garden-of-coloured-lights
Source-Version: 1.0.9-1
We believe that the bug you reported is fixed in the latest version of
garden-of-coloured-lights, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vincent Cheng <[email protected]> (supplier of updated
garden-of-coloured-lights 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: SHA256
Format: 1.8
Date: Sun, 28 Jun 2015 22:37:38 PDT
Source: garden-of-coloured-lights
Binary: garden-of-coloured-lights garden-of-coloured-lights-data
Architecture: source all
Version: 1.0.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Vincent Cheng <[email protected]>
Description:
garden-of-coloured-lights - abstract vertical shooter with music elements
garden-of-coloured-lights-data - abstract vertical shooter with music elements
(data)
Closes: 757422 775383 777859
Changes:
garden-of-coloured-lights (1.0.9-1) unstable; urgency=medium
.
* New upstream release.
- Drop configure-ac.patch, applied upstream.
- Refresh remaining patches.
* Build with -std=gnu89 to force gnu89 inline semantics, fixing FTBFS with
both clang and gcc 5. (Closes: #757422, #777859)
* Document controls and config in man page. Thanks for the patch, Jacob!
(Closes: #775383)
* Update to Standards version 3.9.6, no changes required.
* Update watch file.
Checksums-Sha256:
ff5ae9023c1aa0409602c1d84ff9248a5e92f4b0c2317e6c1cfb9eaad143b457 2234
garden-of-coloured-lights_1.0.9-1.dsc
daf8732c229a4cc04f460514bff1ba05171faada9e19575c72a50a914f2352e3 2714783
garden-of-coloured-lights_1.0.9.orig.tar.gz
fc5fd533275d79a177e0c24b966d9481336a503c41510d25f43af03eda54e8c5 5028
garden-of-coloured-lights_1.0.9-1.debian.tar.xz
cc453aec37dc0afe0e7a6fb57d3244d9f436b4d07e639e68e4a6aefbfe4e49fd 1824004
garden-of-coloured-lights-data_1.0.9-1_all.deb
Checksums-Sha1:
d7b01c3700c217fa28055777b6054ce880590d08 2234
garden-of-coloured-lights_1.0.9-1.dsc
ed61ec3ece9258d822094160843c7521c38538ad 2714783
garden-of-coloured-lights_1.0.9.orig.tar.gz
7d82b6ce360e99d1f6d4dc979963e8b3108cfb93 5028
garden-of-coloured-lights_1.0.9-1.debian.tar.xz
3c2436c86fbc31168b2f0bb931ba6ec274c4e44a 1824004
garden-of-coloured-lights-data_1.0.9-1_all.deb
Files:
e618eb349d64ee032a5bad82beb7b7dd 2234 games optional
garden-of-coloured-lights_1.0.9-1.dsc
b9cce86ab226164279ef325f9d798397 2714783 games optional
garden-of-coloured-lights_1.0.9.orig.tar.gz
e89ccd6743b23e0d6f796d14450a8121 5028 games optional
garden-of-coloured-lights_1.0.9-1.debian.tar.xz
abc30e3279c73301fb0ada83a827dffd 1824004 games optional
garden-of-coloured-lights-data_1.0.9-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVkNmmAAoJEI7tzBuqHzL/c9wQALR7MkDs2+QrPtZihkyoGMu1
Mvx7mQ4mLcFiHgb1aYxSp6rMV22U+FR5zqCg7/2sNtXkXsZmw1KccK9/mWQs3ivP
d9J4CroVLKz7zHmfu3mSzdBuapUCMnr5nd8CpAjAr5KUnoDAb2rMvwuYztpNjFdW
xyl2g9l4yIDJ7Vcc81w/TfWLDE3f/i17iT7NrEFYejAfQN9+maRDMt1uDbV/hDaJ
xiiRA8vvtDMzs1YT/SQUWJroTXEQuKiFy+JFekeJwNZVKzuaVnOOaPSM/GnkJaka
+rC+nnW9AFkahW02tHc0awYijr7cmyKXLNFJdgluAbaz+raFZWcxl+/Vp4Xxkug/
rHf9Pg302VoDGbTWvRMMFVOP9+vcIgJzBmBCFNwSnr6kPoGJW/+g5WswiP4LJZDq
pa7j9IuK871rXjuVaSXi+65Xu6jOrDbBDN/a6VDxy3z9TyMECs9mV6uwGKX92B/E
GQhRr1e+rHvg1i+YdSakgGQzd1EdRr/duOle5q9eRBi2mYcVUhb1cNFg2kG9KvtP
9Os52kjGFYGPp4Y4fsr2n11Q6d3qo+BXH8M5CS19FvAZoej3TY8hkTQja1kHiDw8
E+DKSbx3aWpBGCr1N40IxJ9hO9QhKh4Zn4OF9YopS0ErnFMGVLGxJ5lzd1mNt5N5
jbUPeEdJnqL65c1gMV4H
=AH+m
-----END PGP SIGNATURE-----
--- End Message ---