gnuradio-companion is not present in the latest update to the gnuradio package. According to the build logs between 3.10.12.0-8 and 3.10.12.0-9, it seems like in version 9, the "Dependency GTK_GI_FOUND = FALSE" line causes gnuradio-companion to not be built. Reproducible: Always Steps to Reproduce: 1. Install the gnuradio package 2. Notice that gnuradio-companion is not present in /usr/bin/ Actual Results: I noticed that gnuradio-companion is not present on my system Expected Results: gnuradio-companion must have been present on my system Additional Information: According to the build logs in version 9, the GTK_GI_FOUND line is the only difference that causes gnuradio-companion to be disabled. The build log with only the relevant lines is pasted below. -- Configuring gnuradio-companion support... ... -- Dependency GTK_GI_FOUND = FALSE ... -- Disabling gnuradio-companion support. -- Override with -DENABLE_GRC=ON/OFF
If it helps, I tried to build the package using `fedpkg mockbuild` and I can resolve the `GTK_GI_FOUND = False` line by adding: `BuildRequires: gobject-introspection` to the gnuradio.spec file. I built the RPMs with the change added and installed them on my machine, and gnuradio-companion is now present, and I can run it as well, and it seems to be working okay.
Also, as pointed out in https://discussion.fedoraproject.org/t/gnuradio-companion-application-is-missing-from-the-gnuradio-rpm-in-fedora-43/177628, this went unnoticed because the spec file uses globs for the contents of %{_bindir}. This is why the Packaging Guidelines say that such globs SHOULD NOT be used: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_explicit_lists
FEDORA-2026-274db3e61a (gnuradio-3.10.12.0-10.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2026-274db3e61a
FEDORA-2026-274db3e61a (gnuradio-3.10.12.0-10.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2026-c0db0dcc66 (gnuradio-3.10.12.0-10.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2026-c0db0dcc66
FEDORA-2026-c0db0dcc66 has been pushed to the Fedora 43 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-c0db0dcc66` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-c0db0dcc66 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2026-c0db0dcc66 (gnuradio-3.10.12.0-10.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report.