Your message dated Thu, 14 Jan 2016 19:49:13 +0000 with message-id <e1ajntr-0000ij...@franck.debian.org> and subject line Bug#811001: fixed in pngtools 0.4-1.2 has caused the Debian Bug report #811001, regarding pngtools: FTBFS: pnginfo.c:211: undefined reference to `png_get_pHYs_dpi' 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.) -- 811001: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811001 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: pngtools Version: 0.4-1.1 Severity: serious Justification: fails to build from source User: reproducible-bui...@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org Dear Maintainer, pngtools fails to build from source in unstable/amd64: [..] make[1]: Entering directory '/home/lamby/temp/cdt.20160114190300.kFFE8tvKEO/pngtools-0.4' gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pngtools\" -DVERSION=\"0.2\" -DHAVE_LIBM=1 -DHAVE_LIBPNG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_PNG_H=1 -DHAVE_VPRINTF=1 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c pnginfo.c pnginfo.c: In function 'pnginfo_displayfile': pnginfo.c:191:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] printf (" Image Width: %d Image Length: %d\n", width, height); ^ pnginfo.c:191:11: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] pnginfo.c:211:3: warning: implicit declaration of function 'png_get_pHYs_dpi' [-Wimplicit-function-declaration] png_get_pHYs_dpi(png, info, &res_x, &res_y, &unit_type); ^ pnginfo.c:295:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'png_uint_32 {aka long unsigned int}' [-Wformat=] printf (" Resolution: %d, %d ",res_x, res_y); ^ pnginfo.c:295:11: warning: format '%d' expects argument of type 'int', but argument 3 has type 'png_uint_32 {aka long unsigned int}' [-Wformat=] pnginfo.c:384:14: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] bitmap = (unsigned char *) pnginfo_xmalloc ((rowbytes * height) + 1); ^ pnginfo.c:389:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] row_pointers[i] = bitmap + (i * rowbytes); ^ pnginfo.c:422:15: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] printf ("* %d ", runlen); ^ pnginfo.c:137:17: warning: unused variable 'signature' [-Wunused-variable] unsigned char signature; ^ pnginfo.c:136:17: warning: unused variable 'imageBufSize' [-Wunused-variable] unsigned long imageBufSize, width, height, runlen; ^ pnginfo.c:158:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread (sig, 1, 8, image); ^ gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,relro -o pnginfo -lpng pnginfo.o -lpng -lm pnginfo.o: In function `pnginfo_displayfile': /home/lamby/temp/cdt.20160114190300.kFFE8tvKEO/pngtools-0.4/pnginfo.c:211: undefined reference to `png_get_pHYs_dpi' collect2: error: ld returned 1 exit status Makefile:247: recipe for target 'pnginfo' failed make[1]: *** [pnginfo] Error 1 make[1]: Leaving directory '/home/lamby/temp/cdt.20160114190300.kFFE8tvKEO/pngtools-0.4' /usr/share/cdbs/1/class/makefile.mk:47: recipe for target 'debian/stamp-makefile-build' failed make: *** [debian/stamp-makefile-build] Error 2 [..] The full build log is attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
pngtools.0.4-1.1.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---Source: pngtools Source-Version: 0.4-1.2 We believe that the bug you reported is fixed in the latest version of pngtools, 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 811...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Tobias Frost <t...@debian.org> (supplier of updated pngtools 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: Thu, 14 Jan 2016 20:40:19 +0100 Source: pngtools Binary: pngtools Architecture: source amd64 Version: 0.4-1.2 Distribution: unstable Urgency: medium Maintainer: Nelson A. de Oliveira <nao...@debian.org> Changed-By: Tobias Frost <t...@debian.org> Description: pngtools - series of tools for PNG (Portable Network Graphics) images Closes: 811001 Changes: pngtools (0.4-1.2) unstable; urgency=medium . * Non-maintainer upload. * Fix previous upload for libpng12 by conditional compiling (Closes: #811001) Checksums-Sha1: 9e6aeee3427e983b27f706739a0cba294636a53d 1688 pngtools_0.4-1.2.dsc f61fa3ad986c5c7f0c912cb4ea53f3d4c135630e 5869 pngtools_0.4-1.2.diff.gz Checksums-Sha256: 3647299c5b0fb6f6bb35194dc0f60758811c93da0e1aeae9f9838b9e5fb2b2ed 1688 pngtools_0.4-1.2.dsc f284c6d70714114c69e38499d8490d82080c7f79103550a3d9a7cd122444edd0 5869 pngtools_0.4-1.2.diff.gz Files: d523c4aabbf243705c4a1cad3c9552fc 1688 graphics optional pngtools_0.4-1.2.dsc 02dbd3369ce986067294b487a37a6755 5869 graphics optional pngtools_0.4-1.2.diff.gz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJWl/pEAAoJEJFk+h0XvV02gMgP/2RXZ+eAIuQNzaZIyavIxw/i hEbbEpg224aUQ/oQyfpkGyb4kdMSr320nhRVb/uPLjsan26CHAkgjz41Ebb8VTI+ 5lc6/Tr6wC53perKDu0yXZNY2XhurKMEZACnDB1l8wBqftqtL3xZDxNLJB4dpjiN DatqoA6jJgwukcvvV2QtLiLaFuN0sAI8/nJNMgyTGY9y6RBA82Xf8tX6IXlY73ns zaOjkVgE8i937GkTZM41xkqV9dblPS53ikvdq5Yl0YYnpwVCT+2lRZCaIKUOl364 DJ+UheybRQtud8wJUECgHn5JLrloQYBVu8y+FBuuxQjt8X4ac6SaryXyhHxlBS7F gx+mnv5SHguJjxIm47e8WAM6pj/6GNINSp4snlI51jpWD3nODaeCGcxwsK8Sg/h7 FA1/nRP7rPTVqZ+9AyUkzWgUAPlo0zwjXfJ+QX4FuVNm4jfLhfc7B6+uiOUMlEe+ 6rIK726N39uZAAQ5l4om89CvhLx1n/pVf1ciLXNG+RXQhWKpRdludo6vjpDfkN5i VePYYpQYUIkeJAcfe/4cds5ICPMMPUabt433fnLcREt2Ks6jzjhmzV7qQmTVgYXn 6J4dN6OAbHKdMQ0cv3+XQed+zZvcHwOfT/0cGj71cEXhNN9RiifRpjQpcVIIXdTA iUyINoBTicCfGZtfc+x4 =o9wQ -----END PGP SIGNATURE-----
--- End Message ---