Skip to main content

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

That’s very strange. The source CDT repo has the correct linux.x86 iu. Also the correct artifact has been copied over. I have no idea why the content.xml is wrong in the maintenance repo.

Doug.

From: Markus Knauer <mknauer@xxxxxxxxxxxxxxxxx>
Reply-To: Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
Date: Wednesday, January 22, 2014 at 9:36 AM
To: Jeff Johnston <jjohnstn@xxxxxxxxxx>, Doug Schaefer <cdtdoug@xxxxxxxxx>, Eclipse Cross Project Issues <cross-project-issues-dev@xxxxxxxxxxx>
Subject: [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