Your message dated Tue, 16 Apr 2024 17:06:15 +0000
with message-id <e1rwmg7-00ae60...@fasolo.debian.org>
and subject line Bug#1064730: fixed in rocthrust 5.7.1-2.1
has caused the Debian Bug report #1064730,
regarding stdgpu: FTBFS: type_traits.h:736:1: error: expected type-specifier 
before ‘template’
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.)


-- 
1064730: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064730
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: stdgpu
Version: 1.3.0+git20220507.32e0517-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240224 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-openmp/src/stdgpu && /usr/bin/c++ 
> -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_OMP -Dstdgpu_EXPORTS 
> -I/<<PKGBUILDDIR>>/src/stdgpu/.. 
> -I/<<PKGBUILDDIR>>/obj-openmp/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 -Wall -pedantic -Wextra -Wshadow 
> -Wsign-compare -Wconversion -Wfloat-equal -Wundef -Wdouble-promotion -fopenmp 
> -MD -MT src/stdgpu/CMakeFiles/stdgpu.dir/openmp/impl/device.cpp.o -MF 
> CMakeFiles/stdgpu.dir/openmp/impl/device.cpp.o.d -o 
> CMakeFiles/stdgpu.dir/openmp/impl/device.cpp.o -c 
> /<<PKGBUILDDIR>>/src/stdgpu/openmp/impl/device.cpp
> In file included from /usr/include/thrust/iterator/iterator_facade.h:36,
>                  from /usr/include/thrust/iterator/iterator_adaptor.h:36,
>                  from /usr/include/thrust/detail/pointer.h:26,
>                  from /<<PKGBUILDDIR>>/src/stdgpu/../stdgpu/iterator.h:28,
>                  from /<<PKGBUILDDIR>>/src/stdgpu/impl/iterator.cpp:16:
> /usr/include/thrust/detail/type_traits.h:736:1: error: expected 
> type-specifier before ‘template’
>   736 | template <class F, class... Us>
>       | ^~~~~~~~
> In file included from 
> /usr/include/thrust/detail/execute_with_allocator_fwd.h:21,
>                  from /usr/include/thrust/detail/execute_with_allocator.h:21,
>                  from /usr/include/thrust/execution_policy.h:26,
>                  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/thrust/detail/type_traits.h:736:1: error: expected 
> type-specifier before ‘template’
>   736 | template <class F, class... Us>
>       | ^~~~~~~~
> In file included from 
> /usr/include/thrust/detail/execute_with_allocator_fwd.h:21,
>                  from /usr/include/thrust/detail/execute_with_allocator.h:21,
>                  from /usr/include/thrust/execution_policy.h:26,
>                  from /<<PKGBUILDDIR>>/src/stdgpu/../stdgpu/execution.h:30,
>                  from /<<PKGBUILDDIR>>/src/stdgpu/../stdgpu/memory.h:32,
>                  from 
> /<<PKGBUILDDIR>>/src/stdgpu/../stdgpu/openmp/memory.h:20,
>                  from /<<PKGBUILDDIR>>/src/stdgpu/openmp/impl/memory.cpp:16:
> /usr/include/thrust/detail/type_traits.h:736:1: error: expected 
> type-specifier before ‘template’
>   736 | template <class F, class... Us>
>       | ^~~~~~~~
> In file included from /usr/include/thrust/detail/functional/actor.h:34,
>                  from /usr/include/thrust/detail/functional/placeholder.h:20,
>                  from /usr/include/thrust/functional.h:26,
>                  from /usr/include/thrust/system/detail/generic/copy.inl:21,
>                  from /usr/include/thrust/system/detail/generic/copy.h:57,
>                  from /usr/include/thrust/detail/copy.inl:22,
>                  from /usr/include/thrust/detail/copy.h:90,
>                  from 
> /usr/include/thrust/system/detail/sequential/merge.inl:21,
>                  from /usr/include/thrust/system/detail/sequential/merge.h:78,
>                  from /usr/include/thrust/system/cpp/detail/merge.h:22,
>                  from /usr/include/thrust/system/cpp/execution_policy.h:51,
>                  from /usr/include/thrust/execution_policy.h:33:
> /usr/include/thrust/detail/type_traits/result_of_adaptable_function.h:41:18: 
> error: ‘invoke_result_t’ does not name a type
>    41 |     using type = invoke_result_t<F, Args...>;
>       |                  ^~~~~~~~~~~~~~~
> In file included from /usr/include/thrust/detail/functional/actor.h:34,
>                  from /usr/include/thrust/detail/functional/placeholder.h:20,
>                  from /usr/include/thrust/functional.h:26,
>                  from /usr/include/thrust/system/detail/generic/copy.inl:21,
>                  from /usr/include/thrust/system/detail/generic/copy.h:57,
>                  from /usr/include/thrust/detail/copy.inl:22,
>                  from /usr/include/thrust/detail/copy.h:90,
>                  from 
> /usr/include/thrust/system/detail/sequential/merge.inl:21,
>                  from /usr/include/thrust/system/detail/sequential/merge.h:78,
>                  from /usr/include/thrust/system/cpp/detail/merge.h:22,
>                  from /usr/include/thrust/system/cpp/execution_policy.h:51,
>                  from /usr/include/thrust/execution_policy.h:33,
>                  from /<<PKGBUILDDIR>>/src/stdgpu/../stdgpu/execution.h:30,
>                  from /<<PKGBUILDDIR>>/src/stdgpu/../stdgpu/memory.h:32,
>                  from /<<PKGBUILDDIR>>/src/stdgpu/impl/iterator.cpp:18:
> /usr/include/thrust/detail/type_traits/result_of_adaptable_function.h:41:18: 
> error: ‘invoke_result_t’ does not name a type
>    41 |     using type = invoke_result_t<F, Args...>;
>       |                  ^~~~~~~~~~~~~~~
> In file included from /usr/include/thrust/detail/functional/actor.h:34,
>                  from /usr/include/thrust/detail/functional/placeholder.h:20,
>                  from /usr/include/thrust/functional.h:26,
>                  from /usr/include/thrust/system/detail/generic/copy.inl:21,
>                  from /usr/include/thrust/system/detail/generic/copy.h:57,
>                  from /usr/include/thrust/detail/copy.inl:22,
>                  from /usr/include/thrust/detail/copy.h:90,
>                  from 
> /usr/include/thrust/system/detail/sequential/merge.inl:21,
>                  from /usr/include/thrust/system/detail/sequential/merge.h:78,
>                  from /usr/include/thrust/system/cpp/detail/merge.h:22,
>                  from /usr/include/thrust/system/cpp/execution_policy.h:51,
>                  from /usr/include/thrust/execution_policy.h:33:
> /usr/include/thrust/detail/type_traits/result_of_adaptable_function.h:41:18: 
> error: ‘invoke_result_t’ does not name a type
>    41 |     using type = invoke_result_t<F, Args...>;
>       |                  ^~~~~~~~~~~~~~~
> make[4]: *** [src/stdgpu/CMakeFiles/stdgpu.dir/build.make:93: 
> src/stdgpu/CMakeFiles/stdgpu.dir/impl/iterator.cpp.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/02/24/stdgpu_1.3.0+git20220507.32e0517-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240224;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240224&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: rocthrust
Source-Version: 5.7.1-2.1
Done: Gianfranco Costamagna <locutusofb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
rocthrust, 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 1064...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gianfranco Costamagna <locutusofb...@debian.org> (supplier of updated rocthrust 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 16 Apr 2024 18:21:04 +0200
Source: rocthrust
Built-For-Profiles: noudeb
Architecture: source
Version: 5.7.1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian ROCm Team <debian...@lists.debian.org>
Changed-By: Gianfranco Costamagna <locutusofb...@debian.org>
Closes: 1064730
Changes:
 rocthrust (5.7.1-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Reintroduce fallback in invoke_result with upstream proposed
     and acked patch (Closes: #1064730)
Checksums-Sha1:
 e6f4767ae25ad2f30d79deeedc566d966e2d144e 2293 rocthrust_5.7.1-2.1.dsc
 af0b35c485858de3f85b52e2f89ed554bf4f1bd5 9064 rocthrust_5.7.1-2.1.debian.tar.xz
 5dccfcf1cdaad34deb315b2607b3a509281cb584 8826 
rocthrust_5.7.1-2.1_source.buildinfo
Checksums-Sha256:
 5a98e102481348a1cb5601ccc682c34539a69ea96449876a4e48249cecd0b4f2 2293 
rocthrust_5.7.1-2.1.dsc
 d3430573f635166f303d0be3192eff9a3afa9fa4e7f0d01e2005d382620687de 9064 
rocthrust_5.7.1-2.1.debian.tar.xz
 b733f03a708e3b6434655b385b9bed10142f1ad9574b1122774a05e627373d83 8826 
rocthrust_5.7.1-2.1_source.buildinfo
Files:
 5f91e2ac892036bc40698855fe68deb9 2293 devel optional rocthrust_5.7.1-2.1.dsc
 71f1d5ff106a73245f94d7cb3c7ccbb9 9064 devel optional 
rocthrust_5.7.1-2.1.debian.tar.xz
 be7eb6242de64f30011b9c4211ca0cc8 8826 devel optional 
rocthrust_5.7.1-2.1_source.buildinfo

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

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmYequsACgkQ808JdE6f
XdkfPhAA0VVttRXmTBl2OZ4FnV6/8q7YosPugNmh+zpH4Jc9MM9nM2rbpA2flZTZ
ln3r7eEYJQONwX7jhLS4fNCy1BijFrJj2rtffuGXrrOjaA20uQ0UyECKXPNzXUqi
+UwqpQmiGCFhIMccd6CI14WRRzx+wE67xA49flVZplbzMr7czEqFsIO2S36rmZHr
uUl5qUSU44/eyMhGPc24zyr9U8kJpIwfK2RMtkim1DJyLV94/DgLTtxzzKVJN4OE
RZi4kLbl7F4+5e5XxIE3FiA0VAgsXqwuMx3dRiVbWXcuOxGhbl6H2vXZ0lsZYQkb
n5+m+hGxj1ioxiiXw8MMO5b0prNtI2PUEUb6bG30ZPOB9Fqmkz7HGfew0RqXq2U2
FlWbAGyj/5jW9qUQlipWNkKbLFmcQgr+bHMPFS85dukM6C9tFzg9x389YnWUdGSn
PnG3KeB8YpQnF6txb3kERjkv3one1snBvGcwFimXt7L045V3kjm2kKqYYgOjK5o3
EYu3iv0PetKD79UrCXYXmIDFYafR1/b221HxWRikwBY378uc0ijZgXoRJZrPqRdW
rpqC1XvhhSsYiyk8+8u/FXrgniPGRlgdaO4bQOnCYPznwZBEBzcSsmkQFQznxS0e
NmRHLHC5/oLuk7K5KuKVUUxO1DiVIwszpf59E0nHl4piv5bmRz0=
=04EO
-----END PGP SIGNATURE-----

Attachment: pgp_dVkAH68QO.pgp
Description: PGP signature


--- End Message ---

Reply via email to