Skip to content

Restore FMT_API on error_handler::on_error() - #2696

Merged
vitaut merged 1 commit into
fmtlib:masterfrom
saraedum:on-error-api
Jan 4, 2022
Merged

vitaut merged 1 commit into
fmtlib:masterfrom
saraedum:on-error-api

Conversation

@saraedum

@saraedum saraedum commented Jan 4, 2022

Copy link
Copy Markdown
Contributor

this fixes a breaking ABI change that was introduce in the upgrade from
8.0.1 to 8.1.0.

Fixes #2695.

this fixes a breaking ABI change that was introduce in the upgrade from
8.0.1 to 8.1.0.

Fixes fmtlib#2695.
saraedum added a commit to saraedum/fmt-feedstock that referenced this pull request Jan 4, 2022
saraedum added a commit to saraedum/fmt-feedstock that referenced this pull request Jan 4, 2022
saraedum added a commit to saraedum/admin-requests that referenced this pull request Jan 4, 2022
fmt-8.1.0 introduced a breaking ABI change. This breaks packages that
were built against fmt-8.0.1 when they use fmt-8.1.0 at runtime.

The issue has been reported upstream and a patch is waiting to be
merged. We might create a patched 8.1.0 build or wait for 8.1.1; the
relevant discussion is at
conda-forge/fmt-feedstock#28 and
fmtlib/fmt#2696.

Pinning of fmt is handled by the conda-forge-pinning-feedstock.
saraedum added a commit to saraedum/admin-requests that referenced this pull request Jan 4, 2022
fmt-8.1.0 introduced a breaking ABI change. This breaks packages that
were built against fmt-8.0.1 when they use fmt-8.1.0 at runtime.

The issue has been reported upstream and a patch is waiting to be
merged. We might create a patched 8.1.0 build or wait for 8.1.1; the
relevant discussion is at
conda-forge/fmt-feedstock#28 and
fmtlib/fmt#2696.

An alternative here would be to patch the repodata and tell the <8.1.0
build to use !=8.1.0_0. However, it does not seem to be the correct
approach to me to exclude a single build with a constraint.
@vitaut
vitaut merged commit 17a5c80 into fmtlib:master Jan 4, 2022
@vitaut

vitaut commented Jan 4, 2022

Copy link
Copy Markdown
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Undefined symbol _ZN3fmt2v86detail13error_handler8on_errorEPKc

2 participants