Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnuradio for openSUSE:Factory checked in at 2022-10-24 11:13:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnuradio (Old) and /work/SRC/openSUSE:Factory/.gnuradio.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuradio" Mon Oct 24 11:13:13 2022 rev:57 rq:1030628 version:3.10.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnuradio/gnuradio.changes 2022-09-20 19:24:04.654559038 +0200 +++ /work/SRC/openSUSE:Factory/.gnuradio.new.2275/gnuradio.changes 2022-10-24 11:13:33.463254427 +0200 @@ -1,0 +2,6 @@ +Sun Oct 23 18:38:48 UTC 2022 - Martin Hauke <mar...@gmx.de> + +- Add patch: + * fix-build-with-fmt9.patch + +------------------------------------------------------------------- New: ---- fix-build-with-fmt9.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnuradio.spec ++++++ --- /var/tmp/diff_new_pack.rUFOHw/_old 2022-10-24 11:13:33.927255383 +0200 +++ /var/tmp/diff_new_pack.rUFOHw/_new 2022-10-24 11:13:33.931255391 +0200 @@ -34,6 +34,7 @@ Source4: grc_to_37.sh Source99: %{name}-rpmlintrc Patch0: missing_library.patch +Patch1: fix-build-with-fmt9.patch BuildRequires: alsa-devel BuildRequires: cmake >= 3.16.3 BuildRequires: codec2-devel ++++++ fix-build-with-fmt9.patch ++++++ diff --git a/gnuradio-runtime/lib/controlport/thrift/rpcpmtconverters_thrift.cc b/gnuradio-runtime/lib/controlport/thrift/rpcpmtconverters_thrift.cc index 8ef3db1..afbb470 100644 --- a/gnuradio-runtime/lib/controlport/thrift/rpcpmtconverters_thrift.cc +++ b/gnuradio-runtime/lib/controlport/thrift/rpcpmtconverters_thrift.cc @@ -111,7 +111,7 @@ GNURadio::Knob rpcpmtconverter::from_pmt(const pmt::pmt_t& knob) // FIXME: Don't get loggers every time we need to log something. gr::logger_ptr logger, debug_logger; gr::configure_default_loggers(logger, debug_logger, "rpcpmtconverter"); - logger->error("ERROR Don't know how to handle Knob Type (from): {}", knob); + logger->error("ERROR Don't know how to handle Knob Type (from): {}", pmt::write_string(knob)); assert(0); } return GNURadio::Knob();