[xml/sgml-pkgs] Bug#279328: marked as done (A small libxml-dev fix)

Debian Bug Tracking System owner@bugs.debian.org
Wed, 24 Nov 2004 07:03:07 -0800


Your message dated Wed, 24 Nov 2004 09:47:09 -0500
with message-id <E1CWyQH-0005sk-00@newraff.debian.org>
and subject line Bug#279328: fixed in libxml 1:1.8.17-10
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; 2 Nov 2004 11:40:51 +0000
>From martti.kuparinen@iki.fi Tue Nov 02 03:40:51 2004
Return-path: <martti.kuparinen@iki.fi>
Received: from p2.piuha.net [131.160.192.2] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1COx1v-0001zs-00; Tue, 02 Nov 2004 03:40:51 -0800
Received: from localhost (localhost [127.0.0.1])
	by p2.piuha.net (Postfix) with ESMTP id 2288489877
	for <submit@bugs.debian.org>; Tue,  2 Nov 2004 13:40:49 +0200 (EET)
Date: Tue, 2 Nov 2004 13:40:49 +0200 (EET)
From: Martti Kuparinen <martti.kuparinen@iki.fi>
Sender: martti.kuparinen@piuha.net
To: submit@bugs.debian.org
Subject: A small libxml-dev fix
Message-ID: <Pine.NEB.4.61.0411021335580.4576@p2.piuha.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package:	libxml-dev
Version:	1.8.17-9

I'm having problems with libxml 1.8.17-9:



In file included from /usr/include/gnome-xml/libxml/parser.h:15,
                  from somefile.c:64:
/usr/include/gnome-xml/libxml/entities.h:95: warning: redundant redeclaration of `xmlCopyEntitiesTable' in same scope
/usr/include/gnome-xml/libxml/entities.h:91: warning: previous declaration of `xmlCopyEntitiesTable'



The error is fixed by applying the following patch:


--- entities.h.orig	2004-11-02 13:25:04.000000000 +0200
+++ entities.h	2004-11-02 13:25:22.000000000 +0200
@@ -94,3 +94,2 @@
  						 xmlEntitiesTablePtr table);
-xmlEntitiesTablePtr	xmlCopyEntitiesTable	(xmlEntitiesTablePtr table);
  void			xmlCleanupPredefinedEntities(void);


# uname -a 
Linux n130 2.6.9 #2 Tue Nov 2 13:04:59 EET 2004 i686 GNU/Linux
# dpkg -l | grep libxml 
ii  libxml-dev     1.8.17-9       Development files for the GNOME XML library
ii  libxml1        1.8.17-9       GNOME XML library
ii  libxml2        2.6.11-5       GNOME XML library

PS. I've fixed this on NetBSD using the same patch and it works just fine:
     http://mail-index.netbsd.org/pkgsrc-changes/2003/04/25/0002.html

---------------------------------------
Received: (at 279328-close) by bugs.debian.org; 24 Nov 2004 14:53:31 +0000
>From katie@ftp-master.debian.org Wed Nov 24 06:53:31 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 1CWyWR-0007qR-00; Wed, 24 Nov 2004 06:53:31 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CWyQH-0005sk-00; Wed, 24 Nov 2004 09:47:09 -0500
From: Mike Hommey <mh@glandium.org>
To: 279328-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#279328: fixed in libxml 1:1.8.17-10
Message-Id: <E1CWyQH-0005sk-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Wed, 24 Nov 2004 09:47:09 -0500
Delivered-To: 279328-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: 
X-CrossAssassin-Score: 2

Source: libxml
Source-Version: 1:1.8.17-10

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

libxml-dev_1.8.17-10_i386.deb
  to pool/main/libx/libxml/libxml-dev_1.8.17-10_i386.deb
libxml1_1.8.17-10_i386.deb
  to pool/main/libx/libxml/libxml1_1.8.17-10_i386.deb
libxml_1.8.17-10.diff.gz
  to pool/main/libx/libxml/libxml_1.8.17-10.diff.gz
libxml_1.8.17-10.dsc
  to pool/main/libx/libxml/libxml_1.8.17-10.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 279328@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 libxml 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: Wed, 24 Nov 2004 16:13:15 +0900
Source: libxml
Binary: libxml-dev libxml1
Architecture: source i386
Version: 1:1.8.17-10
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: 
 libxml-dev - Development files for the GNOME XML library
 libxml1    - GNOME XML library
Closes: 130184 279328 281580
Changes: 
 libxml (1:1.8.17-10) unstable; urgency=low
 .
   * debian/libxml-dev.install, debian/libxml1.install: Moved .pc file into
     libxml-dev package. Closes: #281580.
   * debian/control:
     + Put build-depends on one line.
     + libxml-dev conflicts with older versions of libxml1 (since the moved
       file conflicts)
   * debian/rules: Remove loop link /usr/include/gnome-xml/libxml and change it
     into a directory containing links to the header files. Closes: #130184.
   * libxml-dev.preinst: Remove old /usr/include/gnome-xml/libxml on upgrade.
   * entities.h: Removed redeclaration of xmlCopyEntitiesTable. Closes: #279328.
Files: 
 40fd252a1787ea2981337b64e347d2a1 832 libs optional libxml_1.8.17-10.dsc
 5d991293f9bfc66ebb54899a6debe5da 360882 libs optional libxml_1.8.17-10.diff.gz
 68360565b4d31a187a9511d6034c47ba 220066 libs optional libxml1_1.8.17-10_i386.deb
 5b5edceccbe7a1478cdcdfd3792fa5c2 372098 libdevel optional libxml-dev_1.8.17-10_i386.deb

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

iQCVAwUBQaSYcj6XMRfcxSjpAQEvGAP9E9shd72o2UZBPfsqCWdxBVirCmuJUnfn
TAxOesArPD89nt8p5QvNrHX8djDp4a74A/HelD4GuVGYfBpLuwFyK1isIQ0BAvi9
4HP2deyTX6zpPDCM0D0QCGAG2G3VswZKUozXlnCmPqJtD6EJklwzdBgtJeefgAMQ
9U6BsuYsN2s=
=BB1L
-----END PGP SIGNATURE-----