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

Bug#1003990: marked as done (gr-funcube FTBFS with gnuradio 3.10.0)



Your message dated Wed, 19 Jan 2022 03:33:36 +0000
with message-id <E1nA1j6-0004lO-Sn@fasolo.debian.org>
and subject line Bug#1003990: fixed in gr-funcube 1.0.0-3
has caused the Debian Bug report #1003990,
regarding gr-funcube FTBFS with gnuradio 3.10.0
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.)


-- 
1003990: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003990
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gr-funcube
Version: 1.0.0-2
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/package.php?p=gr-funcube&suite=sid

...
[ 29%] Building CXX object lib/CMakeFiles/gnuradio-funcube.dir/fcdpp_control_impl.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib && /usr/bin/c++ -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DFMT_LOCALE -DFMT_SHARED -DGR_CTRLPORT -DGR_MPLIB_GMP -DGR_PERFORMANCE_COUNTERS -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -Dgnuradio_funcube_EXPORTS -I/usr/include/hidapi -I/<<PKGBUILDDIR>>/lib/../include -isystem /usr/include/python3.9 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC   -fvisibility=hidden -std=gnu++11 -MD -MT lib/CMakeFiles/gnuradio-funcube.dir/fcdpp_control_impl.cc.o -MF CMakeFiles/gnuradio-funcube.dir/fcdpp_control_impl.cc.o.d -o CMakeFiles/gnuradio-funcube.dir/fcdpp_control_impl.cc.o -c /<<PKGBUILDDIR>>/lib/fcdpp_control_impl.cc
/<<PKGBUILDDIR>>/lib/fcd_impl.cc: In constructor ‘gr::funcube::fcd_impl::fcd_impl(std::string)’:
/<<PKGBUILDDIR>>/lib/fcd_impl.cc:43:5: error: ‘GR_CONFIG_LOGGER’ was not declared in this scope
   43 |     GR_CONFIG_LOGGER(config_file);
      |     ^~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/fcd_impl.cc:45:22: error: ‘LOG’ was not declared in this scope
   45 |     GR_LOG_GETLOGGER(LOG, "gr_log." + alias());
      |                      ^~~
/<<PKGBUILDDIR>>/lib/fcd_impl.cc:45:5: error: ‘GR_LOG_GETLOGGER’ was not declared in this scope; did you mean ‘GR_LOG_ERROR’?
   45 |     GR_LOG_GETLOGGER(LOG, "gr_log." + alias());
      |     ^~~~~~~~~~~~~~~~
      |     GR_LOG_ERROR
