Bug#1143678: nvidia-cuda-toolkit: FTBFS: ../gdbsupport/default-init-alloc.h:52:12: error: 'construct' has not been declared in 'class std::allocator<unsigned char>'

Santiago Vila sanvila at debian.org
Wed Aug 5 12:24:33 BST 2026


Package: src:nvidia-cuda-toolkit
Version: 12.4.1-8.1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202608/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:nvidia-cuda-toolkit, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
   debian/rules build
make[2]: Entering directory '/<<PKGBUILDDIR>>'
dh build
   debian/rules execute_before_dh_update_autotools_config
make[3]: Entering directory '/<<PKGBUILDDIR>>'
perl -p \
-e 's{#VERSION_TOOLKIT#}{12.4.1}g;' \
-e 's{#DEFAULT_GCC_VERSION#}{13}g;' \
-e 's{#DEB_HOST_MULTIARCH#}{x86_64-linux-gnu}g;' \
-e 's{#LIBDIR#}{usr/lib/x86_64-linux-gnu}g;' \
-e 's{#!ppc64el#}{}g;' \
-e 's{#arm64#}{#}g;' \
-e 's{#!arm64#}{}g;' \
-e 's{#CUDA_JAVA_HOME#}{/usr/lib/jvm/java-8-openjdk-amd64}g;' \
-e 's{#NSIGHT_COMPUTE_DESKTOP_DIR#}{linux-desktop-glibc_2_11_3-x64}g;' \

[... snipped ...]

      |     ^~~~~~
In file included from common-defs.h:214:
common-exceptions.h: In member function ‘std::size_t std::hash<gdb_exception>::operator()(const gdb_exception&) const’:
common-exceptions.h:200:32: warning: arithmetic between different enumeration types ‘const return_reason’ and ‘const errors’ is deprecated [-Wdeprecated-enum-enum-conversion]
  200 |     size_t result = exc.reason + exc.error;
      |                     ~~~~~~~~~~~^~~~~~~~~~~
x86_64-linux-gnu-g++  -DHAVE_CONFIG_H -I.  -I./../include -I./../gdb -I../gnulib/import -I./../gnulib/import -I.. -I./..  -I../bfd -I./../bfd  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wno-mismatched-tags -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wdeprecated-copy -Wdeprecated-copy-dtor -Wredundant-move -Wmissing-declarations -Wstrict-null-sentinel -Wformat -Wformat-nonliteral  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection     -c -o btrace-common.o btrace-common.cc
In file included from ../gdbsupport/gdb-xfree.h:21,
                 from ../gdbsupport/gdb_unique_ptr.h:25,
                 from common-utils.h:26,
                 from common-defs.h:208,
                 from btrace-common.cc:20:
../gdbsupport/poison.h:52:18: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use 'is_standard_layout && is_trivial' instead [-Wdeprecated-declarations]
   52 |             std::is_pod<T>>
      |                  ^~~~~~
In file included from /usr/include/c++/16/bits/move.h:37,
                 from /usr/include/c++/16/bits/stl_function.h:60,
                 from /usr/include/c++/16/functional:51,
                 from ptid.h:35,
                 from common-defs.h:206:
/usr/include/c++/16/type_traits:997:5: note: declared here
  997 |     is_pod
      |     ^~~~~~
In file included from common-defs.h:214:
common-exceptions.h: In member function ‘std::size_t std::hash<gdb_exception>::operator()(const gdb_exception&) const’:
common-exceptions.h:200:32: warning: arithmetic between different enumeration types ‘const return_reason’ and ‘const errors’ is deprecated [-Wdeprecated-enum-enum-conversion]
  200 |     size_t result = exc.reason + exc.error;
      |                     ~~~~~~~~~~~^~~~~~~~~~~
x86_64-linux-gnu-g++  -DHAVE_CONFIG_H -I.  -I./../include -I./../gdb -I../gnulib/import -I./../gnulib/import -I.. -I./..  -I../bfd -I./../bfd  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wno-mismatched-tags -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wdeprecated-copy -Wdeprecated-copy-dtor -Wredundant-move -Wmissing-declarations -Wstrict-null-sentinel -Wformat -Wformat-nonliteral  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection     -c -o buffer.o buffer.cc
In file included from ../gdbsupport/gdb-xfree.h:21,
                 from ../gdbsupport/gdb_unique_ptr.h:25,
                 from common-utils.h:26,
                 from common-defs.h:208,
                 from buffer.cc:20:
