Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938105 - media-video/mkvtoolnix-84.0-r1:src/common/strings/formatting.h:104:33: error: ‘join’ is not a member of ‘fmt’ w/ =dev-libs/libfmt-11.0.2
Summary: media-video/mkvtoolnix-84.0-r1:src/common/strings/formatting.h:104:33: error:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 906077
  Show dependency tree
 
Reported: 2024-08-17 18:30 UTC by Michał Górny
Modified: 2024-08-17 19:15 UTC (History)
0 users

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


Attachments
media-video:mkvtoolnix-84.0-r1:20240817-042432.log (media-video:mkvtoolnix-84.0-r1:20240817-042432.log,73.61 KB, text/plain)
2024-08-17 18:30 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-08-17 18:30:29 UTC
Created attachment 900462 [details]
media-video:mkvtoolnix-84.0-r1:20240817-042432.log

In file included from src/merge/generic_packetizer.cpp:28:
src/common/strings/formatting.h: In function ‘std::string mtx::string::join(const RangeT&, const SeparatorT&)’:
src/common/strings/formatting.h:104:33: error: ‘join’ is not a member of ‘fmt’
  104 |   return fmt::format("{}", fmt::join(range, separator));
      |                                 ^~~~
compilation terminated due to -Wfatal-errors.
Comment 1 Larry the Git Cow gentoo-dev 2024-08-17 19:15:05 UTC
The bug has been closed via the following commit(s):

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

commit f096231a4cc4201dd2036bcee25b5f4610becde0
Author:     Alfred Wingate <parona@protonmail.com>
AuthorDate: 2024-06-10 19:24:31 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-08-17 19:15:01 +0000

    media-video/mkvtoolnix: add 86.0
    
    Backport patch for libfmt-11 compatibility.
    
    Closes: https://bugs.gentoo.org/938105
    Signed-off-by: Alfred Wingate <parona@protonmail.com>
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 media-video/mkvtoolnix/Manifest                    |   2 +
 .../files/mkvtoolnix-86.0-libfmt-11-fix.patch      |  25 ++++
 media-video/mkvtoolnix/mkvtoolnix-86.0.ebuild      | 142 +++++++++++++++++++++
 3 files changed, 169 insertions(+)