#462 √ invalid
François Beausoleil

[PATCH] rake build:checkdeps

Reported by François Beausoleil | April 2nd, 2008 @ 11:05 AM | in 1.0 preview

I cloned the git repository today and tried building. I didn't know, but I was missing a dependency. I added my missing dependency, and I could build.

I fixed the problem for good by added a new rake task, which checks the missing dependencies. Output from the command is:

$ rake build
(in /home/francois/src/rubinius)
Checking build dependencies...
bison --version >/dev/null
sh: bison: not found
git --version >/dev/null
ruby --version >/dev/null
gem --version >/dev/null
pkg-config --version >/dev/null
make --version >/dev/null

You are missing these required dependencies (which might have dependencies of their own):
  * bison

Comments and changes to this ticket

Please Login or create a free account to add a new comment.

You can update this ticket by sending an email to from your email client. (help)

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Tags