Date: Sun, 24 Mar 2019 12:56:20 +0000 From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: maintainer-feedback requested: [Bug 236759] java/openjdk11: jshell fails to launch due to unresolved libiconv symbols Message-ID: <bug-236759-8522-LidnldGvGo@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-236759-8522@https.bugs.freebsd.org/bugzilla/> References: <bug-236759-8522@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-java mailing l= ist <java@FreeBSD.org> for maintainer-feedback: Bug 236759: java/openjdk11: jshell fails to launch due to unresolved libico= nv symbols https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236759 --- Description --- jshell from the openjdk11 or openjdk12 ports won't launch. It fails as foll= ows: Launching JShell execution engine threw: ld-elf.so.1: /usr/local/openjdk11/lib/libjdwp.so: Undefined symbol "libiconv_open" The problem can be worked around as follows: env LD_PRELOAD=3D/usr/local/lib/libiconv.so /usr/local/openjdk11/bin/jshell
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236759-8522-LidnldGvGo>