General

Profile

wiz (Thomas Klausner)

  • Login: wiz
  • Registered on: 03/16/2016
  • Last sign in: 05/15/2026

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 2 2 4

Activity

05/15/2026

04:58 PM Ruby Bug #22059: make -j problem in dtrace build
I've committed the attached patch to pkgsrc, which so far seems to fix the problem for me. wiz (Thomas Klausner)

05/07/2026

02:34 PM Ruby Bug #22059 (Open): make -j problem in dtrace build
When building ruby 4.0.3 on NetBSD (from pkgsrc) in a parallel build (make -j16), I sometimes see build problems like this:
```
processing probes in object files
dtrace: target object (probes.o) already exists. Please remove the targe...
wiz (Thomas Klausner)

04/29/2026

05:58 PM Ruby Bug #22016: ruby segfaults regularly
Oh, sorry, you asked for more information:
uname -a was in the original bug report, I'm using NetBSD 11.99.5 on x86_64 (= amd64).
wiz (Thomas Klausner)
05:57 PM Ruby Bug #22016: ruby segfaults regularly
Ruby does not compile out of the box for me, I'll attach the build log. I've attached the build log of a plain ruby build outside of pkgsrc, same system.
I don't know why it uses clang by default, 'cc' is gcc 14.3.0.
In case you're i...
wiz (Thomas Klausner)

04/24/2026

04:24 PM Ruby Bug #22016: ruby segfaults regularly
And here is the output of the process itself:
```
asciidoctor40 -D. -a nofooter -b manpage vms-empire.adoc
/usr/pkg/lib/ruby/4.0.0/x86_64-netbsd/rbconfig.rb:311: [BUG] Segmentation fault at 0x00007f7fff7c3000
ruby 4.0.2 (2026-03-17 r...
wiz (Thomas Klausner)
04:18 PM Ruby Bug #22016 (Open): ruby segfaults regularly
When using ruby 4.0.2 on NetBSD-11.99.5/x86_64, built from pkgsrc, I often get core dumps.
Recently it was quite easy to get them using asciidoctor to build the documentation for vms-empire (but that is just one example).
Here is the...
wiz (Thomas Klausner)

02/05/2026

01:10 PM Ruby Bug #21862: dtrace is passed unmodified CPPFLAGS, but not all compiler flags are supported by dtrace
This can be closed. I don't see a button to do it myself. wiz (Thomas Klausner)
01:08 PM Ruby Bug #21862: dtrace is passed unmodified CPPFLAGS, but not all compiler flags are supported by dtrace
I had thought it was, but reading the man page it seems you're right.
Sorry for the noise.
wiz (Thomas Klausner)
09:59 AM Ruby Bug #21862 (Closed): dtrace is passed unmodified CPPFLAGS, but not all compiler flags are supported by dtrace
I use "CPPFLAGS=-g" to enable symbols in my builds. This works for most software, except for ruby.
The problem is that, in template/Makefile.in, CPPFLAGS are passed unmodified to dtrace:
```
.d.h:
@$(ECHO) translating probes ...
wiz (Thomas Klausner)

03/17/2016

07:56 AM Ruby Bug #12185: Missing symbol inspect_tcpi_msec
`ext/socket/extconf.h` does not differ between with and without `relro`.
Thank you for the quick commit. I can confirm that it fixes the problem for me.
wiz (Thomas Klausner)

Also available in: Atom