Package: gnuradio
Followup-For: Bug #1000792
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jammy ubuntu-patch
Control: tags -1 patch

Hello,

libunwind-dev also does not exist on riscv64.

In Ubuntu, I've applied the attached patch to skip the libunwind-dev
build-dependency on these two architectures, to not regress architecture
support for gnuradio.  I've confirmed the package builds without
libunwind-dev.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru gnuradio-3.9.4.0/debian/control gnuradio-3.9.4.0/debian/control
--- gnuradio-3.9.4.0/debian/control     2021-11-27 09:02:04.000000000 -0800
+++ gnuradio-3.9.4.0/debian/control     2021-12-07 07:26:17.000000000 -0800
@@ -35,7 +35,7 @@
               libsoapysdr-dev,
               libthrift-dev (>= 0.13.0-5) [amd64 arm64 armel armhf i386],
                libuhd-dev (>= 4),
-              libunwind-dev,
+              libunwind-dev [!riscv64 !s390x],
                libusb-1.0-0-dev [!kfreebsd-any],
                libusb2-dev [kfreebsd-any],
               libvolk2-dev,

Reply via email to