../gdbsupport/poison.h:52:18: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use 'is_standard_layout && is_trivial' instead [-Wdeprecated-declarations]
   52 |             std::is_pod<T>>
      |                  ^~~~~~
In file included from /usr/include/c++/16/bits/move.h:37,
                 from /usr/include/c++/16/bits/stl_function.h:60,
                 from /usr/include/c++/16/functional:51,
                 from ptid.h:35,
                 from common-defs.h:206:
/usr/include/c++/16/type_traits:997:5: note: declared here
  997 |     is_pod
      |     ^~~~~~
In file included from common-defs.h:214:
common-exceptions.h: In member function ‘std::size_t std::hash<gdb_exception>::operator()(const gdb_exception&) const’:
common-exceptions.h:200:32: warning: arithmetic between different enumeration types ‘const return_reason’ and ‘const errors’ is deprecated [-Wdeprecated-enum-enum-conversion]
  200 |     size_t result = exc.reason + exc.error;
      |                     ~~~~~~~~~~~^~~~~~~~~~~
x86_64-linux-gnu-g++  -DHAVE_CONFIG_H -I.  -I./../include -I./../gdb -I../gnulib/import -I./../gnulib/import -I.. -I./..  -I../bfd -I./../bfd  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wno-mismatched-tags -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wdeprecated-copy -Wdeprecated-copy-dtor -Wredundant-move -Wmissing-declarations -Wstrict-null-sentinel -Wformat -Wformat-nonliteral  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection     -c -o cleanups.o cleanups.cc
In file included from ../gdbsupport/gdb-xfree.h:21,
                 from ../gdbsupport/gdb_unique_ptr.h:25,
                 from common-utils.h:26,
                 from common-defs.h:208,
                 from cleanups.cc:20:
../gdbsupport/poison.h:52:18: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use 'is_standard_layout && is_trivial' instead [-Wdeprecated-declarations]
   52 |             std::is_pod<T>>
      |                  ^~~~~~
In file included from /usr/include/c++/16/bits/move.h:37,
                 from /usr/include/c++/16/bits/stl_function.h:60,
                 from /usr/include/c++/16/functional:51,
                 from ptid.h:35,
                 from common-defs.h:206:
/usr/include/c++/16/type_traits:997:5: note: declared here
  997 |     is_pod
      |     ^~~~~~
In file included from common-defs.h:214:
common-exceptions.h: In member function ‘std::size_t std::hash<gdb_exception>::operator()(const gdb_exception&) const’:
common-exceptions.h:200:32: warning: arithmetic between different enumeration types ‘const return_reason’ and ‘const errors’ is deprecated [-Wdeprecated-enum-enum-conversion]
  200 |     size_t result = exc.reason + exc.error;
      |                     ~~~~~~~~~~~^~~~~~~~~~~
x86_64-linux-gnu-g++  -DHAVE_CONFIG_H -I.  -I./../include -I./../gdb -I../gnulib/import -I./../gnulib/import -I.. -I./..  -I../bfd -I./../bfd  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wno-mismatched-tags -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wdeprecated-copy -Wdeprecated-copy-dtor -Wredundant-move -Wmissing-declarations -Wstrict-null-sentinel -Wformat -Wformat-nonliteral  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection     -c -o common-debug.o common-debug.cc
In file included from ../gdbsupport/gdb-xfree.h:21,
                 from ../gdbsupport/gdb_unique_ptr.h:25,
                 from common-utils.h:26,
                 from common-defs.h:208,
                 from common-debug.cc:20:
../gdbsupport/poison.h:52:18: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use 'is_standard_layout && is_trivial' instead [-Wdeprecated-declarations]
   52 |             std::is_pod<T>>
      |                  ^~~~~~
In file included from /usr/include/c++/16/bits/move.h:37,
                 from /usr/include/c++/16/bits/stl_function.h:60,
                 from /usr/include/c++/16/functional:51,
                 from ptid.h:35,
                 from common-defs.h:206:
/usr/include/c++/16/type_traits:997:5: note: declared here
  997 |     is_pod
      |     ^~~~~~
In file included from common-defs.h:214:
common-exceptions.h: In member function ‘std::size_t std::hash<gdb_exception>::operator()(const gdb_exception&) const’:
common-exceptions.h:200:32: warning: arithmetic between different enumeration types ‘const return_reason’ and ‘const errors’ is deprecated [-Wdeprecated-enum-enum-conversion]
  200 |     size_t result = exc.reason + exc.error;
      |                     ~~~~~~~~~~~^~~~~~~~~~~
