Bug#304524: marked as done (libxerces2-java: FTBFS: Semantic Errors)

Debian Bug Tracking System owner@bugs.debian.org
Thu Apr 21 12:40:04 2005


Your message dated Thu, 21 Apr 2005 08:17:19 -0400
with message-id <E1DOacR-00079X-00@newraff.debian.org>
and subject line Bug#304524: fixed in libxerces2-java 2.6.2-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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Apr 2005 19:37:39 +0000
>From stigge@antcom.de Wed Apr 13 12:37:39 2005
Return-path: <stigge@antcom.de>
Received: from mail-out.m-online.net [212.18.0.9] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DLngA-0000TZ-00; Wed, 13 Apr 2005 12:37:39 -0700
Received: from mail.m-online.net (svr20.m-online.net [192.168.3.148])
	by mail-out.m-online.net (Postfix) with ESMTP id 1F77D7E23;
	Wed, 13 Apr 2005 21:37:38 +0200 (CEST)
Received: from atari.stigge.org (ppp-82-135-7-120.mnet-online.de [82.135.7.120])
	by mail.m-online.net (Postfix) with ESMTP id 11FE06A15E;
	Wed, 13 Apr 2005 21:37:10 +0200 (CEST)
Received: from [192.168.5.99] (localhost [127.0.0.1])
	by atari.stigge.org (Postfix) with ESMTP id 394DC10047AE5;
	Wed, 13 Apr 2005 21:37:09 +0200 (CEST)
From: Roland Stigge <stigge@antcom.de>
To: submit@bugs.debian.org
Subject: libxerces2-java: FTBFS: Semantic Errors
Message-Id: <20050413193709.394DC10047AE5@atari.stigge.org>
Date: Wed, 13 Apr 2005 21:37:09 +0200 (CEST)
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: libxerces2-java
Version: 2.6.2-1
Severity: serious

Hi,

building the package libxerces2-java in a clean sid build environment
(with pbuilder) on i386 results in:

=========================================================================
[...]
prepare-common:
    [mkdir] Created dir: /tmp/buildd/libxerces2-java-2.6.2/build/src
    [mkdir] Created dir: /tmp/buildd/libxerces2-java-2.6.2/build/classes
    [mkdir] Created dir: /tmp/buildd/libxerces2-java-2.6.2/build/classes/META-INF
    [mkdir] Created dir: /tmp/buildd/libxerces2-java-2.6.2/build/classes/META-INF/services
     [copy] Copying 1 file to /tmp/buildd/libxerces2-java-2.6.2/build/classes/META-INF/services
     [copy] Copying 1 file to /tmp/buildd/libxerces2-java-2.6.2/build/classes/META-INF/services
     [copy] Copying 1 file to /tmp/buildd/libxerces2-java-2.6.2/build/classes/META-INF/services

prepare-src:
     [copy] Copying 1 file to /tmp/buildd/libxerces2-java-2.6.2/build/classes/META-INF/services
     [copy] Copying 631 files to /tmp/buildd/libxerces2-java-2.6.2/build/src

