Created
October 14, 2013 23:22
-
-
Save terinjokes/6983944 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> Installing rubinius 2.0.0 into /home/terin/.rubies/rubinius-2.0.0 ... | |
>>> Installing dependencies for rubinius 2.0.0 ... | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
automake is already the newest version. | |
bison is already the newest version. | |
flex is already the newest version. | |
g++ is already the newest version. | |
gcc is already the newest version. | |
libgdbm-dev is already the newest version. | |
libncurses5-dev is already the newest version. | |
libreadline-dev is already the newest version. | |
libyaml-dev is already the newest version. | |
zlib1g-dev is already the newest version. | |
llvm-dev is already the newest version. | |
libssl-dev is already the newest version. | |
ruby1.9.1-dev is already the newest version. | |
git is already the newest version. | |
The following extra packages will be installed: | |
libruby1.8 ruby1.8 ruby1.8-dev | |
Suggested packages: | |
ruby1.8-examples ri1.8 | |
The following NEW packages will be installed: | |
libruby1.8 ruby1.8 ruby1.8-dev rubygems | |
0 upgraded, 4 newly installed, 0 to remove and 51 not upgraded. | |
Need to get 0 B/2,911 kB of archives. | |
After this operation, 12.6 MB of additional disk space will be used. | |
Selecting previously unselected package libruby1.8. | |
(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 177785 files and directories currently installed.) | |
Unpacking libruby1.8 (from .../libruby1.8_1.8.7.352-2ubuntu1.3_amd64.deb) ... | |
Selecting previously unselected package ruby1.8. | |
Unpacking ruby1.8 (from .../ruby1.8_1.8.7.352-2ubuntu1.3_amd64.deb) ... | |
Selecting previously unselected package ruby1.8-dev. | |
Unpacking ruby1.8-dev (from .../ruby1.8-dev_1.8.7.352-2ubuntu1.3_amd64.deb) ... | |
Selecting previously unselected package rubygems. | |
Unpacking rubygems (from .../rubygems_1.8.15-1ubuntu0.1_all.deb) ... | |
Processing triggers for man-db ... | |
Setting up libruby1.8 (1.8.7.352-2ubuntu1.3) ... | |
Setting up ruby1.8 (1.8.7.352-2ubuntu1.3) ... | |
update-alternatives: using /usr/bin/ruby1.8 to provide /usr/bin/ruby (ruby) in auto mode. | |
Setting up ruby1.8-dev (1.8.7.352-2ubuntu1.3) ... | |
Setting up rubygems (1.8.15-1ubuntu0.1) ... | |
Processing triggers for libc-bin ... | |
ldconfig deferred processing now taking place | |
>>> Installing bundler ... | |
Successfully installed bundler-1.3.5 | |
1 gem installed | |
>>> Downloading http://releases.rubini.us/rubinius-2.0.0.tar.bz2 into /home/terin/src ... | |
--2013-10-14 16:21:28-- http://releases.rubini.us/rubinius-2.0.0.tar.bz2 | |
Resolving releases.rubini.us (releases.rubini.us)... 176.32.98.226 | |
Connecting to releases.rubini.us (releases.rubini.us)|176.32.98.226|:80... connected. | |
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable | |
The file is already fully retrieved; nothing to do. | |
>>> Verifying rubinius-2.0.0.tar.bz2 ... | |
>>> Extracting rubinius-2.0.0.tar.bz2 ... | |
>>> Bundling rubinius 2.0.0 ... | |
Using rake (10.1.0) | |
Using daedalus-core (0.0.1) | |
Using gems (0.8.3) | |
Using redcard (1.1.0) | |
Using rubinius-ast (2.0.8) | |
Using rubinius-bridge (1.0.3) | |
Using rubinius-compiler (2.0.4) | |
Using rubinius-toolset (0.1.1) | |
Using rubinius-melbourne (2.0.0.18) | |
Using rubinius-processor (2.0.1) | |
Using bundler (1.3.5) | |
Your bundle is complete! | |
Use `bundle show [gemname]` to see where a bundled gem is installed. | |
>>> Configuring rubinius 2.0.0 ... | |
./configure:8:in `require': no such file to load -- bundler/setup (LoadError) | |
from ./configure:8 | |
!!! Configuration of rubinius 2.0.0 failed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment