Package: pngnq
Version: 1.0-2.2+b1
Severity: important
Control: block 825988 by -1
Hi,
to reproduce the problem, use the s390x porter box:
$ ssh zelenka.debian.org
josch@zelenka:~$ mysid=sid$RANDOM
josch@zelenka:~$ schroot -b -c sid -n $mysid
josch@zelenka:~$ dd-schroot-cmd -c $mysid apt-get update
josch@zelenka:~$ dd-schroot-cmd -c $mysid apt-get upgrade
josch@zelenka:~$ dd-schroot-cmd -c $mysid apt-get install pngnq wget
josch@zelenka:~$ schroot -r -c $mysid
(sid_s390x-dchroot)josch@zelenka:~$ wget
http://www.debian.org/Pics/openlogo-50.png
(sid_s390x-dchroot)josch@zelenka:~$ pngnq openlogo-50.png
pngquant readpng: unable to allocate image data
pngnq - Error in pngnq.c near line 498 :
rwpng_read_image() error: 24
(sid_s390x-dchroot)josch@zelenka:~$ echo $?
1
As you can see, pngnq produces an error.
This error currently lets src:pdf2htmlex FTBFS. See #825988 and the
build log at:
https://buildd.debian.org/status/fetch.php?pkg=pdf2htmlex&arch=s390x&ver=0.14.6%2Bds-2%2Bb1&stamp=1464689786
Once you have fixed this problem, problems like these can be avoided
earlier in the future by adding autopkg (dep8) tests to your package.
Thanks!
cheers, josch