[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#939561: marked as done (soapybladerf ftbfs in unstable)



Your message dated Thu, 12 Sep 2019 22:35:50 +0000
with message-id <E1i8Xgs-00056v-Az@fasolo.debian.org>
and subject line Bug#939561: fixed in soapybladerf 0.3.5-2
has caused the Debian Bug report #939561,
regarding soapybladerf ftbfs in unstable
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 owner@bugs.debian.org
immediately.)


-- 
939561: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939561
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:soapybladerf
Version: 0.3.5-1
Severity: serious
Tags: sid bullseye

soapybladerf ftbfs in unstable:

/usr/bin/c++ -DHAS_BLADERF_GAIN_MODE -DbladeRFSupport_EXPORTS -I/<<PKGBUILDDIR>> -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility-inlines-hidden -std=c++11 -fPIC -Wno-unused-parameter -Wall -Wextra -fvisibility=hidden -std=gnu++11 -o CMakeFiles/bladeRFSupport.dir/bladeRF_Streaming.cpp.o -c /<<PKGBUILDDIR>>/bladeRF_Streaming.cpp /<<PKGBUILDDIR>>/bladeRF_Streaming.cpp: In member function ‘virtual SoapySDR::Stream* bladeRF_SoapySDR::setupStream(int, const string&, const std::vector<long unsigned int>&, const Kwargs&)’: /<<PKGBUILDDIR>>/bladeRF_Streaming.cpp:125:17: error: invalid conversion from ‘bladerf_module’ {aka ‘int’} to ‘bladerf_channel_layout’ [-fpermissive]
  125 |         _dir2mod(direction),
      |         ~~~~~~~~^~~~~~~~~~~
      |                 |
      |                 bladerf_module {aka int}
In file included from /<<PKGBUILDDIR>>/bladeRF_SoapySDR.hpp:26,
                 from /<<PKGBUILDDIR>>/bladeRF_Streaming.cpp:22:
/usr/include/libbladeRF.h:2555:58: note: initializing argument 2 of ‘int bladerf_sync_config(bladerf*, bladerf_channel_layout, bladerf_format, unsigned int, unsigned int, unsigned int, unsigned int)’
 2555 |                                   bladerf_channel_layout layout,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/<<PKGBUILDDIR>>/bladeRF_Streaming.cpp: In member function ‘virtual int bladeRF_SoapySDR::writeStream(SoapySDR::Stream*, const void* const*, size_t, int&, long long int, long int)’: /<<PKGBUILDDIR>>/bladeRF_Streaming.cpp:387:41: error: invalid conversion from ‘bladerf_channel’ {aka ‘int’} to ‘bladerf_direction’ [-fpermissive]
  387 |             bladerf_get_timestamp(_dev, BLADERF_MODULE_TX, &md.timestamp);
      |                                         ^~~~~~~~~~~~~~~~~
      |                                         |
      |                                         bladerf_channel {aka int}
/usr/include/libbladeRF.h:2481:55: note: initializing argument 2 of ‘int bladerf_get_timestamp(bladerf*, bladerf_direction, bladerf_timestamp*)’
 2481 |                                     bladerf_direction dir,
      |                                     ~~~~~~~~~~~~~~~~~~^~~
/<<PKGBUILDDIR>>/bladeRF_Settings.cpp: In member function ‘virtual double bladeRF_SoapySDR::getFrequency(int, size_t, const string&) const’: /<<PKGBUILDDIR>>/bladeRF_Settings.cpp:411:64: error: cannot convert ‘unsigned int*’ to ‘bladerf_frequency*’ {aka ‘long unsigned int*’}
  411 |     int ret = bladerf_get_frequency(_dev, _dir2mod(direction), &freq);
      |                                                                ^~~~~
      |                                                                |
| unsigned int*
In file included from /<<PKGBUILDDIR>>/bladeRF_SoapySDR.hpp:26,
                 from /<<PKGBUILDDIR>>/bladeRF_Settings.cpp:22:
/usr/include/libbladeRF.h:1277:56: note: initializing argument 3 of ‘int bladerf_get_frequency(bladerf*, bladerf_channel, bladerf_frequency*)’
 1277 |                                     bladerf_frequency *frequency);
      |                                     ~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/<<PKGBUILDDIR>>/bladeRF_Settings.cpp: In member function ‘virtual long long int bladeRF_SoapySDR::getHardwareTime(const string&) const’: /<<PKGBUILDDIR>>/bladeRF_Settings.cpp:570:49: error: invalid conversion from ‘bladerf_channel’ {aka ‘int’} to ‘bladerf_direction’ [-fpermissive] 570 | const int ret = bladerf_get_timestamp(_dev, BLADERF_MODULE_RX, &ticksNow);
      |                                                 ^~~~~~~~~~~~~~~~~
      |                                                 |
      |                                                 bladerf_channel {aka int}
