Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #441363 +++ To package ppc64le support in the build we need platform.ui to reference the new swt, launcher and resources elements.
gerrit push for master: https://git.eclipse.org/r/32107
Paul, this one is ready to merge at your convenience. thanks
If we can get this patch applied, right now, then I could apply the final "releng" part, bug 442290, and THEN I would "request a rebuild" of our I-build. My reasons are simply that the "download page" will have dead links to this platform .... and would prefer not to have an I-build with dead links ... and would prefer not to have to "hand edit" the download page to remove them ... when we are so close to completing them.
Released as http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=dc3781744e6d52cf36bcb97a3c8b58ab15b362f4 PW
changes are pushed
This seems to fail our Gerrit build trigger [DEBUG] Closing connection to remote [ERROR] Internal error: java.lang.RuntimeException: Could not determine SWT implementation fragment bundle for environment {osgi.ws=gtk, osgi.os=linux, osgi.arch=ppc64le, org.eclipse.update.install.features=true} -> [Help 1] org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Could not determine SWT implementation fragment bundle for environment {osgi.ws=gtk, osgi.os=linux, osgi.arch=ppc64le, https://hudson.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/2868/console
That's strange. It should continue to work as long as the fragment has been correctly built in the I build. Lars, can you check that the aggregator parent pom is pointing to the 4.5-I-build site? PW
The pom.xml in eclipse.platform.ui points to eclipse-platform-parent in https://repo.eclipse.org/content/repositories/eclipse/. I'm not sure how the actually file is selected but https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-platform-parent/4.5.0-SNAPSHOT/eclipse-platform-parent-4.5.0-20140903.040540-75.pom contains in its build-individual-bundles profile the p2 repository: http://download.eclipse.org/eclipse/updates/4.5-I-builds
(In reply to Paul Webster from comment #7) > That's strange. It should continue to work as long as the fragment has been > correctly built in the I build. Lars, can you check that the aggregator > parent pom is pointing to the 4.5-I-build site? > > PW It's hard to keep up with all the mail, isn't it? :) But it has not yet, been included in an I-build. We'll try again today. As always, if you just couldn't wait, you could do a "full local build" ... but, not sure that helps your Gerrit jobs.
(In reply to David Williams from comment #9) > > It's hard to keep up with all the mail, isn't it? :) :-) > couldn't wait, you could do a "full local build" ... but, not sure that > helps your Gerrit jobs. The Gerrit jobs pick up the parent pom from repo.eclipse.org, which gets pushed from the aggregator to repo.eclipse.org every day just after midnight. So the Gerrit jobs are just jumping the gun, and will sort themselves out after the I build. PW
Gerrit build trigger works again.