darkspy (gerty ken)
- Login: darkspy
- Registered on: 12/26/2022
- Last sign in: 12/29/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 1 | 2 |
Activity
12/29/2025
-
07:01 AM Ruby Bug #21801: compile failed at 4.0.0 preview 3 and snapshot issue
- nobu (Nobuyoshi Nakada) wrote in #note-2:
> darkspy (gerty ken) wrote:
> ...
now i tried cross compile from mingw64 in linux for windows target. the ruby 4 still can not run:
test.rb:
$stdout.sync = true
puts "test"
ruby test.rb
...
12/26/2025
-
09:10 AM Ruby Bug #21801: compile failed at 4.0.0 preview 3 and snapshot issue
- nobu (Nobuyoshi Nakada) wrote in #note-2:
> darkspy (gerty ken) wrote:
> ...
i tryied 4.0.0 release on msys 2. same result as above
12/23/2025
-
12:43 PM Ruby Bug #21801: compile failed at 4.0.0 preview 3 and snapshot issue
- darkspy (gerty ken) wrote in #note-3:
> nobu (Nobuyoshi Nakada) wrote in #note-2:
> ...
now snapshot tonight:
compiling ./missing/langinfo.c
compiling ./missing/crypt.c
compiling ./missing/explicit_bzero.c
compiling ./missing/ffs.c...
12/22/2025
-
11:21 PM Ruby Bug #21801: compile failed at 4.0.0 preview 3 and snapshot issue
- nobu (Nobuyoshi Nakada) wrote in #note-2:
> darkspy (gerty ken) wrote:
> ...
yep like for 8 years compiling ruby using msys 1.0 + winlib / mingw64. until 4.0 preview2 were fine -
11:11 AM Ruby Bug #21801 (Open): compile failed at 4.0.0 preview 3 and snapshot issue
- ```
compiling x64-msvcrt-ruby400.res.o
creating verconf.h
verconf.h updated
compiling loadpath.c
linking static-library libx64-msvcrt-ruby400-static.a
generating x64-msvcrt-ruby400.def
linking shared-library x64-msvcrt-ruby400.dll...
12/26/2022
-
02:44 PM Ruby Misc #19265 (Rejected): please remove rust yjit
- my job is heavily ruby coding and following ruby new versions.(servers and business depend on ruby, like heavy java server clusters)
my one part of job is compile and customizing ruby for use in company.
it's works ok until 3.1.x but 3...