/usr/include/libbladeRF.h:2481:55: note: initializing argument 2 of ‘int bladerf_get_timestamp(bladerf*, bladerf_direction, bladerf_timestamp*)’
 2481 |                                     bladerf_direction dir,
      |                                     ~~~~~~~~~~~~~~~~~~^~~
/<<PKGBUILDDIR>>/bladeRF_Settings.cpp: In member function ‘virtual void bladeRF_SoapySDR::writeSetting(const string&, const string&)’: /<<PKGBUILDDIR>>/bladeRF_Settings.cpp:823:50: error: ‘bladerf_module’ is not a class, namespace, or enumeration 823 | bladerf_xb200_set_path(_dev, bladerf_module::BLADERF_MODULE_RX, bladerf_xb200_path::BLADERF_XB200_BYPASS);
      |                                                  ^~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/bladeRF_SoapySDR.hpp:26,
                 from /<<PKGBUILDDIR>>/bladeRF_Settings.cpp:22:
/<<PKGBUILDDIR>>/bladeRF_Settings.cpp:823:66: error: expected unqualified-id before ‘(’ token 823 | bladerf_xb200_set_path(_dev, bladerf_module::BLADERF_MODULE_RX, bladerf_xb200_path::BLADERF_XB200_BYPASS); | ^~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/bladeRF_Settings.cpp:823:66: error: expected primary-expression before ‘)’ token 823 | bladerf_xb200_set_path(_dev, bladerf_module::BLADERF_MODULE_RX, bladerf_xb200_path::BLADERF_XB200_BYPASS); | ^~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/bladeRF_Settings.cpp:889:58: error: ‘bladerf_module’ is not a class, namespace, or enumeration 889 | int ret = bladerf_xb200_set_filterbank(_dev, bladerf_module::BLADERF_MODULE_RX, filter);
      |                                                          ^~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/bladeRF_SoapySDR.hpp:26,
                 from /<<PKGBUILDDIR>>/bladeRF_Settings.cpp:22:
/<<PKGBUILDDIR>>/bladeRF_Settings.cpp:889:74: error: expected unqualified-id before ‘(’ token 889 | int ret = bladerf_xb200_set_filterbank(_dev, bladerf_module::BLADERF_MODULE_RX, filter); | ^~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/bladeRF_Settings.cpp:889:74: error: expected primary-expression before ‘)’ token 889 | int ret = bladerf_xb200_set_filterbank(_dev, bladerf_module::BLADERF_MODULE_RX, filter); | ^~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/bladeRF_Settings.cpp:898:42: error: ‘bladerf_module’ is not a class, namespace, or enumeration 898 | bladerf_xb200_get_path(_dev, bladerf_module::BLADERF_MODULE_RX, &_bladerf_xb200_path);
      |                                          ^~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/bladeRF_SoapySDR.hpp:26,
                 from /<<PKGBUILDDIR>>/bladeRF_Settings.cpp:22:
/<<PKGBUILDDIR>>/bladeRF_Settings.cpp:898:58: error: expected unqualified-id before ‘(’ token 898 | bladerf_xb200_get_path(_dev, bladerf_module::BLADERF_MODULE_RX, &_bladerf_xb200_path);
      |                                                          ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/bladeRF_Settings.cpp:898:58: error: expected primary-expression before ‘)’ token 898 | bladerf_xb200_get_path(_dev, bladerf_module::BLADERF_MODULE_RX, &_bladerf_xb200_path);
      |                                                          ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/bladeRF_Settings.cpp:903:46: error: ‘bladerf_module’ is not a class, namespace, or enumeration 903 | bladerf_xb200_set_path(_dev, bladerf_module::BLADERF_MODULE_RX, bladerf_xb200_path::BLADERF_XB200_MIX);
      |                                              ^~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/bladeRF_SoapySDR.hpp:26,
                 from /<<PKGBUILDDIR>>/bladeRF_Settings.cpp:22:
