Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Local repository product generation Error

Problem solved.

 

That was a dependency problem not found in my p2 repository but with no relation with org.eclipse.equinox.executable.feature.group

 

It seems that any dependency issue is reported with this error. I don’t know if it’s a tycho or eclipse issue, but maybe if it’s possible, a better log should be emitted to target the missing dependency.

 

Regards,

Jérôme NARBONNE / Capgemini France / Sud
Consultant Conf. maj T&A / ALM SDU
( : +33 (0) 5 61 31 36 07  / www.capgemini.com
15, avenue du Docteur Grynfogel
BP 53655- 31036 Toulouse Cedex 1


De : tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] De la part de Jeff MAURY
Envoyé : dimanche 25 novembre 2012 11:29
À : Tycho user list
Objet : Re: [tycho-user] Local repository product generation Error

 

Can you describe you Tycho env: targets, repositories, project ?

Jeff

 

On Fri, Nov 23, 2012 at 1:22 PM, Narbonne, Jerome <jerome.narbonne@xxxxxxxxxxxxx> wrote:

Hello,

 

When I try to produce a multiplatform product with a local p2 repository, I have this error:  

 

[ERROR] Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependenc

y from pharao-indigo 1.4.0.qualifier to org.eclipse.equinox.executable.feature.group 0.0.0.", "No solution found because the problem is unsa

tisfiable."] -> [Help 1]

org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable

.": ["Unable to satisfy dependency from pharao-indigo 1.4.0.qualifier to org.eclipse.equinox.executable.feature.group 0.0.0.", "No solution

found because the problem is unsatisfiable."]

        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)

        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)

        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)

        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)

        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)

        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)

        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)

Caused by: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from pharao

-indigo 1.4.0.qualifier to org.eclipse.equinox.executable.feature.group 0.0.0.", "No solution found because the problem is unsatisfiable."]

        at org.eclipse.tycho.p2.resolver.AbstractResolutionStrategy.newResolutionException(AbstractResolutionStrategy.java:77)

        at org.eclipse.tycho.p2.resolver.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:89)

        at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:122)

        at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:80)

        at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:377)

        at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.resolveDependencies(P2TargetPlatformResolver.java:354)

        at org.eclipse.tycho.core.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:103)

        at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:82)

        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:273)

        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)

        ... 11 more

 

An automatic extension “feature.group” seems to be added in a multi platform context, I had the same thing with a personal feature.

 

How can I manage that?

 

Tycho version: 0.16

 

Thanks,

Jerome.

This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user




--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury


Back to the top