Bug#356239: FTBFS: header rsvg-gz.h does not exist

Martin Michlmayr tbm at cyrius.com
Fri Mar 10 15:53:33 UTC 2006


Package: libimage-librsvg-perl
Version: 0.05-2
Severity: serious

Your package fails to build on unstable because rsvg-gz.h cannot be
found.  I cannot find this header in any package on unstable:

1391:tbm at merkel: ..root/debian/dists/unstable] zgrep rsvg-gz.h Contents-i386.gz
zsh: exit 1     zgrep rsvg-gz.h Contents-i386.gz

In stable it was in:
1395:tbm at merkel: ..p.root/debian/dists/stable] zgrep rsvg-gz.h Contents-i386.gz
usr/include/librsvg-2/librsvg/rsvg-gz.h        libdevel/librsvg2-dev

Please investigate what happened and update your package.


> Automatic build of libimage-librsvg-perl_0.05-2 on bigsur by sbuild/mips 1.80
...
> cc -c  -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -Wall   -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/usr/lib/perl/5.8/CORE"  -DHAVE_SVGZ=1 LibRSVG.c
> In file included from LibRSVG.xs:15:
> ppport.h:227:1: warning: "PERL_UNUSED_DECL" redefined
> In file included from LibRSVG.xs:12:
> /usr/lib/perl/5.8/CORE/perl.h:163:1: warning: this is the location of the previous definition
> LibRSVG.xs:31:29: error: librsvg/rsvg-gz.h: No such file or directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
that's the error

> LibRSVG.xs: In function 'rsvg_pixbuf_from_file_with_size_data':
> LibRSVG.xs:171: warning: implicit declaration of function 'rsvg_handle_new_gz'
> LibRSVG.xs:171: warning: assignment makes pointer from integer without a cast
> LibRSVG.xs: In function 'rsvg_pixbuf_from_chars_with_size_data':
> LibRSVG.xs:213: warning: assignment makes pointer from integer without a cast
> LibRSVG.xs:221: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
> LibRSVG.xs:207: warning: unused variable 'result'
> LibRSVG.xs: In function 'rsvg_pixbuf_from_chars_at_zoom':
> LibRSVG.xs:295: warning: pointer targets in passing argument 1 of 'rsvg_pixbuf_from_chars_with_size_data' differ in signedness
> LibRSVG.xs: In function 'rsvg_pixbuf_from_chars_at_zoom_with_max':
> LibRSVG.xs:332: warning: pointer targets in passing argument 1 of 'rsvg_pixbuf_from_chars_with_size_data' differ in signedness
> LibRSVG.xs: In function 'rsvg_pixbuf_from_chars_at_size':
> LibRSVG.xs:360: warning: pointer targets in passing argument 1 of 'rsvg_pixbuf_from_chars_with_size_data' differ in signedness
> LibRSVG.xs: In function 'rsvg_pixbuf_from_chars_at_max_size':
> LibRSVG.xs:393: warning: pointer targets in passing argument 1 of 'rsvg_pixbuf_from_chars_with_size_data' differ in signedness
> LibRSVG.xs: In function 'XS_Image__LibRSVG_getSupportedFormats':
> LibRSVG.xs:486: warning: passing argument 2 of 'g_slist_foreach' from incompatible pointer type
> LibRSVG.c:517: warning: unused variable 'CLASS'
> LibRSVG.xs: In function 'XS_Image__LibRSVG_getKnownFormats':
> LibRSVG.xs:499: warning: passing argument 2 of 'g_slist_foreach' from incompatible pointer type
> LibRSVG.c:541: warning: unused variable 'CLASS'
> LibRSVG.xs: In function 'XS_Image__LibRSVG_isFormatSupported':
> LibRSVG.xs:515: warning: passing argument 2 of 'g_slist_foreach' from incompatible pointer type
> LibRSVG.c:566: warning: unused variable 'CLASS'
> LibRSVG.c: In function 'XS_Image__LibRSVG_isGzCompressionSupported':
> LibRSVG.c:609: warning: unused variable 'CLASS'
> LibRSVG.xs: In function 'XS_Image__LibRSVG_convert':
> LibRSVG.xs:565: warning: ISO C90 forbids mixed declarations and code
> LibRSVG.xs: In function 'XS_Image__LibRSVG_convertAtZoom':
> LibRSVG.xs:595: warning: ISO C90 forbids mixed declarations and code
> LibRSVG.xs: In function 'XS_Image__LibRSVG_convertAtMaxSize':
> LibRSVG.xs:624: warning: ISO C90 forbids mixed declarations and code
> LibRSVG.xs: In function 'XS_Image__LibRSVG_convertAtSize':
> LibRSVG.xs:653: warning: ISO C90 forbids mixed declarations and code
> LibRSVG.xs: In function 'XS_Image__LibRSVG_convertAtZoomWithMax':
> LibRSVG.xs:684: warning: ISO C90 forbids mixed declarations and code
> LibRSVG.xs: In function 'XS_Image__LibRSVG_loadFromFileAtZoomWithMax':
> LibRSVG.xs:955: warning: ISO C90 forbids mixed declarations and code
> LibRSVG.xs:955: warning: unused variable 'pixbuf'
> LibRSVG.xs: In function 'XS_Image__LibRSVG_loadFromStringAtZoomWithMax':
> LibRSVG.xs:986: warning: ISO C90 forbids mixed declarations and code
> LibRSVG.xs:986: warning: unused variable 'pixbuf'
> LibRSVG.xs: In function 'XS_Image__LibRSVG_getImageBitmap':
> LibRSVG.xs:1041: warning: ISO C90 forbids mixed declarations and code
> LibRSVG.xs:1048: warning: ISO C90 forbids mixed declarations and code
> LibRSVG.xs:1042: warning: unused variable 'ret'
> make[1]: *** [LibRSVG.o] Error 1
> make[1]: Leaving directory `/build/tbm/libimage-librsvg-perl-0.05'
> make: *** [build-stamp] Error 2

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




More information about the pkg-perl-maintainers mailing list