Package: xevil Version: 2.02r2-10 Severity: wishlist Tags: patch Usertags: clang-ftbfs
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/xevil_2.02r2-10_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 xevil depends on: ii libc6 2.18-4 ii libgcc1 1:4.8.2-16 ii libstdc++6 4.8.2-16 ii libx11-6 2:1.6.2-1 ii libxpm4 1:3.5.10-1 xevil recommends no packages. xevil suggests no packages. -- no debconf information
diff -Naur xevil-2.02r2/x11/serverping.cpp xevil-2.02r2-clang/x11/serverping.cpp --- xevil-2.02r2/x11/serverping.cpp 2014-03-28 14:02:51.000000000 +0100 +++ xevil-2.02r2-clang/x11/serverping.cpp 2014-03-28 14:06:14.706214964 +0100 @@ -349,7 +349,7 @@ -main(int argc,char** argv) { +int main(int argc,char** argv) { ServerPing ping(argc,argv); ping.go(); }