AndrewCPaterson (Andrew Paterson)
- Login: AndrewCPaterson
- Email: andrewis@me.com
- Registered on: 05/22/2013
- Last sign in: 05/22/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/23/2013
-
04:08 AM Ruby Bug #8432: make install ruby 2.0.0 fails with undefined method `sub!'
- It is because there is a zero length file in a subdirectory under bin. There needs to be protection against this in rbinstall.rb
05/22/2013
-
06:51 PM Ruby Bug #8432: make install ruby 2.0.0 fails with undefined method `sub!'
- The problem is still present in p195
-
06:51 PM Ruby Bug #8432: make install ruby 2.0.0 fails with undefined method `sub!'
- There are no empty files in the bin directory:
[apaterson@xerxes ruby-2.0.0]$ ls -l bin
total 52
drwxr-xr-x 3 apaterson apaterson 4096 May 22 05:03 ./
drwxr-xr-x 28 apaterson apaterson 12288 May 22 05:47 ../
drwxrwxr-x 2 apater... -
02:36 AM Ruby Bug #8432 (Closed): make install ruby 2.0.0 fails with undefined method `sub!'
- ./tool/rbinstall.rb:468 is trying to reference shebang.sub! on command scripts destined for /usr/local/bin and that's failing.
Steps:
./configure --host="arm-xilinx-linux-gnueabi"
make
make install DESTDIR=../newramdisk_mnt
......