Hi, everybody.
I can't emerge -u world since the emerge process returns an Error while 
compiling Xerces-2.5.0. I have pasted the errormessage into that email 
beneath. I also obtained the sources and tried to compile them myself and 
this also failed. 
Any suggestion on how to solve this?

Thanx in advance,
momesana.

p.s xerces is the name of an ancient persian king (486 to 465 BC --> read this 
for a lil' more details. http://www.ub2b.com/Xerxes.html) and since I am a 
persian myself it is a must for me to get xerces running. ;-)



------------------ emerge errormessage ------------------------------

bash-2.05b# emerge -u world
Calculating world dependencies ...done!
>>> emerge (1 of 1) dev-java/xerces-2.5.0 to /
>>> md5 src_uri ;-) Xerces-J-src.2.5.0.tar.gz
>>> md5 src_uri ;-) Xerces-J-tools.2.5.0.tar.gz
>>> Unpacking source...
>>> Unpacking Xerces-J-src.2.5.0.tar.gz to /var/tmp/portage/xerces-2.5.0/work
>>> Unpacking Xerces-J-tools.2.5.0.tar.gz to 
/var/tmp/portage/xerces-2.5.0/work
>>> Source unpacked.

Xerces-Java Build System
------------------------

Building with classpath 
/opt/blackdown-jdk-1.4.1/lib/tools.jar:/opt/blackdown-jdk-1.4.1/l
ib/classes.zip:./tools/ant.jar:./tools/xml-apis.jar:./tools/xercesImpl.jar:./tools/bin/xj
avac.jar
Starting Ant...

Buildfile: build.xml

init:
     [echo] ---------------- Xerces-J 2.5.0 [1999-2003] ---------------

prepare:
    [mkdir] Created dir: /var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0/build

prepare-common:
    [mkdir] Created dir: 
/var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0/build/src
    [mkdir] Created dir: 
/var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0/build/classes
    [mkdir] Created dir: 
/var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0/build/classes/ME
TA-INF
    [mkdir] Created dir: 
/var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0/build/classes/ME
TA-INF/services
     [copy] Copying 1 file to 
/var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0/build/class
es/META-INF/services
     [copy] Copying 1 file to 
/var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0/build/class
es/META-INF/services
     [copy] Copying 1 file to 
/var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0/build/class
es/META-INF/services

prepare-src:
     [copy] Copying 1 file to 
/var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0/build/class
es/META-INF/services
     [copy] Copying 604 files to 
/var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0/build/sr
c
    [unzip] Expanding: 
/var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0/tools/xml-apis--sr
c.zip into /var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0/build/src

compile:
     [copy] Copying 9 files to 
/var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0/build/clas
ses
   [xjavac] Compiling 617 source files to 
/var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0
/build/classes
   [xjavac] 
/var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0/build/src/org/apache/html/dom
/HTMLIFrameElementImpl.java:69: org.apache.html.dom.HTMLIFrameElementImpl 
should be decla                                   red abstract; it does not 
define getContentDocument() in org.apache.html.dom.HTMLIFrameEl                        
           
ementImpl
   [xjavac] public class HTMLIFrameElementImpl
   [xjavac]        ^
   [xjavac] 
/var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0/build/src/org/apache/html/dom          
                         
/HTMLObjectElementImpl.java:69: org.apache.html.dom.HTMLObjectElementImpl 
should be decla                                   red abstract; it does not 
define getContentDocument() in org.apache.html.dom.HTMLObjectEl                        
           
ementImpl
   [xjavac] public class HTMLObjectElementImpl
   [xjavac]        ^
   [xjavac] 
/var/tmp/portage/xerces-2.5.0/work/xerces-2_5_0/build/src/org/apache/html/dom          
                         
/HTMLFrameElementImpl.java:69: org.apache.html.dom.HTMLFrameElementImpl 
should be declare                                   d abstract; it does not 
define getContentDocument() in org.apache.html.dom.HTMLFrameEleme                      
             
ntImpl
   [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.5.0/work/xerces-2_5_0/build.xml:232: Compile 
failed; see t                                   he compiler error output for 
details.

Total time: 12 seconds

!!! ERROR: dev-java/xerces-2.5.0 failed.
!!! Function src_compile, Line 30, Exitcode 1
!!! Compile failed.


--------------- Manual compile attempt with the souces -------------------
momesana[xerces-2_5_0]$./build.sh jar

Xerces-Java Build System
------------------------

Building with classpath 
/opt/blackdown-jdk-1.4.1/lib/tools.jar:/opt/blackdown-jdk-1.4.1/lib/classes.zip:./tools/ant.jar:./tools/xml-apis.jar:./tools/xercesImpl.jar:./tools/bin/xjavac.jar
Starting Ant...

Buildfile: build.xml

init:
     [echo] ---------------- Xerces-J 2.5.0 [1999-2003] ---------------

prepare:

prepare-common:

prepare-src:
    [unzip] Expanding: 
/home/momesana/Downloads/xml/xerces/xerces-2_5_0/tools/xml-apis--src.zip into 
/home/momesana/Downloads/xml/xerces/xerces-2_5_0/build/src

compile:
   [xjavac] Compiling 401 source files to 
/home/momesana/Downloads/xml/xerces/xerces-2_5_0/build/classes
   [xjavac] 
/home/momesana/Downloads/xml/xerces/xerces-2_5_0/build/src/org/apache/html/dom/HTMLIFrameElementImpl.java:69:
 
org.apache.html.dom.HTMLIFrameElementImpl should be declared abstract; it 
does not define getContentDocument() in 
org.apache.html.dom.HTMLIFrameElementImpl
   [xjavac] public class HTMLIFrameElementImpl
   [xjavac]        ^
   [xjavac] 
/home/momesana/Downloads/xml/xerces/xerces-2_5_0/build/src/org/apache/html/dom/HTMLObjectElementImpl.java:69:
 
org.apache.html.dom.HTMLObjectElementImpl should be declared abstract; it 
does not define getContentDocument() in 
org.apache.html.dom.HTMLObjectElementImpl
   [xjavac] public class HTMLObjectElementImpl
   [xjavac]        ^
   [xjavac] 
/home/momesana/Downloads/xml/xerces/xerces-2_5_0/build/src/org/apache/html/dom/HTMLFrameElementImpl.java:69:
 
org.apache.html.dom.HTMLFrameElementImpl should be declared abstract; it does 
not define getContentDocument() in org.apache.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:/home/momesana/Downloads/xml/xerces/xerces-2_5_0/build.xml:232: Compile 
failed; see the compiler error output for details.

Total time: 9 seconds
momesana[xerces-2_5_0]$


--
[EMAIL PROTECTED] mailing list

Reply via email to