[xml/sgml-pkgs] Bug#243580: marked as done (libxml2: xincludes repeat fallback)

Debian Bug Tracking System owner@bugs.debian.org
Wed, 21 Apr 2004 08:48:13 -0700


Your message dated Wed, 21 Apr 2004 11:32:06 -0400
with message-id <E1BGJhm-0004to-00@newraff.debian.org>
and subject line Bug#243580: fixed in libxml2 2.6.9-1
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 2004 21:00:29 +0000
>From ryan.nowakowski@s1.com Tue Apr 13 14:00:29 2004
Return-path: <ryan.nowakowski@s1.com>
Received: from (murdock) [216.54.247.251] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BDV1B-0007SH-00; Tue, 13 Apr 2004 14:00:29 -0700
Received: from rnowakow by murdock with local (Exim 3.36 #1 (Debian))
	id 1BDUyl-0008Ic-00; Tue, 13 Apr 2004 15:57:59 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Ryan Nowakowski <ryan.nowakowski@s1.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libxml2: xincludes repeat fallback
X-Mailer: reportbug 2.56
Date: Tue, 13 Apr 2004 15:57:59 -0500
Message-Id: <E1BDUyl-0008Ic-00@murdock>
Sender: Ryan Nowakowski <rnowakow@murdock.aus.s1.com>
X-BadReturnPath: rnowakow@murdock.aus.s1.com rewritten as ryan.nowakowski@s1.com
  using "From" header
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	HTML_10_20 autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Package: libxml2
Version: 2.6.8-1
Severity: important
Tags: sid



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.4-1-686
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages libxml2 depends on:
ii  libc6                       2.3.2.ds1-10 GNU C Library: Shared libraries an
ii  zlib1g                      1:1.2.1-3    compression library - runtime

-- no debconf information

When running 'xmllint --xinclude' on a document with multiple non-nested
xincludes with fallbacks, the fallback gets repeated in the output.

a.xml:

<a>
        <xi:include href="b.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
                <xi:fallback>There is no b.xml ... </xi:fallback>
        </xi:include>
        <xi:include href="c.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
                <xi:fallback>There is no c.xml ... </xi:fallback>
        </xi:include>
 
</a>

xmllint --xinclude a.xml
I/O warning : failed to load external entity "b.xml"
I/O warning : failed to load external entity "c.xml"
I/O warning : failed to load external entity "c.xml"
<?xml version="1.0"?>
<a>
        There is no b.xml ...
        There is no c.xml ... There is no c.xml ...
 
</a>

---------------------------------------
Received: (at 243580-close) by bugs.debian.org; 21 Apr 2004 15:38:10 +0000
>From katie@ftp-master.debian.org Wed Apr 21 08:38:10 2004
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 1BGJne-0001p8-00; Wed, 21 Apr 2004 08:38:10 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BGJhm-0004to-00; Wed, 21 Apr 2004 11:32:06 -0400
From: Mike Hommey <mh@glandium.org>
To: 243580-close@bugs.debian.org
X-Katie: $Revision: 1.49 $
Subject: Bug#243580: fixed in libxml2 2.6.9-1
Message-Id: <E1BGJhm-0004to-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Wed, 21 Apr 2004 11:32:06 -0400
Delivered-To: 243580-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Source: libxml2
Source-Version: 2.6.9-1

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

libxml2-dev_2.6.9-1_powerpc.deb
  to pool/main/libx/libxml2/libxml2-dev_2.6.9-1_powerpc.deb
libxml2-doc_2.6.9-1_all.deb
  to pool/main/libx/libxml2/libxml2-doc_2.6.9-1_all.deb
libxml2-python2.3_2.6.9-1_powerpc.deb
  to pool/main/libx/libxml2/libxml2-python2.3_2.6.9-1_powerpc.deb
libxml2-utils_2.6.9-1_powerpc.deb
  to pool/main/libx/libxml2/libxml2-utils_2.6.9-1_powerpc.deb
libxml2_2.6.9-1.diff.gz
  to pool/main/libx/libxml2/libxml2_2.6.9-1.diff.gz
libxml2_2.6.9-1.dsc
  to pool/main/libx/libxml2/libxml2_2.6.9-1.dsc
libxml2_2.6.9-1_powerpc.deb
  to pool/main/libx/libxml2/libxml2_2.6.9-1_powerpc.deb
libxml2_2.6.9.orig.tar.gz
  to pool/main/libx/libxml2/libxml2_2.6.9.orig.tar.gz



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

Debian distribution maintenance software
pp.
Mike Hommey <mh@glandium.org> (supplier of updated libxml2 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: Mon, 19 Apr 2004 17:58:56 +0900
Source: libxml2
Binary: libxml2-python2.3 libxml2-utils libxml2-doc libxml2-dev libxml2
Architecture: source all powerpc
Version: 2.6.9-1
Distribution: unstable
Urgency: high
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Changed-By: Mike Hommey <mh@glandium.org>
Description: 
 libxml2    - GNOME XML library
 libxml2-dev - Development files for the GNOME XML library
 libxml2-doc - Documentation for the GNOME XML library
 libxml2-python2.3 - Python 2.3 bindings for the GNOME XML library
 libxml2-utils - XML utilities
Closes: 243580 244557
Changes: 
 libxml2 (2.6.9-1) unstable; urgency=high
 .
   * New upstream release:
     + xincludes fallbacks fixed. Closes: #243580.
   * Urgency set to high because of RC bug fixed and it's been too long
     libxml2 has been stucking packages in sid.
   * Ran all the autotools suite, especially the latest libtool.
     Closes: #244557.
   * debian/rules:
     + Removed all python file removals since these files get now
       correctly removed upstream.
     + Changed once more the python/libxml2-py.c workaround to finally
       work really properly.
Files: 
 60a351ffdb1fe14d473dd4bdaf736769 1077 libs optional libxml2_2.6.9-1.dsc
 41e9ccf94c1cacb8b1d127b01fba8c38 3568401 libs optional libxml2_2.6.9.orig.tar.gz
 0f9087402ffb660604fa4ace58edbe4a 55626 libs optional libxml2_2.6.9-1.diff.gz
 f3188199bca054c6f3d7da72c075c9bc 653816 libs optional libxml2_2.6.9-1_powerpc.deb
 384931081aa163526150f8fd094b2a5a 251486 text optional libxml2-utils_2.6.9-1_powerpc.deb
 d9c92fa6d4e3ec1d503e38bd39cc706b 848922 libdevel optional libxml2-dev_2.6.9-1_powerpc.deb
 278981d8cc7542f641cda64da203ff9b 989876 doc optional libxml2-doc_2.6.9-1_all.deb
 5a47dea1ce8703d90529d5c9692ffe4a 475408 python optional libxml2-python2.3_2.6.9-1_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: http://decoy.wox.org/~bob/public.asc

iQEVAwUBQISmHi6fnYH5E4SWAQJY8gf/Xvo27S5tZBj9zUS7LSqLK+3LjSnvoR3M
oNl/PBVMAM5pZKKiREnQ1ZGmaLT6h4cccXOhx87qtbzBbbjEY31K5qJ4Aod7tSH7
CpYr6ieC5ZAxoWUxtTXpl5udg/eJ8QcE2w4D+dfJYo5W4kSv35+RqJKk3OhZsZLa
W0yk0qj2bmFy0QUpy/npGAhKopqppM7NBgwA8PUeAFQbC3DvRLdwlwEEU5GloEFa
ilKZqFq4WNGTmOelkx9rnfEBBNNQzD/UeEZ47k4dDgJmE1+gFsB7kRMP44wl6SBK
Fy4/EqrbOjutQVVvIlMBL7/YigxkswNvuU52iFlE3z94+sqAKQ1sug==
=78oW
-----END PGP SIGNATURE-----