Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Plugin installation error breaking sprout-vim cookbook build #5

Closed
aramprice opened this issue Jun 11, 2016 · 6 comments
Closed

Plugin installation error breaking sprout-vim cookbook build #5

aramprice opened this issue Jun 11, 2016 · 6 comments

Comments

@aramprice
Copy link
Member

aramprice commented Jun 11, 2016

See https://travis-ci.org/pivotal-sprout/sprout-vim/builds/136839029

Potential culprit:

Error detected while processing /Users/travis/.vim/bundle/j-split/plugin/j-spli
@aramprice aramprice changed the title Plugin installation error: Error detected while processing /Users/travis/.vim/bundle/j-split/plugin/j-spli breaking sprout-vim cookbook build Plugin installation error breaking sprout-vim cookbook build Jun 11, 2016
@nertzy
Copy link

nertzy commented Jun 13, 2016

Those warnings are (unfortunately) normal. The problem is that some of the plugins we include don't play well with getting loaded after the Vundle installation process. It's a sort of chicken-and-egg problem since Vundle runs within Vim and also modifies the vim-config.

If anyone knows a way to either send Return once Vundle finishes, or to silence its warnings, then installing things in an automated fashion will be much easier.

@aramprice
Copy link
Member Author

I don't have enough experience with vim to contribute much but perhaps @luan has some tips?

@nertzy
Copy link

nertzy commented Jun 13, 2016

I just fixed it by forking the plugins that had problems and improving the install script to be non-blocking. I triggered a rebuild of sprout-vim at https://travis-ci.org/pivotal-sprout/sprout-vim/builds/136845025 so let's see how that turns out. Should be better overall!

@nertzy nertzy closed this as completed Jun 13, 2016
@nertzy
Copy link

nertzy commented Jun 13, 2016

See 48ab118...31a8e09 for more details.

@aramprice
Copy link
Member Author

@nertzy - it looks like that got us past the error updating the vim plugins, thanks!

@aramprice
Copy link
Member Author

Feel free to close

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants