Skip to content

libedemangle not found when attempting to build smartos on an omnios pkgsrc zone  #297

Description

@papertigers

mail_msg points out:

No Java compiler found
*** Error code 1
The following command caused the error:
if [ -x "/opt/local/java/openjdk11/bin/javac" ]; then                   \
        echo /opt/local/java/openjdk11/bin/javac;                       \
        /opt/local/java/openjdk11/bin/java -fullversion 2>&1 | head -1; \
else                                            \
        echo No Java compiler found;            \
        exit 1;                                 \
fi

And when one tries to manually install that version of java:

$ pfexec pkgin in openjdk11
calculating dependencies...done.
/usr/lib/amd64/libdemangle.so.1, needed by openjdk11-11.0.2 is not present in this system.

0 to refresh, 0 to upgrade, 0 to install
195M to download, 320M to install
the following packages have unmet requirements:   openjdk11-11.0.2


proceed ? [Y/n]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions