Your message dated Thu, 23 Oct 2025 16:36:56 +0000
with message-id <[email protected]>
and subject line Bug#1115956: fixed in cccl 2.5.0-1
has caused the Debian Bug report #1115956,
regarding stdgpu-contrib: FTBFS: /usr/include/cub/util_ptx.cuh:271:5: error: 
'__syncthreads' was not declared in this scope
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.)


-- 
1115956: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1115956
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:stdgpu-contrib
Version: 1.3.0+git20220507.32e0517-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

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

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

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

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 could not 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:stdgpu-contrib, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
[ 33%] Building CXX object src/stdgpu/CMakeFiles/stdgpu.dir/impl/iterator.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/stdgpu && /usr/bin/c++ 
-DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_CUDA -Dstdgpu_EXPORTS 
-I/<<PKGBUILDDIR>>/src/stdgpu/.. 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/stdgpu/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT 
src/stdgpu/CMakeFiles/stdgpu.dir/impl/iterator.cpp.o -MF 
CMakeFiles/stdgpu.dir/impl/iterator.cpp.o.d -o 
CMakeFiles/stdgpu.dir/impl/iterator.cpp.o -c 
/<<PKGBUILDDIR>>/src/stdgpu/impl/iterator.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/stdgpu && /usr/bin/c++ 
-DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_CUDA -Dstdgpu_EXPORTS 
-I/<<PKGBUILDDIR>>/src/stdgpu/.. 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/stdgpu/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT 
src/stdgpu/CMakeFiles/stdgpu.dir/impl/device.cpp.o -MF 
CMakeFiles/stdgpu.dir/impl/device.cpp.o.d -o 
CMakeFiles/stdgpu.dir/impl/device.cpp.o -c 
/<<PKGBUILDDIR>>/src/stdgpu/impl/device.cpp
[ 50%] Building CXX object src/stdgpu/CMakeFiles/stdgpu.dir/impl/memory.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/stdgpu && /usr/bin/c++ 
-DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_CUDA -Dstdgpu_EXPORTS 
-I/<<PKGBUILDDIR>>/src/stdgpu/.. 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/stdgpu/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT 
src/stdgpu/CMakeFiles/stdgpu.dir/impl/memory.cpp.o -MF 
CMakeFiles/stdgpu.dir/impl/memory.cpp.o.d -o 
CMakeFiles/stdgpu.dir/impl/memory.cpp.o -c 
/<<PKGBUILDDIR>>/src/stdgpu/impl/memory.cpp
In file included from /usr/include/cub/util_device.cuh:52,
                 from /usr/include/thrust/system/cuda/detail/util.h:48,
                 from 
/usr/include/thrust/system/cuda/detail/malloc_and_free.h:34,
                 from 
/usr/include/thrust/system/detail/adl/malloc_and_free.h:50,
                 from /usr/include/thrust/system/detail/generic/memory.inl:30,
                 from /usr/include/thrust/system/detail/generic/memory.h:77,
                 from /usr/include/thrust/detail/reference.h:36,
                 from /<<PKGBUILDDIR>>/src/stdgpu/../stdgpu/iterator.h:29,
                 from /<<PKGBUILDDIR>>/src/stdgpu/impl/iterator.cpp:16:
/usr/include/cub/util_ptx.cuh: In function ‘void 
cub::CUB_200400___CUDA_ARCH_LIST___NS::CTA_SYNC()’:
/usr/include/cub/util_ptx.cuh:271:5: error: ‘__syncthreads’ was not 
declared in this scope
  271 |     __syncthreads();
      |     ^~~~~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::CTA_SYNC_AND(int)’:
/usr/include/cub/util_ptx.cuh:280:12: error: ‘__syncthreads_and’ was not 
declared in this scope
  280 |     return __syncthreads_and(p);
      |            ^~~~~~~~~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::CTA_SYNC_OR(int)’:
/usr/include/cub/util_ptx.cuh:289:12: error: ‘__syncthreads_or’ was not 
declared in this scope
  289 |     return __syncthreads_or(p);
      |            ^~~~~~~~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘void 
cub::CUB_200400___CUDA_ARCH_LIST___NS::WARP_SYNC(unsigned int)’:
/usr/include/cub/util_ptx.cuh:298:5: error: ‘__syncwarp’ was not declared 
in this scope
  298 |     __syncwarp(member_mask);
      |     ^~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::WARP_ANY(int, unsigned int)’:
/usr/include/cub/util_ptx.cuh:307:12: error: ‘__any_sync’ was not declared 
in this scope
  307 |     return __any_sync(member_mask, predicate);
      |            ^~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::WARP_ALL(int, unsigned int)’:
/usr/include/cub/util_ptx.cuh:316:12: error: ‘__all_sync’ was not declared 
in this scope
  316 |     return __all_sync(member_mask, predicate);
      |            ^~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::WARP_BALLOT(int, unsigned int)’:
/usr/include/cub/util_ptx.cuh:325:12: error: ‘__ballot_sync’ was not 
declared in this scope
  325 |     return __ballot_sync(member_mask, predicate);
      |            ^~~~~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘unsigned int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::SHFL_IDX_SYNC(unsigned int, int, 
unsigned int)’:
/usr/include/cub/util_ptx.cuh:368:12: error: ‘__shfl_sync’ was not declared 
in this scope
  368 |     return __shfl_sync(member_mask, word, src_lane);
      |            ^~~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::RowMajorTid(int, int, int)’:
/usr/include/cub/util_ptx.cuh:415:39: error: ‘threadIdx’ was not declared 
in this scope
  415 |     return ((block_dim_z == 1) ? 0 : (threadIdx.z * block_dim_x * 
block_dim_y)) +
      |                                       ^~~~~~~~~
In file included from 
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/instructions/barrier_cluster.h:30,
                 from 
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx.h:74,
                 from /usr/include/cuda/ptx:19,
                 from /usr/include/cuda/discard_memory:25,
                 from /usr/include/cub/util_device.cuh:57:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h: 
In function ‘uint32_t cuda::ptx::__4::__as_ptr_smem(const void*)’:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:40:44:
 error: ‘__cvta_generic_to_shared’ was not declared in this scope
   40 |   return 
static_cast<_CUDA_VSTD::uint32_t>(__cvta_generic_to_shared(__ptr));
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h: 
In function ‘uint64_t cuda::ptx::__4::__as_ptr_gmem(const void*)’:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:60:44:
 error: ‘__cvta_generic_to_global’ was not declared in this scope
   60 |   return 
static_cast<_CUDA_VSTD::uint64_t>(__cvta_generic_to_global(__ptr));
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h: 
In function ‘_Tp* cuda::ptx::__4::__from_ptr_smem(size_t)’:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:73:33:
 error: there are no arguments to ‘__cvta_shared_to_generic’ that depend on 
a template parameter, so a declaration of ‘__cvta_shared_to_generic’ must 
be available [-Wtemplate-body]
   73 |   return reinterpret_cast<_Tp*>(__cvta_shared_to_generic(__ptr));
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:73:33:
 note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing 
the use of an undeclared name is deprecated)
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h: 
In function ‘_Tp* cuda::ptx::__4::__from_ptr_gmem(size_t)’:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:94:33:
 error: there are no arguments to ‘__cvta_global_to_generic’ that depend on 
a template parameter, so a declaration of ‘__cvta_global_to_generic’ must 
be available [-Wtemplate-body]
   94 |   return reinterpret_cast<_Tp*>(__cvta_global_to_generic(__ptr));
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/cub/util_device.cuh:52,
                 from /usr/include/thrust/system/cuda/detail/util.h:48,
                 from 
/usr/include/thrust/system/cuda/detail/internal/copy_cross_system.h:49,
                 from /usr/include/thrust/system/cuda/detail/copy.h:111,
                 from /usr/include/thrust/system/detail/adl/copy.h:50,
                 from /usr/include/thrust/detail/copy.inl:31,
                 from /usr/include/thrust/detail/copy.h:98,
                 from /usr/include/thrust/system/detail/sequential/merge.inl:29,
                 from /usr/include/thrust/system/detail/sequential/merge.h:86,
                 from /usr/include/thrust/system/cpp/detail/merge.h:30,
                 from /usr/include/thrust/system/cpp/execution_policy.h:59,
                 from /usr/include/thrust/execution_policy.h:40,
                 from /<<PKGBUILDDIR>>/src/stdgpu/../stdgpu/execution.h:30,
                 from /<<PKGBUILDDIR>>/src/stdgpu/../stdgpu/memory.h:32,
                 from /<<PKGBUILDDIR>>/src/stdgpu/impl/memory.cpp:16:
