Bug#1058276: bart-view: FTBFS: (.text+0xa4e): undefined reference to `shared_obj_destroy'

2024-01-10 Thread Martin Uecker
Am Mittwoch, dem 10.01.2024 um 08:16 +0100 schrieb Andreas Tille: > Hi Martin, > > I tried to open an issue upstream but it seems the repository does not > feature submitting issues. Can you have a look please? > > Kind regards > Andreas. > Hi Andreas, I just tagged a new upstream release

Bug#1058276: bart-view: FTBFS: (.text+0xa4e): undefined reference to `shared_obj_destroy'

2024-01-10 Thread Martin Uecker
Hi Andreas, thanks. I missed this. I will look at this tomorrow. Martin Am Mittwoch, dem 10.01.2024 um 08:16 +0100 schrieb Andreas Tille: > Hi Martin, > > I tried to open an issue upstream but it seems the repository does not > feature submitting issues. Can you have a look please? > > Kind

Bug#1016625: bart-cuda: FTBFS: redefinition of 'constexpr const _Tp std::integral_constant<_Tp, __v>::value'

2022-08-24 Thread Martin Uecker
Am Mittwoch, den 24.08.2022, 00:10 +0530 schrieb Nilesh Patra: > Control: reassign -1 nvidia-cuda-toolkit/11.4.3-4 > Control: retitle -1 Please update nvidia-cuda-toolkit to 11.5.1 or later > > > On 8/23/22 23:58, Martin Uecker wrote: > > Am Dienstag, den 23.08.2022, 23:45

Bug#1016625: bart-cuda: FTBFS: redefinition of 'constexpr const _Tp std::integral_constant<_Tp, __v>::value'

2022-08-23 Thread Martin Uecker
Am Dienstag, den 23.08.2022, 23:45 +0530 schrieb Nilesh Patra: > On Tue, Aug 23, 2022 at 07:00:44PM +0200, Martin Uecker wrote: > > I think I fixed this. At least it compiles locally in > > a sid pbuilder environment, but I needed to build-depend > > on gcc-10. > >

Bug#1016625: bart-cuda: FTBFS: redefinition of 'constexpr const _Tp std::integral_constant<_Tp, __v>::value'

2022-08-23 Thread Martin Uecker
I think I fixed this. At least it compiles locally in a sid pbuilder environment, but I needed to build-depend on gcc-10. Martin Am Sonntag, den 07.08.2022, 13:06 +0530 schrieb Nilesh Patra: > Hi Martin, > > [CC'ing both your email addresses since I don't know which one you use] > > Since th

Bug#1016625: bart-cuda: FTBFS: redefinition of 'constexpr const _Tp std::integral_constant<_Tp, __v>::value'

2022-08-07 Thread Martin Uecker
I will look at this in a couple of days. I think it only needs a std=c++14 or something aded to the nvcc flags. Martin Am Sonntag, den 07.08.2022, 13:06 +0530 schrieb Nilesh Patra: > Hi Martin, > > [CC'ing both your email addresses since I don't know which one you use] > > Since this is your

Bug#1001916: Info received (Bug#1001916: Info received (missing builds are due to compiler bugs))

2021-12-29 Thread Martin Uecker
GCC bug report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002505

Bug#1001916: Info received (missing builds are due to compiler bugs)

2021-12-29 Thread Martin Uecker
Minimal test case for armel: # cat BUG.c extern _Complex float g(int N, int dims[N]); void f(void) { int dims[1]; _Complex float val = g(1, dims); } # arm-linux-gnueabi-gcc --version arm-linux-gnueabi-gcc (Debian 11.2.0-9) 11.2.0 Copyright (C) 2021 Free Software Foundation, In

Bug#1001916: missing builds are due to compiler bugs

2021-12-19 Thread Martin Uecker
For armel as s390x the compiler crashes due to an internal compiler error with gcc 11. Note, that the same souce code compiles fine on other architectures and did compile also on armel s390x with gcc 10. Martin