Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 859301 - media-sound/patchage-1.0.8 - /.../core.h: error: static assertion failed: Cannot format an argument. To make type T formattable pr
Summary: media-sound/patchage-1.0.8 - /.../core.h: error: static assertion failed: Can...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 856748
  Show dependency tree
 
Reported: 2022-07-19 11:19 UTC by Toralf Förster
Modified: 2023-02-18 12:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,18.55 KB, text/plain)
2022-07-19 11:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,102.76 KB, text/plain)
2022-07-19 11:19 UTC, Toralf Förster
Details
environment (environment,99.58 KB, text/plain)
2022-07-19 11:19 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,36.46 KB, application/x-bzip)
2022-07-19 11:19 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.10 KB, application/x-bzip)
2022-07-19 11:19 UTC, Toralf Förster
Details
media-sound:patchage-1.0.6:20220719-111830.log (media-sound:patchage-1.0.6:20220719-111830.log,29.40 KB, text/plain)
2022-07-19 11:19 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,26.27 KB, application/x-bzip)
2022-07-19 11:19 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-07-19 11:19:40 UTC
too long lines were shrinked:

/usr/include/fmt/core.h:1877:77:   required from constexpr fmt::v9::format_arg_store<Context, Args>::format_arg_store(T&& ...) [with T = {const patchage::PortID&, const patchage::PortID&}; Context = fmt::v9::basic_format_context<fmt::v9::appender, char>; Args = {patchage::PortID, patchage::PortID}]
/usr/include/fmt/core.h:1894:38:   required from constexpr fmt::v9::format_arg_store<Context, typename std::remove_cv<typename std::remove_reference<Args>::type>::type ...> fmt::v9::make_format_args(Args&& ...) [with Context = basic_format_context<appender, char>; Args = {const patchage::PortID&, co
/usr/include/fmt/core.h:3163:44:   required from std::string fmt::v9::format(format_string<T ...>, T&& ...) [with T = {const patchage::PortID&, const patchage::PortID&}; std::string = std::__cxx11::basic_string<char>; format_string<T ...> = basic_format_string<char, const patchage::PortID&, const pa
../src/AlsaDriver.cpp:369:18:   required from here
/usr/include/fmt/core.h:1733:7: error: static assertion failed: Cannot format an argument. To make type T formattable provide a formatter<T> specialization: https://fmt.dev/latest/api.html#udt
 1733 |       formattable,
      |       ^~~~~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-j4-20220718-110103

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.1.1 *
clang/llvm (if any):
clang version 14.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/14/bin
/usr/lib/llvm/14
14.0.6
Python 3.10.5
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.62.0 *
The following VMs are available for generation-2:
1)	OpenJDK 17.0.3_p7 [openjdk-17]
*)	Eclipse Temurin JDK 17.0.3_p7 [openjdk-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-17 
  [2]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:
  [1]   php8.1 *

  HEAD of ::gentoo
commit fd9acf2c24df541fec0da3f900b29c800e64b7f9
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Jul 19 11:01:52 2022 +0000

    2022-07-19 11:01:52 UTC

emerge -qpvO media-sound/patchage
[ebuild  N    ] media-sound/patchage-1.0.6  USE="alsa -debug -jack-dbus"
Comment 1 Toralf Förster gentoo-dev 2022-07-19 11:19:42 UTC
Created attachment 792350 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-07-19 11:19:43 UTC
Created attachment 792353 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-07-19 11:19:45 UTC
Created attachment 792356 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-07-19 11:19:46 UTC
Created attachment 792359 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-07-19 11:19:47 UTC
Created attachment 792362 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-07-19 11:19:48 UTC
Created attachment 792365 [details]
media-sound:patchage-1.0.6:20220719-111830.log
Comment 7 Toralf Förster gentoo-dev 2022-07-19 11:19:49 UTC
Created attachment 792368 [details]
temp.tar.bz2
Comment 8 jannis 2022-07-21 08:29:41 UTC
Seems to be related to dev-libs/libfmt-9* (https://bugs.gentoo.org/856748) but it looks like I'm not allowed to add the proper blocks/depends relation :(
Comment 9 Toralf Förster gentoo-dev 2022-07-21 15:46:51 UTC

*** This bug has been marked as a duplicate of bug 856748 ***
Comment 10 jannis 2022-07-23 19:31:29 UTC
(In reply to Toralf Förster from comment #9)
> 
> *** This bug has been marked as a duplicate of bug 856748 ***

Erm, shouldn't this have been a "blocks #856748" instead of "duplicate of #856748"?
Comment 11 kleph 2022-08-16 19:42:44 UTC
I opened an issue upstream https://gitlab.com/drobilla/patchage/-/issues/9
Comment 12 kleph 2022-08-16 21:06:48 UTC
Bug is fixed upstream.

See https://bugs.gentoo.org/865437 for an updated -9999 ebuild that should also work for 1.0.9 when it will be released.
Comment 13 Agostino Sarubbo gentoo-dev 2022-08-24 05:25:02 UTC
ci has reproduced this issue with version 1.0.8 - Updating summary.
Comment 14 Larry the Git Cow gentoo-dev 2022-09-18 14:29:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97de4d962698fdc96c6be0f1f9e157c1fffb2361

commit 97de4d962698fdc96c6be0f1f9e157c1fffb2361
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2022-09-18 14:29:24 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2022-09-18 14:29:24 +0000

    media-sound/patchage: needs libfmt < 9
    
    Closes: https://bugs.gentoo.org/859301
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-sound/patchage/patchage-1.0.6.ebuild | 2 +-
 media-sound/patchage/patchage-1.0.8.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)