Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Tycho 1.4 fails to build against neon

Hi,

We upgraded from Tycho 0.21.0 to 1.4. Our bundles and updates sites complete normally but when it tries to build the product it fails trying to pull in org.eclipse.core.runtime 3.13 which is Oxygen and not Neon.

I can't figure it out myself. Am I missing something obvious?

Cheers,

Wim
[INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ com.remainsoftware.tdoms.rcp.product.neon ---
[WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 
toolingwin32.win32.x86_64org.eclipse.equinox.common 6.4.0 to osgi.bundle; org.eclipse.equinox.common 3.9.0.v20170207-1454.;
Unable to satisfy dependency from toolingwin32.win32.x86_64org.eclipse.equinox.common 6.4.0 to osgi.bundle;
org.eclipse.equinox.common 3.9.0.v20170207-1454.; Unable to satisfy dependency from toolingwin32.win32.x86_64org.eclipse.equinox.ds 6.4.0
to osgi.bundle; org.eclipse.equinox.ds 1.5.0.v20170307-1429.; Unable to satisfy dependency from toolingwin32.win32.x86_64org.eclipse.equinox.ds 6.4.0
to osgi.bundle; org.eclipse.equinox.ds 1.5.0.v20170307-1429.; Unable to satisfy dependency from toolingwin32.win32.x86_64org.eclipse.core.runtime 6.4.0
to osgi.bundle; org.eclipse.core.runtime 3.13.0.v20170207-1030.; Unable to satisfy dependency from toolingwin32.win32.x86_64org.eclipse.core.runtime 6.4.0
to osgi.bundle; org.eclipse.core.runtime 3.13.0.v20170207-1030.]
[WARNING] More information on the preceding warning(s) can be found here: [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool

...
Installation failed.
Cannot complete the install because one or more required items could not be found.
	Software being installed: TD/OMS DevOps Studio for IBM i 6.4.0 (com.remainsoftware.tdoms.product 6.4.0)
	Missing requirement: toolingwin32.win32.x86_64org.eclipse.core.runtime 6.4.0 requires 'osgi.bundle; org.eclipse.core.runtime 3.13.0.v20170207-1030' but it could not be found
	Cannot satisfy dependency:
		From: TD/OMS DevOps Studio for IBM i 6.4.0 (com.remainsoftware.tdoms.product 6.4.0)
		To: org.eclipse.equinox.p2.iu; toolingcom.remainsoftware.tdoms.product.configuration [6.4.0,6.4.0]
	Cannot satisfy dependency:
		From: toolingcom.remainsoftware.tdoms.product.configuration 6.4.0
		To: org.eclipse.equinox.p2.iu; toolingwin32.win32.x86_64org.eclipse.core.runtime [6.4.0,6.4.0]
There were errors. See log file: /opt/jenkins-slave/workspace/update_site_corrona/tdoms/tdoms/releng/com.remainsoftware.tdoms.site.parent/workspace/.metadata/.log


Back to the top