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

vim: ensure interpreters are linked dynamically #113103

Closed
wants to merge 1 commit into from

Conversation

carlocab
Copy link
Member

Currently, the python3 interpreter is linked statically on Linux.
However, the embedded interpreter still needs the Python runtime to
function, and this runtime is provided by the linked Python formula.
The interpreter thus breaks whenever Python is updated, since it can no
longer find the runtime.

Let's try to fix this by making sure the interpreter is linked
dynamically instead.

See discussion at #113036.


  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

@BrewTestBot BrewTestBot added lua Lua use is a significant feature of the PR or issue perl Perl use is a significant feature of the PR or issue python Python use is a significant feature of the PR or issue ruby Ruby use is a significant feature of the PR or issue labels Oct 14, 2022
Currently, the python3 interpreter is linked statically on Linux.
However, the embedded interpreter still needs the Python runtime to
function, and this runtime is provided by the linked Python formula.
The interpreter thus breaks whenever Python is updated, since it can no
longer find the runtime.

Let's try to fix this by making sure the interpreter is linked
dynamically instead.

See discussion at Homebrew#113036.
@SMillerDev
Copy link
Member

Anything you want to do before merging this @carlocab ?

@github-actions
Copy link
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale No recent activity label Nov 24, 2022
@github-actions github-actions bot closed this Dec 5, 2022
@jrhoads
Copy link

jrhoads commented Dec 21, 2022

Looks like this was approved but marked stale and closed before merge.
I ran into an issue related to this today.

@jrhoads
Copy link

jrhoads commented Dec 21, 2022

Also. Thank you both for your work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lua Lua use is a significant feature of the PR or issue perl Perl use is a significant feature of the PR or issue python Python use is a significant feature of the PR or issue ruby Ruby use is a significant feature of the PR or issue stale No recent activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants