Package: pngnq Version: 0.3-1 Severity: serious Hello,
There was a problem while autobuilding your package: > Automatic build of pngnq_0.3-1 on avidan by sbuild/i386 0.47 > Build started at 20060619-0013 ... > /usr/bin/fakeroot debian/rules clean > test -x debian/rules > test "`id -u`" = 0 > /usr/bin/make -f debian/rules reverse-config > make[1]: Entering directory `/build/buildd/pngnq-0.3' > make[1]: Nothing to be done for `reverse-config'. > make[1]: Leaving directory `/build/buildd/pngnq-0.3' > patches: debian/patches/Makefile.patch > Not reversing not applied patches. > if [ "reverse-patches" = "debian/stamp-patched" ] ; then touch > debian/stamp-patched ; \ > elif [ "reverse-patches" = "reverse-patches" ] ; then rm -f > debian/stamp-patch* ; \ > fi > if [ "reverse-patches" != "reverse-patches" ] ; then \ > /usr/bin/make -f debian/rules update-config ; \ > fi > for dir in debian/patches ; do \ > rm -f $dir/*.log ; \ > done > /usr/bin/make -C . CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" > LDFLAGS="" -k clean > make[1]: Entering directory `/build/buildd/pngnq-0.3' > rm -f pngnq pngnq.o rwpng.o neuquant32.o > make[1]: Leaving directory `/build/buildd/pngnq-0.3' > rm -f debian/stamp-makefile-build > dh_clean > debian/rules build > test -x debian/rules > mkdir -p "." > /usr/bin/make -f debian/rules reverse-config > make[1]: Entering directory `/build/buildd/pngnq-0.3' > make[1]: Nothing to be done for `reverse-config'. > make[1]: Leaving directory `/build/buildd/pngnq-0.3' > patches: debian/patches/Makefile.patch > Trying patch debian/patches/Makefile.patch at level 1...success. > if [ "debian/stamp-patched" = "debian/stamp-patched" ] ; then touch > debian/stamp-patched ; \ > elif [ "debian/stamp-patched" = "reverse-patches" ] ; then rm -f > debian/stamp-patch* ; \ > fi > if [ "debian/stamp-patched" != "reverse-patches" ] ; then \ > /usr/bin/make -f debian/rules update-config ; \ > fi > make[1]: Entering directory `/build/buildd/pngnq-0.3' > make[1]: Nothing to be done for `update-config'. > make[1]: Leaving directory `/build/buildd/pngnq-0.3' > /usr/bin/make -C . CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" > LDFLAGS="" > make[1]: Entering directory `/build/buildd/pngnq-0.3' > gcc -g -Wall -O2 -c -o pngnq.o pngnq.c > gcc -g -Wall -O2 -c -o rwpng.o rwpng.c > gcc -g -Wall -O2 -c -o neuquant32.o neuquant32.c > gcc -o pngnq pngnq.o rwpng.o neuquant32.o > rwpng.o: In function `rwpng_write_image_finish': > /build/buildd/pngnq-0.3/rwpng.c:504: undefined reference to > `png_destroy_write_struct' > /build/buildd/pngnq-0.3/rwpng.c:514: undefined reference to `png_write_end' > /build/buildd/pngnq-0.3/rwpng.c:516: undefined reference to > `png_destroy_write_struct' > rwpng.o: In function `rwpng_write_image_row': > /build/buildd/pngnq-0.3/rwpng.c:471: undefined reference to > `png_destroy_write_struct' > /build/buildd/pngnq-0.3/rwpng.c:481: undefined reference to `png_write_row' > rwpng.o: In function `rwpng_write_image_whole': > /build/buildd/pngnq-0.3/rwpng.c:426: undefined reference to > `png_destroy_write_struct' > /build/buildd/pngnq-0.3/rwpng.c:437: undefined reference to `png_write_image' > /build/buildd/pngnq-0.3/rwpng.c:444: undefined reference to `png_write_end' > /build/buildd/pngnq-0.3/rwpng.c:446: undefined reference to > `png_destroy_write_struct' > rwpng.o: In function `rwpng_write_image_init': > /build/buildd/pngnq-0.3/rwpng.c:246: undefined reference to > `png_create_write_struct' > /build/buildd/pngnq-0.3/rwpng.c:254: undefined reference to > `png_create_info_struct' > /build/buildd/pngnq-0.3/rwpng.c:256: undefined reference to > `png_destroy_write_struct' > /build/buildd/pngnq-0.3/rwpng.c:268: undefined reference to > `png_destroy_write_struct' > /build/buildd/pngnq-0.3/rwpng.c:276: undefined reference to `png_init_io' > /build/buildd/pngnq-0.3/rwpng.c:286: undefined reference to > `png_set_compression_level' > /build/buildd/pngnq-0.3/rwpng.c:299: undefined reference to `png_set_IHDR' > /build/buildd/pngnq-0.3/rwpng.c:306: undefined reference to `png_set_PLTE' > /build/buildd/pngnq-0.3/rwpng.c:310: undefined reference to `png_set_tRNS' > /build/buildd/pngnq-0.3/rwpng.c:314: undefined reference to `png_set_gAMA' > /build/buildd/pngnq-0.3/rwpng.c:380: undefined reference to `png_write_info' > /build/buildd/pngnq-0.3/rwpng.c:393: undefined reference to `png_set_packing' > rwpng.o: In function `rwpng_error_handler': > /build/buildd/pngnq-0.3/rwpng.c:544: undefined reference to > `png_get_error_ptr' > rwpng.o: In function `rwpng_read_image': > /build/buildd/pngnq-0.3/rwpng.c:80: undefined reference to `png_check_sig' > /build/buildd/pngnq-0.3/rwpng.c:86: undefined reference to > `png_create_read_struct' > /build/buildd/pngnq-0.3/rwpng.c:94: undefined reference to > `png_create_info_struct' > /build/buildd/pngnq-0.3/rwpng.c:96: undefined reference to > `png_destroy_read_struct' > /build/buildd/pngnq-0.3/rwpng.c:113: undefined reference to > `png_destroy_read_struct' > /build/buildd/pngnq-0.3/rwpng.c:119: undefined reference to `png_init_io' > /build/buildd/pngnq-0.3/rwpng.c:120: undefined reference to > `png_set_sig_bytes' > /build/buildd/pngnq-0.3/rwpng.c:122: undefined reference to `png_read_info' > /build/buildd/pngnq-0.3/rwpng.c:129: undefined reference to `png_get_IHDR' > /build/buildd/pngnq-0.3/rwpng.c:146: undefined reference to `png_set_expand' > /build/buildd/pngnq-0.3/rwpng.c:147: undefined reference to `png_set_filler' > /build/buildd/pngnq-0.3/rwpng.c:163: undefined reference to `png_set_strip_16' > /build/buildd/pngnq-0.3/rwpng.c:173: undefined reference to `png_get_gAMA' > /build/buildd/pngnq-0.3/rwpng.c:179: undefined reference to > `png_read_update_info' > /build/buildd/pngnq-0.3/rwpng.c:181: undefined reference to `png_get_rowbytes' > /build/buildd/pngnq-0.3/rwpng.c:182: undefined reference to `png_get_channels' > /build/buildd/pngnq-0.3/rwpng.c:186: undefined reference to > `png_destroy_read_struct' > /build/buildd/pngnq-0.3/rwpng.c:167: undefined reference to > `png_set_gray_to_rgb' > /build/buildd/pngnq-0.3/rwpng.c:192: undefined reference to > `png_destroy_read_struct' > /build/buildd/pngnq-0.3/rwpng.c:210: undefined reference to `png_read_image' > /build/buildd/pngnq-0.3/rwpng.c:216: undefined reference to `png_read_end' > /build/buildd/pngnq-0.3/rwpng.c:218: undefined reference to > `png_destroy_read_struct' > rwpng.o: In function `rwpng_version_info': > /build/buildd/pngnq-0.3/rwpng.c:49: undefined reference to `png_libpng_ver' > /build/buildd/pngnq-0.3/rwpng.c:51: undefined reference to `zlibVersion' > collect2: ld returned 1 exit status > make[1]: *** [pngnq] Error 1 > make[1]: Leaving directory `/build/buildd/pngnq-0.3' > make: *** [debian/stamp-makefile-build] Error 2 > ****************************************************************************** > Build finished at 20060619-0013 > FAILED [dpkg-buildpackage died] > ------------------------------------------------------------------------------ -- Julien Danjou .''`. Debian Developer : :' : http://julien.danjou.info `. `' http://people.debian.org/~acid `- 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD
signature.asc
Description: Digital signature