/<<PKGBUILDDIR>>/bladeRF_Settings.cpp:903:62: error: expected unqualified-id before ‘(’ token 903 | bladerf_xb200_set_path(_dev, bladerf_module::BLADERF_MODULE_RX, bladerf_xb200_path::BLADERF_XB200_MIX); | ^~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/bladeRF_Settings.cpp:903:62: error: expected primary-expression before ‘)’ token 903 | bladerf_xb200_set_path(_dev, bladerf_module::BLADERF_MODULE_RX, bladerf_xb200_path::BLADERF_XB200_MIX); | ^~~~~~~~~~~~~~~~~ make[3]: *** [CMakeFiles/bladeRFSupport.dir/build.make:92: CMakeFiles/bladeRFSupport.dir/bladeRF_Streaming.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [CMakeFiles/bladeRFSupport.dir/build.make:79: CMakeFiles/bladeRFSupport.dir/bladeRF_Settings.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:76: CMakeFiles/bladeRFSupport.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:133: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:12: build-arch] Error 255

--- End Message ---
--- Begin Message ---
Source: soapybladerf
Source-Version: 0.3.5-2

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

Debian distribution maintenance software
pp.
Andreas Bombe <aeb@debian.org> (supplier of updated soapybladerf 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Fri, 13 Sep 2019 00:01:05 +0200
Source: soapybladerf
Architecture: source
Version: 0.3.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Andreas Bombe <aeb@debian.org>
Closes: 939561
Changes:
 soapybladerf (0.3.5-2) unstable; urgency=medium
 .
   * Add backport of bladerfv2 support from SoapyBladeRF PR #19 to fix FTBFS.
     Thanks Peter Green for the pointer and patch! (Closes: #939561)
Checksums-Sha1:
 40d735db54933fc826bb396f26194525eba38879 2153 soapybladerf_0.3.5-2.dsc
 934a51e68f290e3472001f8980d08dc636ec08e9 10800 soapybladerf_0.3.5-2.debian.tar.xz
 e0bd55b232a27b056ae73a1b88704ef662d38783 8046 soapybladerf_0.3.5-2_amd64.buildinfo
Checksums-Sha256:
 7c1c5bef842f0c4f7440531564f1791fe5792f64b1e45113f6a6d6dab27b681f 2153 soapybladerf_0.3.5-2.dsc
 e436eecee2e96ff7463e8c5c9ddb214e36981000c14436f99296ad954adee5c6 10800 soapybladerf_0.3.5-2.debian.tar.xz
 425038d2a91129c0eb9d9d56b0a0e16f1ab476208e625d7c8fd3f7b1a0fa2a9f 8046 soapybladerf_0.3.5-2_amd64.buildinfo
Files:
 c23dccb6c8e5ab9e3aec93ad6e02857f 2153 hamradio optional soapybladerf_0.3.5-2.dsc
 b334887e9642dc6335bed8c23739fb01 10800 hamradio optional soapybladerf_0.3.5-2.debian.tar.xz
 398246feace268bc073b7d9c40484694 8046 hamradio optional soapybladerf_0.3.5-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEE/fJ3FAtt+ejNyKmCMWRwWx2jHUwFAl16wrYACgkQMWRwWx2j
HUyERRAAnnYj0p+Dc4GoKXDP8xt0H5gA5C7UBpx8omxfm0SFHC5MZyE9gXej8ZVN
gG5ikgpYq7dVSyRQHRLI11lb9jg3W6VDpcOBjEwu3QUR1cFj4NkmW6c6eEa9iYoG
hhHCcbVc0PV3J4VsZ1rWlRcYZttoaDTqIBG8UcjONDsJohLeyPmpYkadhfwmRRDv
nFbJECpcFnmMQqi2kEij0bgjqGEVHUSQSo20NvAMSzACaKI1R3MhafNLMo0bT1QW
QjNyRbZnszdZgi10jZClS/9R1Z51yN4+r6Il4Mci3w5lj2hcosZ2KkzuGRt5Y/+b
LkXp3S+pgzSIEF/M84EDhCfQg/dZi9jlig4yxhi5r37fp6Aec0v5bcsdaJZFkdAb
fMHro3UXc4WDtsIJCFb/7CbIxn4p0YHlh53Oo1SMiUZOwaZ1lO0gIaMKVeeWWOjE
e63GJDw8mh0dtBkzKE9DIFlrGyGO4Ou+F43pKIQlBBGkEsXvVlFfvhm15lH0fa+V
KzGuBZkigRUdWO+yXf8cxKbba9tsOzF2d7Dw/eFQdcG7OMhqj76nUXSpuqN6tito
u/KBJJeN2NLslCWAGcThzW45s4ht78XN8JA5VqXHAEJ98PHJBCYWx8sIqY6DGUIm
gppxpv6FQqc5Tm5Pv5gvEh1JKv1Ke1bS06h8PQ6VTcNWAAKjLqc=
=pppV
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: