General

Profile

xtkoba (Tee KOBAYASHI)

  • Login: xtkoba
  • Registered on: 12/30/2020
  • Last sign in: 03/01/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 8 32 40

Activity

03/01/2023

04:25 AM Ruby Bug #17998: ractor: process hanging (with ractors initialized, but not being used)
I don't know. This is not my issue in the first place. xtkoba (Tee KOBAYASHI)

01/05/2023

10:21 PM Ruby Bug #19275: Bundled gems extensions are not installed with 3.2.0 release tarball
Thanks. The patch in https://bugs.ruby-lang.org/issues/19275 is literally the same as the one I posted here as a workaround, which I know works as expected.
I think this issue can be closed now, maybe as a duplicate of #19271.
xtkoba (Tee KOBAYASHI)
01:45 AM Ruby Bug #19275: Bundled gems extensions are not installed with 3.2.0 release tarball
Ah sorry, that is not correct. The output before `make install` (right after `make` with no target specified) should read:
```
rm -f ./.bundle/specifications/debug-1.7.1.gemspec
rm -f ./.bundle/specifications/rbs-2.8.2.gemspec
rm -...
xtkoba (Tee KOBAYASHI)

01/04/2023

03:57 PM Ruby Bug #19275: Bundled gems extensions are not installed with 3.2.0 release tarball
Here it is:
```
rm -f ./.bundle/specifications/debug-1.7.1.gemspec
rm -f ./.bundle/specifications/rbs-2.8.2.gemspec
rm -rf ./.bundle/gems/debug-1.7.1/
rm -rf ./.bundle/gems/rbs-2.8.2/
rm -f .bundle/specifications/debug-1.7.1.gems...
xtkoba (Tee KOBAYASHI)

12/28/2022

01:02 PM Ruby Bug #19275 (Closed): Bundled gems extensions are not installed with 3.2.0 release tarball
Bundled gems extensions are not installed with 3.2.0 release tarball when cross building for `aarch64-linux-android` target.
Possibly related to #19271.
Excerpt from build log:
```
2022-12-28T12:39:39.5065133Z linking shared-ob...
xtkoba (Tee KOBAYASHI)

06/14/2022

05:17 PM Ruby Bug #18808: Cannot compile ruby 3.1.2 on powerpc64le-linux without disabling the jit features
Line 22951-22953 of `rb_mjit_header.h`:
```c
__attribute__ ((__visibility__("default"))) extern
_Bool
rb_iseq_only_optparam_p(const rb_iseq_t *iseq)
```
Note the newline immediately following `extern`, which is unexpected by th...
xtkoba (Tee KOBAYASHI)
03:59 AM Ruby Bug #18808: Cannot compile ruby 3.1.2 on powerpc64le-linux without disabling the jit features
If `__attribute__ ((__visibility__("default")))` did not go with `extern` on a specific platform, then the following C code failed to compile:
```c
__attribute__ ((__visibility__("default"))) extern
int foo(void);
```
FWIW, with...
xtkoba (Tee KOBAYASHI)

06/09/2022

04:46 PM Ruby Bug #17810 (Closed): addr2line.c: Some symbol names missing in C backtrace with Clang/LLVM
Applied in changeset commit:git|940c8b093de1d903b67b7d80cc33f698a5debf1c.
----------
Skip `NULL` values from `dladdr(3)`
Fixes [Bug #17810]
xtkoba (Tee KOBAYASHI)
11:43 AM Ruby Revision 940c8b09 (git): Skip `NULL` values from `dladdr(3)`
Fixes [Bug #17810] xtkoba (Tee KOBAYASHI)

05/27/2022

04:10 AM Ruby Bug #18608: `require': cannot load such file -- ripper (LoadError) after `make distclean`
I guess this is because either `bison` is not installed in the build environment or the environment variable `YACC` is not correctly set. Note that `make distclean` among other things removes `ext/ripper/ripper.c` which requires `YACC` (... xtkoba (Tee KOBAYASHI)

Also available in: Atom