Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ruby-build
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ruby-build
Commits
6f9647d7
Commit
6f9647d7
authored
Dec 11, 2013
by
Mislav Marohnić
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix `irb` on rbx-2.2.1
Install the missing `rubysl-tracer` gem References rubinius/rubinius#2780
parent
392679a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
bin/ruby-build
+8
-0
No files found.
bin/ruby-build
View file @
6f9647d7
...
@@ -448,6 +448,7 @@ build_package_rbx() {
...
@@ -448,6 +448,7 @@ build_package_rbx() {
RUBYOPT
=
"-rubygems
$RUBYOPT
"
./configure
--prefix
=
"
$PREFIX_PATH
"
$RUBY_CONFIGURE_OPTS
RUBYOPT
=
"-rubygems
$RUBYOPT
"
./configure
--prefix
=
"
$PREFIX_PATH
"
$RUBY_CONFIGURE_OPTS
rake install
rake install
fix_rbx_gem_binstubs
"
$PREFIX_PATH
"
fix_rbx_gem_binstubs
"
$PREFIX_PATH
"
fix_rbx_irb
"
$PREFIX_PATH
"
}
>
&4 2>&1
}
>
&4 2>&1
}
}
...
@@ -551,6 +552,13 @@ fix_rbx_gem_binstubs() {
...
@@ -551,6 +552,13 @@ fix_rbx_gem_binstubs() {
fi
fi
}
}
fix_rbx_irb
()
{
local
prefix
=
"
$1
"
"
${
prefix
}
/bin/irb"
--version
&>/dev/null
||
"
${
prefix
}
/bin/gem"
install rubysl-tracer
-v
'~> 2.0'
--no-rdoc
--no-ri
&>/dev/null
||
true
}
require_gcc
()
{
require_gcc
()
{
local
gcc
=
"
$(
locate_gcc
||
true
)
"
local
gcc
=
"
$(
locate_gcc
||
true
)
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment