Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 945800 - sci-libs/cantera-3.0.1 fails to compile: InterfaceRate.cpp:395:42: error: join is not a member of fmt
Summary: sci-libs/cantera-3.0.1 fails to compile: InterfaceRate.cpp:395:42: error: joi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sergey Torokhov
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 906077
  Show dependency tree
 
Reported: 2024-12-03 07:49 UTC by Agostino Sarubbo
Modified: 2025-03-10 02:54 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,132.88 KB, text/plain)
2024-12-03 07:49 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-12-03 07:49:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/cantera-3.0.1 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0003
Comment 1 Agostino Sarubbo gentoo-dev 2024-12-03 07:49:58 UTC
Created attachment 913148 [details]
build.log

build log and emerge --info
Comment 2 Petr Vaněk gentoo-dev 2024-12-03 08:03:37 UTC
Not musl related, it is reproducible with glibc as well. It is libfmt-11 issue, which was already addressed upstream.
Comment 3 Sergey Torokhov 2024-12-08 18:25:31 UTC
Petr Vaněk, 
thank you for upstream issue and fix URLs.
Comment 4 Larry the Git Cow gentoo-dev 2024-12-10 08:37:11 UTC
The bug has been closed via the following commit(s):

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

commit bc01402b312ede7b9609225e18c6cc5ada6601d9
Author:     Sergey Torokhov <torokhov-s-a@yandex.ru>
AuthorDate: 2024-12-08 18:22:25 +0000
Commit:     Petr Vaněk <arkamar@gentoo.org>
CommitDate: 2024-12-10 08:36:33 +0000

    sci-libs/cantera: 3.0.1-r2, fix build against fmt11
    
    Closes: https://bugs.gentoo.org/945800
    Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
    Closes: https://github.com/gentoo/gentoo/pull/39638
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>

 sci-libs/cantera/cantera-3.0.1-r2.ebuild           |  3 +-
 .../files/cantera-3.0.1_add_fmt11_support.patch    | 46 ++++++++++++++++++++++
 2 files changed, 48 insertions(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

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

commit 071b50bd6da022a0bdd476d59b18a3eb3bfcb3bc
Author:     Sergey Torokhov <torokhov-s-a@yandex.ru>
AuthorDate: 2024-12-08 18:20:23 +0000
Commit:     Petr Vaněk <arkamar@gentoo.org>
CommitDate: 2024-12-10 08:36:31 +0000

    sci-libs/cantera: 3.0.1-r2, fix fmt with c++20
    
    Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
    Bug: https://bugs.gentoo.org/945800
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>

 sci-libs/cantera/cantera-3.0.1-r2.ebuild           | 148 ++++++++++
 .../files/cantera-3.0.1_fix_fmt_with_c++20.patch   | 323 +++++++++++++++++++++
 2 files changed, 471 insertions(+)

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

commit 61559d50d5cf58c705f74eea4cbacbef09752dc7
Author:     Sergey Torokhov <torokhov-s-a@yandex.ru>
AuthorDate: 2024-12-09 18:20:43 +0000
Commit:     Petr Vaněk <arkamar@gentoo.org>
CommitDate: 2024-12-10 08:36:30 +0000

    sci-libs/cantera: 3.0.1-r1 bump, restrict DEPEND '<dev-libs/libfmt-11'
    
    Bug: https://bugs.gentoo.org/945800
    Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>

 sci-libs/cantera/{cantera-3.0.1.ebuild => cantera-3.0.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 5 Larry the Git Cow gentoo-dev 2025-03-10 02:54:26 UTC
The bug has been referenced in the following commit(s):

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

commit 1f16f351c75f802f35851f5f080fa37238eb9671
Author:     Sergey Torokhov <torokhov-s-a@yandex.ru>
AuthorDate: 2024-12-30 19:58:00 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-03-10 02:47:41 +0000

    sci-libs/cantera: 3.1.0 version bump
    
    Bug: https://bugs.gentoo.org/945800
    Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
    Closes: https://github.com/gentoo/gentoo/pull/39910
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-libs/cantera/Manifest                      |   2 +
 sci-libs/cantera/cantera-3.1.0.ebuild          | 155 +++++++++++++++++++++++++
 sci-libs/cantera/files/cantera-3.1.0_env.patch |  37 ++++++
 3 files changed, 194 insertions(+)