Your message dated Mon, 23 May 2022 19:30:11 +0200
with message-id <[email protected]>
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 [email protected]
immediately.)


-- 
1003037: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003037
Debian Bug Tracking System
Contact [email protected] 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

Attachment: 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 <[email protected]> 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 ---

Reply via email to