[Bug 284503] java/openjdk23 missing libfontconfig.so dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Feb 2025 15:20:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284503 Bug ID: 284503 Summary: java/openjdk23 missing libfontconfig.so dependency Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: java@FreeBSD.org Reporter: freebsd.68fba@nospam.spacesurfer.com Flags: maintainer-feedback?(java@FreeBSD.org) Assignee: java@FreeBSD.org Running swing application with openjdk23 (openjdk23-23.0.1+11.1 on 14.2-RELEASE-p1) fails with: ld-elf.so.1: /usr/local/openjdk23/lib/libfontmanager.so: Undefined symbol "FcPatternCreate" There are no such errors with all earlier openjdk versions I have used (openjdk22 works) ldd /usr/local/openjdk23/lib/libfontmanager.so does not include libfontconfig.so.1 ldd /usr/local/openjdk22/lib/libfontmanager.so does include libfontconfig.so.1 -- You are receiving this mail because: You are the assignee for the bug.