Package: tex4ht
version: 20070821-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070905 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
ecj -d class -1.5 java/HtJsml.java java/HtSpk.java java/xtpipes.java 
java/OomFilter.java java/GroupMn.java java/OoFilter.java 
java/JsmlMathBreak.java java/JsmlFilter.java java/xtpipes/Xtpipes.java 
java/xtpipes/lib/ScriptsManagerLH.java java/xtpipes/lib/ScriptsManager.java 
java/xtpipes/util/FileInfo.java java/xtpipes/util/InputObject.java 
java/xtpipes/XtpipesUni.java java/OoUtilities.java java/EmSpk.java
----------
1. ERROR in java/HtJsml.java (at line 1)
        import org.w3c.dom.*;
        ^
The type java.lang.Object cannot be resolved. It is indirectly referenced from 
required .class files
----------
2. ERROR in java/HtJsml.java (at line 1)
        import org.w3c.dom.*;
        ^
The type java.lang.String cannot be resolved. It is indirectly referenced from 
required .class files
----------
3. ERROR in java/HtJsml.java (at line 1)
        import org.w3c.dom.*;
               ^^^
The import org cannot be resolved
----------
4. ERROR in java/HtJsml.java (at line 2)
        public class HtJsml {
                     ^^^^^^
Implicit super constructor Object() is undefined for default constructor. Must 
define an explicit constructor
----------
5. ERROR in java/HtJsml.java (at line 3)
        private static void insertLevelPrefix(Node node, int level){
                                              ^^^^
Node cannot be resolved to a type
----------
6. ERROR in java/HtJsml.java (at line 5)
        if (node.getNodeType() == Node.ELEMENT_NODE) {
                                  ^^^^
Node cannot be resolved
----------
7. ERROR in java/HtJsml.java (at line 7)
        Node attr = node.getAttributes().getNamedItem("prefix");
        ^^^^
Node cannot be resolved to a type
----------
8. ERROR in java/HtJsml.java (at line 9)
        String prefix = attr.getNodeValue();
        ^^^^^^
String cannot be resolved to a type
----------
9. ERROR in java/HtJsml.java (at line 10)
        String  s = "";
        ^^^^^^
String cannot be resolved to a type
----------
10. ERROR in java/HtJsml.java (at line 14)
        ((org.w3c.dom.Element) node).setAttribute( "depth", ""+level);
          ^^^
org cannot be resolved
----------
11. ERROR in java/HtJsml.java (at line 15)
        Node child = node.getFirstChild();
        ^^^^
Node cannot be resolved to a type
----------
12. ERROR in java/HtJsml.java (at line 17)
        node.insertBefore( dom.createTextNode(s), child );
                           ^^^
dom cannot be resolved
----------
13. ERROR in java/HtJsml.java (at line 21)
        NodeList children = node.getChildNodes();
        ^^^^^^^^
NodeList cannot be resolved to a type
----------
14. ERROR in java/HtJsml.java (at line 23)
        Node child = children.item(i);
        ^^^^
Node cannot be resolved to a type
----------
15. ERROR in java/HtJsml.java (at line 26)
        private static void setContinuedNote(Node node){
                                             ^^^^
Node cannot be resolved to a type
----------
16. ERROR in java/HtJsml.java (at line 27)
        if (node.getNodeType() == Node.ELEMENT_NODE) {
                                  ^^^^
Node cannot be resolved
----------
17. ERROR in java/HtJsml.java (at line 29)
        Node attr = node.getAttributes().getNamedItem("continued");
        ^^^^
Node cannot be resolved to a type
----------
18. ERROR in java/HtJsml.java (at line 33)
        ((org.w3c.dom.Text) node).setData( attr.getNodeValue() );
          ^^^
org cannot be resolved
----------
19. ERROR in java/HtJsml.java (at line 37)
        NodeList children = node.getChildNodes();
        ^^^^^^^^
NodeList cannot be resolved to a type
----------
20. ERROR in java/HtJsml.java (at line 39)
        Node child = children.item(i);
        ^^^^
Node cannot be resolved to a type
----------
21. ERROR in java/HtJsml.java (at line 43)
        private static Document dom;
                       ^^^^^^^^
Document cannot be resolved to a type
----------
22. ERROR in java/HtJsml.java (at line 44)
        public static void mnGroup(Node d) {
                                   ^^^^
Node cannot be resolved to a type
----------
23. ERROR in java/HtJsml.java (at line 45)
        dom = (Document) d;
        ^^^
dom cannot be resolved
----------
24. ERROR in java/HtJsml.java (at line 45)
        dom = (Document) d;
               ^^^^^^^^
Document cannot be resolved to a type
----------
25. ERROR in java/HtJsml.java (at line 46)
        setMnGroup(dom.getFirstChild());
                   ^^^
dom cannot be resolved
----------
26. ERROR in java/HtJsml.java (at line 48)
        private static void setMnGroup(Node node) {
                                       ^^^^
Node cannot be resolved to a type
----------
27. ERROR in java/HtJsml.java (at line 51)
        NodeList children = node.getChildNodes();
        ^^^^^^^^
NodeList cannot be resolved to a type
----------
28. ERROR in java/HtJsml.java (at line 55)
        Node child = children.item(i).getFirstChild();
        ^^^^
Node cannot be resolved to a type
----------
29. ERROR in java/HtJsml.java (at line 58)
        } else if( child.getNodeType() != Node.TEXT_NODE ){
                                          ^^^^
Node cannot be resolved
----------
30. ERROR in java/HtJsml.java (at line 61)
        String s = child.getNodeValue();
        ^^^^^^
String cannot be resolved to a type
----------
31. ERROR in java/HtJsml.java (at line 126)
        Node parent = node.getParentNode();
        ^^^^
Node cannot be resolved to a type
----------
32. ERROR in java/HtJsml.java (at line 127)
        Element g = dom.createElement( "mn-group-s" );
        ^^^^^^^
Element cannot be resolved to a type
----------
33. ERROR in java/HtJsml.java (at line 127)
        Element g = dom.createElement( "mn-group-s" );
                    ^^^
dom cannot be resolved
----------
34. ERROR in java/HtJsml.java (at line 128)
        Element cur = dom.createElement( "mn-group" );
        ^^^^^^^
Element cannot be resolved to a type
----------
35. ERROR in java/HtJsml.java (at line 128)
        Element cur = dom.createElement( "mn-group" );
                      ^^^
dom cannot be resolved
----------
36. ERROR in java/HtJsml.java (at line 130)
        Node child = node.getFirstChild();
        ^^^^
Node cannot be resolved to a type
----------
37. ERROR in java/HtJsml.java (at line 135)
        cur = dom.createElement( "mn-group" );
              ^^^
dom cannot be resolved
----------
38. ERROR in java/HtJsml.java (at line 143)
        NodeList children = node.getChildNodes();
        ^^^^^^^^
NodeList cannot be resolved to a type
----------
39. ERROR in java/HtJsml.java (at line 145)
        Node child = children.item(i);
        ^^^^
Node cannot be resolved to a type
----------
40. ERROR in java/HtJsml.java (at line 146)
        if (child.getNodeType() == Node.ELEMENT_NODE) {
                                   ^^^^
Node cannot be resolved
----------
41. ERROR in java/HtJsml.java (at line 150)
        public static void fracLevel(Node d) {
                                     ^^^^
Node cannot be resolved to a type
----------
42. ERROR in java/HtJsml.java (at line 151)
        dom = (Document) d;
        ^^^
dom cannot be resolved
----------
43. ERROR in java/HtJsml.java (at line 151)
        dom = (Document) d;
               ^^^^^^^^
Document cannot be resolved to a type
----------
44. ERROR in java/HtJsml.java (at line 152)
        setFracLevel(dom.getFirstChild(), 0);
                     ^^^
dom cannot be resolved
----------
45. ERROR in java/HtJsml.java (at line 154)
        private static int setFracLevel(Node node, int cont) {
                                        ^^^^
Node cannot be resolved to a type
----------
46. ERROR in java/HtJsml.java (at line 157)
        String ndName = node.getNodeName();
        ^^^^^^
String cannot be resolved to a type
----------
47. ERROR in java/HtJsml.java (at line 159)
        String clValue = null;
        ^^^^^^
String cannot be resolved to a type
----------
48. ERROR in java/HtJsml.java (at line 162)
        Node cl = node.getAttributes().getNamedItem("class");
        ^^^^
Node cannot be resolved to a type
----------
49. ERROR in java/HtJsml.java (at line 172)
        NodeList children = node.getChildNodes();
        ^^^^^^^^
NodeList cannot be resolved to a type
----------
50. ERROR in java/HtJsml.java (at line 175)
        Node child = children.item(i);
        ^^^^
Node cannot be resolved to a type
----------
51. ERROR in java/HtJsml.java (at line 176)
        if (child.getNodeType() == Node.ELEMENT_NODE) {
                                   ^^^^
Node cannot be resolved
----------
52. ERROR in java/HtJsml.java (at line 199)
        Node child = node.getFirstChild();
        ^^^^
Node cannot be resolved to a type
----------
53. ERROR in java/HtJsml.java (at line 200)
        if (child.getNodeType() == Node.ELEMENT_NODE) {
                                   ^^^^
Node cannot be resolved
----------
54. ERROR in java/HtJsml.java (at line 201)
        Node cls = child.getAttributes() .getNamedItem("class");
        ^^^^
Node cannot be resolved to a type
----------
55. ERROR in java/HtJsml.java (at line 203)
        String clsName = cls.getNodeValue();
        ^^^^^^
String cannot be resolved to a type
----------
56. ERROR in java/HtJsml.java (at line 209)
        Node child = node.getLastChild();
        ^^^^
Node cannot be resolved to a type
----------
57. ERROR in java/HtJsml.java (at line 210)
        if (child.getNodeType() == Node.ELEMENT_NODE) {
                                   ^^^^
Node cannot be resolved
----------
58. ERROR in java/HtJsml.java (at line 211)
        Node cls = child.getAttributes() .getNamedItem("class");
        ^^^^
Node cannot be resolved to a type
----------
59. ERROR in java/HtJsml.java (at line 213)
        String clsName = cls.getNodeValue();
        ^^^^^^
String cannot be resolved to a type
----------
60. ERROR in java/HtJsml.java (at line 220)
        Node child = node.getLastChild();
        ^^^^
Node cannot be resolved to a type
----------
61. ERROR in java/HtJsml.java (at line 221)
        if (child.getNodeType() == Node.ELEMENT_NODE) {
                                   ^^^^
Node cannot be resolved
----------
62. ERROR in java/HtJsml.java (at line 222)
        Node cls = child.getAttributes() .getNamedItem("class");
        ^^^^
Node cannot be resolved to a type
----------
63. ERROR in java/HtJsml.java (at line 224)
        String clsName = cls.getNodeValue();
        ^^^^^^
String cannot be resolved to a type
----------
64. ERROR in java/HtJsml.java (at line 233)
        Node child = children.item(i);
        ^^^^
Node cannot be resolved to a type
----------
65. ERROR in java/HtJsml.java (at line 234)
        if (child.getNodeType() == Node.ELEMENT_NODE) {
                                   ^^^^
Node cannot be resolved
----------
66. ERROR in java/HtJsml.java (at line 235)
        Node cls = child.getAttributes()
        ^^^^
Node cannot be resolved to a type
----------
67. ERROR in java/HtJsml.java (at line 238)
        String clsName = cls.getNodeValue();
        ^^^^^^
String cannot be resolved to a type
----------
68. ERROR in java/HtJsml.java (at line 249)
        public static void scriptLevel(Node dom) {
                                       ^^^^
Node cannot be resolved to a type
----------
69. ERROR in java/HtJsml.java (at line 252)
        private static void setScriptLevel(Node node, String prefix) {
                                           ^^^^
Node cannot be resolved to a type
----------
70. ERROR in java/HtJsml.java (at line 252)
        private static void setScriptLevel(Node node, String prefix) {
                                                      ^^^^^^
String cannot be resolved to a type
----------
71. ERROR in java/HtJsml.java (at line 253)
        String clName = null;
        ^^^^^^
String cannot be resolved to a type
----------
72. ERROR in java/HtJsml.java (at line 256)
        Node cl = node.getAttributes().getNamedItem("class");
        ^^^^
Node cannot be resolved to a type
----------
73. ERROR in java/HtJsml.java (at line 264)
        Node child = node.getFirstChild();
        ^^^^
Node cannot be resolved to a type
----------
74. ERROR in java/HtJsml.java (at line 265)
        if( (child.getNodeType() == Node.ELEMENT_NODE)
                                    ^^^^
Node cannot be resolved
----------
75. ERROR in java/HtJsml.java (at line 269)
        Node cls = child.getAttributes().getNamedItem("class");
        ^^^^
Node cannot be resolved to a type
----------
76. ERROR in java/HtJsml.java (at line 271)
        String clsName = cls.getNodeValue();
        ^^^^^^
String cannot be resolved to a type
----------
77. ERROR in java/HtJsml.java (at line 277)
        String s = child.getNodeValue();
        ^^^^^^
String cannot be resolved to a type
----------
78. ERROR in java/HtJsml.java (at line 278)
        ((org.w3c.dom.Text) child).setData( prefix + s );
          ^^^
org cannot be resolved
----------
79. ERROR in java/HtJsml.java (at line 289)
        String ndName = node.getNodeName();
        ^^^^^^
String cannot be resolved to a type
----------
80. ERROR in java/HtJsml.java (at line 295)
        NodeList children = node.getChildNodes();
        ^^^^^^^^
NodeList cannot be resolved to a type
----------
81. ERROR in java/HtJsml.java (at line 297)
        Node child = children.item(i);
        ^^^^
Node cannot be resolved to a type
----------
82. ERROR in java/HtJsml.java (at line 298)
        if (child.getNodeType() == Node.ELEMENT_NODE) {
                                   ^^^^
Node cannot be resolved
----------
83. ERROR in java/HtJsml.java (at line 304)
        public static void rootLevel(Node d) {
                                     ^^^^
Node cannot be resolved to a type
----------
84. ERROR in java/HtJsml.java (at line 305)
        dom = (Document) d;
        ^^^
dom cannot be resolved
----------
85. ERROR in java/HtJsml.java (at line 305)
        dom = (Document) d;
               ^^^^^^^^
Document cannot be resolved to a type
----------
86. ERROR in java/HtJsml.java (at line 308)
        private static int setRootLevel( Node node ){
                                         ^^^^
Node cannot be resolved to a type
----------
87. ERROR in java/HtJsml.java (at line 312)
        NodeList children = node.getChildNodes();
        ^^^^^^^^
NodeList cannot be resolved to a type
----------
88. ERROR in java/HtJsml.java (at line 315)
        Node child = children.item(i);
        ^^^^
Node cannot be resolved to a type
----------
89. ERROR in java/HtJsml.java (at line 316)
        if (child.getNodeType() == Node.ELEMENT_NODE) {
                                   ^^^^
Node cannot be resolved
----------
90. ERROR in java/HtJsml.java (at line 322)
        String ndName =  node.getNodeName();
        ^^^^^^
String cannot be resolved to a type
----------
91. ERROR in java/HtJsml.java (at line 331)
        Node child = children.item(i);
        ^^^^
Node cannot be resolved to a type
----------
92. ERROR in java/HtJsml.java (at line 332)
        if (child.getNodeType() == Node.ELEMENT_NODE) {
                                   ^^^^
Node cannot be resolved
----------
93. ERROR in java/HtJsml.java (at line 333)
        Node cls = child.getAttributes()
        ^^^^
Node cannot be resolved to a type
----------
94. ERROR in java/HtJsml.java (at line 336)
        String clsName = cls.getNodeValue();
        ^^^^^^
String cannot be resolved to a type
----------
----------
95. ERROR in java/OomFilter.java (at line 28)
        public class OomFilter extends XMLFilterImpl {
                                       ^^^^^^^^^^^^^
XMLFilterImpl cannot be resolved to a type
----------
----------
96. ERROR in java/GroupMn.java (at line 5)
        public class GroupMn extends XMLFilterImpl {
                                     ^^^^^^^^^^^^^
XMLFilterImpl cannot be resolved to a type
----------
----------
97. ERROR in java/OoFilter.java (at line 28)
        public class OoFilter extends XMLFilterImpl {
                                      ^^^^^^^^^^^^^
XMLFilterImpl cannot be resolved to a type
----------
----------
98. ERROR in java/JsmlMathBreak.java (at line 12)
        public class JsmlMathBreak extends DefaultHandler {
                                           ^^^^^^^^^^^^^^
DefaultHandler cannot be resolved to a type
----------
----------
99. ERROR in java/JsmlFilter.java (at line 5)
        public class JsmlFilter extends XMLFilterImpl {
                                        ^^^^^^^^^^^^^
XMLFilterImpl cannot be resolved to a type
----------
----------
100. ERROR in java/xtpipes/Xtpipes.java (at line 23)
        class XtpipesPrintWriter extends PrintWriter {
                                         ^^^^^^^^^^^
PrintWriter cannot be resolved to a type
----------
101. ERROR in java/xtpipes/Xtpipes.java (at line 1420)
        class XtpipesEntityResolver implements  org.xml.sax.EntityResolver {
                                                ^^^
org cannot be resolved to a type
----------
----------
102. ERROR in java/xtpipes/lib/ScriptsManagerLH.java (at line 6)
        public class ScriptsManagerLH implements LexicalHandler {
                                                 ^^^^^^^^^^^^^^
LexicalHandler cannot be resolved to a type
----------
----------
103. ERROR in java/xtpipes/lib/ScriptsManager.java (at line 15)
        public class ScriptsManager extends DefaultHandler {
                                            ^^^^^^^^^^^^^^
DefaultHandler cannot be resolved to a type
----------
103 problems (103 errors)make[1]: *** [xtpipes.jar] Error 255
make[1]: Leaving directory `/build/user/tex4ht-20070821/src'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/09/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to