west n00b


Joined: 09 May 2002 Posts: 28 Location: Dinamarca
|
Posted: Tue Apr 15, 2003 11:29 pm Post subject: Xerces failing .... |
|
|
Hi all
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 ?  |
|