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

2022-08-25 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 +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.
> > > 
> > > gcc-10 will be removed from the archive some day, so this cannot
> > > be a permanent fix.
> > > 
> > 
> > It is a workaround for another cuda problem, which
> > apparently can not deal with newer glibc headers and
> > which is fixed in 11.5.1 not yet in Debian.
> 
> In that case, I am re-assigning this to nvidia-cuda-toolkit.
> There is 11.5.2 in exp but it needs to get to unstable.

For reference, the "other cuda problem" mentioned above
is the same as this:

https://forums.developer.nvidia.com/t/cuda-11-5-samples-throw-multiple-error-attribute-malloc-does-not-take-arguments/192750



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

2022-08-23 Thread 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 +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.


gcc-10 will be removed from the archive some day, so this cannot
be a permanent fix.



It is a workaround for another cuda problem, which
apparently can not deal with newer glibc headers and
which is fixed in 11.5.1 not yet in Debian.


In that case, I am re-assigning this to nvidia-cuda-toolkit.
There is 11.5.2 in exp but it needs to get to unstable.

--
Best,
Nilesh


OpenPGP_signature
Description: OpenPGP digital signature


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. 
> 
> gcc-10 will be removed from the archive some day, so this cannot
> be a permanent fix.
> 

It is a workaround for another cuda problem, which 
apparently can not deal with newer glibc headers and
which is fixed in 11.5.1 not yet in Debian.



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

2022-08-23 Thread 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. 

gcc-10 will be removed from the archive some day, so this cannot
be a permanent fix.

-- 
Best,
Nilesh


signature.asc
Description: PGP signature


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 this is your package, could you consider taking a look please?
> 
> On Thu, 04 Aug 2022 04:31:30 +0200 Andreas Beckmann  wrote:
> > Source: bart-cuda
> > Version: 0.7.00-5
> > Severity: serious
> > Tags: ftbfs
> > Justification: fails to build from source
> > 
> > Hi,
> > 
> > bart-cuda recently started to FTBFS in sid, while it still succeeds in
> > testing.
> > 
> > /usr//bin/nvcc -DUSE_CUDA -Xcompiler -fPIC -Xcompiler -fopenmp -O3  
> > -I/build/bart-cuda-
> > 0.7.00/src/ -m64 -ccbin gcc -c 
> > /build/bart-cuda-0.7.00/src/wavelet/wl3-cuda.cu -o /build/bart-
> > cuda-0.7.00/src/wavelet/wl3-cuda.o
> > /usr/include/c++/10/type_traits:71:52: error: redefinition of 'constexpr 
> > const _Tp
> > std::integral_constant<_Tp, __v>::value'
> >71 |   template
> >   |^
> >
> > /usr/include/c++/10/type_traits:59:29: note: 'constexpr const _Tp value' 
> > previously declared
> > here
> >59 |   static constexpr _Tp  value = __v;
> >   | ^
> > make[2]: *** [Makefile:332: /build/bart-cuda-0.7.00/src/wavelet/wl3-cuda.o] 
> > Error 1
> > 
> > Andreas



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 package, could you consider taking a look please?
> 
> On Thu, 04 Aug 2022 04:31:30 +0200 Andreas Beckmann  wrote:
> > Source: bart-cuda
> > Version: 0.7.00-5
> > Severity: serious
> > Tags: ftbfs
> > Justification: fails to build from source
> > 
> > Hi,
> > 
> > bart-cuda recently started to FTBFS in sid, while it still succeeds in
> > testing.
> > 
> > /usr//bin/nvcc -DUSE_CUDA -Xcompiler -fPIC -Xcompiler -fopenmp -O3  
> > -I/build/bart-cuda-
> > 0.7.00/src/ -m64 -ccbin gcc -c 
> > /build/bart-cuda-0.7.00/src/wavelet/wl3-cuda.cu -o /build/bart-
> > cuda-0.7.00/src/wavelet/wl3-cuda.o
> > /usr/include/c++/10/type_traits:71:52: error: redefinition of 'constexpr 
> > const _Tp
> > std::integral_constant<_Tp, __v>::value'
> >71 |   template
> >   |^
> >
> > /usr/include/c++/10/type_traits:59:29: note: 'constexpr const _Tp value' 
> > previously declared
> > here
> >59 |   static constexpr _Tp  value = __v;
> >   | ^
> > make[2]: *** [Makefile:332: /build/bart-cuda-0.7.00/src/wavelet/wl3-cuda.o] 
> > Error 1
> > 
> > Andreas



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

2022-08-07 Thread Nilesh Patra
Hi Martin,

[CC'ing both your email addresses since I don't know which one you use]

Since this is your package, could you consider taking a look please?

On Thu, 04 Aug 2022 04:31:30 +0200 Andreas Beckmann  wrote:
> Source: bart-cuda
> Version: 0.7.00-5
> Severity: serious
> Tags: ftbfs
> Justification: fails to build from source
> 
> Hi,
> 
> bart-cuda recently started to FTBFS in sid, while it still succeeds in
> testing.
> 
> /usr//bin/nvcc -DUSE_CUDA -Xcompiler -fPIC -Xcompiler -fopenmp -O3  
> -I/build/bart-cuda-0.7.00/src/ -m64 -ccbin gcc -c 
> /build/bart-cuda-0.7.00/src/wavelet/wl3-cuda.cu -o 
> /build/bart-cuda-0.7.00/src/wavelet/wl3-cuda.o
> /usr/include/c++/10/type_traits:71:52: error: redefinition of 'constexpr 
> const _Tp std::integral_constant<_Tp, __v>::value'
>71 |   template
>   |^  
>  
> /usr/include/c++/10/type_traits:59:29: note: 'constexpr const _Tp value' 
> previously declared here
>59 |   static constexpr _Tp  value = __v;
>   | ^
> make[2]: *** [Makefile:332: /build/bart-cuda-0.7.00/src/wavelet/wl3-cuda.o] 
> Error 1
> 
> Andreas

-- 
Best,
Nilesh


signature.asc
Description: PGP signature


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

2022-08-03 Thread Andreas Beckmann
Source: bart-cuda
Version: 0.7.00-5
Severity: serious
Tags: ftbfs
Justification: fails to build from source

Hi,

bart-cuda recently started to FTBFS in sid, while it still succeeds in
testing.

/usr//bin/nvcc -DUSE_CUDA -Xcompiler -fPIC -Xcompiler -fopenmp -O3  
-I/build/bart-cuda-0.7.00/src/ -m64 -ccbin gcc -c 
/build/bart-cuda-0.7.00/src/wavelet/wl3-cuda.cu -o 
/build/bart-cuda-0.7.00/src/wavelet/wl3-cuda.o
/usr/include/c++/10/type_traits:71:52: error: redefinition of 'constexpr const 
_Tp std::integral_constant<_Tp, __v>::value'
   71 |   template
  |^
   
/usr/include/c++/10/type_traits:59:29: note: 'constexpr const _Tp value' 
previously declared here
   59 |   static constexpr _Tp  value = __v;
  | ^
make[2]: *** [Makefile:332: /build/bart-cuda-0.7.00/src/wavelet/wl3-cuda.o] 
Error 1

Andreas


sid.build.gz
Description: application/gzip


testing.build.gz
Description: application/gzip