Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Unsatisfied Dependency Failure

> Any idea how to fix that?

I don't know what that means. But, I don't think I "synched up" correctly the first time ... I had to go read the docs to refresh my memory :/ ... but I think I've fixed it up now. If you do a fresh pull and submodule update, it'd be worth a try. I'm trying a "manual" build now, but hasn't reached that packaging phase.

If still doesn't work, we'll have to wait for Thanh. :)





From:        Lars Vogel <lars.vogel@xxxxxxxxx>
To:        Common-build Developers discussion <cbi-dev@xxxxxxxxxxx>,
Date:        02/15/2013 01:50 AM
Subject:        Re: [cbi-dev] Unsatisfied Dependency Failure
Sent by:        cbi-dev-bounces@xxxxxxxxxxx




Just re-ran. I got an error for the version in a pom eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/pom.xml which was easy to fix and now I'm getting the following error:

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.17.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) on project org.eclipse.equinox.core.feature: Execution default-build-qualifier-aggregator of goal org.eclipse.tycho:tycho-packaging-plugin:0.17.0-SNAPSHOT:build-qualifier-aggregator failed: Project org.eclipse.equinox.framework:org.eclipse.osgi:eclipse-plugin:3.9.0-SNAPSHOT does not have expanded version -> [Help 1]

Any idea how to fix that?


2013/2/15 David M Williams <david_williams@xxxxxxxxxx>
Try it now. We (finally) got a (relatively) clean build from our automated build, so I tried "manually" pushing the commit for aggregator to master so that should "sync up" several changes made over the last 3 or 4 days. One of which as to remove org.eclipse.e4.ui.model.workbench.edit.

If it does not work,  I think I know what to do next. So, let us know. Next week we hope to turn on "autotagging" when we get a good build [1].


[1]
https://bugs.eclipse.org/bugs/show_bug.cgi?id=400879






From:        
Dave Hughes <Dave.Hughes@xxxxxxxxxxxxxxx>
To:        
"cbi-dev@xxxxxxxxxxx" <cbi-dev@xxxxxxxxxxx>,
Date:        
02/14/2013 11:17 PM
Subject:        
[cbi-dev] Unsatisfied Dependency Failure
Sent by:        
cbi-dev-bounces@xxxxxxxxxxx





Reactor has been failing for the last few days with the same error each time:

 

[INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.ui.model.workbench.edit:0.12.0-SNAPSHOT @ C:\GIT\ECLIPSE\eclipse.platform.ui\bundles\org.eclipse.e4.ui.model.workbench.edit\p

om.xml

[INFO] Cannot complete the request.  Generating details.

[INFO] Cannot complete the request.  Generating details.

[INFO] {
osgi.ws=gtk, osgi.os=linux, osgi.arch=x86, org.eclipse.update.install.features=true}
[ERROR] Cannot resolve project dependencies:

[ERROR]   Software being installed: org.eclipse.e4.ui.model.workbench.edit 0.12.0.qualifier

[ERROR]   Missing requirement: org.eclipse.e4.ui.model.workbench.edit 0.12.0.qualifier requires 'bundle org.eclipse.emf.edit [2.6.0,3.0.0)' but it could not be found

[ERROR]

[ERROR] Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.e4.ui.model.workbench.edit 0.12.0.qualifier to b

undle org.eclipse.emf.edit [2.6.0,3.0.0).", "No solution found because the problem is unsatisfiable."] -> [Help 1]

org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.e4.ui.model.wor

kbench.edit 0.12.0.qualifier to bundle org.eclipse.emf.edit [2.6.0,3.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:57)

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

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

        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 org.eclipse.e4.ui.model.workbench.edit 0.12.0.qualifier to bundle org.ecl

ipse.emf.edit [2.6.0,3.0.0).", "No solution found because the problem is unsatisfiable."]

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

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

        at org.eclipse.tycho.p2.resolver.AbstractResolutionStrategy.resolve(AbstractResolutionStrategy.java:58)

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

        at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveDependencies(P2ResolverImpl.java:78)

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

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

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

        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)

 

 

Thoughts?

 

 

Thanks,
Dave

Dave Hughes, Software Engineer
Phone: 604.408.8078 ext. 745
Email: Dave.Hughes@xxxxxxxxxxxxxxx



Elastic Path Software, Inc.

Web
elasticpath.com | Blog getelastic.com | Twitter twitter.com/elasticpath
Careers
elasticpath.com/jobs | Community grep.elasticpath.com

Confidentiality Notice: This message is intended only for the use of the designated addressee(s), and may contain information that is privileged, confidential and exempt from disclosure. Any unauthorized viewing, disclosure, copying, distribution or use of information contained in this e-mail is prohibited and may be unlawful. If you received this e-mail in error, please reply to the sender immediately to inform us you are not the intended recipient and delete the email from your computer system.

 _______________________________________________
cbi-dev mailing list

cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev


_______________________________________________
cbi-dev mailing list

cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev

_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev


Back to the top