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

Debian Bug Tracking System owner@bugs.debian.org
Sun, 23 May 2004 09:33:05 -0700


Your message dated Sun, 23 May 2004 12:17:04 -0400
with message-id <E1BRveq-0004B9-00@newraff.debian.org>
and subject line Bug#243580: fixed in libxml2 2.6.10-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; 23 May 2004 16:23:14 +0000
>From katie@ftp-master.debian.org Sun May 23 09:23:14 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 1BRvko-0005kG-00; Sun, 23 May 2004 09:23:14 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BRveq-0004B9-00; Sun, 23 May 2004 12:17:04 -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.10-1
Message-Id: <E1BRveq-0004B9-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sun, 23 May 2004 12:17:04 -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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: libxml2
Source-Version: 2.6.10-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.10-1_i386.deb
  to pool/main/libx/libxml2/libxml2-dev_2.6.10-1_i386.deb
libxml2-doc_2.6.10-1_all.deb
  to pool/main/libx/libxml2/libxml2-doc_2.6.10-1_all.deb
libxml2-python2.3_2.6.10-1_i386.deb
  to pool/main/libx/libxml2/libxml2-python2.3_2.6.10-1_i386.deb
libxml2-utils_2.6.10-1_i386.deb
  to pool/main/libx/libxml2/libxml2-utils_2.6.10-1_i386.deb
libxml2_2.6.10-1.diff.gz
  to pool/main/libx/libxml2/libxml2_2.6.10-1.diff.gz
libxml2_2.6.10-1.dsc
  to pool/main/libx/libxml2/libxml2_2.6.10-1.dsc
libxml2_2.6.10-1_i386.deb
  to pool/main/libx/libxml2/libxml2_2.6.10-1_i386.deb
libxml2_2.6.10.orig.tar.gz
  to pool/main/libx/libxml2/libxml2_2.6.10.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-----

Format: 1.7
Date: Mon, 17 May 2004 17:16:44 +0900
Source: libxml2
Binary: libxml2-python2.3 libxml2-utils libxml2-doc libxml2-dev libxml2
Architecture: source all i386
Version: 2.6.10-1
Distribution: unstable
Urgency: low
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 246181
Changes: 
 libxml2 (2.6.10-1) unstable; urgency=low
 .
   * New upstream release:
     + Fixes xincludes fallback issues. Closes: #243580.
     + Fixes output formatting issues. Closes: #246181.
   * debian/rules: Use "dh_makeshlibs -V 'libxml2 (>= 2.6.10)'", since
     version 2.6.10 introduces some few new functions.
Files: 
 17bd0f671aeb53d6ef22106d6bd67d49 849 libs optional libxml2_2.6.10-1.dsc
 299da4545913212ec4d82429d74314b9 3579625 libs optional libxml2_2.6.10.orig.tar.gz
 8f1a4d318980ed289d55a6852171431d 80095 libs optional libxml2_2.6.10-1.diff.gz
 60e61e0a4c74a27a2cc4a02fbbea1a12 642844 libs optional libxml2_2.6.10-1_i386.deb
 015b02285bd7e138031bd92ebf644584 250732 text optional libxml2-utils_2.6.10-1_i386.deb
 4ee43e04fc83b0f6f18d6b3f23b96896 770846 libdevel optional libxml2-dev_2.6.10-1_i386.deb
 a5555ec635643dbb8ae1eea029c98298 991386 doc optional libxml2-doc_2.6.10-1_all.deb
 f3ec54d5cb506cb59f2b50f2807d77f1 454204 python optional libxml2-python2.3_2.6.10-1_i386.deb

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

iQCVAwUBQLDL1T6XMRfcxSjpAQFyoQP/ZNzJOArPr70uyp/bVbYp5f9eU5tzYLVw
k5uHbvpySwOyVGfET/VZDEliIXlRFYKTTueCGj+j2OHak35SPi2SV73kfCAVe/yj
0D+n+mjQQV1AWlgv1cOEmfjF1odfZc1y74V42UYGAmuxnFwDzAz9IAgBv+fiQKPb
xU8GCPtsWyI=
=un3i
-----END PGP SIGNATURE-----