Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] Mars I-Build with ppc64le ?

See Bug 442295 - need to add ppc64le support for swt, launcher & resources


On Wed, Sep 3, 2014 at 4:21 AM, Mickael Istria <mistria@xxxxxxxxxx> wrote:
Hello,

While trying to build eclipse.platform.ui bundle with "mvn clean verify -Pbuild-individual-bundles", I get the following error:

[INFO] Resolving dependencies of MavenProject: org.eclipse.jface:org.eclipse.jface.examples.databinding:1.0.300-SNAPSHOT @ /home/mistria/git/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/pom.xml
[ERROR] Internal error: java.lang.RuntimeException: Could not determine SWT implementation fragment bundle for environment {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=ppc64le} -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Could not determine SWT implementation fragment bundle for environment {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=ppc64le}
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:164)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: java.lang.RuntimeException: Could not determine SWT implementation fragment bundle for environment {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=ppc64le}
	at org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategy.fixSWT(ProjectorResolutionStrategy.java:155)
	at org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:95)
	at org.eclipse.tycho.p2.util.resolution.AbstractResolutionStrategy.resolve(AbstractResolutionStrategy.java:63)
	at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies(P2ResolverImpl.java:166)
	at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies(P2ResolverImpl.java:103)
	at org.eclipse.tycho.p2.resolver.P2DependencyResolver.doResolveDependencies(P2DependencyResolver.java:352)
	at org.eclipse.tycho.p2.resolver.P2DependencyResolver.resolveDependencies(P2DependencyResolver.java:325)
	at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject(DefaultTychoResolver.java:107)
	at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:75)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:271)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
	... 11 more

Profile -Pbuild-individual-bundles adds the following repository: http://download.eclipse.org/eclipse/updates/4.5-I-builds to resolve other Platform bundles (such as SWT). However, this site doesn't seem to contain a SWT fragment for linux/gtk/ppc64le. Is this fragment missing from a feature or is it just that we need to wait for a new I-Build to publish it? In case it's the second option, is it possible to trigger an I-Build right now?

Cheers,
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev



--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top