Bug#877380: tbb: fix __TBB_EXCEPTION_PTR_PRESENT for armel

2017-10-04 Thread Steven Capper
Hi, Thank you for the bug report (and patch!), I have just travelled back home and plan on pushing a fix today after I finish work. Cheers, -- Steve On 4 October 2017 at 09:04, Petter Reinholdtsen wrote: > This issue block slic3r-prusa from entering testing, as it break the > armel build for t

Bug#816989: tbb: FTBFS in testing (Build killed with signal TERM after 150 minutes of inactivity)

2016-05-30 Thread Steven Capper
On 28 May 2016 at 21:12, Tobias Frost wrote: > Severity: -1 important > > On Sun, 17 Apr 2016 10:00:12 +0200 (CEST) Santiago Vila s> wrote: > > retitle 816989 tbb: FTBFS in testing (Build killed with signal TERM > after 150 minutes of inactivity) > > severity 816989 serious > > thanks > > > > Th

Bug#805481: One important omission

2015-11-19 Thread Steven Capper
On 18 November 2015 at 18:23, Michael Biebl wrote: > Am 18.11.2015 um 18:35 schrieb Steven Capper: > > Upgrading to 227-1 caused immediate segfaults and led to the same > > unbootable machine. > > > > So it looks like something introduced 227-1. > > I w

Bug#805481: One important omission

2015-11-18 Thread Steven Capper
On 18 November 2015 at 17:20, Michael Biebl wrote: > Hi Steve, > > Am 18.11.2015 um 16:52 schrieb Steven Capper: > > I neglected to mention that this running under a QEMU virtual machine > (same > > error for both KVM acceleration on and off). > > > > I will

Bug#805481: One important omission

2015-11-18 Thread Steven Capper
I neglected to mention that this running under a QEMU virtual machine (same error for both KVM acceleration on and off). I will dig into this a little bit here and will update if I find anything. Cheers, -- Steve

Bug#805481: systemd 227-2 SIGSEGV on boot on arm64

2015-11-18 Thread Steven Capper
Package: systemd Version: 227-2 Severity: grave Justification: renders package unusable -- Package-specific info: -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (500, 'testing') Architecture: arm64 (aarch64) Kernel: Linux 4.2.0-1-arm64 (SMP w/1 CPU core)

Bug#787084: Processed: Re: Bug#787084: Acknowledgement (error: 'tbb::internal::atomic_impl::my_storage' has incomplete type)

2015-07-02 Thread Steven Capper
Thank you for this patch Mathieu. I've tweaked it a little bit as: 1) The semantics of __atomic_compare_exchange are a little different to __sync_val_compare_and_swap, and my tests were failing. 2) I promoted it to gcc_generic.h as I believe this will be useful for other architectures. :-).

Bug#778139: tbb: ftbfs with GCC-5

2015-07-02 Thread Steven Capper
Hi, Thanks for this. I have been able to reproduce this with tbb_4.2~20140122-5. A new package is being worked on in experimental, tbb_4.3~20150611-1~exp1, and this *does* compile correctly with gcc-5. I will flag this bug as closed as soon as I upload 20150611 to Sid. Cheers, -- Steve -- To

Bug#773359: package tbb_4.2~20140122-4 FTBFS on mips and mipsel

2015-01-20 Thread Steven Capper
On 20 January 2015 at 10:51, Aníbal Monsalve Salazar wrote: > Hello Steven, Hi Aníbal, > > At IMGtech.com, we would like to support this patch for tbb. > > If you prefer, I could sponsor a new Debian version of tbb including > Jurica's patch. > Taking a look at this patch, I would like to exper

Bug#762656: patch

2014-09-30 Thread Steven Capper
On 30 September 2014 11:04, Mathieu Malaterre wrote: > Control: tags -1 patch > > Here is a patch which solve the symptoms. The underlying bug is within > gcc internals where atomics operations are not implementation for > ppc32 targets. > Many thanks Mathieu, This looks good to me. I'm about to