Source: scim Severity: minor Tags: patch User: pkg-llvm-t...@lists.alioth.debian.org 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/scim_1.4.14-5_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
--- scim-1.4.14/src/scim_helper_manager_server.cpp 2012-06-25 12:15:42.000000000 -0400 +++ scim-1.4.14-my/src/scim_helper_manager_server.cpp 2014-06-01 14:32:38.810039339 -0400 @@ -95,7 +95,7 @@ // so I added a workaround: have an array of modules and unload them all together in the end only. // TODO Need to figure out what's going on with this issue. - HelperModule module[mod_list.size ()]; + HelperModule *module = reinterpret_cast<HelperModule *>(alloca(sizeof(HelperModule) * mod_list.size ())); if (mod_list.size ()) {