Source: gnuradio Severity: normal Tags: patch User: [email protected] Usertags: ftbfs X-Debbugs-Cc: [email protected]
I was unable to build gnuradio; it would fail with dh_missing finding an uninstalled usr/libexec/gnuradio/grc_setup_freedesktop. The attached patch fixes this by installing the file in the gnuradio package, if that seems like an appropriate place for it. That said, I'm not entirely sure what triggers the issue; the buildds seem to build gnuradio fine and it also seems to build fine on the reproducible builds infrastructure. Maybe it is a very recent change in one of the build dependencies? I've rescheduled a build on tests.reproducible-builds.org to see if it triggers the issue. live well, vagrant
From 8149639e81578582e7e408eb490c1b1aae00f837 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian <[email protected]> Date: Mon, 14 Dec 2020 21:52:42 +0000 Subject: [PATCH 2/2] gnuradio: install usr/libexec/gnuradio/grc_setup_freedesktop --- debian/gnuradio.install | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/gnuradio.install b/debian/gnuradio.install index 38d5b74..5244434 100644 --- a/debian/gnuradio.install +++ b/debian/gnuradio.install @@ -6,3 +6,4 @@ usr/share/gnuradio usr/share/icons usr/share/metainfo usr/share/mime +usr/libexec/gnuradio/grc_setup_freedesktop -- 2.29.2
signature.asc
Description: PGP signature

