Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore FMT_API on error_handler::on_error() #2696

Merged
merged 1 commit into from
Jan 4, 2022

Conversation

saraedum
Copy link
Contributor

@saraedum saraedum commented Jan 4, 2022

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
Copy link
Contributor

vitaut commented Jan 4, 2022

Thank you!

ammattita6i added a commit to ammattita6i/admin-requests that referenced this pull request Aug 14, 2024
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.
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