Your message dated Sat, 19 Dec 2015 10:19:01 +0000
with message-id <e1aaebn-0001nu...@franck.debian.org>
and subject line Bug#808325: fixed in postgresql-9.4 9.4.5-2
has caused the Debian Bug report #808325,
regarding postgresql-9.4: FTBFS: libxml2 changes
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
808325: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808325
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: postgresql-9.4
Version: 9.4.5-1
Severity: serious
X-Debbugs-Cc: libx...@packages.debian.org

This package fails to build on current sid on all architectures due to
test suite failures. This regressed with libxml2 2.9.3+dfsg1-1 and works
fine with 2.9.2+zdfsg1-4 from testing. Cc'ing the libxml2 maintainers.

The timing is rather unfortunate, as this made binNMUs for the current
Perl 5.22 transition fail, leaving postgresql-plperl-9.4 uninstallable.

 
https://buildd.debian.org/status/fetch.php?pkg=postgresql-9.4&arch=amd64&ver=9.4.5-1%2Bb2&stamp=1450443135

>From the log:

******** build/src/test/regress/regression.diffs ********
*** /«PKGBUILDDIR»/build/../src/test/regress/expected/xml.out   Mon Oct  5 
19:12:06 2015
--- /«PKGBUILDDIR»/build/src/test/regress/results/xml.out   Fri Dec 18 12:52:04 
2015
***************
*** 9,16 ****
  LINE 1: INSERT INTO xmltest VALUES (3, '<wrong');
                                         ^
  DETAIL:  line 1: Couldn't find end of Start Tag wrong line 1
- <wrong
-       ^
  SELECT * FROM xmltest;
   id |        data        
  ----+--------------------
--- 9,14 ----
***************
*** 63,70 ****
  LINE 1: SELECT xmlconcat('bad', '<syntax');
                                  ^
  DETAIL:  line 1: Couldn't find end of Start Tag syntax line 1
