← Back to team overview

desktop-packages team mailing list archive

[Bug 1321869] Re: xmllint 2.9.1+dfsg1-3ubuntu4.1 does not load entities any more

 

Just got hit by that bug (while trying to build git-remote-hg, which
calls asciidoc), even though that patch seems to be applied in current
release (on trusty -> libxml2 version 2.9.1+dfsg1-3ubuntu4.4)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libxml2 in Ubuntu.
https://bugs.launchpad.net/bugs/1321869

Title:
  xmllint 2.9.1+dfsg1-3ubuntu4.1 does not load entities any more

Status in libxml2:
  Fix Released
Status in libxml2 package in Ubuntu:
  Fix Released
Status in libxml2 source package in Lucid:
  Fix Released
Status in libxml2 source package in Precise:
  Fix Released
Status in libxml2 source package in Saucy:
  Fix Released
Status in libxml2 source package in Trusty:
  Fix Released
Status in libxml2 source package in Utopic:
  Fix Released

Bug description:
  This is a regression, 2.9.1+dfsg1-3ubuntu4 and all prior for the last
  5 years work fine.

  xmllint 2.9.1+dfsg1-3ubuntu4.1 doesn't load entities, for instance
  attempting to validate a docbook document:

  $ xmllint --load-trace --path build-hosted/doc/ --path doc/ --xinclude --nonet --postvalid --noout doc/oss-build.xml
  Loaded URL="doc/oss-build.xml" ID="(null)"
  Loaded URL="http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; ID="-//OASIS//DTD DocBook XML V4.5//EN"
  doc/oss-build.xml:6: element article: validity error : No declaration for element article

  While prior versions work fine:

  Loaded URL="doc/oss-build.xml" ID="(null)"
  Loaded URL="http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; ID="-//OASIS//DTD DocBook XML V4.5//EN"
  Loaded URL="file:///usr/share/xml/docbook/schema/dtd/4.5/dbnotnx.mod" ID="-//OASIS//ENTITIES DocBook Notations V4.5//EN"
  Loaded URL="file:///usr/share/xml/docbook/schema/dtd/4.5/dbcentx.mod" ID="-//OASIS//ENTITIES DocBook Character Entities V4.5//EN"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOamsa.ent" ID="ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOamsb.ent" ID="ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOamsc.ent" ID="ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOamsn.ent" ID="ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOamso.ent" ID="ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOamsr.ent" ID="ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISObox.ent" ID="ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOcyr1.ent" ID="ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOcyr2.ent" ID="ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOdia.ent" ID="ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOgrk1.ent" ID="ISO 8879:1986//ENTITIES Greek Letters//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOgrk2.ent" ID="ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOgrk3.ent" ID="ISO 8879:1986//ENTITIES Greek Symbols//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOgrk4.ent" ID="ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOlat1.ent" ID="ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOlat2.ent" ID="ISO 8879:1986//ENTITIES Added Latin 2//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOnum.ent" ID="ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOpub.ent" ID="ISO 8879:1986//ENTITIES Publishing//EN//XML"
  Loaded URL="file:///usr/share/xml/entities/xml-iso-entities-8879.1986/ISOtech.ent" ID="ISO 8879:1986//ENTITIES General Technical//EN//XML"
  Loaded URL="file:///usr/share/xml/docbook/schema/dtd/4.5/dbpoolx.mod" ID="-//OASIS//ELEMENTS DocBook Information Pool V4.5//EN"
  Loaded URL="file:///usr/share/xml/docbook/schema/dtd/4.5/htmltblx.mod" ID="-//OASIS//ELEMENTS DocBook XML HTML Tables V4.5//EN"
  Loaded URL="file:///usr/share/xml/docbook/schema/dtd/4.5/calstblx.dtd" ID="-//OASIS//DTD DocBook CALS Table Model V4.5//EN"
  Loaded URL="file:///usr/share/xml/docbook/schema/dtd/4.5/dbhierx.mod" ID="-//OASIS//ELEMENTS DocBook Document Hierarchy V4.5//EN"
  Loaded URL="file:///usr/share/xml/docbook/schema/dtd/4.5/dbgenent.mod" ID="-//OASIS//ENTITIES DocBook Additional General Entities V4.5//EN"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libxml2-utils 2.9.1+dfsg1-3ubuntu4.1
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed May 21 12:21:04 2014
  InstallationDate: Installed on 2014-04-16 (35 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140415)
  SourcePackage: libxml2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/libxml2/+bug/1321869/+subscriptions