You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For the record, the build failed one time on a seemingly race condition that i didn't record, and then worked the 2d time but failed at Eclipse plugin on Batik (i worked with them so long ago! (22 years!)), but it is perhaps an artefact of my silly dev system:
...
INFO] ------------< com.mobidevelop.robovm:org.robovm.eclipse.ui >------------
[INFO] Building RoboVM for Eclipse Core and UI 2.3.22-SNAPSHOT [2/4]
[INFO] from ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ org.robovm.eclipse.ui ---
[INFO]
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.robovm.eclipse.ui ---
[INFO] The project's OSGi version is 2.3.22.202403182105
[INFO]
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.robovm.eclipse.ui ---
[INFO]
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.robovm.eclipse.ui ---
[INFO]
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.robovm.eclipse.ui ---
[INFO]
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.robovm.eclipse.ui ---
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-jdt/3.0.3/tycho-compiler-jdt-3.0.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-jdt/3.0.3/tycho-compiler-jdt-3.0.3.pom (2.4 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-lib-detector/3.0.3/tycho-lib-detector-3.0.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-lib-detector/3.0.3/tycho-lib-detector-3.0.3.pom (1.6 kB at 62 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.32.0/ecj-3.32.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.32.0/ecj-3.32.0.pom (1.3 kB at 55 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-jdt/3.0.3/tycho-compiler-jdt-3.0.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-jdt/3.0.3/tycho-compiler-jdt-3.0.3.jar (19 kB at 132 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-lib-detector/3.0.3/tycho-lib-detector-3.0.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.32.0/ecj-3.32.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-lib-detector/3.0.3/tycho-lib-detector-3.0.3.jar (3.5 kB at 32 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.32.0/ecj-3.32.0.jar (3.2 MB at 8.2 MB/s)
[INFO] Resolving class path of RoboVM for Eclipse Core and UI...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for RoboVM for Eclipse 2.3.22-SNAPSHOT:
[INFO]
[INFO] RoboVM for Eclipse ................................. SUCCESS [ 0.056 s]
[INFO] RoboVM for Eclipse Core and UI ..................... FAILURE [ 1.246 s]
[INFO] RoboVM for Eclipse Feature ......................... SKIPPED
[INFO] RoboVM for Eclipse Update Site ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.571 s
[INFO] Finished at: 2024-03-18T22:05:41+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:3.0.3:validate-classpath (default-validate-classpath) on project org.robovm.eclipse.ui: Execution default-validate-classpath of goal org.eclipse.tycho:tycho-compiler-plugin:3.0.3:validate-classpath failed: bundleLocation not found: /Users/lmaitre/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.14.0.v20210324-0332/org.apache.batik.css-1.14.0.v20210324-0332.jar -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] https://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :org.robovm.eclipse.ui
I get errors at runtime (not compiling) libgdx main + mobivm main with this PR and IOS 17.4, however i am not sure at all it is related to the relaxed checks in this PR, let me know if i should open another issue elsewhere, but here is the stacktrace (which is perhaps not related to RoboVM itself - discard my comment as needed):
have re-check if we can build all natives using recent dev environments. only LLVM had to be updated.
but now there is no more Python2 in MacOS/Xcode so we have to use pyenv shell 2.7.18 before building LLVM
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.