Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] please test staged tycho 0.21.0

this looks like

https://bugs.eclipse.org/bugs/show_bug.cgi?id=436617#c11

to me.

Unfortunately Tobias is the only person to be able to comment here and he is currently out of office.
If you don't get it to work with the workaround proposed in the comment above, re-open and attach your sample project.
I may be able to dig into it but it will probably take some time.

Regards,
Jan

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Soloff, Steven M Belcan Engineering Group, Cincinnati, Ohio
Sent: Mittwoch, 16. Juli 2014 14:16
To: 'Tycho user list'
Subject: Re: [tycho-user] please test staged tycho 0.21.0

FYI, I encountered a similar error while testing 0.21.0 with our in-house product.  I also wasn't able to discern anything obvious from the debug output.

In addition to seeing similar console output as Marc-André, I observed a couple of other symptoms:

1) Our product is a multi-module project with three levels of POMs.  I observe the error only when building from the root.  If I descend to a lower level and build, everything works fine.

2) The module that fails to build is a test fragment.  The dependent module that was not found is a plug-in built in the same reactor and referenced by the test fragment's POM using a org.eclipse.tycho:tycho-surefire-plugin dependency of type "p2-installable-unit".  

Regards,
Steve


-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Marc-André Laperle
Sent: Tuesday, July 15, 2014 10:22 PM
To: Tycho user list
Subject: [External] Re: [tycho-user] please test staged tycho 0.21.0

Hello,

I just tested it with the CDT project and also with Linux Tools. With both, I get a rather strange error involving "tycho-extra-1405473458882"

... Execution default-test of goal org.eclipse.tycho:tycho-surefire-plugin:0.21.0:test failed: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from tycho-extra-1405473458882 0.0.0.1405473458882 to org.eclipse.linuxtools.changelog.parsers.java 0.0.0.; Unable to satisfy dependency from tycho-extra-1405473458882 0.0.0.1405473458882 to org.eclipse.linuxtools.changelog.cparser 0.0.0.; Unable to satisfy dependency from tycho-1405473458888 0.0.0.1405473458888 to org.eclipse.linuxtools.changelog.parsers.java 0.0.0.; Unable to satisfy dependency from tycho-1405473458888 0.0.0.1405473458888 to org.eclipse.linuxtools.changelog.cparser 0.0.0.; No solution found because the problem is unsatisfiable.] ...

The full console log is available (for now!) at https://hudson.eclipse.org/linuxtools/job/linuxtools-gerrit/7762/console
and for CDT https://hudson.eclipse.org/cdt/job/cdt-verify/952/console

Is there anything else I can provide to help solve the issue? I have tried to build is with -X (debug output) but nothing really seems out of place (to my untrained eye).

Regards,
Marc-Andre

________________________________________
From: tycho-user-bounces@xxxxxxxxxxx [tycho-user-bounces@xxxxxxxxxxx] on behalf of Sievers, Jan [jan.sievers@xxxxxxx]
Sent: Tuesday, 15 July 2014 3:27 AM
To: Tycho user list (tycho-user@xxxxxxxxxxx)
Subject: [tycho-user] please test staged tycho 0.21.0

Tycho milestone release 0.21.0 has been staged. For details of new features and bugfixes, see release notes [1].
Please help by testing the staged milestone build. To use it, change your tycho version to 0.21.0 and add snippet [2] to your pom.

We plan to promote this release in one week unless major regressions are found.

Regards,
Tycho team

[1] http://wiki.eclipse.org/Tycho/Release_Notes/0.21
[2]
<pluginRepositories>
 <pluginRepository>
  <id>tycho-staged</id>
  <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1018/</url>
 </pluginRepository>
</pluginRepositories>
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top