Re: pkg/55938
"Thomas Klausner via gnats" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/55938; it has been noted by GNATS. From: Thomas Klausner <[email protected]> To: NetBSD bugtracking <[email protected]> Cc: Subject: Re: pkg/55938 Date: Tue, 25 Aug 2026 16:00:47 +0200 Hi! I've stumbled over this while looking at another dtrace problem - the 'u_int' in psinfo.d one. This is fixed in -current by adding #pragma D depends_on module netbsd near the top of /usr/lib/dtrace/psinfo.d; supposedly it also works if you can access /dev/ksyms. As for the 32/64 confusion - I don't see this on NetBSD 11.99.7. I've also just tried the dtrace option with python314, and it worked without any changes. Thomas