[Bug 236759] java/openjdk11: jshell fails to launch due to unresolved libiconv symbols

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 24 12:56:23 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236759

            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 at FreeBSD.org
          Reporter: olivier.cinquin at uci.edu
          Assignee: java at FreeBSD.org
             Flags: maintainer-feedback?(java at FreeBSD.org)

jshell from the openjdk11 or openjdk12 ports won't launch. It fails as follows:
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=/usr/local/lib/libiconv.so /usr/local/openjdk11/bin/jshell

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


More information about the freebsd-java mailing list