Package Details: libuhd3 3.15.0.0-5

Git Clone URL: https://aur.archlinux.org/libuhd3.git (read-only, click to copy)
Package Base: libuhd3
Description: Universal Software Radio Peripheral (USRP) userspace driver
Upstream URL: https://files.ettus.com/manual/
Licenses: GPL
Conflicts: libuhd, libuhd-firmware
Provides: libuhd
Submitter: Falkenber9
Maintainer: Falkenber9
Last Packager: Falkenber9
Votes: 1
Popularity: 0.000000
First Submitted: 2021-02-07 09:50 (UTC)
Last Updated: 2022-03-26 07:35 (UTC)

Dependencies (8)

Required by (23)

Sources (5)

Latest Comments

Falkenber9 commented on 2022-03-26 07:31 (UTC)

Thanks for the feedback. I added the patch.

Regarding the -Werror, this option should already not be set anyway.

fixeria commented on 2022-03-26 00:35 (UTC)

See https://github.com/EttusResearch/uhd/commit/f665c585ee9ea7beec8de94a4d402190225ccf23.

fixeria commented on 2022-03-26 00:28 (UTC)

Building fails for me:

[ 96%] Building CXX object utils/latency/CMakeFiles/responder.dir/lib/Responder.cpp.o
/home/user/.cache/yay/libuhd3/src/uhd-3.15.0.0/host/utils/latency/lib/Responder.cpp: In member function ‘void Responder::FLUSH_SCREEN()’:
/home/user/.cache/yay/libuhd3/src/uhd-3.15.0.0/host/utils/latency/lib/Responder.cpp:59:11: error: format not a string literal and no format arguments [-Werror=format-security]
   59 |     printw(_ss.str().c_str());
      |     ~~~~~~^~~~~~~~~~~~~~~~~~~
cc1plus: some warnings being treated as errors

Should be trivial to fix. I am preparing a patch. Also, we may want to disable -Werror?