/<<PKGBUILDDIR>>/lib/fcd_impl.cc:46:5: error: ‘GR_LOG_SET_LEVEL’ was not declared in this scope
   46 |     GR_LOG_SET_LEVEL(LOG, log_level);
      |     ^~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/fcd_impl.cc:49:13: error: ‘GR_LOG_SET_CONSOLE_APPENDER’ was not declared in this scope
   49 |             GR_LOG_SET_CONSOLE_APPENDER(LOG, "cout", "gr::log :%p: %c{1} - %m%n");
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/fcd_impl.cc:51:13: error: ‘GR_LOG_SET_CONSOLE_APPENDER’ was not declared in this scope
   51 |             GR_LOG_SET_CONSOLE_APPENDER(LOG, "cerr", "gr::log :%p: %c{1} - %m%n");
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/fcd_impl.cc:53:13: error: ‘GR_LOG_SET_FILE_APPENDER’ was not declared in this scope
   53 |             GR_LOG_SET_FILE_APPENDER(LOG, log_file, true, "%r :%p: %c{1} - %m%n");
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [lib/CMakeFiles/gnuradio-funcube.dir/build.make:79: lib/CMakeFiles/gnuradio-funcube.dir/fcd_impl.cc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
/<<PKGBUILDDIR>>/lib/fcdpp_impl.cc: In constructor ‘gr::funcube::fcdpp_impl::fcdpp_impl(std::string, int)’:
/<<PKGBUILDDIR>>/lib/fcdpp_impl.cc:41:5: error: ‘GR_CONFIG_LOGGER’ was not declared in this scope
   41 |     GR_CONFIG_LOGGER(config_file);
      |     ^~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/fcdpp_impl.cc:43:22: error: ‘LOG’ was not declared in this scope
   43 |     GR_LOG_GETLOGGER(LOG, "gr_log." + alias());
      |                      ^~~
/<<PKGBUILDDIR>>/lib/fcdpp_impl.cc:43:5: error: ‘GR_LOG_GETLOGGER’ was not declared in this scope; did you mean ‘GR_LOG_ERROR’?
   43 |     GR_LOG_GETLOGGER(LOG, "gr_log." + alias());
      |     ^~~~~~~~~~~~~~~~
      |     GR_LOG_ERROR
/<<PKGBUILDDIR>>/lib/fcdpp_impl.cc:44:5: error: ‘GR_LOG_SET_LEVEL’ was not declared in this scope
   44 |     GR_LOG_SET_LEVEL(LOG, log_level);
      |     ^~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/fcdpp_impl.cc:47:13: error: ‘GR_LOG_SET_CONSOLE_APPENDER’ was not declared in this scope
   47 |             GR_LOG_SET_CONSOLE_APPENDER(LOG, "cout", "gr::log :%p: %c{1} - %m%n");
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/fcdpp_impl.cc:49:13: error: ‘GR_LOG_SET_CONSOLE_APPENDER’ was not declared in this scope
   49 |             GR_LOG_SET_CONSOLE_APPENDER(LOG, "cerr", "gr::log :%p: %c{1} - %m%n");
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/fcdpp_impl.cc:51:13: error: ‘GR_LOG_SET_FILE_APPENDER’ was not declared in this scope
   51 |             GR_LOG_SET_FILE_APPENDER(LOG, log_file, true, "%r :%p: %c{1} - %m%n");
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [lib/CMakeFiles/gnuradio-funcube.dir/build.make:107: lib/CMakeFiles/gnuradio-funcube.dir/fcdpp_impl.cc.o] Error 1

--- End Message ---
--- Begin Message ---
Source: gr-funcube
Source-Version: 1.0.0-3
Done: A. Maitland Bottoms <bottoms@debian.org>

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

Debian distribution maintenance software
pp.
A. Maitland Bottoms <bottoms@debian.org> (supplier of updated gr-funcube 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: SHA256

Format: 1.8
Date: Tue, 18 Jan 2022 20:45:47 -0500
Source: gr-funcube
Architecture: source
Version: 1.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: A. Maitland Bottoms <bottoms@debian.org>
Closes: 1003990
Changes:
 gr-funcube (1.0.0-3) unstable; urgency=medium
 .
   * update logging (Closes: #1003990)
Checksums-Sha1:
 1f28a1279f04e4c9a9023e586a6f43a578dff65e 2445 gr-funcube_1.0.0-3.dsc
 3c5fcf17d17ea3052513e0095b908c2257c1e0c1 6060 gr-funcube_1.0.0-3.debian.tar.xz
 531c4c7897c1204ec50678cb9fb818241b4c1097 17634 gr-funcube_1.0.0-3_amd64.buildinfo
Checksums-Sha256:
 c3bde3870505fbeaf22de15c01d5f0bb0730eb03ba298bdd516efd1c36b637cf 2445 gr-funcube_1.0.0-3.dsc
 ab019e99a6863e47e96aa4848b2a5624d8d2d07896f4eac1096e09f5551b5bdb 6060 gr-funcube_1.0.0-3.debian.tar.xz
 b473fb8f47704b98160b50314ab289a9cf441d22dcbc16cd610af267a7b6c399 17634 gr-funcube_1.0.0-3_amd64.buildinfo
Files:
 95ed7ecf41a0bec95c231f3e4ee88387 2445 hamradio optional gr-funcube_1.0.0-3.dsc
 09431d0a5d16cfe9dc56fd524063c244 6060 hamradio optional gr-funcube_1.0.0-3.debian.tar.xz
 a8a2126b6bc76db0fa89a75cb8655a83 17634 hamradio optional gr-funcube_1.0.0-3_amd64.buildinfo

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

iQIzBAEBCAAdFiEEB8qH3cTCsGJAtrF0UEHxiR9E4JAFAmHngRwACgkQUEHxiR9E
4JDyfQ/+OowzX7YfTJySamliCKfttPUmzGwUKmj5M8U6J0KP6pUMun+q/KHe3Ia+
BirAdAb/CK9ZRCks9A7bGIiEFNkQM09sYdRh4dfNHdcPu7rgXnG4VE5zaFHEMaAb
6vTL/7o4cIGpoahNEv0D60iBIVAt9O5m/o8DH6k0nJJkRLonozUdgNemWxF3Uaa6
YwbIe4S8aggGtFAkb3AIvwXuclproTReWTp2bagY8ce32IPUcP+JCFvxeyFaUAfj
HOW2JQLjMwMvYbS2fI9syeOZG0aVIPQZD8LqlvMv+YriSK5ifmIEHFVqmtN3cbHm
UVjg4dOpvOlZrEDoFkhVWDyovj4q7g1fRXwvHYmBefgUy1tswdvjiiyoj8sWO9u1
6bxgOOaUtAZGBBJNdD19IKkOrOFSiSZb7u8ybbASBtYthmkXdkVjSoEOzvdPUdfn
yaEar0hmlj/W5BR4AIAtPBCrv0/Glnpt/n6xyWWLD/7z65CQmj5+jWFaxZB/BxlJ
0ixJwouHrPOAYg0z5LIj/ba84+Zo2IA3+8Zt2SrtYrM1CUUQ5NcT36GmYwi3uWdB
OId1TZZ7dsWT5gVTVAqlXQrUzPAZbGHYMJUK8VMiefy3JlazWamXKPXDMBwwtdDW
yCvvfT2oBfq1L9uR3DsenGrxIWCa+LsaylLYEew9PRFCuIJUAwI=
=p88W
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: