-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac : jdk_sound :javax/sound/midi/Devices/InitializationHang.java failed with Execution failed: `main' threw exception: java.lang.UnsatisfiedLinkError #136
Comments
@smlambert I can confirm that this should exist (checked against a few other OpenJDK derivatives). |
Here actual error message is So we are missing the library libfreetype.6.dylib not libfontmanager.dylib. It should refer to jre/lib for libfreetype.6.dylib. |
#137 is a duplicate of this bug. |
There are a lot of other test cases also fails because of this reason: About 35 test cases fails because of this. |
So I would suggest to prioritize the the openjdk-build bug adoptium/temurin-build#202 |
#135 is a duplicate of this according to comment above. |
#135 need not be a duplicate of this, java.lang.Error: could not find editor for class java.awt.Color can happen if test machine is headless. Also that happen in both linux and mac. Nevertheless, let's validate that once this bug is resolved. |
New failure because of this: |
Mani provided a build (with the changes in PR openjdk-build/216), that seem to correct the missing libfreetype lib problem. The few remaining failures are likely related to the x11 server issue |
Closing as now listed in summary issue #346 |
The text was updated successfully, but these errors were encountered: