Your message dated Sun, 03 Apr 2022 16:19:07 +0000
with message-id <e1nb2wv-0005th...@fasolo.debian.org>
and subject line Bug#1008865: fixed in gr-osmosdr 0.2.3-6
has caused the Debian Bug report #1008865,
regarding gr-osmosdr FTBFS
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.)


-- 
1008865: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008865
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gr-osmosdr
Version: 0.2.3-5
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=gr-osmosdr&ver=0.2.3-5%2Bb3

...
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.cc:60:63: error: template 
argument 1 is invalid
   60 | void freesrp_source_c::freesrp_rx_callback(const vector<sample> 
&samples)
      |                                                               ^
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.cc:60:63: error: template 
argument 2 is invalid
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.cc:60:63: error: template 
argument 1 is invalid
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.cc:60:63: error: template 
argument 2 is invalid
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.cc:60:63: error: template 
argument 1 is invalid
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.cc:60:63: error: template 
argument 2 is invalid
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.cc:60:50: error: invalid 
template-id
   60 | void freesrp_source_c::freesrp_rx_callback(const vector<sample> 
&samples)
      |                                                  ^~~~~~
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.cc:60:6: error: variable or field 
‘freesrp_rx_callback’ declared void
   60 | void freesrp_source_c::freesrp_rx_callback(const vector<sample> 
&samples)
      |      ^~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.cc:60:44: error: expected 
primary-expression before ‘const’
   60 | void freesrp_source_c::freesrp_rx_callback(const vector<sample> 
&samples)
      |                                            ^~~~~
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.cc: In member function ‘virtual 
int freesrp_source_c::work(int, gr_vector_const_void_star&, 
gr_vector_void_star&)’:
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.cc:101:9: error: reference to 
‘sample’ is ambiguous
  101 |         sample s;
      |         ^~~~~~
In file included from /usr/include/c++/11/functional:65,
                 from /usr/include/boost/system/error_code.hpp:19,
                 from /usr/include/boost/system/system_error.hpp:11,
                 from /usr/include/boost/thread/exceptions.hpp:22,
                 from /usr/include/boost/thread/pthread/mutex.hpp:14,
                 from /usr/include/boost/thread/mutex.hpp:16,
                 from /usr/include/boost/thread/barrier.hpp:16,
                 from /usr/include/gnuradio/thread/thread.h:15,
                 from /<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.h:24,
                 from /<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.cc:1:
