Date: Sun, 16 Jan 2022 12:17:12 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 261245] devel/volk: Update to 2.5.0 Message-ID: <bug-261245-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261245 Bug ID: 261245 Summary: devel/volk: Update to 2.5.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: hamradio@FreeBSD.org Reporter: rhurlin@FreeBSD.org Flags: maintainer-feedback?(hamradio@FreeBSD.org) Assignee: hamradio@FreeBSD.org Created attachment 231039 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D231039&action= =3Dedit patch to update from 2.2.1 to 2.5.0, and fix python shebang This patch should update the port vom 2.2.1 to 2.5.0. This brings several enhancements, new features and bug fixes, see https://github.com/gnuradio/volk/releases. Although comms/gnuradio builds a= nd installs without problems with devel/volk v2.5.0, I did not check for corre= ct functionality in gnuradio! The internal cpu_features are not included in the tarball, external cpu_features (i.e. devel/cpu_features) are not found by CMakeLists.txt (due= to missing functionality). Therefore CMAKE_OFF=3DVOLK_CPU_FEATURES is set as a workaround. While testing the patch with DEVELOPER=3Dyes in /etc/make.conf, the staging aborted with the following error: =3D=3D=3D=3D> Running Q/A tests (stage-qa). Error: '/usr/local/bin/python3' is an invalid shebang you need USES=3Dsheba= ngfix for 'bin/volk_modtool' *** Error code 1 It it turned out that the shebang for bin/volk_modtool was not created correctly. I found no other way than to delete the line in question in the = file before configuration and then patch it again before installation. Translated with www.DeepL.com/Translator (free version) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261245-7788>