x86_64-linux-gnu-g++  -DHAVE_CONFIG_H -I.  -I./../include -I./../gdb -I../gnulib/import -I./../gnulib/import -I.. -I./..  -I../bfd -I./../bfd  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wno-mismatched-tags -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wdeprecated-copy -Wdeprecated-copy-dtor -Wredundant-move -Wmissing-declarations -Wstrict-null-sentinel -Wformat -Wformat-nonliteral  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection     -c -o common-exceptions.o common-exceptions.cc
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o elf-attrs.lo elf-attrs.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c elf-attrs.c -o elf-attrs.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o elf-strtab.lo elf-strtab.c
In file included from ../gdbsupport/gdb-xfree.h:21,
                 from ../gdbsupport/gdb_unique_ptr.h:25,
                 from common-utils.h:26,
                 from common-defs.h:208,
                 from common-exceptions.cc:20:
../gdbsupport/poison.h:52:18: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use 'is_standard_layout && is_trivial' instead [-Wdeprecated-declarations]
   52 |             std::is_pod<T>>
      |                  ^~~~~~
In file included from /usr/include/c++/16/bits/move.h:37,
                 from /usr/include/c++/16/bits/stl_function.h:60,
                 from /usr/include/c++/16/functional:51,
                 from ptid.h:35,
                 from common-defs.h:206:
/usr/include/c++/16/type_traits:997:5: note: declared here
  997 |     is_pod
      |     ^~~~~~
In file included from common-defs.h:214:
common-exceptions.h: In member function ‘std::size_t std::hash<gdb_exception>::operator()(const gdb_exception&) const’:
common-exceptions.h:200:32: warning: arithmetic between different enumeration types ‘const return_reason’ and ‘const errors’ is deprecated [-Wdeprecated-enum-enum-conversion]
  200 |     size_t result = exc.reason + exc.error;
      |                     ~~~~~~~~~~~^~~~~~~~~~~
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c elf-strtab.c -o elf-strtab.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o elf-eh-frame.lo elf-eh-frame.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c elf-eh-frame.c -o elf-eh-frame.o
x86_64-linux-gnu-g++  -DHAVE_CONFIG_H -I.  -I./../include -I./../gdb -I../gnulib/import -I./../gnulib/import -I.. -I./..  -I../bfd -I./../bfd  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wno-mismatched-tags -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wdeprecated-copy -Wdeprecated-copy-dtor -Wredundant-move -Wmissing-declarations -Wstrict-null-sentinel -Wformat -Wformat-nonliteral  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection     -c -o common-inferior.o common-inferior.cc
In file included from ../gdbsupport/gdb-xfree.h:21,
                 from ../gdbsupport/gdb_unique_ptr.h:25,
                 from ../gdbsupport/common-utils.h:26,
                 from ../gdbsupport/common-defs.h:208,
                 from common-inferior.cc:21:
../gdbsupport/poison.h:52:18: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use 'is_standard_layout && is_trivial' instead [-Wdeprecated-declarations]
   52 |             std::is_pod<T>>
      |                  ^~~~~~
In file included from /usr/include/c++/16/bits/move.h:37,
                 from /usr/include/c++/16/bits/stl_function.h:60,
                 from /usr/include/c++/16/functional:51,
                 from ../gdbsupport/ptid.h:35,
                 from ../gdbsupport/common-defs.h:206:
/usr/include/c++/16/type_traits:997:5: note: declared here
  997 |     is_pod
      |     ^~~~~~
In file included from ../gdbsupport/common-defs.h:214:
../gdbsupport/common-exceptions.h: In member function ‘std::size_t std::hash<gdb_exception>::operator()(const gdb_exception&) const’:
../gdbsupport/common-exceptions.h:200:32: warning: arithmetic between different enumeration types ‘const return_reason’ and ‘const errors’ is deprecated [-Wdeprecated-enum-enum-conversion]
  200 |     size_t result = exc.reason + exc.error;
      |                     ~~~~~~~~~~~^~~~~~~~~~~
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o elf-sframe.lo elf-sframe.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c elf-sframe.c -o elf-sframe.o
x86_64-linux-gnu-g++  -DHAVE_CONFIG_H -I.  -I./../include -I./../gdb -I../gnulib/import -I./../gnulib/import -I.. -I./..  -I../bfd -I./../bfd  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wno-mismatched-tags -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wdeprecated-copy -Wdeprecated-copy-dtor -Wredundant-move -Wmissing-declarations -Wstrict-null-sentinel -Wformat -Wformat-nonliteral  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection     -c -o common-regcache.o common-regcache.cc
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o dwarf1.lo dwarf1.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c dwarf1.c -o dwarf1.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o dwarf2.lo -DDEBUGDIR=\"/usr/lib/x86_64-linux-gnu/debug\" ./dwarf2.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c -DDEBUGDIR=\"/usr/lib/x86_64-linux-gnu/debug\" ./dwarf2.c -o dwarf2.o
In file included from ../gdbsupport/gdb-xfree.h:21,
                 from ../gdbsupport/gdb_unique_ptr.h:25,
                 from common-utils.h:26,
                 from common-defs.h:208,
                 from common-regcache.cc:20:
