Package: xball
Version: 3.0.1-1.2
Severity: wishlist
Tags: patch

Hello,

Using the rebuild infrastructure http://buildd-clang.debian.net/, your
package fails to build with clang (instead of gcc).

You can see the full log here:
http://clang.debian.net/logs/2014-01-14/xball_3.0.1-1.2_unstable_clang.log

The attached patch fixes it.



-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xball depends on:
ii  libc6     2.18-4
ii  libx11-6  2:1.6.2-1
ii  libxm4    2.3.4-5
ii  libxmu6   2:1.1.1-1
ii  libxt6    1:1.1.4-1

xball recommends no packages.

xball suggests no packages.

-- no debconf information
diff -Naur xball-3.0.1/xball.c xball-3.0.1-clang/xball.c
--- xball-3.0.1/xball.c	2007-12-11 00:32:34.000000000 +0100
+++ xball-3.0.1-clang/xball.c	2014-03-29 16:13:46.369663336 +0100
@@ -25,8 +25,9 @@
 #include "patchlevel.h"
 
 /*** Start of main program ***/
+int
 main(argc,argv)
-unsigned argc;
+int argc;
 char **argv;
 {
     /* Use the app-defaults file as a set of strings for the fallback */

Reply via email to