Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xerces failing ....
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
west
n00b
n00b


Joined: 09 May 2002
Posts: 28
Location: Dinamarca

PostPosted: Tue Apr 15, 2003 11:29 pm    Post subject: Xerces failing .... Reply with quote

Hi all :mrgreen:

I'm having a problem with the Xerces-2.3.0 ebuild, i guess the relevant part of the output would be:
Code:

# emerge xerces

   [ etc etc compile stuff ..... ]

   [xjavac] /var/tmp/portage/xerces-2.3.0/work/xerces-2_3_0/build/src/org/apache
/html/dom/HTMLIFrameElementImpl.java:70: org.apache.html.dom.HTMLIFrameElementIm
pl should be declared abstract; it does not define getContentDocument() in org.a
pache.html.dom.HTMLIFrameElementImpl
   [xjavac] public class HTMLIFrameElementImpl
   [xjavac]        ^
   [xjavac] /var/tmp/portage/xerces-2.3.0/work/xerces-2_3_0/build/src/org/apache
/html/dom/HTMLObjectElementImpl.java:70: org.apache.html.dom.HTMLObjectElementIm
pl should be declared abstract; it does not define getContentDocument() in org.a
pache.html.dom.HTMLObjectElementImpl
   [xjavac] public class HTMLObjectElementImpl
   [xjavac]        ^
   [xjavac] /var/tmp/portage/xerces-2.3.0/work/xerces-2_3_0/build/src/org/apache
/html/dom/HTMLFrameElementImpl.java:70: org.apache.html.dom.HTMLFrameElementImpl
 should be declared abstract; it does not define getContentDocument() in org.apa
che.html.dom.HTMLFrameElementImpl
   [xjavac] public class HTMLFrameElementImpl
   [xjavac]        ^
   [xjavac] Note: Some input files use or override a deprecated API.
   [xjavac] Note: Recompile with -deprecation for details.
   [xjavac] 3 errors

BUILD FAILED
file:/var/tmp/portage/xerces-2.3.0/work/xerces-2_3_0/build.xml:233: Compile fail
ed; see the compiler error output for details.

Total time: 7 seconds

!!! ERROR: dev-java/xerces-2.3.0 failed.
!!! Function src_compile, Line 23, Exitcode 1
!!! (no error message)


And /var/tmp/portage/xerces-2.3.0/work/xerces-2_3_0/build.xml:
Code:

219:    <xjavac srcdir="${build.src}"
220:           destdir="${build.dest}"
221:           debug="${debug}"
222:           deprecation="${deprecation}"
223:           optimize="${optimize}"
224:           includeAntRuntime="false"
225:           includeJavaRuntime="false"
226:           excludes="org/xml/sax/**
227:                javax/xml/parsers/**
228:                org/w3c/dom/*
229:                org/w3c/dom/events/**
230:                org/w3c/dom/html/**
231:                org/w3c/dom/ranges/**
232:               org/w3c/dom/traversal/**"
233:           />


.. This error was brought to you by Blackdown JDK 1.4.1, thanks a lot.
And as my greatest skills does not lie in the Java area, i guess I'm pretty lost .. :?

Anyone out there with a Java kung fu stronger than mine, who could point me in the right direction ? :D
Back to top
View user's profile Send private message
west
n00b
n00b


Joined: 09 May 2002
Posts: 28
Location: Dinamarca

PostPosted: Wed Apr 16, 2003 10:28 pm    Post subject: Reply with quote

Awwrightie .. emerging Sun's jdk solved the problem. Go figure ... :roll: :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum