Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] Updating from nightly builds

> Do you have the main Helios repository enabled?  PDE is required for
> the "RPM Stubby" feature and it looks like it can't be found in any of
> your enabled repositories.

Like many Linux tools users (or candidate users), I have a Linux/GNU background (configure; make; make install). You may want to insure that you have a quick document to tell such people how to get started:

- which version to install from the helios download

- how to add/update and remove components systemwide (the install new software or check for updates in the Eclipse menu can only install things in the user home directory, since I am not running Eclipse as root and it does not ask to become root; this is more DOS like than Unix like).

As per your suggestion, I now went into help -> install new software -> add
and added the helios repository 
Helios - http://download.eclipse.org/releases/helios 
and installed "linuxtools" (new components or new versions I suppose since it was already installed).

I then tried an "update" help -> check for updates
and got the error messages below. I have been spoiled by package managers which resolve dependencies for us...

Cannot complete the install because of a conflicting dependency.
  Software being installed: Valgrind Tools Integration (Incubation) 0.4.0.201007141806 (org.eclipse.linuxtools.valgrind.feature.group 0.4.0.201007141806)
  Software currently installed: Shared profile 1.0.0.1276788794021 (SharedProfile_epp.package.linuxtools 1.0.0.1276788794021)
  Only one of the following can be installed at once: 
    Valgrind UI Plug-in (Incubation) 0.4.0.201007141806 (org.eclipse.linuxtools.valgrind.ui 0.4.0.201007141806)
    Valgrind UI Plug-in (Incubation) 0.4.0.201006152250 (org.eclipse.linuxtools.valgrind.ui 0.4.0.201006152250)
  Cannot satisfy dependency:
    From: Shared profile 1.0.0.1276788794021 (SharedProfile_epp.package.linuxtools 1.0.0.1276788794021)
    To: org.eclipse.linuxtools.valgrind.ui [0.4.0.201006152250]
  Cannot satisfy dependency:
    From: Valgrind Tools Integration (Incubation) 0.4.0.201007141806 (org.eclipse.linuxtools.valgrind.feature.group 0.4.0.201007141806)
    To: org.eclipse.linuxtools.valgrind.ui [0.4.0.201007141806]


Back to the top