Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2019 12:56:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 236759] java/openjdk11: jshell fails to launch due to unresolved libiconv symbols
Message-ID:  <bug-236759-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236759

            Bug ID: 236759
           Summary: java/openjdk11: jshell fails to launch due to
                    unresolved libiconv symbols
           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: olivier.cinquin@uci.edu
          Assignee: java@FreeBSD.org
             Flags: maintainer-feedback?(java@FreeBSD.org)

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236759-7788>