[Bug 297282] java/openjdk25: libjava.so does not find libjvm.so

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 01 Sep 2026 08:00:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297282

--- Comment #12 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=cfb60c1505c9a395c6361472c4a0628b2f77e9fc

commit cfb60c1505c9a395c6361472c4a0628b2f77e9fc
Author:     Harald Eilertsen <haraldei@FreeBSD.org>
AuthorDate: 2026-08-31 15:48:25 +0000
Commit:     Harald Eilertsen <haraldei@FreeBSD.org>
CommitDate: 2026-09-01 07:59:20 +0000

    java/openjfx14: Fix openjfx14 after 9477c9da0a4

    Removing USE_LDCONFIG from openjdk11 caused the package for openjfx14 to
    fail to build, because it could not find libjvm.so, previously exported
    from openjdk11 (and 8).

    Making the openjfx14 package ignore this should be safe, as it in any
    case relies on openjdk11 which again contains the lib and knows how to
    locate and load it.

    Thanks to ronald@ for pointing me in the right direction!

    PR:             297282
    Reported by:    vvd@FreeBSD.org
    Reviewed by:    vvd@FreeBSD.org
    Tested by:      vvd@FreeBSD.org
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D59290

 java/openjfx14/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.