Package: jack2d 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/jackd2_1.9.10+20140719git3eb0ae6a~dfsg-1_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 jackd2.orig/jackd2-1.9.10+20140719git3eb0ae6a~dfsg/debian/changelog jackd2/jackd2-1.9.10+20140719git3eb0ae6a~dfsg/debian/changelog --- jackd2.orig/jackd2-1.9.10+20140719git3eb0ae6a~dfsg/debian/changelog 2014-08-11 10:34:38.112057125 -0500 +++ jackd2/jackd2-1.9.10+20140719git3eb0ae6a~dfsg/debian/changelog 2014-08-11 10:37:12.588059815 -0500 @@ -1,3 +1,10 @@ +jackd2 (1.9.10+20140719git3eb0ae6a~dfsg-2) unstable; urgency=medium + + * Fix FTBFS with clang + - Fixed undefined reference error + + -- Arthur Marble <[email protected]> Mon, 11 Aug 2014 10:37:12 -0500 + jackd2 (1.9.10+20140719git3eb0ae6a~dfsg-1) unstable; urgency=medium * Imported Upstream version 1.9.10+20140719git3eb0ae6a~dfsg diff -Naur jackd2.orig/jackd2-1.9.10+20140719git3eb0ae6a~dfsg/debian/patches/clang-ftbfs.diff jackd2/jackd2-1.9.10+20140719git3eb0ae6a~dfsg/debian/patches/clang-ftbfs.diff --- jackd2.orig/jackd2-1.9.10+20140719git3eb0ae6a~dfsg/debian/patches/clang-ftbfs.diff 1969-12-31 18:00:00.000000000 -0600 +++ jackd2/jackd2-1.9.10+20140719git3eb0ae6a~dfsg/debian/patches/clang-ftbfs.diff 2014-08-11 10:36:10.908058741 -0500 @@ -0,0 +1,11 @@ +--- a/common/memops.c ++++ b/common/memops.c +@@ -198,7 +198,7 @@ static inline __m128i float_24_sse(__m12 + */ + static unsigned int seed = 22222; + +-inline unsigned int fast_rand() { ++static inline unsigned int fast_rand() { + seed = (seed * 96314165) + 907633515; + return seed; + } diff -Naur jackd2.orig/jackd2-1.9.10+20140719git3eb0ae6a~dfsg/debian/patches/series jackd2/jackd2-1.9.10+20140719git3eb0ae6a~dfsg/debian/patches/series --- jackd2.orig/jackd2-1.9.10+20140719git3eb0ae6a~dfsg/debian/patches/series 2014-08-11 10:34:38.112057125 -0500 +++ jackd2/jackd2-1.9.10+20140719git3eb0ae6a~dfsg/debian/patches/series 2014-08-11 10:34:57.068057455 -0500 @@ -1 +1,2 @@ waf.patch +clang-ftbfs.diff

