Source: geis
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).
See build logs here: 
http://clang.debian.net/logs/2014-01-14/geis_2.2.16-1_unstable_clang.log

Thanks,
Alexander


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- geis-2.2.16/libgeis/geis_backend_multiplexor.c	2013-02-08 21:26:27.000000000 -0500
+++ geis-2.2.16-my/libgeis/geis_backend_multiplexor.c	2014-06-13 18:18:25.314768772 -0400
@@ -31,8 +31,8 @@
 
 typedef struct CallbackInfo *CallbackInfo;
 
-static const GeisSize  cbib_initial_size = 4;
-static const GeisFloat cbib_expansion_factor = 1.5;
+//static const GeisSize  cbib_initial_size = 4;
+//static const GeisFloat cbib_expansion_factor = 1.5;
 
 struct CallbackInfo
 {
--- geis-2.2.16/testsuite/geistest/geistest.c	2013-02-08 21:26:27.000000000 -0500
+++ geis-2.2.16-my/testsuite/geistest/geistest.c	2014-06-13 18:19:56.895165876 -0400
@@ -40,7 +40,7 @@
 };
 
 GeisSize           g_device_count = 0;
-GeisInputDeviceId *g_devices = GEIS_ALL_INPUT_DEVICES;
+GeisInputDeviceId *g_devices = 0; //GEIS_ALL_INPUT_DEVICES;
 
 
 static void
--- geis-2.2.16/testsuite/x11_mocks/x11_mocks.c	2013-02-08 21:26:27.000000000 -0500
+++ geis-2.2.16-my/testsuite/x11_mocks/x11_mocks.c	2014-06-13 18:20:50.950719744 -0400
@@ -366,6 +366,7 @@
 {
   XMOCK_PRINT_FUNCTION;
   (void)dpy;
+  (void)values_mask;
 
   XSyncAlarmNotifyEvent alarm_notify;
   alarm_notify.type = xmock_xsync_event_base + XSyncAlarmNotify;

Reply via email to