Bug 214417

Summary: Eclipse update manager whines if no eclipse-rcp-sdk installed
Product: [Fedora] Fedora Reporter: Mary Ellen Foster <mefoster>
Component: eclipseAssignee: Ben Konrath <ben>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-07 16:31:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mary Ellen Foster 2006-11-07 15:34:44 UTC
Description of problem:
With the default set of Eclipse packages installed -- platform, jdt, cdt, plus
dependencies -- trying to load the Eclipse update manager results in warnings
about missing features like the following:

Error creating feature
"file:/usr/share/eclipse/features/org.eclipse.rcp.source_3.2.1.r321_v20060801-clWbqCmjexIWDqg/".
[/usr/share/eclipse/features/org.eclipse.rcp.source_3.2.1.r321_v20060801-clWbqCmjexIWDqg/feature.xml
(No such file or directory)]

Indeed, that file doesn't exist; it comes from the eclipse-rcp-sdk RPM.
Installing that made the warnings go away. I didn't check if this made the
update manager actually not work, but regardless it's an ugly warning.


Version-Release number of selected component (if applicable):
eclipse-platform-3.2.1-4.fc6

How reproducible:
Always

Steps to Reproduce:
1. Install eclipse from FC6
2. Help -> Software Updates -> Find and Install
  
Actual results:
Dialogue box with above warning

Expected results:
No warning

Comment 1 Ben Konrath 2006-11-07 16:31:36 UTC

*** This bug has been marked as a duplicate of 213572 ***

Comment 2 Francois Aucamp 2006-11-08 07:49:15 UTC
Just to add some extra info, the "find & install updates" option worked fine for
me on a *fresh* Fedora Eclipse install; on later attempts I got the same error
message.
After installing eclipse-rcp-sdk, the updates worked fine, and I was able to
install PyDev. However, when I tried to update again later, I got a different
error message:

Error creating feature
"file:/usr/share/eclipse/features/org.eclipse.platform.source_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn/".
[/usr/share/eclipse/features/org.eclipse.platform.source_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn/feature.xml
(No such file or directory)]

This missing file is provided (according to yum) by "eclipse-platform-sdk". I
installed this (it pulls in 44MB with dependencies :-/ ), and now everything
works perfectly.