Your message dated Sun, 02 Mar 2025 04:50:42 +0000
with message-id <e1tobhm-007gyk...@fasolo.debian.org>
and subject line Bug#1099150: fixed in soapyuhd 0.4.1-5
has caused the Debian Bug report #1099150,
regarding soapyuhd: FTBFS: 
/build/reproducible-path/soapyuhd-0.4.1/UHDSoapyDevice.cpp:724:101: error: 
invalid new-expression of abstract class type ‘UHDSoapyRxStream’
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.)


-- 
1099150: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099150
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: soapyuhd
Version: 0.4.1-4
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=soapyuhd&arch=amd64&ver=0.4.1-4%2Bb6&stamp=1740570892&raw=0

/usr/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB 
-DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK 
-DBOOST_THREAD_NO_LIB -DUHD_HAS_DEVICE_FILTER -DUHD_HAS_SET_PUBLISHER 
-DUHD_HAS_SET_RX_AGC -DuhdSupport_EXPORTS 
-I/build/reproducible-path/soapyuhd-0.4.1 -g -O2 
-ffile-prefix-map=/build/reproducible-path/soapyuhd-0.4.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wextra 
-Wnon-virtual-dtor -MD -MT CMakeFiles/uhdSupport.dir/SoapyUHDDevice.cpp.o -MF 
CMakeFiles/uhdSupport.dir/SoapyUHDDevice.cpp.o.d -o 
CMakeFiles/uhdSupport.dir/SoapyUHDDevice.cpp.o -c 
/build/reproducible-path/soapyuhd-0.4.1/SoapyUHDDevice.cpp
In file included from /usr/include/boost/smart_ptr/detail/requires_cxx11.hpp:9,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:17,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/format/alt_sstream.hpp:22,
                 from /usr/include/boost/format/internals.hpp:24,
                 from /usr/include/boost/format.hpp:38,
                 from /usr/include/uhd/types/dict.ipp:12,
                 from /usr/include/uhd/types/dict.hpp:156,
                 from /usr/include/uhd/types/device_addr.hpp:11,
                 from /build/reproducible-path/soapyuhd-0.4.1/TypeHelpers.hpp:7,
                 from 
/build/reproducible-path/soapyuhd-0.4.1/UHDSoapyDevice.cpp:14:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of 
declaring the Bind placeholders (_1, _2, ...) in the global namespace is 
deprecated. Please use <boost/bind/bind.hpp> + using namespace 
boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the 
current behavior.’
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/soapyuhd-0.4.1/UHDSoapyDevice.cpp: In member function 
‘virtual uhd::rx_streamer::sptr UHDSoapyDevice::get_rx_stream(const 
uhd::stream_args_t&)’:
/build/reproducible-path/soapyuhd-0.4.1/UHDSoapyDevice.cpp:724:101: error: 
invalid new-expression of abstract class type ‘UHDSoapyRxStream’
  724 |     uhd::rx_streamer::sptr stream(new UHDSoapyRxStream(_device, args, 
_sampleRates[SOAPY_SDR_RX][ch]));
      |                                                                         
                            ^
/build/reproducible-path/soapyuhd-0.4.1/UHDSoapyDevice.cpp:550:7: note:   
because the following virtual functions are pure within ‘UHDSoapyRxStream’:
  550 | class UHDSoapyRxStream : public uhd::rx_streamer
      |       ^~~~~~~~~~~~~~~~
In file included from /usr/include/uhd/device.hpp:12,
                 from 
