Community
Participate
Working Groups
My latest 4.1 short SDK build (releng/org.eclipse.e4.sdk) build failed with: genericTargets.xml:107: Processing inclusion from feature org.eclipse.rcp: Unable to find plug-in: org.eclipse.swt.gtk.linux.ppc_0.0.0. Please check the error log for more details http://download.eclipse.org/e4/sdk/drops/I20101003-2118 Do we have to merge a platform that's removed into the RCP feature? PW
Linux gtk ppc was removed as part of bug 317309 in the 3.7 stream. What tag of the builder are you using?
This is the short build, so we use the latest R4_HEAD org.eclipse.releng.eclipsebuilder PW
Created attachment 180161 [details] patch patch to remove linux.gtk.ppc fragments from R4_HEAD stream of rcp feature
Paul, is there a log for this build with the error? The link you provided seems to be a successful build.
The link has no platforms (the N/A means it can't read anything). The combined log for both builds is http://build.eclipse.org/eclipse/e4/logs/I20101003-2118.txt PW
Created attachment 180170 [details] patch for rcp feature first patch was for another bug, sorry Paul, I think if you release this patch for the rcp feature in R4_HEAD to remove the linux.gtk.ppc fragments, the build will succeed.
I am in the process of merging all features changes from HEAD to R4_HEAD. There are many other changes that are missing in 4.1 stream.
Paul, I have merged all the latest from 3.7 HEAD into the 4.x stream. Can you try another build at some point and let me know how it goes? Kim, I assume you are maintaining the R4_HEAD branch of org.eclipse.releng.eclipsebuilder? There are many changes between HEAD and R4_HEAD in that project, and I didn't dare attempt to determine if they should be merged or not...
Yes, I'm maintaining the R4_HEAD branch.
I've scheduled another build for 15:15 EDT. John, was it /releng/org.eclipse.e4.sdk/maps that you updated? That's what we use for the short build. PW
(In reply to comment #10) > John, was it /releng/org.eclipse.e4.sdk/maps that you updated? That's what we > use for the short build. I didn't even know that project existed! So, I guess I updated the maps for the "long form" build only. I was updating the map files in org.eclipse.releng, in branch R4_HEAD. I think I'll need to talk to you to understand why we have more copies of this info.
(In reply to comment #11) > I didn't even know that project existed! So, I guess I updated the maps for the > "long form" build only. I was updating the map files in org.eclipse.releng, in > branch R4_HEAD. I think I'll need to talk to you to understand why we have more > copies of this info. That's the "short form" build. It was designed to pick up almost the entire 3.7 build, and only replace the 3-6 plugins we need to re-compile, and the supporting features. PW
The log for last night's build indicates that it is now looking for "feature org.eclipse.rcp: Unable to find plug-in: org.eclipse.equinox.launcher.gtk.linux.ppc_0.0.0. " http://build.eclipse.org/eclipse/e4/logs/oct6.txt Could we remove that from the org.eclipse.rcp feature we use? PW
feature org.eclipse.platform: Unable to find plug-in: org.eclipse.core.filesystem.linux.ppc_0.0.0. Please check the error log for more details. Slowly working my way through them. PW
That last change + removing the entry from configs seems to have worked. http://download.eclipse.org/e4/sdk/drops/I20101006-1338 PW
Verified in I20101026-0203. I just used the SWT in this build to fix an e4 defect. This fix was only included in last night's 3.7 build so we must be picking up the correct one...