Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Kepler SR2 - Linux - CDT - Problem

Hi all,

maybe you can help me solving this problem... the EPP build for Kepler SR2 RC1 is broken because of missing dependencies in the maintenance p2 repository.

In particular there are some CDT features that require a specific version of Linux bundles. Either something in the CDT contribution is broken, or something from Linuxtools (???) is missing...

    <unit id='org.eclipse.cdt.platform.feature.group' version='8.3.0.201401210350' singleton='false'>
      <requires size='29'> ...
        <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.cdt.core.linux.x86' range='[5.2.0.201401210350,5.2.0.201401210350]'>...

But there's only...

    <unit id='org.eclipse.cdt.core.linux.x86_64' version='5.2.0.201309180223'>

Maybe it fixes itself later today when all +3 contributions are in... in that case sorry for the noise. My expectation was that this kind of error should have been checked during the aggregation build.

Thanks,
Markus

Back to the top