Your message dated Mon, 29 Jun 2015 06:18:46 +0000
with message-id <[email protected]>
and subject line Bug#757406: fixed in excellent-bifurcation 0.0.20071015-7
has caused the Debian Bug report #757406,
regarding excellent-bifurcation: 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.)


-- 
757406: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757406
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: excellent-bifurcation
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/excellent-bifurcation_0.0.20071015-6_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 excellent-bifurcation.orig/excellent-bifurcation-0.0.20071015/debian/changelog excellent-bifurcation/excellent-bifurcation-0.0.20071015/debian/changelog 
--- excellent-bifurcation.orig/excellent-bifurcation-0.0.20071015/debian/changelog	2014-08-07 15:28:30.484522595 -0500
+++ excellent-bifurcation/excellent-bifurcation-0.0.20071015/debian/changelog	2014-08-07 15:35:46.152530182 -0500
@@ -1,3 +1,12 @@
+excellent-bifurcation (0.0.20071015-7) 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 15:35:46 -0500
+
 excellent-bifurcation (0.0.20071015-6) unstable; urgency=medium
 
   * Team upload.
diff -Naur excellent-bifurcation.orig/excellent-bifurcation-0.0.20071015/debian/patches/clang-ftbfs.diff excellent-bifurcation/excellent-bifurcation-0.0.20071015/debian/patches/clang-ftbfs.diff 
--- excellent-bifurcation.orig/excellent-bifurcation-0.0.20071015/debian/patches/clang-ftbfs.diff	1969-12-31 18:00:00.000000000 -0600
+++ excellent-bifurcation/excellent-bifurcation-0.0.20071015/debian/patches/clang-ftbfs.diff	2014-08-07 15:32:27.420526722 -0500
@@ -0,0 +1,40 @@
+--- a/src/stuff.h
++++ b/src/stuff.h
+@@ -7,8 +7,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);
+ 
+--- a/src/stuff.c
++++ b/src/stuff.c
+@@ -53,7 +53,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)
+ {
+@@ -68,13 +68,13 @@ void init_trig(void)
+ 
+ }
+ 
+-inline int xpart(int angle, int length)
++int xpart(int angle, int length)
+ {
+ // return (lcos(angle) * length);// / ANGLE_1;
+  return (cos_table [angle & 1023] * length);// / ANGLE_1;
+ }
+ 
+-inline int ypart(int angle, int length)
++int ypart(int angle, int length)
+ {
+  return (sin_table [angle & 1023] * length);// / ANGLE_1;
+ }
diff -Naur excellent-bifurcation.orig/excellent-bifurcation-0.0.20071015/debian/patches/series excellent-bifurcation/excellent-bifurcation-0.0.20071015/debian/patches/series --- excellent-bifurcation.orig/excellent-bifurcation-0.0.20071015/debian/patches/series	2014-08-07 15:28:30.484522595 -0500
+++ excellent-bifurcation/excellent-bifurcation-0.0.20071015/debian/patches/series	2014-08-07 15:28:58.480523083 -0500
@@ -4,3 +4,4 @@
 link-with-libm.patch
 fix_allegro_linker_flag.patch
 fix_hurd_ftbfs.patch
+clang-ftbfs.diff

--- End Message ---
--- Begin Message ---
Source: excellent-bifurcation
Source-Version: 0.0.20071015-7

We believe that the bug you reported is fixed in the latest version of
excellent-bifurcation, 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 excellent-bifurcation 
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:42:47 -0700
Source: excellent-bifurcation
Binary: excellent-bifurcation
Architecture: source
Version: 0.0.20071015-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Vincent Cheng <[email protected]>
Description:
 excellent-bifurcation - abstract vertical shooter with two sides to play on
Closes: 757406 775384 777846
Changes:
 excellent-bifurcation (0.0.20071015-7) unstable; urgency=medium
 .
   * Build with -std=gnu89 to force gnu89 inline semantics, fixing FTBFS with
     both clang and gcc 5. (Closes: #757406, #777846)
   * Document configuration in man page. Thanks to Jacob for the patch!
     (Closes: #775384)
   * Update to Standards version 3.9.6, no changes required.
Checksums-Sha1:
 43d439cb6b309d95535c331701f9718a0936f891 2194 
excellent-bifurcation_0.0.20071015-7.dsc
 24f631d8a957caca69bcd47a8be546aa080ae131 8636 
excellent-bifurcation_0.0.20071015-7.debian.tar.xz
Checksums-Sha256:
 8d3e5ef2c8d9057b4b53154b1e4d7eccbe53b57c09dd9f2e0f8a0d0f281eb142 2194 
excellent-bifurcation_0.0.20071015-7.dsc
 d0bce5087445f0356f0a7d3e144944c93e7d030da89851adf329325df6fee9f9 8636 
excellent-bifurcation_0.0.20071015-7.debian.tar.xz
Files:
 02de955aa88b25f0c1716507eabe9f1d 2194 games extra 
excellent-bifurcation_0.0.20071015-7.dsc
 4d2ae15ec325d724f948fe69f15abc1f 8636 games extra 
excellent-bifurcation_0.0.20071015-7.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVkOBwAAoJEI7tzBuqHzL/I7sP/RIQqa9BHHauRngzFRa2rjFJ
u7LEIvjotK3GtWq3yKFQ4zgBDzzTl2VO1NaABSq6IwGUYxalRjFGtFQ+gx+Sl/Ry
P/UqpB4o6mIeFSxOFbci8ukzkzMtd16nbZgFOvVvbjSuVo/6ACW2fXn8Um6grj/y
gWZOKVS+eBpA44Ped89Ln/zKPILhMbC0A/YY3ELcOBUuLhdVPCmDwweI70NFZrAz
uFwTwQ2smfiSw8OPIseGeCNrHfU45CXajkUyBXISHHaSh06vS0DfVPHzkYNFfL5T
8jn8T5XWs44+v54h7O4aLZiiQcyN3sEloZCNkz3OeEJ4dfelVyYk/W82Wh8F2L3G
SzHFGQQUq6f+AJSSGp+MHh5GPXHPuITe19CKMoCktPzlKfsYDEyKtW+VdTHQPtIB
WCx7/GhG7KjxOs2CmzCEVWjgoEk/lUpb66D0W1imnNl4zMKbKCnOrRednqZBH3n4
rXqDfSTNbXRhfpIJhco2VjE59pSrK8yKM0srCk4eWTQtSDJMqHZA5CP/y1jiRtxv
o+UUTczcT9i8vSg4cw461IXyVrRourauFqbW1BmWy0RLDk5SDgi0UT0TnKRPkKtG
4gRi+MaLk+iSn6OY08uFKi0aOgT0m+XQUrVsgLQKn5T1g9MvgTnF/K0gPruU07g1
HBtufpy4AEtp5NZb8vy8
=6pP0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to