compile:
     [copy] Copying 10 files to /tmp/buildd/libxerces2-java-2.6.2/build/classes
   [xjavac] Compiling 614 source files to /tmp/buildd/libxerces2-java-2.6.2/build/classes

   [xjavac] Found 13 semantic errors and issued 5 warnings compiling "/tmp/buildd/libxerces2-java-2.6.2/build/src/org/apache/xerces/dom/NodeImpl.java":

   [xjavac]                               <-------
   [xjavac]    118. public abstract class NodeImpl
   [xjavac]    119.     implements Node, NodeList, EventTarget, Cloneable, Serializable{
   [xjavac]         ------------------------------------------------------------------>
   [xjavac] *** Semantic Error: The return type of method "org.apache.xerces.dom3.TypeInfo getSchemaTypeInfo();" does not match the return type of the accessible method "org.w3c.dom.TypeInfo getSchemaTypeInfo();" declared in type "org.w3c.dom.Element".

[...]
   [xjavac] *** Semantic Error: Type "SchemaDOM" was not found.


   [xjavac]     76.     public TextImpl(StringBuffer str, SchemaDOM sDOM, int row, int col) {
   [xjavac]                                               ^-------^
   [xjavac] *** Semantic Error: Type "SchemaDOM" was not found.

   [xjavac] Issued 1 semantic warning compiling "/tmp/buildd/libxerces2-java-2.6.2/build/src/org/apache/xerces/impl/dv/xs/FullDVFactory.java":

   [xjavac]     75.     static final String URI_SCHEMAFORSCHEMA = "http://www.w3.org/2001/XMLSchema";
   [xjavac]                                 ^-----------------^
   [xjavac] *** Semantic Warning: Field "URI_SCHEMAFORSCHEMA" shadows a field of the same name in "org.apache.xerces.impl.dv.xs.BaseDVFactory".

   [xjavac] Found 1 semantic error compiling "/tmp/buildd/libxerces2-java-2.6.2/build/src/org/apache/xerces/jaxp/DocumentBuilderImpl.java":

   [xjavac]    193.         return new org.apache.xerces.dom.DocumentImpl();
   [xjavac]                            ^--------------------------------^
   [xjavac] *** Semantic Error: Type "DocumentImpl" was not found.

   [xjavac] Issued 1 semantic warning compiling "/tmp/buildd/libxerces2-java-2.6.2/build/src/org/apache/xerces/xinclude/XIncludeHandler.java":

   [xjavac]   1419.         String baseURI = fCurrentBaseURI.getExpandedSystemId();
   [xjavac]                        ^-----^
   [xjavac] *** Semantic Warning: Local "baseURI" shadows a field of the same name in "org.apache.xerces.xinclude.XIncludeHandler".

BUILD FAILED
/tmp/buildd/libxerces2-java-2.6.2/build.xml:238: Compile failed; see the compiler error output for details.

Total time: 33 seconds
make: *** [debian/stamp-ant-build] Error 1
=========================================================================

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/

Please note that this report has not been generated fully automatically.
DARTS just helped finding the problem.

---------------------------------------
Received: (at 304524-close) by bugs.debian.org; 21 Apr 2005 12:26:13 +0000
>From katie@ftp-master.debian.org Thu Apr 21 05:26:13 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DOal3-0002Z2-00; Thu, 21 Apr 2005 05:26:13 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DOacR-00079X-00; Thu, 21 Apr 2005 08:17:19 -0400
From: Wolfgang Baer <WBaer@gmx.de>
To: 304524-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#304524: fixed in libxerces2-java 2.6.2-2
Message-Id: <E1DOacR-00079X-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Thu, 21 Apr 2005 08:17:19 -0400
Delivered-To: 304524-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: libxerces2-java
Source-Version: 2.6.2-2

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

libxerces2-java_2.6.2-2.diff.gz
  to pool/main/libx/libxerces2-java/libxerces2-java_2.6.2-2.diff.gz
libxerces2-java_2.6.2-2.dsc
  to pool/main/libx/libxerces2-java/libxerces2-java_2.6.2-2.dsc
libxerces2-java_2.6.2-2_all.deb
  to pool/main/libx/libxerces2-java/libxerces2-java_2.6.2-2_all.deb



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 304524@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Wolfgang Baer <WBaer@gmx.de> (supplier of updated libxerces2-java 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Tue, 19 Apr 2005 20:28:25 +0200
Source: libxerces2-java
Binary: libxerces2-java
Architecture: source all
Version: 2.6.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Wolfgang Baer <WBaer@gmx.de>
Description: 
 libxerces2-java - Validating XML parser for Java with DOM level 3 support
Closes: 304524
Changes: 
 libxerces2-java (2.6.2-2) unstable; urgency=medium
 .
   * Included DOM Level 2 sources from the libjaxp1.2-java
     source package to built against them (closes: #304524)
     Note: This is a temporary solution - after sarge we will update
     ant which includes bootclasspath support for jikes need to build
     without included sources.
   * Included README.dom2-sources explaining where the DOM Level 2 sources
     come from, why they are needed ...
   * Included build.xml patch to copy the DOM Level 2 sources from the
     debian directory - before the build - to the build directory.
   * Changed Build-Depends to Build-Depends-Indep to fix lintian warning.
   * (avdyk) Added Wolfgang to the uploaders.
Files: 
 5056aa9315b98e038446e7d0dc15fdbd 919 libs optional libxerces2-java_2.6.2-2.dsc
 b12a020c80c5f994d468bdd84f87d1c4 69633 libs optional libxerces2-java_2.6.2-2.diff.gz
 42cc8c4b8bc526c419f56828f3cd2609 1112038 libs optional libxerces2-java_2.6.2-2_all.deb

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

iD8DBQFCZ5U+4vzFZu62tMIRApxHAKCnERipEf60IKB4xzEJOUOD6W0+0wCgiD6F
FC9d0P/HWI/WYuqRkDOwoyA=
=WzJ8
-----END PGP SIGNATURE-----