Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147101 - dev-util/eclipse-sdk-3.0.1-r3 - missing java-pkg in inherit
Summary: dev-util/eclipse-sdk-3.0.1-r3 - missing java-pkg in inherit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Development Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-10 14:11 UTC by crapdune
Modified: 2006-09-27 19:53 UTC (History)
1 user (show)

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


Attachments
Logs of the emerge command (log.txt,12.50 KB, text/plain)
2006-09-10 14:12 UTC, crapdune
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crapdune 2006-09-10 14:11:55 UTC
I tried to install eclipse and I got error while installing it.
I use these emerge parameters: dev-util/eclipse-sdk-3.0.1-r3  USE="gnome gtk -kde -motif"
compile with sun jdk 1.4.2.12 even if I have sun jdk 1.5.0 installed.

Last world update (9 september 2006)
I use mainly the stable branch, except for these:
dev-java/java-config    ~x86
=dev-java/sun-jdk-1.4*  ~x86
=dev-java/sun-jdk-1.5*  ~x86
=virtual/jre-1.4*       ~x86
=virtual/jre-1.5*       ~x86
=virtual/jdk-1.4*       ~x86
=virtual/jdk-1.5*       ~x86

www-servers/tomcat      ~x86
dev-java/struts         ~x86
dev-java/commons-validator      ~x86
dev-java/eclipse-ecj    ~x86
dev-java/mx4j           ~x86
dev-java/gnu-javamail   ~x86
dev-java/gnu-classpath-inetlib  ~x86
dev-java/jessie         ~x86
dev-java/hessian        ~x86
dev-java/caucho-services        ~x86
dev-java/burlap         ~x86
dev-java/commons-digester       ~x86
dev-java/javatoolkit    ~x86
dev-java/java-config-wrapper    ~x86
Comment 1 crapdune 2006-09-10 14:12:38 UTC
Created attachment 96614 [details]
Logs of the emerge command
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-09-10 14:43:11 UTC
You can't just unmask random stuff, follow this closely, especially the java-1.5-fixer part.

But I noticed this in your report:
/usr/portage/dev-util/eclipse-sdk/eclipse-sdk-3.0.1-r3.ebuild: line 35: java-pkg_pkg_setup: command not found

Looking at the ebuild it needs to be inheriting java-pkg and not just java-utils, to call that function (which it should call, that's true).
Comment 3 crapdune 2006-09-11 04:31:23 UTC
emerging the lastest ~x86 version of dev-java/ant works fine

thanx
Comment 4 Josh Nichols (RETIRED) gentoo-dev 2006-09-27 19:53:00 UTC
Fixed in CVS. Thanks for reporting.