Re: "pkg-static: Missing shlib libjvm.so required by scilab" in unmaintained port math/scilab-toolbox-swt
Harald Eilertsen <[email protected]> Fri, 1 May 2026 16:42:23 +0200
| Newsgroups | gmane.os.freebsd.devel.java |
|---|---|
| Message-ID | <[email protected]> |
On Fri, May 01, 2026 at 12:18:31PM +0200, Ronald Klop wrote: > The error I found in the logs: > [150amd64-default-job-19] `-- Extracting xml-commons-1.4.01_3: ..... done > pkg-static: Missing shlib libjvm.so required by scilab I think that means none of the dependencies provide that library via USE_LDCONFIG. Last time I looked into this I had issues, because all the OpenJDK versions provide this library, and caused them to be less willing to coexist iirc. There was a similar issue with LibreOffice, but there I think it was sorted by removing the dependency on the lib. I have no opinion on whether to keep this port or not, though :) H!