/usr/include/cub/util_ptx.cuh: In function ‘void 
cub::CUB_200400___CUDA_ARCH_LIST___NS::CTA_SYNC()’:
/usr/include/cub/util_ptx.cuh:271:5: error: ‘__syncthreads’ was not 
declared in this scope
  271 |     __syncthreads();
      |     ^~~~~~~~~~~~~
/usr/include/cub/util_device.cuh: In static member function ‘static typename 
AgentT::TempStorage& 
cub::CUB_200400___CUDA_ARCH_LIST___NS::detail::vsmem_helper_impl<AgentT>::get_temp_storage(cub::CUB_200400___CUDA_ARCH_LIST___NS::NullType&,
 cub::CUB_200400___CUDA_ARCH_LIST___NS::detail::vsmem_t&)’:
/usr/include/cub/util_device.cuh:160:63: error: ‘blockIdx’ was not declared 
in this scope [-Wtemplate-body]
  160 |       static_cast<char*>(vsmem.gmem_ptr) + (vsmem_per_block * 
blockIdx.x));
      |                                                               ^~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::CTA_SYNC_AND(int)’:
/usr/include/cub/util_ptx.cuh:280:12: error: ‘__syncthreads_and’ was not 
declared in this scope
  280 |     return __syncthreads_and(p);
      |            ^~~~~~~~~~~~~~~~~
/usr/include/cub/util_device.cuh: In static member function ‘static bool 
cub::CUB_200400___CUDA_ARCH_LIST___NS::detail::vsmem_helper_impl<AgentT>::discard_temp_storage(typename
 AgentT::TempStorage&)’:
/usr/include/cub/util_device.cuh:201:38: error: ‘threadIdx’ was not 
declared in this scope [-Wtemplate-body]
  201 |     const std::size_t linear_tid   = threadIdx.x;
      |                                      ^~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::CTA_SYNC_OR(int)’:
/usr/include/cub/util_ptx.cuh:289:12: error: ‘__syncthreads_or’ was not 
declared in this scope
  289 |     return __syncthreads_or(p);
      |            ^~~~~~~~~~~~~~~~
/usr/include/cub/util_device.cuh:202:50: error: ‘blockDim’ was not declared 
in this scope [-Wtemplate-body]
  202 |     const std::size_t block_stride = line_size * blockDim.x;
      |                                                  ^~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘void 
cub::CUB_200400___CUDA_ARCH_LIST___NS::WARP_SYNC(unsigned int)’:
/usr/include/cub/util_ptx.cuh:298:5: error: ‘__syncwarp’ was not declared 
in this scope
  298 |     __syncwarp(member_mask);
      |     ^~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::WARP_ANY(int, unsigned int)’:
/usr/include/cub/util_ptx.cuh:307:12: error: ‘__any_sync’ was not declared 
in this scope
  307 |     return __any_sync(member_mask, predicate);
      |            ^~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::WARP_ALL(int, unsigned int)’:
/usr/include/cub/util_ptx.cuh:316:12: error: ‘__all_sync’ was not declared 
in this scope
  316 |     return __all_sync(member_mask, predicate);
      |            ^~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::WARP_BALLOT(int, unsigned int)’:
/usr/include/cub/util_ptx.cuh:325:12: error: ‘__ballot_sync’ was not 
declared in this scope
  325 |     return __ballot_sync(member_mask, predicate);
      |            ^~~~~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘unsigned int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::SHFL_IDX_SYNC(unsigned int, int, 
unsigned int)’:
/usr/include/cub/util_ptx.cuh:368:12: error: ‘__shfl_sync’ was not declared 
in this scope
  368 |     return __shfl_sync(member_mask, word, src_lane);
      |            ^~~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::RowMajorTid(int, int, int)’:
