Your message dated Wed, 06 Feb 2008 22:17:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#464286: fixed in saxonb 9.0-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: saxonb
version: 9.0-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

 > dpkg-source: building saxonb in saxonb_9.0-1.dsc
 >  debian/rules build
 > test -x debian/rules
 > mkdir -p "."
 > /usr/bin/make -f debian/rules reverse-config
 > make[1]: Entering directory `/build/user/saxonb-9.0'
 > make[1]: Nothing to be done for `reverse-config'.
 > make[1]: Leaving directory `/build/user/saxonb-9.0'
 > if [ "debian/stamp-patched" = "reverse-patches" ]; then rm -f 
 > debian/stamp-patched; fi
 > patches: debian/patches/disable-dotnet-support.patch 
 > debian/patches/disable-proprietary-saxon.patch
 > Trying patch debian/patches/disable-dotnet-support.patch at level 1 ... 0 
 > ... success.
 > Trying patch debian/patches/disable-proprietary-saxon.patch at level 1 ... 0 
 > ... success.
 > if [ "debian/stamp-patched" != "reverse-patches" ]; then touch 
 > debian/stamp-patched; fi
 > if [ "debian/stamp-patched" != "reverse-patches" ] ; then \
 >              /usr/bin/make -f debian/rules update-config ; \
 >      fi
 > make[1]: Entering directory `/build/user/saxonb-9.0'
 > make[1]: Nothing to be done for `update-config'.
 > make[1]: Leaving directory `/build/user/saxonb-9.0'
 > cd . && /usr/lib/jvm/java-gcj/bin/java -classpath 
 > /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/dom4j.jar:/usr/share/java/jdom1.jar:/usr/lib/jvm/java-gcj/lib/tools.jar
 >   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
 > -Dcompile.optimize=true   -buildfile debian/build.xml  jar javadoc
 > Buildfile: debian/build.xml
 > 
 > compile:
 >     [mkdir] Created dir: /build/user/saxonb-9.0/build
 >     [javac] Compiling 958 source files to /build/user/saxonb-9.0/build
 >     [javac] ----------
 >     [javac] 1. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 8)
 >     [javac]  import nu.xom.Attribute;
 >     [javac]         ^^
 >     [javac] The import nu cannot be resolved
 >     [javac] ----------
 >     [javac] 2. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 9)
 >     [javac]  import nu.xom.Document;
 >     [javac]         ^^
 >     [javac] The import nu cannot be resolved
 >     [javac] ----------
 >     [javac] 3. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java
 >     [javac]  (at line 10)
 >     [javac]  import nu.xom.Element;
 >     [javac]         ^^
 >     [javac] The import nu cannot be resolved
 >     [javac] ----------
 >     [javac] 4. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 11)
 >     [javac]  import nu.xom.Node;
 >     [javac]         ^^
 >     [javac] The import nu cannot be resolved
 >     [javac] ----------
 >     [javac] 5. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 46)
 >     [javac]  public DocumentWrapper(Node root, String baseURI, Configuration 
 > config) {
 >     [javac]                         ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 
 >     [javac] 6. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 64)
 >     [javac]  public NodeInfo wrap(Node node) {
 >     [javac]                       ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 7. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 65)
 >     [javac]  if (node == this.node) {
 >     [javac]                   ^^^^
 >     [javac] node cannot be resolved or is not a field
 >     [javac] ----------
 >     [javac] 8. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 
 > 129)
 >     [javac]  Element elem;
 >     [javac]  ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 9. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java
 >     [javac]  (at line 132)
 >     [javac]  elem = ((Document) node).getRootElement();
 >     [javac]           ^^^^^^^^
 >     [javac] Document cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 10. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java
 >     [javac]  (at line 132)
 >     [javac]  elem = ((Document) node).getRootElement();
 >     [javac]                     ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 11. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java
 >     [javac]  (at line 135)
 >     [javac]  elem = (Element) node;
 >     [javac]          ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 12. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 
 > 135)
 >     [javac]  elem = (Element) node;
 >     [javac]                   ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 13. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 
 > 147)
 >     [javac]  private void buildIDIndex(Element elem) {
 >     [javac]                            ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 14. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 
 > 151)
 >     [javac]  Node child = elem.getChild(i);
 >     [javac]  ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 15. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 
 > 152)
 >     [javac]  if (child instanceof Element) {
 >     [javac]                       ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 16. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 
 > 153)
 >     [javac]  buildIDIndex((Element)child);
 >     [javac]                ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 17. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 
 > 157)
 >     [javac]  Attribute att = elem.getAttribute(i);
 >     [javac]  ^^^^^^^^^
 >     [javac] Attribute cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 18. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/DocumentWrapper.java (at line 
 > 158)
 >     [javac]  if (att.getType() == Attribute.Type.ID) {
 >     [javac]                       ^^^^^^^^^
 >     [javac] Attribute cannot be resolved
 >     [javac] ----------
 >     [javac] ----------
 >     [javac] 19. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 17)
 >     [javac]  import nu.xom.*;
 >     [javac]         ^^
 >     [javac] The import nu cannot be resolved
 >     [javac] ----------
 >     [javac] 20. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 32)
 >     [javac]  protected Node node;
 >     [javac]            ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 21. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 53)
 >     [javac]  protected NodeWrapper(Node node, NodeWrapper parent, int index) 
 > {
 >     [javac]                        ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 22. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 87)
 >     [javac]  protected final NodeWrapper makeWrapper(Node node, 
 > DocumentWrapper docWrapper) {
 >     [javac]                                          ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 23. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 106)
 >     [javac]  protected final NodeWrapper makeWrapper(Node node, 
 > DocumentWrapper docWrapper,
 >     [javac]                                          ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 24. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 115)
 >     [javac]  private static void throwIllegalNode(Node node) {
 >     [javac]                                       ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 25. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 135)
 >     [javac]  return node;
 >     [javac]         ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 26. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 215)
 >     [javac]  return other instanceof NodeWrapper && node == 
 > ((NodeWrapper)other).node;
 >     [javac]                                         ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 27. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 215)
 >     [javac]  return other instanceof NodeWrapper && node == 
 > ((NodeWrapper)other).node;
 >     [javac]                                                                  
 >     ^^^^
 >     [javac] node cannot be resolved or is not a field
 >     [javac] ----------
 >     [javac] 28. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 244)
 >     [javac]  return node.hashCode();
 >     [javac]         ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 29. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 270)
 >     [javac]  return node.getBaseURI();
 >     [javac]         ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 30. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 299)
 >     [javac]  return compareOrderFast(node,((NodeWrapper) other).node);
 >     [javac]                          ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 31. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 299)
 >     [javac]  return compareOrderFast(node,((NodeWrapper) other).node);
 >     [javac]                                                     ^^^^
 >     [javac] node cannot be resolved or is not a field
 >     [javac] ----------
 >     [javac] 32. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 306)
 >     [javac]  private static int compareOrderFast(Node first, Node second) {
 >     [javac]                                      ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 33. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 306)
 >     [javac]  private static int compareOrderFast(Node first, Node second) {
 >     [javac]                                                  ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 34. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 406)
 >     [javac]  return node.getValue();
 >     [javac]         ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 35. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 415)
 >     [javac]  return node.getValue();
 >     [javac]         ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 36. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 463)
 >     [javac]  return ((Element) node).getLocalName();
 >     [javac]           ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 37. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 463)
 >     [javac]  return ((Element) node).getLocalName();
 >     [javac]                    ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 38. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 465)
 >     [javac]  return ((Attribute) node).getLocalName();
 >     [javac]           ^^^^^^^^^
 >     [javac] Attribute cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 39. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 465)
 >     [javac]  return ((Attribute) node).getLocalName();
 >     [javac]                      ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 40. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 467)
 >     [javac]  return ((ProcessingInstruction) node).getTarget();
 >     [javac]           ^^^^^^^^^^^^^^^^^^^^^
 >     [javac] ProcessingInstruction cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 41. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 467)
 >     [javac]  return ((ProcessingInstruction) node).getTarget();
 >     [javac]                                  ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 42. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 482)
 >     [javac]  return ((Element) node).getNamespacePrefix();
 >     [javac]           ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 43. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 482)
 >     [javac]  return ((Element) node).getNamespacePrefix();
 >     [javac]                    ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 44. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 484)
 >     [javac]  return ((Attribute) node).getNamespacePrefix();
 >     [javac]           ^^^^^^^^^
 >     [javac] Attribute cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 45. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 484)
 >     [javac]  return ((Attribute) node).getNamespacePrefix();
 >     [javac]                      ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 46. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 501)
 >     [javac]  return ((Element) node).getNamespaceURI();
 >     [javac]           ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 47. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 501)
 >     [javac]  return ((Element) node).getNamespaceURI();
 >     [javac]                    ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 48. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 503)
 >     [javac]  return ((Attribute) node).getNamespaceURI();
 >     [javac]           ^^^^^^^^^
 >     [javac] Attribute cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 49. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 503)
 >     [javac]  return ((Attribute) node).getNamespaceURI();
 >     [javac]                      ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 50. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 520)
 >     [javac]  return ((Element) node).getQualifiedName();
 >     [javac]           ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 51. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 520)
 >     [javac]  return ((Element) node).getQualifiedName();
 >     [javac]                    ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 52. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 522)
 >     [javac]  return ((Attribute) node).getQualifiedName();
 >     [javac]           ^^^^^^^^^
 >     [javac] Attribute cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 53. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 522)
 >     [javac]  return ((Attribute) node).getQualifiedName();
 >     [javac]                      ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 54. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 524)
 >     [javac]  return ((ProcessingInstruction) node).getTarget();
 >     [javac]           ^^^^^^^^^^^^^^^^^^^^^
 >     [javac] ProcessingInstruction cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 55. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 524)
 >     [javac]  return ((ProcessingInstruction) node).getTarget();
 >     [javac]                                  ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 56. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 536)
 >     [javac]  ParentNode p = node.getParent();
 >     [javac]  ^^^^^^^^^^
 >     [javac] ParentNode cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 57. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 536)
 >     [javac]  ParentNode p = node.getParent();
 >     [javac]                 ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 58. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 551)
 >     [javac]  Attribute att = (Attribute) node;
 >     [javac]  ^^^^^^^^^
 >     [javac] Attribute cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 59. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 551)
 >     [javac]  Attribute att = (Attribute) node;
 >     [javac]                   ^^^^^^^^^
 >     [javac] Attribute cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 60. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 551)
 >     [javac]  Attribute att = (Attribute) node;
 >     [javac]                              ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 61. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 552)
 >     [javac]  Element p = (Element) att.getParent();
 >     [javac]  ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 62. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 552)
 >     [javac]  Element p = (Element) att.getParent();
 >     [javac]               ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 63. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 564)
 >     [javac]  ParentNode p = node.getParent();
 >     [javac]  ^^^^^^^^^^
 >     [javac] ParentNode cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 64. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 564)
 >     [javac]  ParentNode p = node.getParent();
 >     [javac]                 ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 65. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 565)
 >     [javac]  int i = (p == null ? 0 : p.indexOf(node));
 >     [javac]                                     ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 66. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 610)
 >     [javac]  if (nodeKind != Type.ELEMENT || ((Element) 
 > node).getAttributeCount() == 0) {
 >     [javac]                                    ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 67. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 610)
 >     [javac]  if (nodeKind != Type.ELEMENT || ((Element) 
 > node).getAttributeCount() == 0) {
 >     [javac]                                             ^^^^
 >     [javac] node cannot be resolved
 >     [javac] 
 >     [javac] ----------
 >     [javac] 68. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 712)
 >     [javac]  Attribute att = ((Element) node).getAttribute(localName, uri);
 >     [javac]  ^^^^^^^^^
 >     [javac] Attribute cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 69. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 712)
 >     [javac]  Attribute att = ((Element) node).getAttribute(localName, uri);
 >     [javac]                    ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 70. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 712)
 >     [javac]  Attribute att = ((Element) node).getAttribute(localName, uri);
 >     [javac]                             ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 71. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 736)
 >     [javac]  if (docWrapper.node instanceof Document) {
 >     [javac]      ^^^^^^^^^^^^^^^
 >     [javac] docWrapper.node cannot be resolved or is not a field
 >     [javac] ----------
 >     [javac] 72. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 736)
 >     [javac]  if (docWrapper.node instanceof Document) {
 >     [javac]                                 ^^^^^^^^
 >     [javac] Document cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 73. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 750)
 >     [javac]  return node.getChildCount() > 0;
 >     [javac]         ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 74. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 801)
 >     [javac]  if (node instanceof Element) {
 >     [javac]      ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 75. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 801)
 >     [javac]  if (node instanceof Element) {
 >     [javac]                      ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 76. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 802)
 >     [javac]  Element elem = (Element)node;
 >     [javac]  ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 77. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 802)
 >     [javac]  Element elem = (Element)node;
 >     [javac]                  ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 78. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 802)
 >     [javac]  Element elem = (Element)node;
 >     [javac]                          ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 79. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 830)
 >     [javac]  return getNodeKind() == Type.ATTRIBUTE && 
 > ((Attribute)node).getType() == Attribute.Type.ID;
 >     [javac]                                              ^^^^^^^^^
 >     [javac] Attribute cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 80. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 830)
 >     [javac]  return getNodeKind() == Type.ATTRIBUTE && 
 > ((Attribute)node).getType() == Attribute.T
 >     [javac] ype.ID;
 >     [javac]                                                        ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 81. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 830)
 >     [javac]  return getNodeKind() == Type.ATTRIBUTE && 
 > ((Attribute)node).getType() == Attribute.Type.ID;
 >     [javac]                                                                  
 >          ^^^^^^^^^
 >     [javac] Attribute cannot be resolved
 >     [javac] ----------
 >     [javac] 82. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 841)
 >     [javac]  ((Attribute)node).getType() == Attribute.Type.IDREF ||
 >     [javac]    ^^^^^^^^^
 >     [javac] Attribute cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 83. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 841)
 >     [javac]  ((Attribute)node).getType() == Attribute.Type.IDREF ||
 >     [javac]              ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 84. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 841)
 >     [javac]  ((Attribute)node).getType() == Attribute.Type.IDREF ||
 >     [javac]                                 ^^^^^^^^^
 >     [javac] Attribute cannot be resolved
 >     [javac] ----------
 >     [javac] 85. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 842)
 >     [javac]  ((Attribute)node).getType() == Attribute.Type.IDREFS);
 >     [javac]    ^^^^^^^^^
 >     [javac] Attribute cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 86. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 842)
 >     [javac]  ((Attribute)node).getType() == Attribute.Type.IDREFS);
 >     [javac]              ^^^^
 >     [javac] node cannot be resolved
 >     [javac] ----------
 >     [javac] 87. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 842)
 >     [javac]  ((Attribute)node).getType() == Attribute.Type.IDREFS);
 >     [javac]                                 ^^^^^^^^^
 >     [javac] Attribute cannot be resolved
 >     [javac] ----------
 >     [javac] 88. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1016)
 >     [javac]  Element elem = (Element) start.node;
 >     [javac]  ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 89. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1016)
 >     [javac]  Element elem = (Element) start.node;
 >     [javac]                  ^^^^^^^
 >     [javac] Element cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 90. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1016)
 >     [javac]  Element elem = (Element) start.node;
 >     [javac]                           ^^^^^^^^^^
 >     [javac] start.node cannot be resolved or is not a field
 >     [javac] ----------
 >     [javac] 91. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1091)
 >     [javac]  private ParentNode par;
 >     [javac]          ^^^^^^^^^^
 >     [javac] ParentNode cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 92. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1108)
 >     [javac]  par = (ParentNode) commonParent.node;
 >     [javac]  ^^^
 >     [javac] par cannot be resolved
 >     [javac] ----------
 >     [javac] 93. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 1108)
 >     [javac]  par = (ParentNode) commonParent.node;
 >     [javac]         ^^^^^^^^^^
 >     [javac] ParentNode cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 94. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 1108)
 >     [javac]  par = (ParentNode) commonParent.node;
 >     [javac]                     ^^^^^^^^^^^^^^^^^
 >     [javac] commonParent.node cannot be resolved or is not a field
 >     [javac] ----------
 >     [javac] 95. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 1110)
 >     [javac]  ix = (forwards ? 0 : par.getChildCount());
 >     [javac]                       ^^^
 >     [javac] par cannot be resolved
 >     [javac] ----------
 >     [javac] 96. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1114)
 >     [javac]  ix = par.indexOf(start.node);
 >     [javac]       ^^^
 >     [javac] 
 >     [javac] par cannot be resolved
 >     [javac] ----------
 >     [javac] 97. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1114)
 >     [javac]  ix = par.indexOf(start.node);
 >     [javac]                   ^^^^^^^^^^
 >     [javac] start.node cannot be resolved or is not a field
 >     [javac] ----------
 >     [javac] 98. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1146)
 >     [javac]  Node nextChild;
 >     [javac]  ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 99. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 1149)
 >     [javac]  if (cursor == par.getChildCount()) return null;
 >     [javac]                ^^^
 >     [javac] par cannot be resolved
 >     [javac] ----------
 >     [javac] 100. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 1150)
 >     [javac]  nextChild = par.getChild(cursor++);
 >     [javac]              ^^^
 >     [javac] par cannot be resolved
 >     [javac] ----------
 >     [javac] 101. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1153)
 >     [javac]  nextChild = par.getChild(--cursor);
 >     [javac]              ^^^
 >     [javac] par cannot be resolved
 >     [javac] ----------
 >     [javac] 102. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1155)
 >     [javac]  } while (nextChild instanceof DocType);
 >     [javac]                                ^^^^^^^
 >     [javac] DocType cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 103. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1226)
 >     [javac]  private Node anchor; // so we know where to stop the scan
 >     [javac]          ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 104. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1227)
 >     [javac]  private Node currNode;
 >     [javac]          ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 105. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 1243)
 >     [javac]  if (!following) anchor = start.node;
 >     [javac]                  ^^^^^^
 >     [javac] anchor cannot be resolved
 >     [javac] ----------
 >     [javac] 106. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 1243)
 >     [javac]  if (!following) anchor = start.node;
 >     [javac]                           ^^^^^^^^^^
 >     [javac] start.node cannot be resolved or is not a field
 >     [javac] ----------
 >     [javac] 107. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 1244)
 >     [javac]  if (!includeSelf) currNode = start.node;
 >     [javac]                    ^^^^^^^^
 >     [javac] currNode cannot be resolved
 >     [javac] ----------
 >     [javac] 108. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 1244)
 >     [javac]  if (!includeSelf) currNode = start.node;
 >     [javac]                               ^^^^^^^^^^
 >     [javac] start.node cannot be resolved or is not a field
 >     [javac] ----------
 >     [javac] 109. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 1295)
 >     [javac]  if (currNode == null) { // if includeSelf
 >     [javac]      ^^^^^^^^
 >     [javac] currNode cannot be resolved
 >     [javac] ----------
 >     [javac] 110. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1296)
 >     [javac]  currNode = start.node;
 >     [javac]  ^^^^^^^^
 >     [javac] currNode cannot be resolved
 >     [javac] ----------
 >     [javac] 111. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1296)
 >     [javac]  currNode = start.node;
 >     [javac]             ^^^^^^^^^^
 >     [javac] start.node cannot be resolved or is not a field
 >     [javac] ----------
 >     [javac] 112. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1303)
 >     [javac]  Node p = currNode;
 >     [javac]           ^^^^^^^^
 >     [javac] currNode cannot be resolved
 >     [javac] ----------
 >     [javac] 113. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 1339)
 >     [javac]  private boolean conforms(Node node) {
 >     [javac]                           ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 114. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 1415)
 >     [javac]  private Node currNode;
 >     [javac]          ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 115. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 1416)
 >     [javac]  private ParentNode nextAncestor; // next ancestors to skip if 
 > !includeAncestors
 >     [javac]          ^^^^^^^^^^
 >     [javac] ParentNode cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 116. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java
 >     [javac]  (at line 1428)
 >     [javac]  currNode = start.node;
 >     [javac]  ^^^^^^^^
 >     [javac] currNode cannot be resolved
 >     [javac] ----------
 >     [javac] 117. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1514)
 >     [javac]  } while (!conforms(currNode));
 >     [javac]                     ^^^^^^^^
 >     [javac] currNode cannot be resolved
 >     [javac] ----------
 >     [javac] 118. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/NodeWrapper.java (at line 1525)
 >     [javac]  private boolean conforms(Node node) {
 >     [javac]                           ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] ----------
 >     [javac] 119. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java (at line 12)
 >     [javac]  import nu.xom.Document;
 >     [javac]         ^^
 >     [javac] The import nu cannot be resolved
 >     [javac] ----------
 >     [javac] 120. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java (at line 13)
 >     [javac]  import nu.xom.Node;
 >     [javac]         ^^
 >     [javac] The import nu cannot be resolved
 >     [javac] ----------
 >     [javac] 121. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java
 >     [javac]  (at line 40)
 >     [javac]  return (object instanceof nu.xom.Node);
 >     [javac]                            ^^
 >     [javac] nu cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 122. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java
 >     [javac]  (at line 52)
 >     [javac]  return nu.xom.Node.class.isAssignableFrom(nodeClass);
 >     [javac]         ^^
 >     [javac] nu cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 123. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java
 >     [javac]  (at line 104)
 >     [javac]  if (object instanceof Node) {
 >     [javac]                        ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 124. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java
 >     [javac]  (at line 105)
 >     [javac]  return new SingletonNode(wrapNode((Node)object, config));
 >     [javac]                                     ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 125. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java
 >     [javac]  (at line 106)
 >     [javac]  } else if (object instanceof Node[]) {
 >     [javac]                               ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 126. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java
 >     [javac]  (at line 107)
 >     [javac]  NodeInfo[] nodes = new NodeInfo[((Node[])object).length];
 >     [javac]                                    ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 127. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java
 >     [javac]  (at line 109)
 >     [javac]  nodes[i] = wrapNode(((Node[])object)[i], config);
 >     [javac]                        ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 128. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java
 >     [javac]  (at line 117)
 >     [javac]  private synchronized NodeInfo wrapNode(Node node, Configuration 
 > config) {
 >     [javac]                                         ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 129. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java (at line 135)
 >     [javac]  (Node.class.isAssignableFrom(targetClass) ||
 >     [javac]   ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 130. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java (at line 136)
 >     [javac]  (targetClass.isArray() && 
 > Node.class.isAssignableFrom(targetClass.getComponentType())));
 >     [javac]                            ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 131. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java (at line 158)
 >     [javac]  if (o instanceof Node) {
 >     [javac]                   ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 132. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java (at line 181)
 >     [javac]  if (Node.class.isAssignableFrom(targetClass)) {
 >     [javac]      ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 133. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java (at line 188)
 >     [javac]  } else if (targetClass.isArray() && 
 > Node.class.isAssignableFrom(targetClass.getComponentType())) {
 >     [javac]                                      ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 134. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java (at line 189)
 >     [javac]  Node[] array = 
 > (Node[])Array.newInstance(targetClass.getComponentType(), nodes.size());
 >     [javac]  ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 135. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java (at line 189)
 >     [javac]  Node[] array = 
 > (Node[])Array.newInstance(targetClass.getComponentType(), nodes.size());
 >     [javac]                  ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 136. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java (at line 212)
 >     [javac]  Document documentNode = ((Node)node).getDocument();
 >     [javac]  ^^^^^^^^
 >     [javac] Document cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 137. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java (at line 212)
 >     [javac]  Document documentNode = ((Node)node).getDocument();
 >     [javac]                            ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 138. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java (at line 226)
 >     [javac]  if (!(node instanceof Node)) {
 >     [javac]                        ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 139. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XOMObjectModel.java (at line 229)
 >     [javac]  return ((DocumentWrapper)document).wrap((Node)node);
 >     [javac]                                           ^^^^
 >     [javac] Node cannot be resolved to a type
 >     [javac] ----------
 >     [javac] ----------
 >     [javac] 140. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XomUriResolver.java (at line 9)
 >     [javac]  import nu.xom.Builder;
 >     [javac]         ^^
 >     [javac] The import nu cannot be resolved
 >     [javac] ----------
 >     [javac] 141. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XomUriResolver.java
 >     [javac]  (at line 10)
 >     [javac]  import nu.xom.Document;
 >     [javac]         ^^
 >     [javac] The import nu cannot be resolved
 >     [javac] ----------
 >     [javac] 142. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XomUriResolver.java (at line 11)
 >     [javac]  import nu.xom.ParsingException;
 >     [javac]         ^^
 >     [javac] The import nu cannot be resolved
 >     [javac] ----------
 >     [javac] 143. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XomUriResolver.java (at line 82)
 >     [javac]  Builder builder = new Builder();
 >     [javac]  ^^^^^^^
 >     [javac] Builder cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 144. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XomUriResolver.java (at line 82)
 >     [javac]  Builder builder = new Builder();
 >     [javac]                        ^^^^^^^
 >     [javac] Builder cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 145. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XomUriResolver.java (at line 83)
 >     [javac]  Document doc = builder.build(url.toString());
 >     [javac]  ^^^^^^^^
 >     [javac] Document cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 146. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XomUriResolver.java (at line 90)
 >     [javac]  } catch (ParsingException pe) {
 >     [javac]           ^^^^^^^^^^^^^^^^
 >     [javac] ParsingException cannot be resolved to a type
 >     [javac] ----------
 >     [javac] 147. ERROR in 
 > /build/user/saxonb-9.0/src/net/sf/saxon/xom/XomUriResolver.java (at line 91)
 >     [javac]  throw new XPathException(pe);
 >     [javac]                           ^^
 >     [javac] pe cannot be resolved
 >     [javac] ----------
 >     [javac] 147 problems (147 errors)
 > 
 > BUILD FAILED
 > /build/user/saxonb-9.0/debian/build.xml:10: Compile failed; see the compiler 
 > error output for details.
 > 
 > Total time: 9 seconds
 > make: *** [debian/stamp-ant-build] Error 1
 > dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
        http://people.debian.org/~lucas/logs/2008/02/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 |



--- End Message ---
--- Begin Message ---
Source: saxonb
Source-Version: 9.0-2

We believe that the bug you reported is fixed in the latest version of
saxonb, which is due to be installed in the Debian FTP archive:

libsaxonb-java-doc_9.0-2_all.deb
  to pool/main/s/saxonb/libsaxonb-java-doc_9.0-2_all.deb
libsaxonb-java_9.0-2_all.deb
  to pool/main/s/saxonb/libsaxonb-java_9.0-2_all.deb
saxonb_9.0-2.diff.gz
  to pool/main/s/saxonb/saxonb_9.0-2.diff.gz
saxonb_9.0-2.dsc
  to pool/main/s/saxonb/saxonb_9.0-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Koch <[EMAIL PROTECTED]> (supplier of updated saxonb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 06 Feb 2008 23:10:58 +0100
Source: saxonb
Binary: libsaxonb-java libsaxonb-java-doc
Architecture: source all
Version: 9.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]>
Changed-By: Michael Koch <[EMAIL PROTECTED]>
Description: 
 libsaxonb-java - The Saxon-B XSLT Processor
 libsaxonb-java-doc - The Saxon-B XSLT Processor's documentation and javadoc
Closes: 464286
Changes: 
 saxonb (9.0-2) unstable; urgency=low
 .
   * Add libxom-java to (Build-)Depends. Closes: #464286
   * Add Vcs-Svn and Vcs-Browse fields to control file.
Files: 
 da74ca280a4c5244e4bac899f4e29999 919 libs optional saxonb_9.0-2.dsc
 295bb1f8c437fb8d7cbfd4adb6d2a5c0 14153 libs optional saxonb_9.0-2.diff.gz
 6b6b38c3470d19384044542194b336e2 3707386 libs optional 
libsaxonb-java_9.0-2_all.deb
 cc88f7b444c9e269b7c076fb3f46ac01 3611464 doc optional 
libsaxonb-java-doc_9.0-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHqjEtWSOgCCdjSDsRAh+7AJsFNJCXfqSmbMyQFVY8AtYZutJvzwCglNBS
1oKfMEwSmaSk004cGXWU2F4=
=JhMx
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to