Bug#777779: argyll: ftbfs with GCC-5

2015-07-05 Thread Jörg Frings-Fürst
tags 79 + pending
thanks


Hi James,

thanks for your patch. I have add them to the new bugfix release
1.7.0+repack-4 and upload the package to my sponsor.


CU
Jörg


-- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54526 Niederkail

Threema: SYR8SJXB

IRC: j_...@freenode.net
 j_...@oftc.net

My wish list: 
 - Please send me a picture from the nature at your home.




signature.asc
Description: This is a digitally signed message part


Bug#777779: argyll: ftbfs with GCC-5

2015-07-03 Thread James Cowgill
Hi,

On Thu, 12 Feb 2015 10:29:54 + Matthias Klose  wrote:
> The package fails to build in a test rebuild on at least amd64 with
> gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
> severity of this report may be raised before the stretch release.

Here's a patch for this.

Thanks,
JamesDescription: Fix FTBFS with GCC 5
Author: James Cowgill 
Bug-Debian: https://bugs.debian.org/79
Forwarded: no
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/icc/icc.h
+++ b/icc/icc.h
@@ -100,7 +100,11 @@
 #define CF64PREC "LL"		/* Constant precision specifier */
 
 #ifndef ATTRIBUTE_NORETURN
+#ifdef _MSC_VER
 # define ATTRIBUTE_NORETURN __declspec(noreturn)
+#else
+# define ATTRIBUTE_NORETURN __attribute__((noreturn))
+#endif
 #endif
 
 #else  /* !__STDC_VERSION__ */


signature.asc
Description: This is a digitally signed message part


Bug#777779: argyll: ftbfs with GCC-5

2015-06-28 Thread Jörg Frings-Fürst
Hi,

currently no support from upstream[1].



CU
Jörg


[1] https://www.freelists.org/post/argyllcms/Build-error-with-gcc-5 ff


-- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54526 Niederkail

Threema: SYR8SJXB

IRC: j_...@freenode.net
 j_...@oftc.net

My wish list: 
 - Please send me a picture from the nature at your home.




signature.asc
Description: This is a digitally signed message part