/usr/include/cub/util_ptx.cuh:415:39: error: ‘threadIdx’ was not declared 
in this scope
  415 |     return ((block_dim_z == 1) ? 0 : (threadIdx.z * block_dim_x * 
block_dim_y)) +
      |                                       ^~~~~~~~~
In file included from 
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/instructions/barrier_cluster.h:30,
                 from 
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx.h:74,
                 from /usr/include/cuda/ptx:19,
                 from /usr/include/cuda/discard_memory:25,
                 from /usr/include/cub/util_device.cuh:57:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h: 
In function ‘uint32_t cuda::ptx::__4::__as_ptr_smem(const void*)’:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:40:44:
 error: ‘__cvta_generic_to_shared’ was not declared in this scope
   40 |   return 
static_cast<_CUDA_VSTD::uint32_t>(__cvta_generic_to_shared(__ptr));
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h: 
In function ‘uint64_t cuda::ptx::__4::__as_ptr_gmem(const void*)’:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:60:44:
 error: ‘__cvta_generic_to_global’ was not declared in this scope
   60 |   return 
static_cast<_CUDA_VSTD::uint64_t>(__cvta_generic_to_global(__ptr));
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h: 
In function ‘_Tp* cuda::ptx::__4::__from_ptr_smem(size_t)’:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:73:33:
 error: there are no arguments to ‘__cvta_shared_to_generic’ that depend on 
a template parameter, so a declaration of ‘__cvta_shared_to_generic’ must 
be available [-Wtemplate-body]
   73 |   return reinterpret_cast<_Tp*>(__cvta_shared_to_generic(__ptr));
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:73:33:
 note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing 
the use of an undeclared name is deprecated)
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h: 
In function ‘_Tp* cuda::ptx::__4::__from_ptr_gmem(size_t)’:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:94:33:
 error: there are no arguments to ‘__cvta_global_to_generic’ that depend on 
a template parameter, so a declaration of ‘__cvta_global_to_generic’ must 
be available [-Wtemplate-body]
   94 |   return reinterpret_cast<_Tp*>(__cvta_global_to_generic(__ptr));
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cub/util_device.cuh: In static member function ‘static typename 
AgentT::TempStorage& 
cub::CUB_200400___CUDA_ARCH_LIST___NS::detail::vsmem_helper_impl<AgentT>::get_temp_storage(cub::CUB_200400___CUDA_ARCH_LIST___NS::NullType&,
 cub::CUB_200400___CUDA_ARCH_LIST___NS::detail::vsmem_t&)’:
/usr/include/cub/util_device.cuh:160:63: error: ‘blockIdx’ was not declared 
in this scope [-Wtemplate-body]
  160 |       static_cast<char*>(vsmem.gmem_ptr) + (vsmem_per_block * 
blockIdx.x));
      |                                                               ^~~~~~~~
/usr/include/cub/util_device.cuh: In static member function ‘static bool 
cub::CUB_200400___CUDA_ARCH_LIST___NS::detail::vsmem_helper_impl<AgentT>::discard_temp_storage(typename
 AgentT::TempStorage&)’:
/usr/include/cub/util_device.cuh:201:38: error: ‘threadIdx’ was not 
declared in this scope [-Wtemplate-body]
  201 |     const std::size_t linear_tid   = threadIdx.x;
      |                                      ^~~~~~~~~
/usr/include/cub/util_device.cuh:202:50: error: ‘blockDim’ was not declared 
in this scope [-Wtemplate-body]
  202 |     const std::size_t block_stride = line_size * blockDim.x;
      |                                                  ^~~~~~~~
