Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT deps

Hi anybody knows why this may fail:
[ERROR] Cannot resolve target definition:
[ERROR]   Software being installed: org.eclipse.cdt.sdk.feature.group 10.5.0.202111070946
[ERROR]   Missing requirement: org.eclipse.cdt.core 7.4.0.202110252256 requires 'osgi.bundle; org.eclipse.core.contenttype [3.8.100,4.0.0)' but it could not be found
[ERROR]   Cannot satisfy dependency: org.eclipse.cdt.feature.group 10.5.0.202111070946 depends on: org.eclipse.equinox.p2.iu; org.eclipse.cdt.platform.feature.group [10.5.0.202111070946,10.5.0.202111070946]
[ERROR]   Cannot satisfy dependency: org.eclipse.cdt.platform.feature.group 10.5.0.202111070946 depends on: org.eclipse.equinox.p2.iu; org.eclipse.cdt.core [7.4.0.202110252256,7.4.0.202110252256]
[ERROR]   Cannot satisfy dependency: org.eclipse.cdt.sdk.feature.group 10.5.0.202111070946 depends on: org.eclipse.equinox.p2.iu; org.eclipse.cdt.feature.group [10.5.0.202111070946,10.5.0.202111070946]
We pulling master of cdt and platform in the build and started failing now

Back to the top