Bug#757820: jack2d: FTBFS with clang instead of gcc

Andrei POPESCU andreimpopescu at gmail.com
Tue Aug 12 09:30:53 UTC 2014


Control: reassign -1 src:jackd2

On Lu, 11 aug 14, 10:43:33, Arthur Marble wrote:
> Package: jack2d
> Severity: minor
> Tags: patch
> User: pkg-llvm-team at lists.alioth.debian.org
> 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 <arthur at info9.net>  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


-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
http://nuvreauspam.ro/gpg-transition.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20140812/e8e63004/attachment.sig>


More information about the pkg-multimedia-maintainers mailing list