- <syntax
-        ^
  SELECT xmlconcat('<foo/>', NULL, '<?xml version="1.1" 
standalone="no"?><bar/>');
    xmlconcat   
  --------------
--- 61,66 ----
***************
*** 212,227 ****
  <invalidentity>&</invalidentity>
                  ^
  line 1: chunk is not well balanced
- <invalidentity>&</invalidentity>
-                                 ^
  SELECT xmlparse(content '<undefinedentity>&idontexist;</undefinedentity>');
  ERROR:  invalid XML content
  DETAIL:  line 1: Entity 'idontexist' not defined
  <undefinedentity>&idontexist;</undefinedentity>
                               ^
  line 1: chunk is not well balanced
- <undefinedentity>&idontexist;</undefinedentity>
-                                                ^
  SELECT xmlparse(content '<invalidns xmlns=''&lt;''/>');
           xmlparse          
  ---------------------------
--- 208,219 ----
***************
*** 240,250 ****
  <twoerrors>&idontexist;</unbalanced>
                         ^
  line 1: Opening and ending tag mismatch: twoerrors line 1 and unbalanced
- <twoerrors>&idontexist;</unbalanced>
-                                     ^
  line 1: chunk is not well balanced
- <twoerrors>&idontexist;</unbalanced>
-                                     ^
  SELECT xmlparse(content '<nosuchprefix:tag/>');
        xmlparse       
  ---------------------
--- 232,238 ----
***************
*** 268,283 ****
  <invalidentity>&</abc>
                  ^
  line 1: Opening and ending tag mismatch: invalidentity line 1 and abc
- <invalidentity>&</abc>
-                       ^
  SELECT xmlparse(document '<undefinedentity>&idontexist;</abc>');
  ERROR:  invalid XML document
  DETAIL:  line 1: Entity 'idontexist' not defined
  <undefinedentity>&idontexist;</abc>
                               ^
  line 1: Opening and ending tag mismatch: undefinedentity line 1 and abc
- <undefinedentity>&idontexist;</abc>
-                                    ^
  SELECT xmlparse(document '<invalidns xmlns=''&lt;''/>');
           xmlparse          
  ---------------------------
--- 256,267 ----
***************
*** 296,303 ****
  <twoerrors>&idontexist;</unbalanced>
                         ^
  line 1: Opening and ending tag mismatch: twoerrors line 1 and unbalanced
- <twoerrors>&idontexist;</unbalanced>
-                                     ^
  SELECT xmlparse(document '<nosuchprefix:tag/>');
        xmlparse       
  ---------------------
--- 280,285 ----

======================================================================

debian/rules:182: recipe for target 'override_dh_auto_test' failed

--- End Message ---
--- Begin Message ---
Source: postgresql-9.4
Source-Version: 9.4.5-2

We believe that the bug you reported is fixed in the latest version of
postgresql-9.4, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Christoph Berg <m...@debian.org> (supplier of updated postgresql-9.4 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 19 Dec 2015 10:08:51 +0100
Source: postgresql-9.4
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-9.4 postgresql-9.4-dbg postgresql-client-9.4 
postgresql-server-dev-9.4 postgresql-doc-9.4 postgresql-contrib-9.4 
postgresql-plperl-9.4 postgresql-plpython-9.4 postgresql-plpython3-9.4 
postgresql-pltcl-9.4
Architecture: source
Version: 9.4.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 
<pkg-postgresql-pub...@lists.alioth.debian.org>
Changed-By: Christoph Berg <m...@debian.org>
Description:
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 9.4
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5     - PostgreSQL C client library
 postgresql-9.4 - object-relational SQL database, version 9.4 server
 postgresql-9.4-dbg - debug symbols for postgresql-9.4
 postgresql-client-9.4 - front-end programs for PostgreSQL 9.4
 postgresql-contrib-9.4 - additional facilities for PostgreSQL
 postgresql-doc-9.4 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-9.4 - PL/Perl procedural language for PostgreSQL 9.4
 postgresql-plpython-9.4 - PL/Python procedural language for PostgreSQL 9.4
 postgresql-plpython3-9.4 - PL/Python 3 procedural language for PostgreSQL 9.4
 postgresql-pltcl-9.4 - PL/Tcl procedural language for PostgreSQL 9.4
 postgresql-server-dev-9.4 - development files for PostgreSQL 9.4 server-side 
programming
Closes: 808325
Changes:
 postgresql-9.4 (9.4.5-2) unstable; urgency=medium
 .
   * 64-pg_upgrade-sockdir: Fix off-by-one error in max path length.
   * 90-libmxl-808325: Work around regression in libxml2 2.9.3+dfsg1-1 which
     provides less context in error messages, breaking the xml regression
     tests.  Analysis by Niko Tyni, thanks!  (Closes: #808325)
Checksums-Sha1:
 30844eb33bfb7f1243b15df9f3ceedfaf95b4ee0 3503 postgresql-9.4_9.4.5-2.dsc
 6c737d38c2f4878282f1d9f26ee7d8e504831340 26516 
postgresql-9.4_9.4.5-2.debian.tar.xz
Checksums-Sha256:
 42e7a7c72d683b52e9256829ba029f0652f089c9420b3fa533bc9c5436b07e44 3503 
postgresql-9.4_9.4.5-2.dsc
 817aa0870ef3f0d8a9aaa73a6c0624a07b3cb013434ab05f3793db6c93667ee6 26516 
postgresql-9.4_9.4.5-2.debian.tar.xz
Files:
 5a481831230e5f767d1193b194a9fd66 3503 database optional 
postgresql-9.4_9.4.5-2.dsc
 7063c0f9d4ddcc1fe4573f03b011e7ae 26516 database optional 
postgresql-9.4_9.4.5-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWdR/SAAoJEExaa6sS0qeuGdMP/2XhXPR9yQK29VMLjbBfz2e1
ONC8bFf8Pg2/HrfjzGDpkOn2i64vl5e5Kd6eoQM5rYqOV64u3uGuplTCEjCDCB+5
gOWM1hDWHMgjGfUWNRXMb+kZlXgqiqGgHEYss+qEHM9PPpIky0JZQNmA0JiOX5Sw
y0TiaReljm1IjuD57E+03b8w7ROV3tkWn9NWK9uAK3LDAjcmpBuQj8Nv8hpM/XHq
I70xlnJWYLxTAwvyx7/DRwvHrZfDZhqYyyDoXydt3mknnX/9SD+mscwmZc1wBP4h
kkwTh+hO8O45aDwbYDVg79J5JxE20jMyq63C4xsrxWwQuxo18DZ7sAaPIpnC0d5M
JjNXvA9UKnMWh42njahoXR0Le0/ZrHP7yu+s3LUsqQKTvoYGWQeolwN+amkqVJpf
sXdeJSSpKbKuQvPu6l8VExf+yTdl4efeLqVSOF1wsG8443bueJ04/qWjDoDaBkMK
wyhu3MrF75uSS93EV1Q7XsEtmf5MghJ+RuToazfkLVrB/gG4B5VEi94o2kXzZlho
WyX79jM1QV7jRrA+8nFlqRLqb1CvVZXvu0IrkY9mfD+RPMMviCJK4HxOLXj5lSb2
9/PFgWV23dK2kGzzrj6eT9GIWaw31CkHEOQqGj65/KONXsEBJVxtc3VtlKrx6g0i
8UQwcz5TJEsqHZ0s7hv8
=xABd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to