Bug#1003037: astra-toolbox: FTBFS: error: parameter packs not expanded with '...'

2022-05-24 Thread Andreas Beckmann

On 23/05/2022 19.30, Andreas Beckmann wrote:
On Mon, 03 Jan 2022 03:07:39 +0100 Andreas Beckmann  
wrote:
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter 
packs not expanded with '...':

  435 | function(_Functor&& __f)


I've now switched back the default compiler for nvidia-cuda-toolkit 
11.4.3 in sid to g++-10 which does not have this problem.
There are also some autopkgtests in place that should notice regressions 
when compiling stl headers with nvcc.


To make use of that, you need to Build-Depend on nvidia-cuda-toolkit-gcc
(instead of nvidia-cuda-toolkit) and you should probably build with 
CXX=cuda-g++ (and maybe CC=cuda-gcc) to automatically use the default 
compiler used by the cuda tookit.



Andreas



Bug#1003037: marked as done (astra-toolbox: FTBFS: error: parameter packs not expanded with '...')

2022-05-23 Thread Debian Bug Tracking System
Your message dated Mon, 23 May 2022 19:30:11 +0200
with message-id <7efc0ac9-eb01-ff14-9d22-5014f940e...@debian.org>
and subject line Re: astra-toolbox: FTBFS: error: parameter packs not expanded 
with '...'
has caused the Debian Bug report #1003037,
regarding astra-toolbox: FTBFS: error: parameter packs not expanded with '...'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1003037: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003037
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: astra-toolbox
Version: 1.8.3-10
Severity: serious
Tags: ftbfs
Justification: fails to build from source

Hi,

astra-toolbox recently started to FTBFS, probably due to some updated
toolchain package or build dependency.:

/usr/bin/nvcc -gencode=arch=compute_35,code=sm_35 
-gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_60,code=sm_60 
-gencode=arch=compute_60,code=compute_60  -I../build/linux/../.. 
-I../build/linux/../../include -DASTRA_CUDA -c ../build/linux/../../cuda
/3d/mem3d.cu -Xcompiler -fPIC -DPIC -o cuda/3d/.libs/mem3d.o

/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not 
expanded with '...':
  435 | function(_Functor&& __f)
  | 
^ 
/usr/include/c++/11/bits/std_function.h:435:145: note: '_ArgTypes'
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not 
expanded with '...':
  530 | operator=(_Functor&& __f)
  | 
 ^ 
/usr/include/c++/11/bits/std_function.h:530:146: note: '_ArgTypes'
make[2]: *** [Makefile:361: cuda/3d/mem3d.lo] Error 1


Andreas


astra-toolbox_1.8.3-10.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---

On Mon, 03 Jan 2022 03:07:39 +0100 Andreas Beckmann  wrote:

/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not 
expanded with '...':
  435 | function(_Functor&& __f)


I've now switched back the default compiler for nvidia-cuda-toolkit 
11.4.3 in sid to g++-10 which does not have this problem.
There are also some autopkgtests in place that should notice regressions 
when compiling stl headers with nvcc.



Andreas--- End Message ---


Bug#1003037:

2022-01-08 Thread PICCA Frederic-Emmanuel
It seems that this is an issue in gcc has observed when compiling tensorflow

https://zenn.dev/nbo/scraps/8f1505e365d961



Bug#1003037: astra-toolbox: FTBFS: error: parameter packs not expanded with '...'

2022-01-02 Thread Andreas Beckmann
Source: astra-toolbox
Version: 1.8.3-10
Severity: serious
Tags: ftbfs
Justification: fails to build from source

Hi,

astra-toolbox recently started to FTBFS, probably due to some updated
toolchain package or build dependency.:

/usr/bin/nvcc -gencode=arch=compute_35,code=sm_35 
-gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_60,code=sm_60 
-gencode=arch=compute_60,code=compute_60  -I../build/linux/../.. 
-I../build/linux/../../include -DASTRA_CUDA -c ../build/linux/../../cuda
/3d/mem3d.cu -Xcompiler -fPIC -DPIC -o cuda/3d/.libs/mem3d.o

/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not 
expanded with '...':
  435 | function(_Functor&& __f)
  | 
^ 
/usr/include/c++/11/bits/std_function.h:435:145: note: '_ArgTypes'
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not 
expanded with '...':
  530 | operator=(_Functor&& __f)
  | 
 ^ 
/usr/include/c++/11/bits/std_function.h:530:146: note: '_ArgTypes'
make[2]: *** [Makefile:361: cuda/3d/mem3d.lo] Error 1


Andreas


astra-toolbox_1.8.3-10.log.gz
Description: application/gzip