hanlyusarang (Hanlyu Sarang)
- Login: hanlyusarang
- Registered on: 04/10/2021
- Last sign in: 04/12/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
04/10/2021
-
08:17 PM Ruby Bug #17792: make notes and make test fail with Ruby3.0.1p64 RaspberryPI 4B Ubuntu 20.10 ARM64
- The test code took almost two minutes to run, and it failed:
```
# TEST RESULTS:
pi> ruby test.rb
:foo
test.rb:13:in `copy_stream': Interrupt
from test.rb:13:in `<main>'
# LINE 13: IO.copy_stream(r1, w2) rescue nil
# TEST CODE:
at_e... -
05:48 PM Ruby Bug #17792: make notes and make test fail with Ruby3.0.1p64 RaspberryPI 4B Ubuntu 20.10 ARM64
- Another FYI: The RaspberryPI 4B uses a microSD card (class 10) for the OS and all installed software. I was building Ruby on a 32GB version of this card.
The I/O on a microSD card is much slower than on a 5400 RPM HD, and much, much ... -
04:41 AM Ruby Bug #17792 (Open): make notes and make test fail with Ruby3.0.1p64 RaspberryPI 4B Ubuntu 20.10 ARM64
- I am building Ruby 3.01 from sources on a RaspberryPI 4B running Ubuntu 20.10 ARM64.
This is my first day using this PI4B + Ubuntu 20.10 ARM64, and this is the first time I have attempted to build Ruby on it.
I received a few notes d...