Summary: | java-ebuilder uses non-existent Maven host | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Andrew Udvare <audvare> |
Component: | Unclassified | Assignee: | Benda Xu <heroxbd> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | java, zzy2529420793 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | java-ebuilder movl build log |
Description
Andrew Udvare
2020-03-19 22:46:30 UTC
I think I have the MAVEN_ARTS line corrected now: MAVEN_ARTS="org.eclipse.tycho:tycho-maven-plugin:1.4.0" I ran `movl clean && movl build` and got this error: Parsed ebuild file name: name = tycho-maven-plugin, version = 1.4.0, suffix = null Reading in maven cache...(warning: format is not up-to-date, consider refreshing the cache)...done Exception in thread "main" java.lang.IllegalThreadStateException: process hasn't exited at java.lang.UNIXProcess.exitValue(UNIXProcess.java:423) at org.gentoo.java.ebuilder.maven.MavenParser.getEffectivePom(MavenParser.java:122) at org.gentoo.java.ebuilder.maven.MavenParser.lambda$parsePomFiles$0(MavenParser.java:41) at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382) at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) at org.gentoo.java.ebuilder.maven.MavenParser.parsePomFiles(MavenParser.java:40) at org.gentoo.java.ebuilder.Main.generateEbuild(Main.java:194) at org.gentoo.java.ebuilder.Main.main(Main.java:51) /usr/lib/java-ebuilder/tree.sh: line 126: /var/lib/java-ebuilder/maven/app-maven/tycho-maven-plugin/tycho-maven-plugin-1.4.0.ebuild: No such file or directory Appending /var/lib/java-ebuilder/maven to PORTDIR_OVERLAY... ebuild: /var/lib/java-ebuilder/maven/app-maven/tycho-maven-plugin/*.ebuild: does not exist Created attachment 622926 [details]
java-ebuilder movl build log
Hi Andrew, thank you for the report! This year we are going to have a GSoC project on fixing java-ebuilder. Zongyu is going to devote his summer working on it. |