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

Issue running Laptop on OS X 10.9.2 #218

Closed
sbrudz opened this issue Apr 17, 2014 · 1 comment
Closed

Issue running Laptop on OS X 10.9.2 #218

sbrudz opened this issue Apr 17, 2014 · 1 comment

Comments

@sbrudz
Copy link

sbrudz commented Apr 17, 2014

I hit an issue today running Laptop on a fresh install of OS X 10.9.2 on a MacBook Air. The script failed when trying to install ruby 2.1.1. This issue on ruby-build describes the problem and a work-around: rbenv/ruby-build#526

I ended up splitting the script in two locally, just to get it working, but it seems like it would be good to add a line to the script that sets the option:

RUBY_CONFIGURE_OPTS=--with-readline-dir="/usr/lib/libreadline.so"
djcp added a commit that referenced this issue Apr 21, 2014
Apply mislav's
[patch](rbenv/ruby-build#526 (comment))
against a readline bug in newer rubies. Should fix #219 and #218, and
we'll remove when a new ruby is released or if ruby-build patches
this bug itself.
djcp added a commit that referenced this issue Apr 21, 2014
Apply mislav's patch
rbenv/ruby-build#526 (comment)
against a readline bug in newer rubies. Should fix #219 and #218, and
we'll remove when a new ruby is released or if ruby-build patches this
bug itself.
@djcp
Copy link
Contributor

djcp commented Apr 21, 2014

Fixed in master.

@djcp djcp closed this as completed Apr 21, 2014
shsu pushed a commit to shsu/laptop that referenced this issue Apr 21, 2014
Apply mislav's patch
rbenv/ruby-build#526 (comment)
against a readline bug in newer rubies. Should fix thoughtbot#219 and thoughtbot#218, and
we'll remove when a new ruby is released or if ruby-build patches this
bug itself.
bmorrall pushed a commit to bmorrall/laptop that referenced this issue Dec 23, 2014
Apply mislav's patch
rbenv/ruby-build#526 (comment)
against a readline bug in newer rubies. Should fix thoughtbot#219 and thoughtbot#218, and
we'll remove when a new ruby is released or if ruby-build patches this
bug itself.
jt14den pushed a commit to ucsdlib/laptop that referenced this issue Nov 3, 2016
Apply mislav's patch
rbenv/ruby-build#526 (comment)
against a readline bug in newer rubies. Should fix thoughtbot#219 and thoughtbot#218, and
we'll remove when a new ruby is released or if ruby-build patches this
bug itself.
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

2 participants