Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 321692] Remove dependencies to plugins from features

https://bugs.eclipse.org/bugs/show_bug.cgi?id=321692 
Product/Component: CDT / cdt-releng

Andrew Gvozdev <angvoz.dev@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |angvoz.dev@xxxxxxxxx

--- Comment #4 from Andrew Gvozdev <angvoz.dev@xxxxxxxxx> 2010-09-17 12:38:23 EDT ---
Any progress on this bug? It may be a good occasion to apply the patch now as
currently CDT in not-installable state:

Cannot complete the install because of a conflicting dependency.
  Software being installed: C/C++ GDB Hardware Debugging 7.0.0.201009170810
(org.eclipse.cdt.debug.gdbjtag.feature.group 7.0.0.201009170810)
  Software being installed: C/C++ Development Tools 7.1.0.201009170810
(org.eclipse.cdt.feature.group 7.1.0.201009170810)
  Only one of the following can be installed at once: 
    C/C++ Development Tools GDB/MI CDI Debugger Core 7.0.0.201006141710
(org.eclipse.cdt.debug.mi.core 7.0.0.201006141710)
    C/C++ Development Tools GDB/MI CDI Debugger Core 7.1.0.201009170810
(org.eclipse.cdt.debug.mi.core 7.1.0.201009170810)
  Cannot satisfy dependency:
    From: C/C++ GDB Hardware Debugging 7.0.0.201009170810
(org.eclipse.cdt.debug.gdbjtag.feature.group 7.0.0.201009170810)
    To: org.eclipse.cdt.gnu.debug.feature.group [6.0.0,7.0.0)
  Cannot satisfy dependency:
    From: C/C++ Development Tools 7.1.0.201009170810
(org.eclipse.cdt.feature.group 7.1.0.201009170810)
    To: org.eclipse.cdt.gnu.debug.feature.group [7.1.0.201009170810]
  Cannot satisfy dependency:
    From: C/C++ GNU Toolchain Debug Support 6.1.0.201006141710
(org.eclipse.cdt.gnu.debug.feature.group 6.1.0.201006141710)
    To: org.eclipse.cdt.debug.mi.core [7.0.0.201006141710]
  Cannot satisfy dependency:
    From: C/C++ GNU Toolchain Debug Support 7.1.0.201009170810
(org.eclipse.cdt.gnu.debug.feature.group 7.1.0.201009170810)
    To: org.eclipse.cdt.debug.mi.core [7.1.0.201009170810]

I think it can have something to do with in
org.eclipse.cdt.debug.gdbjtag-feature/feature.xml we got
>       <import feature="org.eclipse.cdt.gnu.debug" version="6.0.0"/>
while org.eclipse.cdt.gnu.debug-feature has
> <feature
>      id="org.eclipse.cdt.gnu.debug"
>      label="%featureName"
>      version="7.1.0.qualifier"
>      provider-name="%providerName">

We could try test the patch trying another installation after the patch
applied.

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top