Re: How to get pkgsrc to use builtin/native libraries?
RVP <[email protected]>
| Newsgroups | gmane.os.netbsd.general |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 3 May 2026, Monica Vaida wrote: > I didn't feel like patching libxslt and libxml, so I just used `gdb` > to wrap `xsltproc` and `xmllint` and handle the FPE. The FPE only > happened once when either program started, and telling `gdb` to just > ignore the FPE and allow the program to continue running worked. > Hmm, then one could just patch those 2 progs to ignore SIGFPE... > CDE only partly works. I can `X -query` into `dtlogin` from a PC with > a screen, but `dtwm` and most other CDE programs fail with this error: > ``` > Unresolved inheritance operation > ``` > The stock X.Org app, `xman` fails in the same way when clicking on > "Manual Page". > This shouldn't happen. According to: https://www.x.org/releases/current/doc/libXt/intrinsics.html ``` Inheritance of Superclass Operations [...] Inheriting works by comparing the value of the field with a known, special value and by copying in the superclass's value for that field if a match occurs. This special value, called the inheritance constant, is usually the Intrinsics internal value _XtInherit cast to the appropriate type. _XtInherit is a procedure that issues an error message if it is actually called. ``` _XtInherit() should never get called. Does this happen on a real card attached to the VAX too? Because, this should've been spotted a long time ago. Or, is X fundamentally broken on VAX? > Also, /usr/pkg/etc/dt mistakenly became /usr/pkg/usr/pkg/etc/dt. I > just linked it to the proper location. > pkgsrc issue. File a PR. -RVP