make[3]: *** [src/stdgpu/CMakeFiles/stdgpu.dir/build.make:96: 
src/stdgpu/CMakeFiles/stdgpu.dir/impl/iterator.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [src/stdgpu/CMakeFiles/stdgpu.dir/build.make:110: 
src/stdgpu/CMakeFiles/stdgpu.dir/impl/memory.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:183: src/stdgpu/CMakeFiles/stdgpu.dir/all] 
Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 INSTALL="install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: cccl
Source-Version: 2.5.0-1
Done: Andreas Beckmann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
cccl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <[email protected]> (supplier of updated cccl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 23 Oct 2025 18:17:33 +0200
Source: cccl
Architecture: source
Version: 2.5.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian NVIDIA Maintainers <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Closes: 1115956
Changes:
 cccl (2.5.0-1) unstable; urgency=medium
 .
   * New upstream release 2.5.0.  (Closes: #1115956)
   * Refresh patches.
   * Drop redundant Rules-Requires-Root: no.
Checksums-Sha1:
 e83b4acc8ebaee7cc10bee06ff3e594305162d89 2264 cccl_2.5.0-1.dsc
 7d5bbb1a241f5355db5bb28b10c1966fccab2b3c 4156787 cccl_2.5.0.orig.tar.gz
 752fe910ea7b26388a8bd239c43a5a97f444477b 13600 cccl_2.5.0-1.debian.tar.xz
 325efa0a24292df34c4683b616a493935bdc6ce6 6879 cccl_2.5.0-1_source.buildinfo
Checksums-Sha256:
 490219641571106bbc1e87b54fb16eabbe6528baf874e8d2863a2548770d2c4b 2264 
cccl_2.5.0-1.dsc
 dc548c33178f4bed1d63dfc6b3a39aa3bf6da22a2b46305ec86b9938222634d7 4156787 
cccl_2.5.0.orig.tar.gz
 b6997fb23f41cddf5c041aadd862a9d0416e11aa009d34721592a7c494d9d6c0 13600 
cccl_2.5.0-1.debian.tar.xz
 8cfe94fac43364eedef38676aef840fd5cbd9923c83a2ce8129c2a5ab8f56542 6879 
cccl_2.5.0-1_source.buildinfo
Files:
 f2d301d3acf6068856c63fd342cc9ba8 2264 libdevel optional cccl_2.5.0-1.dsc
 7d74b60294545f6543d80483bf10b4d8 4156787 libdevel optional 
cccl_2.5.0.orig.tar.gz
 aec1a7e4e59418a145b09ae5f215af4a 13600 libdevel optional 
cccl_2.5.0-1.debian.tar.xz
 c55597443465470e997663fc1747fd07 6879 libdevel optional 
cccl_2.5.0-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCgAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmj6VlAQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCLeXEACO/Zacx+ekcxBbpzdWnu/ZRuHmLu0QouUU
230I8mWIKkYLBBab5wPg2AV+8FlJY1dxy3HVg3kor2HXNiLJNRPkX5PAfNXELCsv
dTYQ5aS72Ka9vDXzNvC9a0cdK/czhc0AMNS4lUkveQyDFTIH7fs4M6BoeXd19HFe
Jhw0C/xc1Eo/shmT0anSzivv08vMUvUuYr/vmRdsuhYWE4HiqermKhr/9g9w0ljG
fjdlTmdDz/vnrVgTp9gihK5WpD+MqY5rjIz8KTLVDOxoefIh0aiaXYPx5SCwX51n
CFwb6E3ndwEyt0dMq4B6klTNPCd95Bfbd++RL6VKdT3itfedyWRR/mOatg/4vuA9
4TlGF9Qe7BtzbvY/ft5cUoasP/Q5gThUxjoSJwOOlN5lKBEZJH6Cq7L54wi+eLHA
UTDC8+4Q46xcpE3UHA8OU0eb9MexsLzTnVIIMxAg9F5ZIIoa0vlWCLw9HmkrNkk1
XW8u57aaSzENU1y9MG5Se+QZbZlu6UNLB+Zngq7YDb9E0bHdgYSz0Lv2Y+8EnZIy
gvFtqqB6NhpJc0r85l40OwbO5Gc31ePuLXGiTwJEUPtU5iTdi/EtC1TRk5W8Q4+B
nP/zjOfc7+a8U07wZ78g2edDc9FIqHFE9Xj5Es9v8siZyndTndFlQeAykFV3jSvE
2B/KeFkmNg==
=D2Gn
-----END PGP SIGNATURE-----

Attachment: pgprnG8uabaXy.pgp
Description: PGP signature


--- End Message ---

Reply via email to