Skip to content

Instantly share code, notes, and snippets.

@aw
Created September 4, 2013 00:50
Show Gist options
  • Save aw/6431511 to your computer and use it in GitHub Desktop.
Save aw/6431511 to your computer and use it in GitHub Desktop.
FreeBSD fails installing ruby 1.9.3-pNNN
BUILD FAILED

Inspect or clean up the working tree at /tmp/ruby-build.20130903165823.13945
Results logged to /tmp/ruby-build.20130903165823.13945.log

Last 10 log lines:
linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.so
compiling modify.c
compiling set_len.c
compiling cstr.c
linking shared-object -test-/string/string.so
make: don't know how to make ../../.ext/common/bigdecimal. Stop
*** [ext/bigdecimal/all] Error code 2
1 error
*** [build-ext] Error code 2
1 error

The fix:

MAKE=gmake rbenv install 1.9.3-pNNN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment