Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75516 - eclipse-cdt-2.0-r2 does not install with eclipse-sdk-3.0.1-r2
Summary: eclipse-cdt-2.0-r2 does not install with eclipse-sdk-3.0.1-r2
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Development Tools Team
URL:
Whiteboard:
Keywords:
: 84527 (view as bug list)
Depends on:
Blocks: 139127
  Show dependency tree
 
Reported: 2004-12-23 21:17 UTC by gent_bz
Modified: 2006-07-20 12:23 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gent_bz 2004-12-23 21:17:03 UTC
eclipse-cdt-2.0-r2 DEPENDs on eclipse-sdk-3.0.0*, but the current experimental version of eclipse-sdk in portage is 3.0.1-r2

Either eclipse-cdt could be modified to work with 3.0.1 (changing the DEPEND line does not result in a successful compile - I've given it no more than a quick try though), or probably more useful would be to add the latest version of eclipse-cdt (2.1) to portage.

Reproducible: Always
Steps to Reproduce:
Comment 1 James Le Cuirot gentoo-dev 2005-01-06 17:54:18 UTC
The ebuild only requires one more modification to get it to work. As you say, you need this...

DEPEND="=dev-util/eclipse-sdk-3.0*"

And also this at the end of src_unpack()...

sed -e "s/3\.0\.0/3.0.1/g" -i build.xml
Comment 2 f5d8fd51ed1e804c9e8d0357e8614e0493b06e96 2005-03-08 10:27:46 UTC
*** Bug 84527 has been marked as a duplicate of this bug. ***
Comment 3 Matt 2005-03-26 19:21:28 UTC
I can confirm the bug. I changed to Gentoo to do development!!!
Comment 4 Stephen Tallowitz 2005-10-18 12:13:49 UTC
I too can confirm this bug and have successfully used the solution provided by
James.
Comment 5 Dominik Stadler (RETIRED) gentoo-dev 2006-04-23 08:50:20 UTC
This sounds like the same issue as in Bug 65358, I think it could be duplicated...
Comment 6 Josh Nichols (RETIRED) gentoo-dev 2006-07-20 12:23:56 UTC
eclipse-cdt is package.mask'd, pending removal.