On Feb 1, 2010, at 10:20 AM, rogerdpack wrote: > from building from rc2, noticed a few things... > > ... > install -c -m 0644 preinstalled-gems/bin/ri /home/rdp/installs/ > rubinius/gems/bin/ri > install -c -m 0644 preinstalled-gems/bin/rdoc /home/rdp/installs/ > rubinius/gems/bin/rdoc > install -c -m 0644 preinstalled-gems/bin/rake /home/rdp/installs/ > rubinius/gems/bin/rake > ... > r...@ubuntu910:~/dev/downloads/rubinius-1.0.0-rc2$ ls -l ~/installs/ > rubinius/gems/bin/ > total 12 > -rw-r--r-- 1 rdp rdp 378 2010-02-01 11:11 rake > -rw-r--r-- 1 rdp rdp 418 2010-02-01 11:11 rdoc > -rw-r--r-- 1 rdp rdp 416 2010-02-01 11:11 ri > > (they're not executable). > I assume this is a bug?
No, this is not a bug. They're run via -S, which doesn't need them to be executable. > > Also...is there not supposed to be an irb? > > r...@ubuntu910:~/dev/downloads/rubinius-1.0.0-rc2$ ls -l ~/installs/ > rubinius/bin > total 43096 > -rwxr-xr-x 1 rdp rdp 44128634 2010-02-01 11:11 rbx > > Is this a bug? No, you run irb by just starting rbx from a terminal without any arguments. > > Thanks. > -rp > > -- > --- !ruby/object:MailingList > name: rubinius-dev > view: http://groups.google.com/group/rubinius-dev?hl=en > post: [email protected] > unsubscribe: [email protected] > -- --- !ruby/object:MailingList name: rubinius-dev view: http://groups.google.com/group/rubinius-dev?hl=en post: [email protected] unsubscribe: [email protected]