/build/reproducible-path/soapyuhd-0.4.1/UHDSoapyDevice.cpp:18:
/usr/include/uhd/stream.hpp:266:18: note:     ‘virtual void 
uhd::rx_streamer::post_input_action(const 
std::shared_ptr<uhd::rfnoc::action_info>&, size_t)’
  266 |     virtual void post_input_action(
      |                  ^~~~~~~~~~~~~~~~~
/build/reproducible-path/soapyuhd-0.4.1/UHDSoapyDevice.cpp: In member function 
‘virtual uhd::tx_streamer::sptr UHDSoapyDevice::get_tx_stream(const 
uhd::stream_args_t&)’:
/build/reproducible-path/soapyuhd-0.4.1/UHDSoapyDevice.cpp:864:69: error: 
invalid new-expression of abstract class type ‘UHDSoapyTxStream’
  864 |     uhd::tx_streamer::sptr stream(new UHDSoapyTxStream(_device, args));
      |                                                                     ^
/build/reproducible-path/soapyuhd-0.4.1/UHDSoapyDevice.cpp:733:7: note:   
because the following virtual functions are pure within ‘UHDSoapyTxStream’:
  733 | class UHDSoapyTxStream : public uhd::tx_streamer
      |       ^~~~~~~~~~~~~~~~
/usr/include/uhd/stream.hpp:338:18: note:     ‘virtual void 
uhd::tx_streamer::post_output_action(const 
std::shared_ptr<uhd::rfnoc::action_info>&, size_t)’
  338 |     virtual void post_output_action(
      |                  ^~~~~~~~~~~~~~~~~~
make[3]: *** [CMakeFiles/soapySupport.dir/build.make:82: 
CMakeFiles/soapySupport.dir/UHDSoapyDevice.cpp.o] Error 1

Cheers
-- 
Sebastian Ramacher

--- End Message ---
--- Begin Message ---
Source: soapyuhd
Source-Version: 0.4.1-5
Done: A. Maitland Bottoms <bott...@debian.org>

We believe that the bug you reported is fixed in the latest version of
soapyuhd, 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 1099...@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 soapyuhd 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: Sat, 01 Mar 2025 22:16:27 -0500
Source: soapyuhd
Architecture: source
Version: 0.4.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-h...@lists.debian.org>
Changed-By: A. Maitland Bottoms <bott...@debian.org>
Closes: 1099150
Changes:
 soapyuhd (0.4.1-5) unstable; urgency=medium
 .
   * update to soapy-uhd-0.4.1-18-g6b52139
     to build with current uhd (Closes: #1099150)
   * Bump Standards-Version to 4.7.1, no changes required
Checksums-Sha1:
 7d60ddd8eb77d87ffe837f2f77bb9a0f3d13e9df 2241 soapyuhd_0.4.1-5.dsc
 5e2d4cf86d963f767c44577d2752ab0064a6eea6 7844 soapyuhd_0.4.1-5.debian.tar.xz
 a8d1bd05e69285a11d96ba5dd2045b1302ae6883 9466 soapyuhd_0.4.1-5_amd64.buildinfo
Checksums-Sha256:
 8e871647f01f374c4a92ddda12cef866af15b1bf8bedb2a2fdc6289a7b1de8ba 2241 
soapyuhd_0.4.1-5.dsc
 f4ece696aeeae3a213a4058b90c6843f02425032a71af454deb29a77c6231a34 7844 
soapyuhd_0.4.1-5.debian.tar.xz
 5a1158535874da4a7c8eb55b5ee1a0ca0415a2647bf8769947cb1afbbc7638c9 9466 
soapyuhd_0.4.1-5_amd64.buildinfo
Files:
 ef68014f050878ca07f0ca124bc5fdd3 2241 hamradio optional soapyuhd_0.4.1-5.dsc
 25e3b6ab6d4d24993d69a459aa15c4d0 7844 hamradio optional 
soapyuhd_0.4.1-5.debian.tar.xz
 42cbf954a7d244fe07100407f6e357f4 9466 hamradio optional 
soapyuhd_0.4.1-5_amd64.buildinfo

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

iQIzBAEBCAAdFiEEB8qH3cTCsGJAtrF0UEHxiR9E4JAFAmfD2hcACgkQUEHxiR9E
4JDe2BAAygrPar8bnes3LugSgDwebYBO/iejM7qi5fVshph2+ZbSZLaKVIywwI1a
nVMnyVHaw2oXmcA06CkNbp2DlXVd2Hq6Reg6Kzvjs9jAnQeACufTAskyk9JlOUID
4rWKEYfYBhZXnRBPEjirMn1ykgIyWVOq/G+Xp7jQDTr497DZqnozVQs01oSYyBnp
D23EE9L1GAoaCcv0+W8rEzAMzfcuSZtCR/BRHlh6N5hQ9S+qdMv3aeeZZqYsb+T/
tFS9UAUxhCBbk4+StUPjg6zB33wVaHKtkHFdDcl3XNNL3lM2ZI6jSLGS58WyMJS0
4a+rQ32ablk0E5G3QBWUXExqy2KUQj70MZIExtPhEqjFmTdEszZXjzTFiZ0jHkIz
SgO/c+PFkO+QPU1ztxBFaCsxHJo6bobm1yLyatWtFdt+cmjsCWEFmhsFNOr5+qFX
JJA5AhdygWzJoulnZvq4V8s2PInc9S23QQ1p4qXzTr+mxxfuoM1UwmHlHfoTSSw7
mBW5tmR8M7BC+OzHA3TiiAtwqhNN2zCp6nrdDdqUA2hJjCwsaKxpn/WiGLaecD8M
9sHiHbu/dkFu45BFo4AWqpBexpx2yyWkayRlu/ROOsqV+nD9jb/YCz7kM04rSE2o
bpEcK/HZQySGBAL3YdCFXzl95uw8QTHBHkeLoUwqS6ZtBIEwTSo=
=E71s
-----END PGP SIGNATURE-----

Attachment: pgpfAHTAHYOQz.pgp
Description: PGP signature


--- End Message ---

Reply via email to