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

Workaround for libffi 3.4 + gobject-introspection #39

Merged
merged 3 commits into from Sep 22, 2021

Conversation

dicta
Copy link
Contributor

@dicta dicta commented Sep 22, 2021

Checklist

A new feature was introduced in libffi 3.4 and is known to break
some downstream packages, notably ghc and gobject-introspection.
Upstream also added a configure-time option in this release to
disable the feature until all downstream users can be fixed to be
compatible with it, at which point it can be safely re-enabled.

Note that while the symptoms of this issue appear similar to issues seen
with libffi 3.3 on osx-arm64, this specific issue is at least seen on libffi 3.4
on both linux-64 and linux-aarch64.

Fixes: conda-forge/gnuradio-feedstock#84
See also: libffi/libffi#647
See also: https://gitlab.gnome.org/GNOME/pygobject/-/issues/455
See also: https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/283

This new feature was introduced in libffi 3.4 and is known to break
some downstream packages, notably ghc and gobject-introspection.
Upstream also added a configure-time option in this release to
disable the feature until all downstream users can be fixed to be
compatible with it, at which point it can be safely re-enabled.

See also: libffi/libffi#647
Signed-off-by: Dan Bryant <dan@deepwavedigital.com>
@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@ryanvolz
Copy link
Contributor

@conda-forge-admin, please rerender

@isuruf isuruf added the automerge Merge the PR when CI passes label Sep 22, 2021
@github-actions github-actions bot merged commit d0673a6 into conda-forge:master Sep 22, 2021
@github-actions
Copy link
Contributor

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

  • linter: passed
  • drone: passed
  • travis: passed
  • azure: passed

Thus the PR was passing and merged! Have a great day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the PR when CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gnuradio-companion segfaults on startup after libffi34 migration
4 participants