Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146946 - dev-java/tomcat-5.5.17-r3 uses com.sun.* classes
Summary: dev-java/tomcat-5.5.17-r3 uses com.sun.* classes
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: William L. Thomson Jr. (RETIRED)
URL:
Whiteboard:
Keywords:
: 157257 (view as bug list)
Depends on: 148149
Blocks: 149435
  Show dependency tree
 
Reported: 2006-09-09 06:56 UTC by Petteri Räty (RETIRED)
Modified: 2006-12-26 10:50 UTC (History)
3 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 Petteri Räty (RETIRED) gentoo-dev 2006-09-09 06:56:08 UTC
[javac] ----------
    [javac] 27. ERROR in /var/tmp/portage/tomcat-5.5.17-r3/work/apache-tomcat-5.5.17-src/connectors/util/java/org/apache/tomcat/util/net/jsse/JSSE13SocketFactory.java
    [javac]  (at line 119)
    [javac]     com.sun.net.ssl.SSLContext context =
    [javac]     ^^^^^^^^^^^
    [javac] com.sun.net cannot be resolved to a type

This means it does not build with ibm-jdk and probably will have problems with gnu-classpath too. Patches for these problems should be available as Fedora and Debian have Tomcat packaged.
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2006-09-09 07:00:28 UTC
16:59 <@Betelgeuse> I have been using ibm-jdk-bin for a while and it seems a have at least some packages that use com.sun.* stuff in the tree.
16:59 < Caster> all jdk's contain com.sun.* stuff, except kaffe
17:00 < Caster> but some are in tools.jar, that ant loads, but with JAVA_PKG_STRICT they are now hidden
17:00 <@Betelgeuse> ah cool
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-09-20 06:22:52 UTC
Now with java-config-2.0.29 we can use java-config --tools to get the tools.jar location. But maybe we want to put it in some eclass function?
Comment 3 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-09-20 06:33:53 UTC
Hm in any case, com.sun.net.ssl isn't part of tools.jar but jsse.jar that I can see only in JDK's from Sun. So it won't help for this bug.
Comment 4 Petteri Räty (RETIRED) gentoo-dev 2006-11-04 11:24:24 UTC
Just to note that this prevents from keywording the from source builds of Netbeans ~ppc
https://bugs.gentoo.org/show_bug.cgi?id=90348#c5
Comment 5 William L. Thomson Jr. (RETIRED) gentoo-dev 2006-11-04 11:55:47 UTC
Marking this bug wontfix per upstream. They have already addressed it in the 6.0 codebase. They will not backport to 5.5.x.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39562
Comment 6 Petteri Räty (RETIRED) gentoo-dev 2006-12-26 10:50:41 UTC
*** Bug 157257 has been marked as a duplicate of this bug. ***