[Bug 1549046] Re: php-zeta-base unit tests fail due to png optimization in php-zeta-unit-test

Steve Langasek steve.langasek at canonical.com
Mon Feb 29 04:46:01 UTC 2016


php-zeta-base now fails to build with the following error:

   debian/rules override_dh_auto_test
make[1]: Entering directory '/«PKGBUILDDIR»'
phpunit
Class 'DOMDocument' not found
debian/rules:17: recipe for target 'override_dh_auto_test' failed

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1549046

Title:
  php-zeta-base unit tests fail due to png optimization in php-zeta-
  unit-test

Status in php-zeta-unit-test package in Ubuntu:
  Fix Released

Bug description:
  I was investigating the build failure of php-zeta-base 1.9-2build1
  (https://launchpadlibrarian.net/240582668/buildlog_ubuntu-xenial-amd64
  .php-zeta-base_1.9-2build1_BUILDING.txt.gz) and noticed that the PNG
  optimization has modified the php-zeta-unit-test PNG file
  /usr/share/php/data/UnitTest/design/class_diagram.png from:

  -rw-r--r-- 1 root root 163K Feb 13 17:43 /usr/share/php/data/UnitTest/design/class_diagram.png
  /usr/share/php/data/UnitTest/design/class_diagram.png: PNG image data, 1347 x 1032, 8-bit/color RGBA, non-interlaced

  in Debian to:

  -rw-r--r-- 1 root root 75K Feb 13 15:19 /usr/share/php/data/UnitTest/design/class_diagram.png
  /usr/share/php/data/UnitTest/design/class_diagram.png: PNG image data, 1347 x 1032, 8-bit gray+alpha, non-interlaced

  I'm assuming this is due to

  pkgstripfiles: Running PNG optimization (using 4 cpus) for  package
  php-zeta-unit-test

  from the build of php-zeta-unit-test.

  It seems like the PNG mangling should be disable for php-zeta-unit-
  tests, as it has some hard-coded meta data in dependent packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-zeta-unit-test/+bug/1549046/+subscriptions



More information about the Ubuntu-sponsors mailing list