[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#919007: Needs to be updated for libexempi8



Source: python-xmp-toolkit
Version: 2.0.1+git20140309.5437b0a-5
Severity: serious

Hi,

libexempi bumped its soname from 3 → 8.
The transition is tracked at
https://release.debian.org/transitions/html/auto-exempi.html
and via #918687.

I tried updating the package with the attached patch, but this triggers
test-suite failures (see build.log).

Unfortunately I don't know enough Python to fix this myself.

Regards,
Michael


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru python-xmp-toolkit-2.0.1+git20140309.5437b0a/debian/changelog python-xmp-toolkit-2.0.1+git20140309.5437b0a/debian/changelog
--- python-xmp-toolkit-2.0.1+git20140309.5437b0a/debian/changelog	2017-06-19 19:40:03.000000000 +0200
+++ python-xmp-toolkit-2.0.1+git20140309.5437b0a/debian/changelog	2019-01-11 17:22:13.000000000 +0100
@@ -1,3 +1,9 @@
+python-xmp-toolkit (2.0.1+git20140309.5437b0a-6) UNRELEASED; urgency=medium
+
+  * Update to libexempi8
+
+ -- Michael Biebl <biebl@debian.org>  Fri, 11 Jan 2019 17:22:13 +0100
+
 python-xmp-toolkit (2.0.1+git20140309.5437b0a-5) unstable; urgency=medium
 
   * Orphaning package:
diff -Nru python-xmp-toolkit-2.0.1+git20140309.5437b0a/debian/control python-xmp-toolkit-2.0.1+git20140309.5437b0a/debian/control
--- python-xmp-toolkit-2.0.1+git20140309.5437b0a/debian/control	2017-06-19 19:39:58.000000000 +0200
+++ python-xmp-toolkit-2.0.1+git20140309.5437b0a/debian/control	2019-01-11 17:21:55.000000000 +0100
@@ -5,7 +5,7 @@
 Build-Depends:
  debhelper (>= 9),
  dh-python,
- libexempi3 (>= 2.2.0),
+ libexempi8 (>= 2.2.0),
  python-all,
  python-mock,
  python-setuptools,
@@ -25,7 +25,7 @@
 Package: python-libxmp
 Architecture: all
 Depends:
- libexempi3,
+ libexempi8,
  ${misc:Depends},
  ${python:Depends}
 Suggests:
@@ -43,7 +43,7 @@
 Package: python3-libxmp
 Architecture: all
 Depends:
- libexempi3,
+ libexempi8,
  ${misc:Depends},
  ${python3:Depends}
 Suggests:
diff -Nru python-xmp-toolkit-2.0.1+git20140309.5437b0a/debian/patches/0001-hardcode-library-name.patch python-xmp-toolkit-2.0.1+git20140309.5437b0a/debian/patches/0001-hardcode-library-name.patch
--- python-xmp-toolkit-2.0.1+git20140309.5437b0a/debian/patches/0001-hardcode-library-name.patch	2017-01-22 18:29:41.000000000 +0100
+++ python-xmp-toolkit-2.0.1+git20140309.5437b0a/debian/patches/0001-hardcode-library-name.patch	2019-01-11 17:22:13.000000000 +0100
@@ -18,7 +18,7 @@
      Loads exempi library.
      """
 -    path = ctypes.util.find_library('exempi')
-+    path = 'libexempi.so.3'
++    path = 'libexempi.so.8'
      if path is None:
          if platform.system().startswith('Darwin'):
              if os.path.exists('/opt/local/lib/libexempi.dylib'):
I: Copying COW directory
I: forking: rm -rf /var/cache/pbuilder/build/cow.13636
I: forking: cp -al /var/cache/pbuilder/sid.cow /var/cache/pbuilder/build/cow.13636
I: removed stale ilistfile /var/cache/pbuilder/build/cow.13636/.ilist
I: forking: chroot /var/cache/pbuilder/build/cow.13636 cowdancer-ilistcreate /.ilist 'find . -xdev -path ./home -prune -o \( \( -type l -o -type f \) -a -links +1 -print0 \) | xargs -0 stat --format '%d %i ''
I: Invoking pbuilder
I: forking: pbuilder build --buildplace /var/cache/pbuilder/build/cow.13636 --buildresult /var/cache/pbuilder/result/ --mirror http://ftp.de.debian.org/debian/ --distribution sid --no-targz --internal-chrootexec 'chroot /var/cache/pbuilder/build/cow.13636 cow-shell' /home/michael/debian/build-area/python-xmp-toolkit/python-xmp-toolkit_2.0.1+git20140309.5437b0a-6.dsc
I: Running in no-targz mode
I: pbuilder: network access will be disabled during build
I: Current time: Fri Jan 11 17:39:00 CET 2019
I: pbuilder-time-stamp: 1547224740
I: copying local configuration
W: --override-config is not set; not updating apt.conf Read the manpage for details.
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
I: mounting /dev/pts filesystem
I: redirecting /dev/ptmx to /dev/pts/ptmx
I: policy-rc.d already exists
I: using eatmydata during job
I: Obtaining the cached apt archive contents
I: Copying source file
I: copying [/home/michael/debian/build-area/python-xmp-toolkit/python-xmp-toolkit_2.0.1+git20140309.5437b0a-6.dsc]
I: copying [/home/michael/debian/build-area/python-xmp-toolkit/python-xmp-toolkit_2.0.1+git20140309.5437b0a.orig.tar.gz]
I: copying [/home/michael/debian/build-area/python-xmp-toolkit/python-xmp-toolkit_2.0.1+git20140309.5437b0a-6.debian.tar.xz]
I: Extracting source
dpkg-source: warning: extracting unsigned source package (python-xmp-toolkit_2.0.1+git20140309.5437b0a-6.dsc)
dpkg-source: info: extracting python-xmp-toolkit in python-xmp-toolkit-2.0.1+git20140309.5437b0a
dpkg-source: info: unpacking python-xmp-toolkit_2.0.1+git20140309.5437b0a.orig.tar.gz
dpkg-source: info: unpacking python-xmp-toolkit_2.0.1+git20140309.5437b0a-6.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0001-hardcode-library-name.patch
dpkg-source: info: applying 0002-docs-no-updated-timestamp.patch
dpkg-source: info: applying 0003-fix-get_property_datetime-utc.patch
dpkg-source: info: applying 0004-disable-html-style.patch
dpkg-source: info: applying 0005-test_exempi-fix-for-exempi-2.4.0.patch
I: using fakeroot in build.
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team <pbuilder-maint@lists.alioth.debian.org>
Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 9), dh-python, libexempi8 (>= 2.2.0), python-all, python-mock, python-setuptools, python-sphinx, python-tz, python3-all, python3-mock, python3-setuptools, python3-tz
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in '/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 12038 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring anyway as you requested:
 pbuilder-satisfydepends-dummy depends on debhelper (>= 9); however:
  Package debhelper is not installed.
 pbuilder-satisfydepends-dummy depends on dh-python; however:
  Package dh-python is not installed.
 pbuilder-satisfydepends-dummy depends on libexempi8 (>= 2.2.0); however:
  Package libexempi8 is not installed.
 pbuilder-satisfydepends-dummy depends on python-all; however:
  Package python-all is not installed.
 pbuilder-satisfydepends-dummy depends on python-mock; however:
  Package python-mock is not installed.
 pbuilder-satisfydepends-dummy depends on python-setuptools; however:
  Package python-setuptools is not installed.
 pbuilder-satisfydepends-dummy depends on python-sphinx; however:
  Package python-sphinx is not installed.
 pbuilder-satisfydepends-dummy depends on python-tz; however:
  Package python-tz is not installed.
 pbuilder-satisfydepends-dummy depends on python3-all; however:
  Package python3-all is not installed.
 pbuilder-satisfydepends-dummy depends on python3-mock; however:
  Package python3-mock is not installed.
 pbuilder-satisfydepends-dummy depends on python3-setuptools; however:
  Package python3-setuptools is not installed.
 pbuilder-satisfydepends-dummy depends on python3-tz; however:
  Package python3-tz is not installed.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
pbuilder-satisfydepends-dummy is already installed at the requested version (0.invalid.0)
pbuilder-satisfydepends-dummy is already installed at the requested version (0.invalid.0)
The following NEW packages will be installed:
  autoconf{a} automake{a} autopoint{a} autotools-dev{a} bsdmainutils{a} ca-certificates{a} debhelper{a} dh-autoreconf{a} dh-python{a} dh-strip-nondeterminism{a} docutils-common{a} dwz{a} file{a} gettext{a} gettext-base{a} groff-base{a} intltool-debian{a} libarchive-zip-perl{a} libbsd0{a} libcroco3{a} libelf1{a} libexempi8{a} libexpat1{a} libfile-stripnondeterminism-perl{a} libglib2.0-0{a} libicu63{a} libjs-jquery{a} libjs-sphinxdoc{a} libjs-underscore{a} libmagic-mgc{a} libmagic1{a} libmpdec2{a} libpipeline1{a} libpython-stdlib{a} libpython2-stdlib{a} libpython2.7-minimal{a} libpython2.7-stdlib{a} libpython3-stdlib{a} libpython3.7-minimal{a} libpython3.7-stdlib{a} libreadline7{a} libsigsegv2{a} libssl1.1{a} libtool{a} libuchardet0{a} libxml2{a} m4{a} man-db{a} mime-support{a} openssl{a} po-debconf{a} python{a} python-alabaster{a} python-all{a} python-babel{a} python-babel-localedata{a} python-certifi{a} python-chardet{a} python-docutils{a} python-funcsigs{a} python-idna{a} python-imagesize{a} python-jinja2{a} python-markupsafe{a} python-minimal{a} python-mock{a} python-packaging{a} python-pbr{a} python-pkg-resources{a} python-pygments{a} python-pyparsing{a} python-requests{a} python-roman{a} python-setuptools{a} python-six{a} python-sphinx{a} python-typing{a} python-tz{a} python-urllib3{a} python2{a} python2-minimal{a} python2.7{a} python2.7-minimal{a} python3{a} python3-all{a} python3-distutils{a} python3-lib2to3{a} python3-minimal{a} python3-mock{a} python3-pbr{a} python3-pkg-resources{a} python3-setuptools{a} python3-six{a} python3-tz{a} python3.7{a} python3.7-minimal{a} readline-common{a} sensible-utils{a} sgml-base{a} sphinx-common{a} xml-core{a} 
The following packages are RECOMMENDED but will NOT be installed:
  curl docutils-doc javascript-common libarchive-cpio-perl libglib2.0-data libltdl-dev libmail-sendmail-perl libpaper-utils lynx python-cryptography python-enum34 python-ipaddress python-openssl python-pil shared-mime-info wget xdg-user-dirs 
0 packages upgraded, 101 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/40.0 MB of archives. After unpacking 162 MB will be used.
Writing extended state information...
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libbsd0:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12038 files and directories currently installed.)
Preparing to unpack .../00-libbsd0_0.9.1-1_amd64.deb ...
Unpacking libbsd0:amd64 (0.9.1-1) ...
Selecting previously unselected package bsdmainutils.
Preparing to unpack .../01-bsdmainutils_11.1.2+b1_amd64.deb ...
Unpacking bsdmainutils (11.1.2+b1) ...
Selecting previously unselected package libuchardet0:amd64.
Preparing to unpack .../02-libuchardet0_0.0.6-3_amd64.deb ...
Unpacking libuchardet0:amd64 (0.0.6-3) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../03-groff-base_1.22.4-2_amd64.deb ...
Unpacking groff-base (1.22.4-2) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../04-libpipeline1_1.5.0-2_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.0-2) ...
Selecting previously unselected package man-db.
Preparing to unpack .../05-man-db_2.8.5-1_amd64.deb ...
Unpacking man-db (2.8.5-1) ...
Selecting previously unselected package libpython2.7-minimal:amd64.
Preparing to unpack .../06-libpython2.7-minimal_2.7.15-5_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.15-5) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../07-python2.7-minimal_2.7.15-5_amd64.deb ...
Unpacking python2.7-minimal (2.7.15-5) ...
Selecting previously unselected package python2-minimal.
Preparing to unpack .../08-python2-minimal_2.7.15-3_amd64.deb ...
Unpacking python2-minimal (2.7.15-3) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../09-python-minimal_2.7.15-3_amd64.deb ...
Unpacking python-minimal (2.7.15-3) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../10-mime-support_3.61_all.deb ...
Unpacking mime-support (3.61) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../11-libexpat1_2.2.6-1_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.6-1) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../12-readline-common_7.0-5_all.deb ...
Unpacking readline-common (7.0-5) ...
Selecting previously unselected package libreadline7:amd64.
Preparing to unpack .../13-libreadline7_7.0-5_amd64.deb ...
Unpacking libreadline7:amd64 (7.0-5) ...
Selecting previously unselected package libssl1.1:amd64.
Preparing to unpack .../14-libssl1.1_1.1.1a-1_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1a-1) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../15-libpython2.7-stdlib_2.7.15-5_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.15-5) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../16-python2.7_2.7.15-5_amd64.deb ...
Unpacking python2.7 (2.7.15-5) ...
Selecting previously unselected package libpython2-stdlib:amd64.
Preparing to unpack .../17-libpython2-stdlib_2.7.15-3_amd64.deb ...
Unpacking libpython2-stdlib:amd64 (2.7.15-3) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../18-libpython-stdlib_2.7.15-3_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.15-3) ...
Setting up libpython2.7-minimal:amd64 (2.7.15-5) ...
Setting up python2.7-minimal (2.7.15-5) ...
Setting up python2-minimal (2.7.15-3) ...
Selecting previously unselected package python2.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 13502 files and directories currently installed.)
Preparing to unpack .../python2_2.7.15-3_amd64.deb ...
Unpacking python2 (2.7.15-3) ...
Setting up python-minimal (2.7.15-3) ...
Selecting previously unselected package python.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 13535 files and directories currently installed.)
Preparing to unpack .../python_2.7.15-3_amd64.deb ...
Unpacking python (2.7.15-3) ...
Selecting previously unselected package libpython3.7-minimal:amd64.
Preparing to unpack .../libpython3.7-minimal_3.7.2-1_amd64.deb ...
Unpacking libpython3.7-minimal:amd64 (3.7.2-1) ...
Selecting previously unselected package python3.7-minimal.
Preparing to unpack .../python3.7-minimal_3.7.2-1_amd64.deb ...
Unpacking python3.7-minimal (3.7.2-1) ...
Setting up libssl1.1:amd64 (1.1.1a-1) ...
Setting up libpython3.7-minimal:amd64 (3.7.2-1) ...
Setting up libexpat1:amd64 (2.2.6-1) ...
Setting up python3.7-minimal (3.7.2-1) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 13789 files and directories currently installed.)
Preparing to unpack .../python3-minimal_3.7.1-3_amd64.deb ...
Unpacking python3-minimal (3.7.1-3) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.2-2) ...
Selecting previously unselected package libpython3.7-stdlib:amd64.
Preparing to unpack .../libpython3.7-stdlib_3.7.2-1_amd64.deb ...
Unpacking libpython3.7-stdlib:amd64 (3.7.2-1) ...
Selecting previously unselected package python3.7.
Preparing to unpack .../python3.7_3.7.2-1_amd64.deb ...
Unpacking python3.7 (3.7.2-1) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../libpython3-stdlib_3.7.1-3_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.7.1-3) ...
Setting up python3-minimal (3.7.1-3) ...
Selecting previously unselected package python3.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 14198 files and directories currently installed.)
Preparing to unpack .../00-python3_3.7.1-3_amd64.deb ...
Unpacking python3 (3.7.1-3) ...
Selecting previously unselected package sgml-base.
Preparing to unpack .../01-sgml-base_1.29_all.deb ...
Unpacking sgml-base (1.29) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../02-sensible-utils_0.0.12_all.deb ...
Unpacking sensible-utils (0.0.12) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../03-libmagic-mgc_1%3a5.34-2_amd64.deb ...
Unpacking libmagic-mgc (1:5.34-2) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../04-libmagic1_1%3a5.34-2_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.34-2) ...
Selecting previously unselected package file.
Preparing to unpack .../05-file_1%3a5.34-2_amd64.deb ...
Unpacking file (1:5.34-2) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../06-gettext-base_0.19.8.1-9_amd64.deb ...
Unpacking gettext-base (0.19.8.1-9) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../07-libsigsegv2_2.12-2_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.12-2) ...
Selecting previously unselected package m4.
Preparing to unpack .../08-m4_1.4.18-2_amd64.deb ...
Unpacking m4 (1.4.18-2) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../09-autoconf_2.69-11_all.deb ...
Unpacking autoconf (2.69-11) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../10-autotools-dev_20180224.1_all.deb ...
Unpacking autotools-dev (20180224.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../11-automake_1%3a1.16.1-4_all.deb ...
Unpacking automake (1:1.16.1-4) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../12-autopoint_0.19.8.1-9_all.deb ...
Unpacking autopoint (0.19.8.1-9) ...
Selecting previously unselected package openssl.
Preparing to unpack .../13-openssl_1.1.1a-1_amd64.deb ...
Unpacking openssl (1.1.1a-1) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../14-ca-certificates_20180409_all.deb ...
Unpacking ca-certificates (20180409) ...
Selecting previously unselected package libtool.
Preparing to unpack .../15-libtool_2.4.6-6_all.deb ...
Unpacking libtool (2.4.6-6) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../16-dh-autoreconf_19_all.deb ...
Unpacking dh-autoreconf (19) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../17-libarchive-zip-perl_1.64-1_all.deb ...
Unpacking libarchive-zip-perl (1.64-1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../18-libfile-stripnondeterminism-perl_1.0.0-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.0.0-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../19-dh-strip-nondeterminism_1.0.0-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.0.0-1) ...
Selecting previously unselected package libelf1:amd64.
Preparing to unpack .../20-libelf1_0.175-2_amd64.deb ...
Unpacking libelf1:amd64 (0.175-2) ...
Selecting previously unselected package dwz.
Preparing to unpack .../21-dwz_0.12-3_amd64.deb ...
Unpacking dwz (0.12-3) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../22-libglib2.0-0_2.58.2-3_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.58.2-3) ...
Selecting previously unselected package libicu63:amd64.
Preparing to unpack .../23-libicu63_63.1-5_amd64.deb ...
Unpacking libicu63:amd64 (63.1-5) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../24-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../25-libcroco3_0.6.12-3_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.12-3) ...
Selecting previously unselected package gettext.
Preparing to unpack .../26-gettext_0.19.8.1-9_amd64.deb ...
Unpacking gettext (0.19.8.1-9) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../27-intltool-debian_0.35.0+20060710.4_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.4) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../28-po-debconf_1.0.21_all.deb ...
Unpacking po-debconf (1.0.21) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../29-debhelper_12_all.deb ...
Unpacking debhelper (12) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../30-python3-lib2to3_3.7.2-2_all.deb ...
Unpacking python3-lib2to3 (3.7.2-2) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../31-python3-distutils_3.7.2-2_all.deb ...
Unpacking python3-distutils (3.7.2-2) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../32-dh-python_3.20180927_all.deb ...
Unpacking dh-python (3.20180927) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../33-xml-core_0.18_all.deb ...
Unpacking xml-core (0.18) ...
Selecting previously unselected package docutils-common.
Preparing to unpack .../34-docutils-common_0.14+dfsg-3_all.deb ...
Unpacking docutils-common (0.14+dfsg-3) ...
Selecting previously unselected package libexempi8:amd64.
Preparing to unpack .../35-libexempi8_2.5.0-2_amd64.deb ...
Unpacking libexempi8:amd64 (2.5.0-2) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../36-libjs-jquery_3.2.1-1_all.deb ...
Unpacking libjs-jquery (3.2.1-1) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../37-libjs-underscore_1.8.3~dfsg-1_all.deb ...
Unpacking libjs-underscore (1.8.3~dfsg-1) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../38-libjs-sphinxdoc_1.7.9-1_all.deb ...
Unpacking libjs-sphinxdoc (1.7.9-1) ...
Selecting previously unselected package python-alabaster.
Preparing to unpack .../39-python-alabaster_0.7.8-1_all.deb ...
Unpacking python-alabaster (0.7.8-1) ...
Selecting previously unselected package python-all.
Preparing to unpack .../40-python-all_2.7.15-3_amd64.deb ...
Unpacking python-all (2.7.15-3) ...
Selecting previously unselected package python-babel-localedata.
Preparing to unpack .../41-python-babel-localedata_2.6.0+dfsg.1-1_all.deb ...
Unpacking python-babel-localedata (2.6.0+dfsg.1-1) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../42-python-pkg-resources_40.6.2-1_all.deb ...
Unpacking python-pkg-resources (40.6.2-1) ...
Selecting previously unselected package python-tz.
Preparing to unpack .../43-python-tz_2018.7-1_all.deb ...
Unpacking python-tz (2018.7-1) ...
Selecting previously unselected package python-babel.
Preparing to unpack .../44-python-babel_2.6.0+dfsg.1-1_all.deb ...
Unpacking python-babel (2.6.0+dfsg.1-1) ...
Selecting previously unselected package python-certifi.
Preparing to unpack .../45-python-certifi_2018.8.24-1_all.deb ...
Unpacking python-certifi (2018.8.24-1) ...
Selecting previously unselected package python-chardet.
Preparing to unpack .../46-python-chardet_3.0.4-2_all.deb ...
Unpacking python-chardet (3.0.4-2) ...
Selecting previously unselected package python-roman.
Preparing to unpack .../47-python-roman_2.0.0-3_all.deb ...
Unpacking python-roman (2.0.0-3) ...
Selecting previously unselected package python-docutils.
Preparing to unpack .../48-python-docutils_0.14+dfsg-3_all.deb ...
Unpacking python-docutils (0.14+dfsg-3) ...
Selecting previously unselected package python-funcsigs.
Preparing to unpack .../49-python-funcsigs_1.0.2-4_all.deb ...
Unpacking python-funcsigs (1.0.2-4) ...
Selecting previously unselected package python-idna.
Preparing to unpack .../50-python-idna_2.6-1_all.deb ...
Unpacking python-idna (2.6-1) ...
Selecting previously unselected package python-imagesize.
Preparing to unpack .../51-python-imagesize_1.0.0-1_all.deb ...
Unpacking python-imagesize (1.0.0-1) ...
Selecting previously unselected package python-markupsafe.
Preparing to unpack .../52-python-markupsafe_1.1.0-1_amd64.deb ...
Unpacking python-markupsafe (1.1.0-1) ...
Selecting previously unselected package python-jinja2.
Preparing to unpack .../53-python-jinja2_2.10-1_all.deb ...
Unpacking python-jinja2 (2.10-1) ...
Selecting previously unselected package python-setuptools.
Preparing to unpack .../54-python-setuptools_40.6.2-1_all.deb ...
Unpacking python-setuptools (40.6.2-1) ...
Selecting previously unselected package python-six.
Preparing to unpack .../55-python-six_1.12.0-1_all.deb ...
Unpacking python-six (1.12.0-1) ...
Selecting previously unselected package python-pbr.
Preparing to unpack .../56-python-pbr_4.2.0-5_all.deb ...
Unpacking python-pbr (4.2.0-5) ...
Selecting previously unselected package python-mock.
Preparing to unpack .../57-python-mock_2.0.0-4_all.deb ...
Unpacking python-mock (2.0.0-4) ...
Selecting previously unselected package python-pyparsing.
Preparing to unpack .../58-python-pyparsing_2.2.0+dfsg1-2_all.deb ...
Unpacking python-pyparsing (2.2.0+dfsg1-2) ...
Selecting previously unselected package python-packaging.
Preparing to unpack .../59-python-packaging_18.0-1_all.deb ...
Unpacking python-packaging (18.0-1) ...
Selecting previously unselected package python-pygments.
Preparing to unpack .../60-python-pygments_2.3.1+dfsg-1_all.deb ...
Unpacking python-pygments (2.3.1+dfsg-1) ...
Selecting previously unselected package python-urllib3.
Preparing to unpack .../61-python-urllib3_1.24-1_all.deb ...
Unpacking python-urllib3 (1.24-1) ...
Selecting previously unselected package python-requests.
Preparing to unpack .../62-python-requests_2.20.0-2_all.deb ...
Unpacking python-requests (2.20.0-2) ...
Selecting previously unselected package python-typing.
Preparing to unpack .../63-python-typing_3.6.6-1_all.deb ...
Unpacking python-typing (3.6.6-1) ...
Selecting previously unselected package sphinx-common.
Preparing to unpack .../64-sphinx-common_1.7.9-1_all.deb ...
Unpacking sphinx-common (1.7.9-1) ...
Selecting previously unselected package python-sphinx.
Preparing to unpack .../65-python-sphinx_1.7.9-1_all.deb ...
Unpacking python-sphinx (1.7.9-1) ...
Selecting previously unselected package python3-all.
Preparing to unpack .../66-python3-all_3.7.1-3_amd64.deb ...
Unpacking python3-all (3.7.1-3) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../67-python3-pkg-resources_40.6.2-1_all.deb ...
Unpacking python3-pkg-resources (40.6.2-1) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../68-python3-setuptools_40.6.2-1_all.deb ...
Unpacking python3-setuptools (40.6.2-1) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../69-python3-six_1.12.0-1_all.deb ...
Unpacking python3-six (1.12.0-1) ...
Selecting previously unselected package python3-pbr.
Preparing to unpack .../70-python3-pbr_4.2.0-5_all.deb ...
Unpacking python3-pbr (4.2.0-5) ...
Selecting previously unselected package python3-mock.
Preparing to unpack .../71-python3-mock_2.0.0-4_all.deb ...
Unpacking python3-mock (2.0.0-4) ...
Selecting previously unselected package python3-tz.
Preparing to unpack .../72-python3-tz_2018.7-1_all.deb ...
Unpacking python3-tz (2018.7-1) ...
Setting up libjs-jquery (3.2.1-1) ...
Setting up readline-common (7.0-5) ...
Setting up libexempi8:amd64 (2.5.0-2) ...
Setting up libarchive-zip-perl (1.64-1) ...
Setting up libjs-underscore (1.8.3~dfsg-1) ...
Setting up mime-support (3.61) ...
Setting up libicu63:amd64 (63.1-5) ...
Setting up libsigsegv2:amd64 (2.12-2) ...
Setting up libreadline7:amd64 (7.0-5) ...
Setting up libelf1:amd64 (0.175-2) ...
Setting up libglib2.0-0:amd64 (2.58.2-3) ...
No schema files found: doing nothing.
Setting up libjs-sphinxdoc (1.7.9-1) ...
Setting up gettext-base (0.19.8.1-9) ...
Setting up libpipeline1:amd64 (1.5.0-2) ...
Setting up m4 (1.4.18-2) ...
Setting up sgml-base (1.29) ...
Setting up libbsd0:amd64 (0.9.1-1) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
Setting up libuchardet0:amd64 (0.0.6-3) ...
Setting up libmagic-mgc (1:5.34-2) ...
Setting up libmagic1:amd64 (1:5.34-2) ...
Setting up libcroco3:amd64 (0.6.12-3) ...
Setting up sensible-utils (0.0.12) ...
Processing triggers for libc-bin (2.28-4) ...
Setting up dwz (0.12-3) ...
Setting up autotools-dev (20180224.1) ...
Setting up python-babel-localedata (2.6.0+dfsg.1-1) ...
Setting up openssl (1.1.1a-1) ...
Setting up sphinx-common (1.7.9-1) ...
Setting up xml-core (0.18) ...
Setting up bsdmainutils (11.1.2+b1) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
Setting up ca-certificates (20180409) ...
Updating certificates in /etc/ssl/certs...
133 added, 0 removed; done.
Setting up libpython2.7-stdlib:amd64 (2.7.15-5) ...
Setting up autopoint (0.19.8.1-9) ...
Setting up libmpdec2:amd64 (2.4.2-2) ...
Setting up libfile-stripnondeterminism-perl (1.0.0-1) ...
Setting up libpython3.7-stdlib:amd64 (3.7.2-1) ...
Setting up gettext (0.19.8.1-9) ...
Setting up groff-base (1.22.4-2) ...
Setting up python2.7 (2.7.15-5) ...
Setting up python3.7 (3.7.2-1) ...
Setting up autoconf (2.69-11) ...
Setting up file (1:5.34-2) ...
Setting up intltool-debian (0.35.0+20060710.4) ...
Setting up automake (1:1.16.1-4) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up man-db (2.8.5-1) ...
Building database of manual pages ...
Setting up libpython2-stdlib:amd64 (2.7.15-3) ...
Setting up libtool (2.4.6-6) ...
Setting up libpython3-stdlib:amd64 (3.7.1-3) ...
Setting up po-debconf (1.0.21) ...
Setting up python3 (3.7.1-3) ...
Setting up python3-six (1.12.0-1) ...
Setting up python3-pkg-resources (40.6.2-1) ...
Setting up python2 (2.7.15-3) ...
Setting up libpython-stdlib:amd64 (2.7.15-3) ...
Setting up python3-lib2to3 (3.7.2-2) ...
Setting up python3-tz (2018.7-1) ...
Setting up python3-distutils (3.7.2-2) ...
Setting up python (2.7.15-3) ...
Setting up python-typing (3.6.6-1) ...
Setting up python-pyparsing (2.2.0+dfsg1-2) ...
Setting up python-idna (2.6-1) ...
Setting up python-certifi (2018.8.24-1) ...
Setting up python-tz (2018.7-1) ...
Setting up python-imagesize (1.0.0-1) ...
Setting up python-alabaster (0.7.8-1) ...
Setting up python-pkg-resources (40.6.2-1) ...
Setting up python-roman (2.0.0-3) ...
Setting up python-markupsafe (1.1.0-1) ...
Setting up python-six (1.12.0-1) ...
Setting up python-pygments (2.3.1+dfsg-1) ...
Setting up python-packaging (18.0-1) ...
Setting up python-funcsigs (1.0.2-4) ...
Setting up python3-setuptools (40.6.2-1) ...
Setting up dh-python (3.20180927) ...
Setting up python-all (2.7.15-3) ...
Setting up python-setuptools (40.6.2-1) ...
Setting up python3-pbr (4.2.0-5) ...
update-alternatives: using /usr/bin/python3-pbr to provide /usr/bin/pbr (pbr) in auto mode
Setting up python-urllib3 (1.24-1) ...
Setting up python-chardet (3.0.4-2) ...
Setting up python3-mock (2.0.0-4) ...
Setting up python-jinja2 (2.10-1) ...
Setting up python-babel (2.6.0+dfsg.1-1) ...
update-alternatives: using /usr/bin/pybabel-python2 to provide /usr/bin/pybabel (pybabel) in auto mode
Setting up python-pbr (4.2.0-5) ...
update-alternatives: using /usr/bin/python2-pbr to provide /usr/bin/pbr (pbr) in auto mode
Setting up python3-all (3.7.1-3) ...
Setting up python-requests (2.20.0-2) ...
Setting up python-mock (2.0.0-4) ...
Processing triggers for sgml-base (1.29) ...
Setting up docutils-common (0.14+dfsg-3) ...
Processing triggers for sgml-base (1.29) ...
Setting up python-docutils (0.14+dfsg-3) ...
update-alternatives: using /usr/share/docutils/scripts/python2/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode
Setting up python-sphinx (1.7.9-1) ...
update-alternatives: using /usr/share/sphinx/scripts/python2/sphinx-apidoc to provide /usr/bin/sphinx-apidoc (sphinx-apidoc) in auto mode
update-alternatives: using /usr/share/sphinx/scripts/python2/sphinx-autogen to provide /usr/bin/sphinx-autogen (sphinx-autogen) in auto mode
update-alternatives: using /usr/share/sphinx/scripts/python2/sphinx-build to provide /usr/bin/sphinx-build (sphinx-build) in auto mode
update-alternatives: using /usr/share/sphinx/scripts/python2/sphinx-quickstart to provide /usr/bin/sphinx-quickstart (sphinx-quickstart) in auto mode
Setting up dh-autoreconf (19) ...
Setting up debhelper (12) ...
Setting up dh-strip-nondeterminism (1.0.0-1) ...
Processing triggers for ca-certificates (20180409) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Processing triggers for libc-bin (2.28-4) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libfakeroot
The following NEW packages will be installed:
  fakeroot libfakeroot
debconf: delaying package configuration, since apt-utils is not installed
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/132 kB of archives.
After this operation, 373 kB of additional disk space will be used.
Selecting previously unselected package libfakeroot:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18844 files and directories currently installed.)
Preparing to unpack .../libfakeroot_1.23-1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.23-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../fakeroot_1.23-1_amd64.deb ...
Unpacking fakeroot (1.23-1) ...
Processing triggers for libc-bin (2.28-4) ...
Setting up libfakeroot:amd64 (1.23-1) ...
Processing triggers for man-db (2.8.5-1) ...
Setting up fakeroot (1.23-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Processing triggers for libc-bin (2.28-4) ...
W: --force-yes is deprecated, use one of the options starting with --allow instead.
I: Copying back the cached apt archive contents
I: Building the package
I: Running cd /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin" HOME="/nonexistent" dpkg-buildpackage -us -uc 
dpkg-buildpackage: info: source package python-xmp-toolkit
dpkg-buildpackage: info: source version 2.0.1+git20140309.5437b0a-6
dpkg-buildpackage: info: source distribution UNRELEASED
dpkg-buildpackage: info: source changed by Michael Biebl <biebl@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean  --with python2,python3,sphinxdoc --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:217: python2.7 setup.py clean 
running clean
removing '/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython2_2.7_libxmp/build' (and everything under it)
'build/bdist.linux-amd64' does not exist -- can't clean it
'build/scripts-2.7' does not exist -- can't clean it
I: pybuild base:217: python3.7 setup.py clean 
running clean
removing '/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython3_3.7_libxmp/build' (and everything under it)
'build/bdist.linux-amd64' does not exist -- can't clean it
'build/scripts-3.7' does not exist -- can't clean it
   dh_clean -O--buildsystem=pybuild
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building python-xmp-toolkit using existing ./python-xmp-toolkit_2.0.1+git20140309.5437b0a.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building python-xmp-toolkit in python-xmp-toolkit_2.0.1+git20140309.5437b0a-6.debian.tar.xz
dpkg-source: info: building python-xmp-toolkit in python-xmp-toolkit_2.0.1+git20140309.5437b0a-6.dsc
 debian/rules build
dh build  --with python2,python3,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:217: python2.7 setup.py config 
running config
I: pybuild base:217: python3.7 setup.py config 
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python setup.py build 
running build
running build_py
creating /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython2_2.7_libxmp/build/libxmp
copying libxmp/version.py -> /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython2_2.7_libxmp/build/libxmp
copying libxmp/files.py -> /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython2_2.7_libxmp/build/libxmp
copying libxmp/consts.py -> /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython2_2.7_libxmp/build/libxmp
copying libxmp/__init__.py -> /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython2_2.7_libxmp/build/libxmp
copying libxmp/exempi.py -> /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython2_2.7_libxmp/build/libxmp
copying libxmp/core.py -> /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython2_2.7_libxmp/build/libxmp
copying libxmp/utils.py -> /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython2_2.7_libxmp/build/libxmp
I: pybuild base:217: /usr/bin/python3 setup.py build 
running build
running build_py
creating /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython3_3.7_libxmp/build/libxmp
copying libxmp/version.py -> /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython3_3.7_libxmp/build/libxmp
copying libxmp/files.py -> /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython3_3.7_libxmp/build/libxmp
copying libxmp/consts.py -> /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython3_3.7_libxmp/build/libxmp
copying libxmp/__init__.py -> /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython3_3.7_libxmp/build/libxmp
copying libxmp/exempi.py -> /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython3_3.7_libxmp/build/libxmp
copying libxmp/core.py -> /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython3_3.7_libxmp/build/libxmp
copying libxmp/utils.py -> /build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/.pybuild/cpython3_3.7_libxmp/build/libxmp
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:217: python2.7 setup.py test 
running test
running egg_info
creating python_xmp_toolkit.egg-info
writing requirements to python_xmp_toolkit.egg-info/requires.txt
writing python_xmp_toolkit.egg-info/PKG-INFO
writing top-level names to python_xmp_toolkit.egg-info/top_level.txt
writing dependency_links to python_xmp_toolkit.egg-info/dependency_links.txt
writing manifest file 'python_xmp_toolkit.egg-info/SOURCES.txt'
reading manifest file 'python_xmp_toolkit.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'python_xmp_toolkit.egg-info/SOURCES.txt'
running build_ext
test_jpeg (test.test_roundtrip.TestRoundTrip)
Create XMP from scratch to store in a jpeg. ... ok
test_sturm_und_drang (test.test_roundtrip.TestRoundTrip)
Should be able to write a property which includes umlauts. ... ok
test_tiff (test.test_roundtrip.TestRoundTrip)
Write to a TIFF that does not already have the XMP tag. ... ok
test_can_put_xmp (test.test_files.XMPFilesTestCase) ... ERROR
test_close_file (test.test_files.XMPFilesTestCase) ... ok
test_exempi_bad_combinations (test.test_files.XMPFilesTestCase) ... ERROR
test_get_xmp (test.test_files.XMPFilesTestCase) ... ERROR
test_init_del (test.test_files.XMPFilesTestCase) ... ok
test_open_file (test.test_files.XMPFilesTestCase) ... ok
test_open_file_with_options (test.test_files.XMPFilesTestCase)
Try all open options ... ERROR
test_open_open_limitscanning (test.test_files.XMPFilesTestCase)
Verify this library failure. ... ok
test_open_use_smarthandler (test.test_files.XMPFilesTestCase)
Verify this library failure. ... ok
test_print_bom (test.test_files.XMPFilesTestCase)
Should be able to print XMP packets despite BOM. ... ok
test_repr (test.test_files.XMPFilesTestCase)
Test __repr__ and __str__ on XMPFiles objects. ... ok
test_test_files (test.test_files.XMPFilesTestCase) ... ok
test_tiff_smarthandler (test.test_files.XMPFilesTestCase)
Verify action of TIFF smarthandler when tag length > 255 ... ok
test_write_in_readonly (test.test_files.XMPFilesTestCase)
If not "open_forupdate = True", should raise exception ... XMPFiles::PutXMP - Not open for update
ok
test_delete_property (test.test_core_unit.NegativeTestCases) ... ok
test_delete_property_bad_schema (test.test_core_unit.NegativeTestCases) ... Unregistered schema namespace URI
ok
test_2bytes_codepoint (test.test_core_unit.UnicodeTestCase) ... ok
test_get_localized_text (test.test_core_unit.UnicodeTestCase) ... ok
test_libxmp_version (test.test_core_unit.UnicodeTestCase)
Verify that the version attribute is accessible. ... ok
test_parse_from_str_3_bytes_per_codepoint (test.test_core_unit.UnicodeTestCase) ... ok
test_xmpmeta_repr (test.test_core_unit.UnicodeTestCase)
Should be a str in both 2.x and 3.x ... ok
test_xmpmeta_str (test.test_core_unit.UnicodeTestCase)
In 2.7, str must return a byte string.  In 3.x, it is a str. ... ok
test_xmpmeta_unicode_27 (test.test_core_unit.UnicodeTestCase)
In 2.7, unicode(xmp) should return a unicode object. ... ok
test_file_to_dict (test.test_core_unit.UtilsTestCase) ... ok
test_file_to_dict_nofile (test.test_core_unit.UtilsTestCase) ... ok
test_file_to_dict_noxmp (test.test_core_unit.UtilsTestCase) ... ok
test_object_to_dict (test.test_core_unit.UtilsTestCase) ... ok
test_object_to_dict_noxmp (test.test_core_unit.UtilsTestCase) ... ok
test_clone (test.test_core_unit.XMPMetaTestCase) ... ok
test_count_array_items (test.test_core_unit.XMPMetaTestCase)
Tests XMPMeta method count_array_items. ... ok
test_does_array_item_exist (test.test_core_unit.XMPMetaTestCase)
Tests XMPMeta method does_array_item_exist.  Issue #03 ... ok
test_does_property_exist (test.test_core_unit.XMPMetaTestCase) ... ok
test_exempi_core (test.test_core_unit.XMPMetaTestCase)
Corresponds to test_exempi.TestExempi.test_exempi_core ... ok
test_get_localized_text (test.test_core_unit.XMPMetaTestCase) ... ok
test_get_xmp (test.test_core_unit.XMPMetaTestCase) ... ok
test_init_del (test.test_core_unit.XMPMetaTestCase) ... ok
test_parse_str (test.test_core_unit.XMPMetaTestCase) ... ok
test_serialize_and_format (test.test_core_unit.XMPMetaTestCase) ... Inconsistent options for read-only packet
Inconsistent options for non-packet serialize
Inconsistent options for exact size serialize
ok
test_serialize_str (test.test_core_unit.XMPMetaTestCase) ... Inconsistent options for read-only packet
Inconsistent options for non-packet serialize
Inconsistent options for exact size serialize
ok
test_serialize_unicode (test.test_core_unit.XMPMetaTestCase) ... Inconsistent options for read-only packet
Inconsistent options for non-packet serialize
Inconsistent options for exact size serialize
ok
test_shorthand_rdf (test.test_core_unit.XMPMetaTestCase) ... ok
test_skip (test.test_core_unit.XMPMetaTestCase)
Verify usage of XMPMeta skip method. ... ok
test_test_files (test.test_core_unit.XMPMetaTestCase) ... ok
test_text_property_450 (test.test_core_unit.XMPMetaTestCase) ... ok
test_text_property_450_file (test.test_core_unit.XMPMetaTestCase) ... ok
test_write_new_property (test.test_core_unit.XMPMetaTestCase)
Corresponds to test-write-new-property.cpp ... ok
test_write_new_struct_in_array (test.test_core_unit.XMPMetaTestCase) ... ok
test_3 (test.test_exempi.TestExempi)
Corresponds to test3.cpp ... ok
test_bad_formats (test.test_exempi.TestExempi)
Verify check_file_format on PDF, Adobe Illustrator, XMP. ... skipped 'Issue 26'
test_bgo (test.test_exempi.TestExempi)
Corresponds to test-bgo.cpp ... ok
test_exempi_core (test.test_exempi.TestExempi)
According to test-exempi-core.cpp ... ok
test_formats (test.test_exempi.TestExempi)
Verify that check_file_format function works as expected. ... FAIL
test_serialize (test.test_exempi.TestExempi)
Corresponds to test-serialize.cpp ... ok
test_tiff_leak (test.test_exempi.TestExempi)
Corresponds to test-tiff-leak.cpp ... ok
test_write_new_date_property (test.test_exempi.TestExempi) ... ok
test_write_new_property (test.test_exempi.TestExempi)
Corresponds to test-write-new-property.cpp ... ok
test_xmp_files (test.test_exempi.TestExempi)
Corresponds to test_xmp_files.cpp ... ok
test_xmpfiles_write (test.test_exempi.TestExempi)
According to test-xmpfiles-write.cpp ... ok
test_init (test.test_exempi.TestInit)
TODO:  fill in the docstring ... ok
test_iter_skip_subtree (test.test_exempi.TestIteration)
Alter the iteration midstream. ... ok
test_namespaces (test.test_exempi.TestIteration)
Iterate through the namespaces. ... skipped 'Issue 27'
test_no_namespace_single_prop_leaf_nodes (test.test_exempi.TestIteration)
Get all the leaf nodes from a single property. ... skipped 'Issue 28.'
test_single_namespace_leaf_nodes (test.test_exempi.TestIteration)
Get all the leaf nodes from a single namespace. ... ok
test_single_namespace_leaf_nodes_omit_qualifiers (test.test_exempi.TestIteration)
Get all the leaf nodes (no qualifiers) from a single namespace. ... ok
test_single_namespace_properties (test.test_exempi.TestIteration)
Get all the properties from a single namespace. ... ok
test_single_namespace_single_path_children (test.test_exempi.TestIteration)
Get just child nodes from a single path, single namespace. ... ok
test_single_namespace_single_path_leaf_names (test.test_exempi.TestIteration)
Get just leaf names from a single path, single namespace. ... ok
test_single_namespace_single_path_leaf_nodes (test.test_exempi.TestIteration)
Get all the leaf nodes from a single path, single namespace. ... ok
test_file_not_there_check_file_format (test.test_exempi.TestPythonXmpToolkit) ... ok
test_file_not_there_open_new (test.test_exempi.TestPythonXmpToolkit) ... ok

======================================================================
ERROR: test_can_put_xmp (test.test_files.XMPFilesTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/test/test_files.py", line 222, in test_can_put_xmp
    xmpfile.open_file( filename, **kwargs )
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/libxmp/files.py", line 116, in open_file
    _cexempi.files_open( self.xmpfileptr, file_path, open_flags )
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/libxmp/exempi.py", line 459, in files_open
    EXEMPI.xmp_files_open(xfptr, filename.encode('utf-8'), options)
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/libxmp/exempi.py", line 1702, in check_error
    raise XMPError(msg)
XMPError: Exempi function failure ("unknown error").

======================================================================
ERROR: test_exempi_bad_combinations (test.test_files.XMPFilesTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/test/test_files.py", line 252, in test_exempi_bad_combinations
    xmpfile.open_file( filename, **kwargs )
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/libxmp/files.py", line 116, in open_file
    _cexempi.files_open( self.xmpfileptr, file_path, open_flags )
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/libxmp/exempi.py", line 459, in files_open
    EXEMPI.xmp_files_open(xfptr, filename.encode('utf-8'), options)
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/libxmp/exempi.py", line 1702, in check_error
    raise XMPError(msg)
XMPError: Exempi function failure ("unknown error").

======================================================================
ERROR: test_get_xmp (test.test_files.XMPFilesTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/test/test_files.py", line 203, in test_get_xmp
    xmpfile = XMPFiles( file_path=filename, **kwargs )
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/libxmp/files.py", line 79, in __init__
    self.open_file( file_path, **kwargs )
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/libxmp/files.py", line 116, in open_file
    _cexempi.files_open( self.xmpfileptr, file_path, open_flags )
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/libxmp/exempi.py", line 459, in files_open
    EXEMPI.xmp_files_open(xfptr, filename.encode('utf-8'), options)
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/libxmp/exempi.py", line 1702, in check_error
    raise XMPError(msg)
XMPError: Exempi function failure ("unknown error").

======================================================================
ERROR: test_open_file_with_options (test.test_files.XMPFilesTestCase)
Try all open options
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/test/test_files.py", line 162, in test_open_file_with_options
    xmpfile.open_file(filename, **kwargs)
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/libxmp/files.py", line 116, in open_file
    _cexempi.files_open( self.xmpfileptr, file_path, open_flags )
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/libxmp/exempi.py", line 459, in files_open
    EXEMPI.xmp_files_open(xfptr, filename.encode('utf-8'), options)
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/libxmp/exempi.py", line 1702, in check_error
    raise XMPError(msg)
XMPError: Exempi function failure ("unknown error").

======================================================================
FAIL: test_formats (test.test_exempi.TestExempi)
Verify that check_file_format function works as expected.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/python-xmp-toolkit-2.0.1+git20140309.5437b0a/test/test_exempi.py", line 440, in test_formats
    self.assertEqual(actual_format, expected_format)
AssertionError: 538976288 != 1195984416

----------------------------------------------------------------------
Ran 73 tests in 0.607s

FAILED (failures=1, errors=4, skipped=3)
Test failed: <unittest.runner.TextTestResult run=73 errors=4 failures=1>
error: Test failed: <unittest.runner.TextTestResult run=73 errors=4 failures=1>
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: python2.7 setup.py test 
dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
make: *** [debian/rules:8: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
I: copying local configuration
E: Failed autobuilding of package
I: unmounting dev/ptmx filesystem
I: unmounting dev/pts filesystem
I: unmounting dev/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: Cleaning COW directory
I: forking: rm -rf /var/cache/pbuilder/build/cow.13636

Reply to: