forked from oracle/graal
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
graalvm/mandrel-packaging
#485Labels
Milestone
Description
Since oracle#10905 Mandrel fails to build due to:
Error occurred during initialization of boot layer
java.lang.module.FindException: Module org.graalvm.nativeimage.configure not found, required by org.graalvm.nativeimage.driver
Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: Failed, exit code: 1
at OperatingSystem.exec(build.java:1878)
at build.buildAgents(build.java:306)
at build.main(build.java:249)
Caused by: java.lang.RuntimeException: Failed, exit code: 1
at OperatingSystem.exec(build.java:1867)
at build.buildAgents(build.java:306)
at build.main(build.java:249)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at jdk.compiler/com.sun.tools.javac.launcher.SourceLauncher.execute(SourceLauncher.java:254)
at jdk.compiler/com.sun.tools.javac.launcher.SourceLauncher.run(SourceLauncher.java:138)
at jdk.compiler/com.sun.tools.javac.launcher.SourceLauncher.main(SourceLauncher.java:76)