Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90699 - dev-java/xalan-2.6.0-r2 fails compilation with jdk 1.5
Summary: dev-java/xalan-2.6.0-r2 fails compilation with jdk 1.5
Status: RESOLVED DUPLICATE of bug 67244
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-28 04:17 UTC by Patrizio Bassi
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 Patrizio Bassi 2005-04-28 04:17:31 UTC
>>> Unpacking xalan-j_2_6_0-src.tar.gz to /var/tmp/portage/xalan-2.6.0-r2/work
tar: A lone zero block at 36857
>>> Source unpacked.
Buildfile: build.xml

prepare:
     [echo] Project:Xalan-Java version:2_6_0 build.xml $Revision: 1.206 $
    [mkdir] Created dir: /mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build
    [mkdir] Created dir: /mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes

xml.compile:
     [echo] Compiling DTM implementation and utilities
    [javac] Compiling 186 source files to /mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes

    [javac] Issued 4 system warnings:

    [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/${build.boot.class.path}.


    [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /opt/sun-jdk-1.5.0.02/jre/lib/i18n.jar.


    [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /opt/sun-jdk-1.5.0.02/jre/lib/sunrsasign.jar.


    [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /opt/sun-jdk-1.5.0.02/jre/classes.

    [javac] Issued 3 semantic warnings compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/dtm/ref/ChunkedIntArray.java":

    [javac]     40.   final int slotsize=4; // Locked, MUST be power of two in current code
    [javac]                     ^--------^
    [javac] *** Semantic Warning: Final field "slotsize" is initialized with a constant expression and could be made static to save space.


    [javac]     84.       final int slotsize=4;
    [javac]                         ^------^
    [javac] *** Semantic Warning: Local "slotsize" shadows a field of the same name in "org.apache.xml.dtm.ref.ChunkedIntArray".


    [javac]    268.     final int BLOCKSIZE = 64;
    [javac]                       ^------------^
    [javac] *** Semantic Warning: Final field "BLOCKSIZE" is initialized with a constant expression and could be made static to save space.

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/dtm/ref/CustomStringPool.java":

    [javac]     45.         public static final int NULL=-1;
    [javac]                                         ^--^
    [javac] *** Semantic Warning: Field "NULL" shadows a field of the same name in "org.apache.xml.dtm.ref.DTMStringPool".

    [javac] Issued 2 semantic warnings compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/dtm/ref/DTMDefaultBaseIterators.java":

    [javac]   1236.     private final int _maxAncestors = 8;
    [javac]                               ^---------------^
    [javac] *** Semantic Warning: Final field "_maxAncestors" is initialized with a constant expression and could be made static to save space.


    [javac]   1247.     protected int _markedsp, _markedNode, _markedDescendant;
    [javac]                                      ^---------^
    [javac] *** Semantic Warning: Field "_markedNode" shadows a field of the same name in "org.apache.xml.dtm.ref.DTMAxisIteratorBase".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTM.java":

    [javac]             <--------------------------------------------------
    [javac]   1677.     case Node.PROCESSING_INSTRUCTION_NODE : // %REVIEW%
    [javac]    . . .
    [javac]   1680.         break;
    [javac]         ------------->
    [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement?

    [javac] Found 32 semantic errors and issued 2 warnings compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/dtm/ref/DTMNodeProxy.java":

    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object getUserData(java.lang.String $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object setUserData(java.lang.String $1, java.lang.Object $2, org.w3c.dom.UserDataHandler $3);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object getFeature(java.lang.String $1, java.lang.String $2);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "boolean isEqualNode(org.w3c.dom.Node $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "java.lang.String lookupNamespaceURI(java.lang.String $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "boolean isDefaultNamespace(java.lang.String $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "java.lang.String lookupPrefix(java.lang.String $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "boolean isSameNode(org.w3c.dom.Node $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "void setTextContent(java.lang.String $1) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "java.lang.String getTextContent() throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "short compareDocumentPosition(org.w3c.dom.Node $1) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "java.lang.String getBaseURI();", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node renameNode(org.w3c.dom.Node $1, java.lang.String $2, java.lang.String $3) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "void normalizeDocument();", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.DOMConfiguration getDomConfig();", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "void setDocumentURI(java.lang.String $1);", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "java.lang.String getDocumentURI();", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "void setXmlVersion(java.lang.String $1) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "java.lang.String getXmlVersion();", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "void setXmlStandalone(boolean $1) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "boolean getXmlStandalone();", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "java.lang.String getXmlEncoding();", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "java.lang.String getInputEncoding();", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Text replaceWholeText(java.lang.String $1) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Text", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "java.lang.String getWholeText();", inherited from type "org.w3c.dom.Text", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "boolean isElementContentWhitespace();", inherited from type "org.w3c.dom.Text", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "void setIdAttributeNode(org.w3c.dom.Attr $1, boolean $2) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "void setIdAttributeNS(java.lang.String $1, java.lang.String $2, boolean $3) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "void setIdAttribute(java.lang.String $1, boolean $2) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.TypeInfo getSchemaTypeInfo();", inherited from type "org.w3c.dom.Element", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]     54. public class DTMNodeProxy
    [javac]                      ^----------^
    [javac] *** Semantic Error: The abstract method "boolean isId();", inherited from type "org.w3c.dom.Attr", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]    948.     Node node = map.getNamedItem(name);
    [javac]                  ^--^
    [javac] *** Semantic Warning: Local "node" shadows a field of the same name in "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]   1047.     Node node = map.getNamedItemNS(namespaceURI,localName);
    [javac]                  ^--^
    [javac] *** Semantic Warning: Local "node" shadows a field of the same name in "org.apache.xml.dtm.ref.DTMNodeProxy".


    [javac]   1327.   static class DTMNodeProxyImplementation implements DOMImplementation
    [javac]                        ^------------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object getFeature(java.lang.String $1, java.lang.String $2);", inherited from type "org.w3c.dom.DOMImplementation", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.DTMNodeProxy$DTMNodeProxyImplementation".

    [javac] Found 14 semantic errors and issued 1 warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTMdefaultNamespaceDeclarationNode.java":

    [javac]     48. public class DOM2DTMdefaultNamespaceDeclarationNode implements Attr
    [javac]                      ^------------------------------------^
    [javac] *** Semantic Error: The abstract method "boolean isId();", inherited from type "org.w3c.dom.Attr", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode".


    [javac]     48. public class DOM2DTMdefaultNamespaceDeclarationNode implements Attr
    [javac]                      ^------------------------------------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.TypeInfo getSchemaTypeInfo();", inherited from type "org.w3c.dom.Attr", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode".


    [javac]     48. public class DOM2DTMdefaultNamespaceDeclarationNode implements Attr
    [javac]                      ^------------------------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object getUserData(java.lang.String $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode".


    [javac]     48. public class DOM2DTMdefaultNamespaceDeclarationNode implements Attr
    [javac]                      ^------------------------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object setUserData(java.lang.String $1, java.lang.Object $2, org.w3c.dom.UserDataHandler $3);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode".


    [javac]     48. public class DOM2DTMdefaultNamespaceDeclarationNode implements Attr
    [javac]                      ^------------------------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object getFeature(java.lang.String $1, java.lang.String $2);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode".


    [javac]     48. public class DOM2DTMdefaultNamespaceDeclarationNode implements Attr
    [javac]                      ^------------------------------------^
    [javac] *** Semantic Error: The abstract method "boolean isEqualNode(org.w3c.dom.Node $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode".


    [javac]     48. public class DOM2DTMdefaultNamespaceDeclarationNode implements Attr
    [javac]                      ^------------------------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String lookupNamespaceURI(java.lang.String $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode".


    [javac]     48. public class DOM2DTMdefaultNamespaceDeclarationNode implements Attr
    [javac]                      ^------------------------------------^
    [javac] *** Semantic Error: The abstract method "boolean isDefaultNamespace(java.lang.String $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode".


    [javac]     48. public class DOM2DTMdefaultNamespaceDeclarationNode implements Attr
    [javac]                      ^------------------------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String lookupPrefix(java.lang.String $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode".


    [javac]     48. public class DOM2DTMdefaultNamespaceDeclarationNode implements Attr
    [javac]                      ^------------------------------------^
    [javac] *** Semantic Error: The abstract method "boolean isSameNode(org.w3c.dom.Node $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode".


    [javac]     48. public class DOM2DTMdefaultNamespaceDeclarationNode implements Attr
    [javac]                      ^------------------------------------^
    [javac] *** Semantic Error: The abstract method "void setTextContent(java.lang.String $1) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode".


    [javac]     48. public class DOM2DTMdefaultNamespaceDeclarationNode implements Attr
    [javac]                      ^------------------------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String getTextContent() throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode".


    [javac]     48. public class DOM2DTMdefaultNamespaceDeclarationNode implements Attr
    [javac]                      ^------------------------------------^
    [javac] *** Semantic Error: The abstract method "short compareDocumentPosition(org.w3c.dom.Node $1) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode".


    [javac]     48. public class DOM2DTMdefaultNamespaceDeclarationNode implements Attr
    [javac]                      ^------------------------------------^
    [javac] *** Semantic Error: The abstract method "java.lang.String getBaseURI();", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode".


    [javac]     50.   final String NOT_SUPPORTED_ERR="Unsupported operation on pseudonode";
    [javac]                        ^-----------------------------------------------------^
    [javac] *** Semantic Warning: Final field "NOT_SUPPORTED_ERR" is initialized with a constant expression and could be made static to save space.

    [javac] Issued 2 semantic warnings compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/dtm/ref/DTMDocumentImpl.java":

    [javac]     94.         private final boolean DEBUG = false;
    [javac]                                       ^-----------^
    [javac] *** Semantic Warning: Final field "DEBUG" is initialized with a constant expression and could be made static to save space.


    [javac]                         <-------------------
    [javac]   1708.                 case ATTRIBUTE_NODE:
    [javac]   1709.                         nodes.readSlot(nodeHandle+1, gotslot);
    [javac]         ------------------------------------------------------------->
    [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement?

    [javac] Issued 2 semantic warnings compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/dtm/ref/sax2dtm/SAX2DTM2.java":

    [javac]    798.     private final int _maxAncestors = 8;
    [javac]                               ^---------------^
    [javac] *** Semantic Warning: Final field "_maxAncestors" is initialized with a constant expression and could be made static to save space.


    [javac]    809.     protected int _markedsp, _markedNode, _markedDescendant;
    [javac]                                      ^---------^
    [javac] *** Semantic Warning: Field "_markedNode" shadows a field of the same name in "org.apache.xml.dtm.ref.DTMAxisIteratorBase".

    [javac] Issued 5 semantic warnings compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/res/XMLErrorResources_sv.java":

    [javac]     36.   public static final int MAX_CODE = 61;
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "MAX_CODE" shadows a field of the same name in "org.apache.xml.res.XMLErrorResources".


    [javac]     39.   public static final int MAX_WARNING = 0;
    [javac]                                   ^---------^
    [javac] *** Semantic Warning: Field "MAX_WARNING" shadows a field of the same name in "org.apache.xml.res.XMLErrorResources".


    [javac]     42.   public static final int MAX_OTHERS = 4;
    [javac]                                   ^--------^
    [javac] *** Semantic Warning: Field "MAX_OTHERS" shadows a field of the same name in "org.apache.xml.res.XMLErrorResources".


    [javac]     45.   public static final int MAX_MESSAGES = MAX_CODE + MAX_WARNING + 1;
    [javac]                                   ^----------^
    [javac] *** Semantic Warning: Field "MAX_MESSAGES" shadows a field of the same name in "org.apache.xml.res.XMLErrorResources".


    [javac]     51.   public static final Object[][] contents = {
    [javac]                                          ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.res.XMLErrorResources".

    [javac] Issued 2 semantic warnings compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/serializer/ToUnknownStream.java":

    [javac]     60.     private static final String EMPTYSTRING = "";
    [javac]                                         ^---------^
    [javac] *** Semantic Warning: Field "EMPTYSTRING" shadows a field of the same name in "org.apache.xml.serializer.SerializerConstants".


    [javac]    107.     private boolean m_needToCallStartDocument = false;
    [javac]                             ^-----------------------^
    [javac] *** Semantic Warning: Field "m_needToCallStartDocument" shadows a field of the same name in "org.apache.xml.serializer.SerializerBase".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/serializer/ToXMLStream.java":

    [javac]     42.     boolean m_cdataTagOpen = false;
    [javac]                     ^------------^
    [javac] *** Semantic Warning: Field "m_cdataTagOpen" shadows a field of the same name in "org.apache.xml.serializer.SerializerBase".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/NamespaceSupport2.java":

    [javac]     63.     public final static String XMLNS =
    [javac]                                        ^---^
    [javac] *** Semantic Warning: Field "XMLNS" shadows a field of the same name in "org.xml.sax.helpers.NamespaceSupport".

    [javac] Found 27 semantic errors compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/UnImplNode.java":

    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object getUserData(java.lang.String $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object setUserData(java.lang.String $1, java.lang.Object $2, org.w3c.dom.UserDataHandler $3);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "java.lang.Object getFeature(java.lang.String $1, java.lang.String $2);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "boolean isEqualNode(org.w3c.dom.Node $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "java.lang.String lookupNamespaceURI(java.lang.String $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "boolean isDefaultNamespace(java.lang.String $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "java.lang.String lookupPrefix(java.lang.String $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "boolean isSameNode(org.w3c.dom.Node $1);", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "void setTextContent(java.lang.String $1) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "java.lang.String getTextContent() throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "short compareDocumentPosition(org.w3c.dom.Node $1) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "java.lang.String getBaseURI();", inherited from type "org.w3c.dom.Node", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "void setIdAttributeNode(org.w3c.dom.Attr $1, boolean $2) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "void setIdAttributeNS(java.lang.String $1, java.lang.String $2, boolean $3) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "void setIdAttribute(java.lang.String $1, boolean $2) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Element", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.TypeInfo getSchemaTypeInfo();", inherited from type "org.w3c.dom.Element", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.Node renameNode(org.w3c.dom.Node $1, java.lang.String $2, java.lang.String $3) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "void normalizeDocument();", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "org.w3c.dom.DOMConfiguration getDomConfig();", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "void setDocumentURI(java.lang.String $1);", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "java.lang.String getDocumentURI();", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "void setXmlVersion(java.lang.String $1) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "java.lang.String getXmlVersion();", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "void setXmlStandalone(boolean $1) throws org.w3c.dom.DOMException;", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "boolean getXmlStandalone();", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "java.lang.String getXmlEncoding();", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".


    [javac]     44. public class UnImplNode implements Node, Element, NodeList, Document
    [javac]                      ^--------^
    [javac] *** Semantic Error: The abstract method "java.lang.String getInputEncoding();", inherited from type "org.w3c.dom.Document", is not implemented in the non-abstract class "org.apache.xml.utils.UnImplNode".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_cy.java":

    [javac]     40.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_de.java":

    [javac]     43.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_el.java":

    [javac]     43.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_en.java":

    [javac]     43.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_es.java":

    [javac]     43.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_fr.java":

    [javac]     43.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_he.java":

    [javac]     43.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_hy.java":

    [javac]     43.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_it.java":

    [javac]     43.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_ja_JP_A.java":

    [javac]     43.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_ja_JP_HA.java":

    [javac]     43.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_ja_JP_HI.java":

    [javac]     44.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_ja_JP_I.java":

    [javac]     44.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_ka.java":

    [javac]     43.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_ko.java":

    [javac]     43.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_sv.java":

    [javac]     43.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_zh_CN.java":

    [javac]     43.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

    [javac] Issued 1 semantic warning compiling "/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_zh_TW.java":

    [javac]     43.   static final Object[][] contents =
    [javac]                                   ^------^
    [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle".

BUILD FAILED
/mnt/Dati/Gentoo/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build.xml:256: Compile failed; see the compiler error output for details.

Total time: 21 seconds

!!! ERROR: dev-java/xalan-2.6.0-r2 failed.
!!! Function src_compile, Line 48, Exitcode 1
!!! build failed
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Patrizio Bassi 2005-04-28 04:47:01 UTC
i'm very sorry, using a command line browser i didn't see

http://bugs.gentoo.org/show_bug.cgi?id=67244

patch works perfectly, please apply.

sorry for duplicated

*** This bug has been marked as a duplicate of 67244 ***