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

Likely to hang during installation if Vim is compiled against a different perl than the one in $PATH (e.g. perlbrew) #4

Open
ap opened this issue Dec 2, 2014 · 2 comments

Comments

@ap
Copy link

ap commented Dec 2, 2014

Vim throws a “Press ENTER or type command to continue” prompt and waits.

@ap
Copy link
Author

ap commented Dec 2, 2014

Oh. I was going to file a separate bug for it failing to find Module::Locate during installation, but now I see they are the same bug – the failure to find Module::Locate is the cause of Vim pausing to show the prompt.

And as far as I can tell the reason that happens is that Module::Locate is being installed in my perlbrew perl whereas Vim was compiled against the system perl, which does not have Module::Locate installed.

How about making Vim invoke a Perl script that uses Perl::Tags, instead of just saying a prayer and hoping that Vim is compiled with perl support and links to the right perl to be able to load Perl::Tags directly? (After all, a Vim without a compiled-in Perl interpreter can load Perl::Tags-generated tag files just as well.)

That’s if there even ought to be Vim-based tests at all. I think they belong in the accompanying Vim plugin, not the test suite for this module, which is not itself a Vim plugin after all.

@ap ap changed the title 0.32 hangs during installation Likely to hang during installation if Vim is compiled against a different perl than the one in $PATH (e.g. perlbrew) Jul 16, 2016
@ap
Copy link
Author

ap commented Oct 24, 2016

bump

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

No branches or pull requests

1 participant