Package: cinepaint
Version: 0.20-1-1.1
Severity: serious

You're missing a build depends, I suppose on libpng12-dev.


> Automatic build of cinepaint_0.20-1-1.1 on bigsur by sbuild/mips 1.106
...
> if cc -DHAVE_CONFIG_H -I. -I. -I../../lib -I/usr/include/glib-1.2 
> -I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
> -I/usr/lib/glib/include -I/usr/include -I/usr/include/gtk-1.2 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include  -I/usr/include/glib-1.2 
> -I/usr/lib/glib/include -I../.. -I/usr/include   -I/usr/include/glib-1.2 
> -I/usr/lib/glib/include  -g -Wall -O2 -MT png.o -MD -MP -MF ".deps/png.Tpo" 
> -c -o png.o png.c; \
>       then mv -f ".deps/png.Tpo" ".deps/png.Po"; else rm -f ".deps/png.Tpo"; 
> exit 1; fi
> png.c:60:48: error: png.h: No such file or directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error

> png.c:104: error: expected ')' before 'pp'
> png.c: In function 'run':
> png.c:239: warning: implicit declaration of function 'strcmp'
> png.c: In function 'load_image':
> png.c:383: error: 'png_structp' undeclared (first use in this function)
> png.c:383: error: (Each undeclared identifier is reported only once
> png.c:383: error: for each function it appears in.)
> png.c:383: error: expected ';' before 'pp'
> png.c:384: error: 'png_infop' undeclared (first use in this function)
> png.c:384: error: expected ';' before 'info'
> png.c:399: error: 'pp' undeclared (first use in this function)
> png.c:399: error: expected ';' before 'calloc'
> png.c:400: warning: implicit declaration of function 'png_read_init'
> png.c:402: error: 'info' undeclared (first use in this function)
> png.c:402: error: expected ';' before 'calloc'
> png.c:405: warning: implicit declaration of function 'setjmp'
> png.c:427: warning: implicit declaration of function 'png_init_io'
> png.c:429: warning: implicit declaration of function 'strrchr'
> png.c:429: warning: incompatible implicit declaration of built-in function 
> 'strrchr'
> png.c:441: warning: implicit declaration of function 'png_read_info'
> png.c:452: error: 'PNG_COLOR_TYPE_GRAY' undeclared (first use in this 
> function)
> png.c:453: warning: implicit declaration of function 'png_set_expand'
> png.c:456: error: 'PNG_COLOR_TYPE_PALETTE' undeclared (first use in this 
> function)
> png.c:457: warning: implicit declaration of function 'png_set_packing'
> png.c:465: error: 'PNG_INFO_tRNS' undeclared (first use in this function)
> png.c:474: warning: implicit declaration of function 
> 'png_set_interlace_handling'
> png.c:503: warning: implicit declaration of function 'png_read_update_info'
> png.c:509: error: 'PNG_COLOR_TYPE_RGB' undeclared (first use in this function)
> png.c:515: error: 'PNG_COLOR_TYPE_RGB_ALPHA' undeclared (first use in this 
> function)
> png.c:527: error: 'PNG_COLOR_TYPE_GRAY_ALPHA' undeclared (first use in this 
> function)
> png.c:627: error: 'PNG_COLOR_MASK_PALETTE' undeclared (first use in this 
> function)
> png.c:692: warning: implicit declaration of function 'png_read_rows'
> png.c:718: warning: implicit declaration of function 'png_read_end'
> png.c:720: warning: implicit declaration of function 'png_read_destroy'
> png.c:389: warning: unused variable 'alpha_ptr'
> png.c: In function 'save_image':
> png.c:792: error: 'png_structp' undeclared (first use in this function)
> png.c:792: error: expected ';' before 'pp'
> png.c:793: error: 'png_infop' undeclared (first use in this function)
> png.c:793: error: expected ';' before 'info'
> png.c:802: error: 'png_color_16' undeclared (first use in this function)
> png.c:802: error: expected ';' before 'background'
> png.c:803: error: 'png_time' undeclared (first use in this function)
> png.c:803: error: expected ';' before 'mod_time'
> png.c:818: error: 'pp' undeclared (first use in this function)
> png.c:818: error: expected ';' before 'calloc'
> png.c:819: warning: implicit declaration of function 'png_write_init'
> png.c:821: error: 'info' undeclared (first use in this function)
> png.c:821: error: expected ';' before 'calloc'
> png.c:842: warning: incompatible implicit declaration of built-in function 
> 'strrchr'
> png.c:861: warning: implicit declaration of function 
> 'png_set_compression_level'
> png.c:874: error: 'PNG_COLOR_TYPE_RGB' undeclared (first use in this function)
> png.c:879: error: 'PNG_COLOR_TYPE_RGB_ALPHA' undeclared (first use in this 
> function)
> png.c:884: error: 'PNG_COLOR_TYPE_GRAY' undeclared (first use in this 
> function)
> png.c:889: error: 'PNG_COLOR_TYPE_GRAY_ALPHA' undeclared (first use in this 
> function)
> png.c:896: error: 'PNG_COLOR_TYPE_PALETTE' undeclared (first use in this 
> function)
> png.c:897: error: 'PNG_INFO_PLTE' undeclared (first use in this function)
> png.c:898: error: 'png_colorp' undeclared (first use in this function)
> png.c:898: error: expected ';' before 'gimp_image_get_cmap'
> png.c:905: warning: implicit declaration of function 'respin_cmap'
> png.c:932: error: expected ';' before 'gimp_image_get_cmap'
> png.c:1024: warning: implicit declaration of function 'png_write_info'
> png.c:1077: error: 'PNG_INFO_tRNS' undeclared (first use in this function)
> png.c:1094: warning: implicit declaration of function 'png_write_rows'
> png.c:1101: warning: implicit declaration of function 'png_write_end'
> png.c:1103: warning: implicit declaration of function 'png_write_destroy'
> png.c:807: warning: unused variable 'gmt'
> png.c:806: warning: unused variable 'cutime'
> png.c:805: warning: unused variable 'blue'
> png.c:804: warning: unused variable 'green'
> png.c:804: warning: unused variable 'red'
> png.c:801: warning: unused variable 'gamma'
> png.c:795: warning: unused variable 'offy'
> png.c:795: warning: unused variable 'offx'
> png.c: At top level:
> png.c:1134: error: expected ')' before 'pp'
> make[3]: *** [png.o] Error 1
> make[3]: Leaving directory `/build/tbm/cinepaint-0.20-1/plug-ins/png'

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to