Page MenuHomeSolus

Update Vim to build successfully with Ruby
Closed, ResolvedPublic

Description

I noticed that while the Vim package configuration does specify the ruby interpreter, it wasn't actually building successfully because there wasn't one available.

I confirmed this by including the --enable-fail-if-missing documented option in vim/src/Makefile which will fail if a desired interpreter is not found.

This patch adds in Ruby as a dependency, which then satisfies the fail option and successfully gives a +ruby Vim build.

Event Timeline

JoshStrobl triaged this task as Normal priority.Apr 18 2017, 3:08 PM
JoshStrobl moved this task from Backlog to Awaiting Fixes on the Patch Submission board.
JoshStrobl added a subscriber: JoshStrobl.

After god knows how many builds, I never noticed this. Thanks a lot!

That being said, you forgot to update your release num, so that needs to be fixed :)

Yep, sure thing. I looked up and used make bump. Does this new patch look correct?