Your message dated Sat, 06 Aug 2022 15:24:22 +0000
with message-id <e1oklf4-00g2p5...@fasolo.debian.org>
and subject line Bug#1016236: fixed in uhd 4.2.0.1+ds1-1
has caused the Debian Bug report #1016236,
regarding uhd: FTBFS: awaitable.hpp:68:19: error: ‘exchange’ is not a member of
‘std’; did you mean ‘std::__atomic_impl::exchange’?
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.)
--
1016236: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016236
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: uhd
Version: 4.2.0.0+ds1-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220728 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> /usr/bin/c++ -DBOOST_ASIO_DISABLE_STD_EXPERIMENTAL_STRING_VIEW
> -DBOOST_ASIO_HAS_STD_STRING_VIEW -DBOOST_ERROR_CODE_HEADER_ONLY
> -DHAVE_CONFIG_H -DHAVE_DPDK -DUHD_LOG_CONSOLE_COLOR -DUHD_LOG_CONSOLE_LEVEL=2
> -DUHD_LOG_FILE_LEVEL=2 -DUHD_LOG_MIN_LEVEL=1
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include
> -I/<<PKGBUILDDIR>>/host/include -I/<<PKGBUILDDIR>>/host/lib/include
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/include
> -I/<<PKGBUILDDIR>>/host/lib/deps/flatbuffers/include
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/ic_reg_maps
> -I/<<PKGBUILDDIR>>/host/lib/convert
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/convert
> -I/<<PKGBUILDDIR>>/host/lib/usrp
> -I/<<PKGBUILDDIR>>/host/lib/usrp/common/ad9361_driver
> -I/<<PKGBUILDDIR>>/host/lib/usrp/common -I/usr/include/dpdk
> -I/usr/include/libnl3 -I/usr/include/dpdk/../x86_64-linux-gnu/dpdk
> -I/usr/include/x86_64-linux-gnu/dpdk
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/transport/nirio/lvbitx
> -I/usr/include/libusb-1.0 -I/<<PKGBUILDDIR>>/host/lib/transport/uhd-dpdk
> -I/<<PKGBUILDDIR>>/host/lib/deps/rpclib/include
> -I/<<PKGBUILDDIR>>/host/lib/deps/rpclib/include/rpc -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden
> -fvisibility-inlines-hidden -fPIC -Wall -Wextra -Wsign-compare -std=gnu++20
> -MD -MT
> lib/deps/rpclib/CMakeFiles/uhd_rpclib.dir/lib/rpc/detail/server_session.cc.o
> -MF
> lib/deps/rpclib/CMakeFiles/uhd_rpclib.dir/lib/rpc/detail/server_session.cc.o.d
> -o
> lib/deps/rpclib/CMakeFiles/uhd_rpclib.dir/lib/rpc/detail/server_session.cc.o
> -c /<<PKGBUILDDIR>>/host/lib/deps/rpclib/lib/rpc/detail/server_session.cc
> In file included from /usr/include/boost/asio.hpp:23,
> from
> /<<PKGBUILDDIR>>/host/lib/deps/rpclib/include/rpc/detail/server_session.h:6,
> from
> /<<PKGBUILDDIR>>/host/lib/deps/rpclib/lib/rpc/detail/server_session.cc:1:
> /usr/include/boost/asio/awaitable.hpp: In constructor
> ‘boost::asio::awaitable<T, Executor>::awaitable(boost::asio::awaitable<T,
> Executor>&&)’:
> /usr/include/boost/asio/awaitable.hpp:68:19: error: ‘exchange’ is not a
> member of ‘std’; did you mean ‘std::__atomic_impl::exchange’?
> 68 | : frame_(std::exchange(other.frame_, nullptr))
> | ^~~~~~~~
> In file included from /usr/include/c++/12/bits/shared_ptr_atomic.h:33,
> from /usr/include/c++/12/memory:78,
> from /usr/include/boost/asio/associated_allocator.hpp:19,
> from /usr/include/boost/asio.hpp:20:
> /usr/include/c++/12/bits/atomic_base.h:976:7: note:
> ‘std::__atomic_impl::exchange’ declared here
> 976 | exchange(_Tp* __ptr, _Val<_Tp> __desired, memory_order __m)
> noexcept
> | ^~~~~~~~
The full build log is available from:
http://qa-logs.debian.net/2022/07/28/uhd_4.2.0.0+ds1-3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220728;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220728&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 marking 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: uhd
Source-Version: 4.2.0.1+ds1-1
Done: A. Maitland Bottoms <bott...@debian.org>
We believe that the bug you reported is fixed in the latest version of
uhd, 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 1016...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
A. Maitland Bottoms <bott...@debian.org> (supplier of updated uhd 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: Fri, 05 Aug 2022 21:01:53 -0400
Source: uhd
Architecture: source
Version: 4.2.0.1+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: A. Maitland Bottoms <bott...@debian.org>
Changed-By: A. Maitland Bottoms <bott...@debian.org>
Closes: 1016236
Changes:
uhd (4.2.0.1+ds1-1) unstable; urgency=medium
.
* New upstream release.
* Do not specify C++-20 (due to boost 1.74 #1006309) (Closes: #1016236)
Checksums-Sha1:
fa2c121fa07728d52910f9d96d8efa7aa726c232 2840 uhd_4.2.0.1+ds1-1.dsc
5cd9cfd8a58e07a71b48662cf851be2d7fa94745 22768652 uhd_4.2.0.1+ds1.orig.tar.xz
493cf439217b9bd714df4c6852adcc22642659f2 61048 uhd_4.2.0.1+ds1-1.debian.tar.xz
40e033911956c018ac337120cc6668933f3800d5 25056
uhd_4.2.0.1+ds1-1_amd64.buildinfo
Checksums-Sha256:
7dfb8dedd7d6a6167d8825c9a29fc1847dd0c18949bbb626f526524a18b6b8d3 2840
uhd_4.2.0.1+ds1-1.dsc
320e7999e9e22d420762d70c47c75dd912c41da42294db89b4c50184210906ea 22768652
uhd_4.2.0.1+ds1.orig.tar.xz
46325dbade818e2ed343c174ed37bc71208b9c61afcf853427d924520886a297 61048
uhd_4.2.0.1+ds1-1.debian.tar.xz
7dd94ea04758c5ea6fa89b80053854ffc89f44078332c11d7d2968362266332a 25056
uhd_4.2.0.1+ds1-1_amd64.buildinfo
Files:
93827dbf59fb91d5c23dca7e0305ce0b 2840 science optional uhd_4.2.0.1+ds1-1.dsc
d0e4453caba75ceb74d3e9e8ef90b8e2 22768652 science optional
uhd_4.2.0.1+ds1.orig.tar.xz
a130a7fec4e0b6c9ee699602c5cb43d9 61048 science optional
uhd_4.2.0.1+ds1-1.debian.tar.xz
b70070d2d1278a360e48fd9730eb7ba9 25056 science optional
uhd_4.2.0.1+ds1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEB8qH3cTCsGJAtrF0UEHxiR9E4JAFAmLufSsACgkQUEHxiR9E
4JDryxAA6sZSBUYwmfzuofc+iet1AdnIlTn++XbyEWxmPWOv9g4WsaxtXfSgldx5
/c2NAHQOZtZE4wDC3rYRWKjJiL/gzqdnJP6CkfsdGd9ZfcFmboCpnESTcofbtkZZ
+HNePnco5LBGHcNhlCWr8Pw0XuRtkBqTw1ECJrMzkULpx8o7lXcnj3u6AoBaGD3b
BsLTRTufCUWB5Mjbzif2az6nTgo2VSj47Ju/fpn9SJRzLfR+37JNPWD+pOhDGPoC
MGLvid6gR6upc/+CQLWcEdPEafIpvIiZv4tOrAzU+5PMZnSW7jt3OVink3p/J/Cm
b+6f5pzh8Tx4q11LaA++jn/advceMYKoWH8GvAKci6SMFfoiDiW5UhWYxBrKT1aQ
baDe4Rywbtir55y9/lMuKihXT4ve/qKQMBOGCnmgBz5iIobiENHWcZlaPtLDa5zo
JzDuDcZv1vyJfZKEdoa3SphGYs0nW7IOTmdYMGU7qiDdwmgOVuLUMJuWnLZrMhjj
FrG9zOsEirZKnq9a1lLXNJEKpr8ds7TxrkIU9Q9JpdZUynZiFGa1R4uCLwVT09UY
iTRwvfq0mLq+mxKvio60CqFCUlxJmwD5HebYOTKojEaZ7VjnrcIL1SFHJWeP6BXe
gfN2slNY9sudg/nOCdNReonrRliys8g8iI2lRovWGQm3cZ9wYcE=
=q7Zx
-----END PGP SIGNATURE-----
--- End Message ---