../gdbsupport/poison.h:52:18: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use 'is_standard_layout && is_trivial' instead [-Wdeprecated-declarations]
   52 |             std::is_pod<T>>
      |                  ^~~~~~
In file included from /usr/include/c++/16/bits/move.h:37,
                 from /usr/include/c++/16/bits/stl_function.h:60,
                 from /usr/include/c++/16/functional:51,
                 from ptid.h:35,
                 from common-defs.h:206:
/usr/include/c++/16/type_traits:997:5: note: declared here
  997 |     is_pod
      |     ^~~~~~
In file included from common-defs.h:214:
common-exceptions.h: In member function ‘std::size_t std::hash<gdb_exception>::operator()(const gdb_exception&) const’:
common-exceptions.h:200:32: warning: arithmetic between different enumeration types ‘const return_reason’ and ‘const errors’ is deprecated [-Wdeprecated-enum-enum-conversion]
  200 |     size_t result = exc.reason + exc.error;
      |                     ~~~~~~~~~~~^~~~~~~~~~~
x86_64-linux-gnu-g++  -DHAVE_CONFIG_H -I.  -I./../include -I./../gdb -I../gnulib/import -I./../gnulib/import -I.. -I./..  -I../bfd -I./../bfd  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wno-mismatched-tags -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wdeprecated-copy -Wdeprecated-copy-dtor -Wredundant-move -Wmissing-declarations -Wstrict-null-sentinel -Wformat -Wformat-nonliteral  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection     -c -o common-utils.o common-utils.cc
In file included from ../gdbsupport/gdb-xfree.h:21,
                 from ../gdbsupport/gdb_unique_ptr.h:25,
                 from common-utils.h:26,
                 from common-defs.h:208,
                 from common-utils.cc:20:
../gdbsupport/poison.h:52:18: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use 'is_standard_layout && is_trivial' instead [-Wdeprecated-declarations]
   52 |             std::is_pod<T>>
      |                  ^~~~~~
In file included from /usr/include/c++/16/bits/move.h:37,
                 from /usr/include/c++/16/bits/stl_function.h:60,
                 from /usr/include/c++/16/functional:51,
                 from ptid.h:35,
                 from common-defs.h:206:
/usr/include/c++/16/type_traits:997:5: note: declared here
  997 |     is_pod
      |     ^~~~~~
In file included from common-defs.h:214:
common-exceptions.h: In member function ‘std::size_t std::hash<gdb_exception>::operator()(const gdb_exception&) const’:
common-exceptions.h:200:32: warning: arithmetic between different enumeration types ‘const return_reason’ and ‘const errors’ is deprecated [-Wdeprecated-enum-enum-conversion]
  200 |     size_t result = exc.reason + exc.error;
      |                     ~~~~~~~~~~~^~~~~~~~~~~
In file included from ../gdbsupport/def-vector.h:22,
                 from ../gdbsupport/byte-vector.h:21,
                 from common-utils.h:25:
../gdbsupport/default-init-alloc.h: In instantiation of ‘class gdb::default_init_allocator<unsigned char, std::allocator<unsigned char> >’:
/usr/include/c++/16/bits/stl_vector.h:94:21:   required from ‘struct std::_Vector_base<unsigned char, gdb::default_init_allocator<unsigned char, std::allocator<unsigned char> > >’
   94 |         rebind<_Tp>::other _Tp_alloc_type;
      |                            ^~~~~~~~~~~~~~
/usr/include/c++/16/bits/stl_vector.h:460:11:   required from ‘class std::vector<unsigned char, gdb::default_init_allocator<unsigned char, std::allocator<unsigned char> > >’
  460 |     class vector : protected _Vector_base<_Tp, _Alloc>
      |           ^~~~~~
