Summary: | net-wireless/gnuradio: static assertion failed: Cannot format an argument. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sergey 'L29Ah' Alirzaev <zl29ah> |
Component: | Current packages | Assignee: | Gentoo Radio project <radio> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | PullRequest |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/26775 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 856748 | ||
Attachments: |
emerge --info
build log |
Description
Sergey 'L29Ah' Alirzaev
2022-07-17 22:06:11 UTC
Created attachment 792020 [details]
build log
I see a bunch of fmt-ish commits upstream but no idea what it'll be here. https://github.com/gnuradio/gnuradio/commit/4cd04154aaaa19419ec3410f024d6e935e0f7eb9 maybe but likely not easily backportable (and not sure it's even that anyway). I've made a PR to upstream https://github.com/gnuradio/gnuradio/pull/6053 libfmt-9.0.0 require explicit tagging of ARG types. This commit adds those tags for the types that are currently formatted via fmt. backport patch to ::gentoo https://github.com/gentoo/gentoo/pull/26775 The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801713036d2f629e3fd6fae8b9e812a6038d9705 commit 801713036d2f629e3fd6fae8b9e812a6038d9705 Author: Huang Rui <vowstar@gmail.com> AuthorDate: 2022-08-07 15:02:38 +0000 Commit: Thomas Beierlein <tomjbe@gentoo.org> CommitDate: 2022-08-17 12:32:51 +0000 net-wireless/gnuradio: fix 3.10.3.0 build problems Fix static assertion failed : Cannot format an argument Fix error: ‘HUGE_VAL’ was not declared in this scope Signed-off-by: Huang Rui <vowstar@gmail.com> Closes: https://bugs.gentoo.org/858659 Closes: https://bugs.gentoo.org/858665 Closes: https://github.com/gentoo/gentoo/pull/26775 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org> .../files/gnuradio-3.10.3.0-fix-fmt-v9.patch | 145 +++++++++++++++++++++ .../files/gnuradio-3.10.3.0-fix-gcc12.patch | 50 +++++++ net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild | 5 + 3 files changed, 200 insertions(+) Thanks again for looking into it. |