From nobody Fri May 1 14:42:23 2026 X-Original-To: java@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4g6Yfl5chKz6bY9d; Fri, 01 May 2026 14:42:39 +0000 (UTC) (envelope-from haraldei@anduin.net) Received: from mail.anduin.net (mail.anduin.net [185.42.170.45]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4g6Yfl36w6z3Xqy; Fri, 01 May 2026 14:42:39 +0000 (UTC) (envelope-from haraldei@anduin.net) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anduin.net; s=dkim2021; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=c/9/MwA9FKUG0Gxc4czXEbiZcy0zHPoWvjl0RVO65mo=; t=1777646559; x=1778510559; b=f/nt7ASMIcX4wqR1Z7rsbbBg6qdYaLfhRyogsUM08zRfB/2Gv9f0GivUydrUJfb4pEF6KoZgi6R d5dypT1uwCPN4qhyVUX6x+O8ibQJYzIj/YfYQn1YSYp7lWrWbHjHX9rT49yg1FqGhWP6oDDR9MmUg +J5UP1g5ilTFajwZEsjrqSMe532m4oKm2ga/oVe+9w2WHXFcXvQB1wMz7GdVXcvJV1TWEVOrv2txP CTGfYlGgb46VsYd+/eDaM2f+Pl9tzvTaidTAebhyDfGvwvO1KBO3blEmOgqJWNL0x+zeAuWc0vJpR X8ShQiWEyUjb7SpvQf8dkkporCUzxJFsE9Hg==; Received: by mail.anduin.net with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.98.2 (FreeBSD)) (envelope-from ) id 1wIp4X-0000000029t-1Q96; Fri, 01 May 2026 14:42:31 +0000 Date: Fri, 1 May 2026 16:42:23 +0200 From: Harald Eilertsen To: Ronald Klop Cc: ports@freebsd.org, java@freebsd.org Subject: Re: "pkg-static: Missing shlib libjvm.so required by scilab" in unmaintained port math/scilab-toolbox-swt Message-ID: References: <1398276142.483.1777630711427@localhost> List-Id: Porting Java to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-java List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-java@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1398276142.483.1777630711427@localhost> X-SA-Authenticated: Yes X-Spam-Score: -1.9 X-Spam-Level: - X-Spam-Report: host: mail.modirum.com | contact: hostmaster@modirum.com | scores: BAYES_00=-1.9,NO_RELAYS=-0.001 | autolearn=no autolearn_force=no, score=0 X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:62248, ipnet:185.42.170.0/24, country:EE] X-Rspamd-Queue-Id: 4g6Yfl36w6z3Xqy X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated 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!