/usr/include/c++/11/bits/stl_algo.h:5845:5: note: candidates are: 
‘template<class _PopulationIterator, class _SampleIterator, class _Distance, 
class _UniformRandomBitGenerator> _SampleIterator 
std::sample(_PopulationIterator, _PopulationIterator, _SampleIterator, 
_Distance, _UniformRandomBitGenerator&&)’
 5845 |     sample(_PopulationIterator __first, _PopulationIterator __last,
      |     ^~~~~~
In file included from /<<PKGBUILDDIR>>/lib/freesrp/freesrp_common.h:10,
                 from /<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.h:31,
                 from /<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.cc:1:
/usr/include/freesrp.hpp:72:12: note:                 ‘struct FreeSRP::sample’
   72 |     struct sample
      |            ^~~~~~
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.cc:102:36: error: ‘s’ was not 
declared in this scope
  102 |         if(!_buf_queue.try_dequeue(s))
      |                                    ^
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_source_c.cc:112:38: error: ‘s’ was not 
declared in this scope
  112 |         out[i] = gr_complex(((float) s.i) / 2048.0f, ((float) s.q) / 
2048.0f);
      |                                      ^
make[3]: *** [lib/CMakeFiles/gnuradio-osmosdr.dir/build.make:471: 
lib/CMakeFiles/gnuradio-osmosdr.dir/freesrp/freesrp_source_c.cc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.cc:54:55: error: template argument 
1 is invalid
   54 | void freesrp_sink_c::freesrp_tx_callback(vector<sample>& samples)
      |                                                       ^
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.cc:54:55: error: template argument 
2 is invalid
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.cc:54:55: error: template argument 
1 is invalid
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.cc:54:55: error: template argument 
2 is invalid
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.cc:54:55: error: template argument 
1 is invalid
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.cc:54:55: error: template argument 
2 is invalid
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.cc:54:42: error: invalid template-id
   54 | void freesrp_sink_c::freesrp_tx_callback(vector<sample>& samples)
      |                                          ^~~~~~
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.cc:54:6: error: variable or field 
‘freesrp_tx_callback’ declared void
   54 | void freesrp_sink_c::freesrp_tx_callback(vector<sample>& samples)
      |      ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.cc:54:56: error: missing template 
arguments before ‘&’ token
   54 | void freesrp_sink_c::freesrp_tx_callback(vector<sample>& samples)
      |                                                        ^
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.cc:54:58: error: ‘samples’ was not 
declared in this scope
   54 | void freesrp_sink_c::freesrp_tx_callback(vector<sample>& samples)
      |                                                          ^~~~~~~
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.cc: In member function ‘virtual int 
freesrp_sink_c::work(int, gr_vector_const_void_star&, gr_vector_void_star&)’:
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.cc:88:9: error: reference to 
‘sample’ is ambiguous
   88 |         sample s;
      |         ^~~~~~
In file included from /usr/include/c++/11/functional:65,
                 from /usr/include/boost/system/error_code.hpp:19,
                 from /usr/include/boost/system/system_error.hpp:11,
                 from /usr/include/boost/thread/exceptions.hpp:22,
                 from /usr/include/boost/thread/pthread/mutex.hpp:14,
                 from /usr/include/boost/thread/mutex.hpp:16,
                 from /usr/include/boost/thread/barrier.hpp:16,
                 from /usr/include/gnuradio/thread/thread.h:15,
                 from /<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.h:24,
                 from /<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.cc:1:
/usr/include/c++/11/bits/stl_algo.h:5845:5: note: candidates are: 
‘template<class _PopulationIterator, class _SampleIterator, class _Distance, 
class _UniformRandomBitGenerator> _SampleIterator 
std::sample(_PopulationIterator, _PopulationIterator, _SampleIterator, 
_Distance, _UniformRandomBitGenerator&&)’
 5845 |     sample(_PopulationIterator __first, _PopulationIterator __last,
      |     ^~~~~~
In file included from /<<PKGBUILDDIR>>/lib/freesrp/freesrp_common.h:10,
                 from /<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.h:31,
                 from /<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.cc:1:
/usr/include/freesrp.hpp:72:12: note:                 ‘struct FreeSRP::sample’
   72 |     struct sample
      |            ^~~~~~
/<<PKGBUILDDIR>>/lib/freesrp/freesrp_sink_c.cc:89:9: error: ‘s’ was not 
declared in this scope
   89 |         s.i = (int16_t) (real(in[i]) * 2047.0f);
      |         ^
make[3]: *** [lib/CMakeFiles/gnuradio-osmosdr.dir/build.make:485: 
lib/CMakeFiles/gnuradio-osmosdr.dir/freesrp/freesrp_sink_c.cc.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:489: 
lib/CMakeFiles/gnuradio-osmosdr.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:10: build-arch] Error 25

--- End Message ---
--- Begin Message ---
Source: gr-osmosdr
Source-Version: 0.2.3-6
Done: A. Maitland Bottoms <bott...@debian.org>

We believe that the bug you reported is fixed in the latest version of
gr-osmosdr, 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 1008...@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 gr-osmosdr 
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: Sun, 03 Apr 2022 10:52:14 -0400
Source: gr-osmosdr
Architecture: source
Version: 0.2.3-6
Distribution: unstable
Urgency: medium
Maintainer: A. Maitland Bottoms <bott...@debian.org>
Changed-By: A. Maitland Bottoms <bott...@debian.org>
Closes: 1004526 1008865
Changes:
 gr-osmosdr (0.2.3-6) unstable; urgency=medium
 .
   * clarify FreeSRP namespace scope (Closes: #1008865)
   * apps/osmocom_fft qtgui: Replace pyqwidget() with qwidget()
     (Closes: #1004526)
   * enable XTRX SDR support
Checksums-Sha1:
 e466193811a90d656f55e9670555ab672ed48b97 2551 gr-osmosdr_0.2.3-6.dsc
 8c19520bd1c2451c5db05457049ac8838880df43 29260 gr-osmosdr_0.2.3-6.debian.tar.xz
 792b710dd74a545c5959b7c2fad8b06f1ecc0da0 20491 
gr-osmosdr_0.2.3-6_amd64.buildinfo
Checksums-Sha256:
 a1083d9a6742e9f0bfb2ee69b5be2ccdd2bc608e3ae2f36047c8e82d39bb99c8 2551 
gr-osmosdr_0.2.3-6.dsc
 e4d49b49f27a0de662c9d7c99a8c07634d83a5470784c3b4ce7f7e5d12300509 29260 
gr-osmosdr_0.2.3-6.debian.tar.xz
 06297868a994f1633bbb7a01e3e792dfc2a890739612d7aab3040655301518fb 20491 
gr-osmosdr_0.2.3-6_amd64.buildinfo
Files:
 bdbbd96a6f92b7b63f7449cb66af20d8 2551 libdevel optional gr-osmosdr_0.2.3-6.dsc
 2e54975a3a7c68b8f0f969b7875b126e 29260 libdevel optional 
gr-osmosdr_0.2.3-6.debian.tar.xz
 8ca2c23de066f1537551c5b8c0f5bd33 20491 libdevel optional 
gr-osmosdr_0.2.3-6_amd64.buildinfo

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

iQIzBAEBCAAdFiEEB8qH3cTCsGJAtrF0UEHxiR9E4JAFAmJJw3IACgkQUEHxiR9E
4JAbThAA1LxpnRswk5XMDaN3TmCK8SudDeP8/7gGqFwOzwlVdI+YZgM8GxcUMbl/
Q0xdCGrSm1hpYc9japp9m9UuzPUMPDolHNKOuv3mcv0yz9hYv3QtbHF7mIZasP2B
4HjiOwi8CwjW/mJs8ONn5KitVU5Ki4D3zRE0ycttt3MBuIbMY0xWBoXC8LBwlX/B
ErvWqVeZSdqVnLzUVHnPW4M78Z26a9fZ3p4VWxZwPoNIfOw9Yg1MJDz9NUUu5xXy
ONpkWl7NdPiiN1o6TbdatzEgh7k/QSokJSHhFPJXtDbdmq/U+FgOJwDku3Vc8vPd
uUjloxy8+94oMLXS4J9tnCODJK8F3PgyZWyxv2AbWrvrcYN4UIVx6ispugEySdW8
uY1s6CD5/zDv38ubYwAwuW7/dX6raNWrZ/JdxGzuNs9bBCAgKRDdmxHHvJntlEom
1GEBAf1wUIJR7iC/6pGJLLiQcsLNDRwHf2YaqaebhbGyAZFjioIBeeilS4zIZpaL
bN0a9jH7rKLV9jY7/vS4zIWz9w9N6XB1GmxjmZd8M+yrbUgIwITLpnFoj5YeEVMN
/ImpC9x9VlLKhOhJ/xwY/buQV6Ejz90NJiTPVJN/FcWiywr4DHUDbg5g6gHR/Lqu
KySWQN51Ao5S7yD1xIjAOmZ02U5iyvY0Cc6Mngc53S3uhhhLVfQ=
=RNtA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to