common-utils.cc:439:25:   required from here
  439 | hex2bin (const char *hex)
      |                         ^
../gdbsupport/default-init-alloc.h:52:12: error: ‘construct’ has not been declared in ‘class std::allocator<unsigned char>’
   52 |   using A::construct;
      |            ^~~~~~~~~
make[7]: *** [Makefile:522: common-utils.o] Error 1
make[7]: Leaving directory '/<<PKGBUILDDIR>>/cuda-gdb/gdbsupport'
make[6]: *** [Makefile:409: all] Error 2
make[6]: Leaving directory '/<<PKGBUILDDIR>>/cuda-gdb/gdbsupport'
make[5]: *** [Makefile:10327: all-gdbsupport] Error 2
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o elf32-i386.lo elf32-i386.c
make[5]: *** Waiting for unfinished jobs....
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c elf32-i386.c -o elf32-i386.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o elf32.lo elf32.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c elf32.c -o elf32.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o pei-i386.lo pei-i386.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c pei-i386.c -o pei-i386.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o peigen.lo peigen.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c peigen.c -o peigen.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o cofflink.lo cofflink.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c cofflink.c -o cofflink.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o coffgen.lo coffgen.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c coffgen.c -o coffgen.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o pe-x86_64.lo pe-x86_64.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c pe-x86_64.c -o pe-x86_64.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o pex64igen.lo pex64igen.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c pex64igen.c -o pex64igen.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o pei-x86_64.lo pei-x86_64.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c pei-x86_64.c -o pei-x86_64.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o elf64-gen.lo elf64-gen.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c elf64-gen.c -o elf64-gen.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o elf32-gen.lo elf32-gen.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c elf32-gen.c -o elf32-gen.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o elf32-m68k.lo elf32-m68k.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c elf32-m68k.c -o elf32-m68k.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o plugin.lo plugin.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c plugin.c -o plugin.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o cpu-i386.lo cpu-i386.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c cpu-i386.c -o cpu-i386.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o cpu-iamcu.lo cpu-iamcu.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c cpu-iamcu.c -o cpu-iamcu.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o cpu-m68k.lo cpu-m68k.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c cpu-m68k.c -o cpu-m68k.o
/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/x86_64-linux-gnu"' -I. -I. -I./../include  -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec  -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17     -c -o archive64.lo archive64.c
libtool: compile:  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/x86_64-linux-gnu\" -I. -I. -I./../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_m68k_elf32_vec -Wdate-time -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/nvidia-cuda-tree-amd64/cuda_cudart/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17 -c archive64.c -o archive64.o
/bin/bash ./libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu17      -release `cat libtool-soversion`  -Wl,-z,relro -Wl,-z,now -pthread -o libbfd.la -rpath /usr/lib/x86_64-linux-gnu archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`    -lz -lzstd ../libsframe/libsframe.la 
libtool: link: (cd .libs/libbfd.lax/libsframe.a && ar --plugin /usr/libexec/gcc/x86_64-linux-gnu/16/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-linux-gnu/16/liblto_plugin.so x "/<<PKGBUILDDIR>>/cuda-gdb/bfd/../libsframe/.libs/libsframe.a")
libtool: link: ar --plugin /usr/libexec/gcc/x86_64-linux-gnu [too-long-redacted] sframe.a/libsframe_la-sframe.o 
libtool: link: ranlib --plugin /usr/libexec/gcc/x86_64-linux-gnu/16/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-linux-gnu/16/liblto_plugin.so .libs/libbfd.a
libtool: link: rm -fr .libs/libbfd.lax
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/bash ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  ranlib --plugin /usr/libexec/gcc/x86_64-linux-gnu/16/liblto_plugin.so libbfd.tmp; \
  /bin/bash ./../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[8]: Leaving directory '/<<PKGBUILDDIR>>/cuda-gdb/bfd'
make[7]: Leaving directory '/<<PKGBUILDDIR>>/cuda-gdb/bfd'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/cuda-gdb/bfd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/cuda-gdb'
make[4]: *** [Makefile:1006: all] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/cuda-gdb'
dh_auto_build: error: cd cuda-gdb && make -j2 V=1 returned exit code 2
make[3]: *** [debian/rules:501: override_dh_auto_build-arch] Error 25
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [debian/rules:220: build] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:220: install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:220: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------



More information about the pkg-nvidia-devel mailing list