Source: gimp-plugin-registry
Version: 7.20140602+nmu1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20180502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[2]: Entering directory 
> '/<<BUILDDIR>>/gimp-plugin-registry-7.20140602+nmu1/refocus'
> set -e; cd build; gcc *.c -g -O2 
> -fdebug-prefix-map=/<<BUILDDIR>>/gimp-plugin-registry-7.20140602+nmu1=. 
> -fstack-protector-strong -Wformat -Werror=format-security `pkg-config 
> --cflags gimp-2.0 gtk+-2.0` \
>                       -I/usr/include/atlas \
>                       -L/usr/lib/libblas -L/usr/lib/lapack -lblas -llapack 
> -lm \
>                         -Wl,-z,relro \
>                         `pkg-config --libs gimp-2.0 gtk+-2.0`  \
>                         -o refocus
> gimppreview.c: In function 'gimp_preview_update_preview':
> gimppreview.c:855:3: warning: 'gimp_pixel_rgn_init' is deprecated: Use 
> 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations]
>    gimp_pixel_rgn_init (&region, preview->drawable,
>    ^~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0,
>                  from gimppreview.h:28,
>                  from gimppreview.c:36:
> /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here
>  void      gimp_pixel_rgn_init       (GimpPixelRgn  *pr,
>            ^~~~~~~~~~~~~~~~~~~
> gimppreview.c:862:3: warning: 'gimp_pixel_rgn_get_rect' is deprecated: Use 
> 'gegl_buffer_get' instead [-Wdeprecated-declarations]
>    gimp_pixel_rgn_get_rect (&region, image_data,
>    ^~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0,
>                  from gimppreview.h:28,
>                  from gimppreview.c:36:
> /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:80:11: note: declared here
>  void      gimp_pixel_rgn_get_rect   (GimpPixelRgn  *pr,
>            ^~~~~~~~~~~~~~~~~~~~~~~
> prevman.c: In function 'tile_source_init_from_drawable':
> prevman.c:57:3: warning: 'gimp_pixel_rgn_init' is deprecated: Use 
> 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations]
>    gimp_pixel_rgn_init (&tile_source->un.drw.pixel_rgn, drawable, x, y, width,
>    ^~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0,
>                  from prevman.h:24,
>                  from prevman.c:22:
> /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here
>  void      gimp_pixel_rgn_init       (GimpPixelRgn  *pr,
>            ^~~~~~~~~~~~~~~~~~~
> prevman.c: In function 'tile_source_get_tile':
> prevman.c:80:9: warning: 'gimp_drawable_get_tile2' is deprecated: Use 
> 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations]
>          gimp_drawable_get_tile2 (tile_source->un.drw.drawable, FALSE, x, y);
>          ^~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0,
>                  from prevman.h:24,
>                  from prevman.c:22:
> /usr/include/gimp-2.0/libgimp/gimpdrawable.h:62:16: note: declared here
>  GimpTile     * gimp_drawable_get_tile2              (GimpDrawable  *drawable,
>                 ^~~~~~~~~~~~~~~~~~~~~~~
> prevman.c:81:7: warning: 'gimp_tile_ref' is deprecated 
> [-Wdeprecated-declarations]
>        gimp_tile_ref (result);
>        ^~~~~~~~~~~~~
> In file included from /usr/include/gimp-2.0/libgimp/gimp.h:63:0,
>                  from prevman.h:24,
>                  from prevman.c:22:
> /usr/include/gimp-2.0/libgimp/gimptile.h:48:9: note: declared here
>  void    gimp_tile_ref          (GimpTile  *tile);
>          ^~~~~~~~~~~~~
> prevman.c: In function 'tile_source_tile_unref':
> prevman.c:102:7: warning: 'gimp_tile_unref' is deprecated 
> [-Wdeprecated-declarations]
>        gimp_tile_unref (tile, FALSE);
>        ^~~~~~~~~~~~~~~
> In file included from /usr/include/gimp-2.0/libgimp/gimp.h:63:0,
>                  from prevman.h:24,
>                  from prevman.c:22:
> /usr/include/gimp-2.0/libgimp/gimptile.h:52:9: note: declared here
>  void    gimp_tile_unref        (GimpTile  *tile,
>          ^~~~~~~~~~~~~~~
> prevman.c: In function 'tile_source_get_row':
> prevman.c:128:7: warning: 'gimp_pixel_rgn_get_row' is deprecated: Use 
> 'gegl_buffer_get' instead [-Wdeprecated-declarations]
>        gimp_pixel_rgn_get_row (&tile_source->un.drw.pixel_rgn, buf, x, y,
>        ^~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0,
>                  from prevman.h:24,
>                  from prevman.c:22:
> /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:68:11: note: declared here
>  void      gimp_pixel_rgn_get_row    (GimpPixelRgn  *pr,
>            ^~~~~~~~~~~~~~~~~~~~~~
> prevman.c: In function 'tile_sink_init_from_drawable':
> prevman.c:148:3: warning: 'gimp_pixel_rgn_init' is deprecated: Use 
> 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations]
>    gimp_pixel_rgn_init (&tile_sink->un.drw.pixel_rgn, drawable, x, y, width,
>    ^~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0,
>                  from prevman.h:24,
>                  from prevman.c:22:
> /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here
>  void      gimp_pixel_rgn_init       (GimpPixelRgn  *pr,
>            ^~~~~~~~~~~~~~~~~~~
> prevman.c: In function 'tile_sink_get_tile':
> prevman.c:193:9: warning: 'gimp_drawable_get_tile2' is deprecated: Use 
> 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations]
>          gimp_drawable_get_tile2 (tile_sink->un.drw.drawable, TRUE, x, y);
>          ^~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0,
>                  from prevman.h:24,
>                  from prevman.c:22:
> /usr/include/gimp-2.0/libgimp/gimpdrawable.h:62:16: note: declared here
>  GimpTile     * gimp_drawable_get_tile2              (GimpDrawable  *drawable,
>                 ^~~~~~~~~~~~~~~~~~~~~~~
> prevman.c:194:7: warning: 'gimp_tile_ref' is deprecated 
> [-Wdeprecated-declarations]
>        gimp_tile_ref (result);
>        ^~~~~~~~~~~~~
> In file included from /usr/include/gimp-2.0/libgimp/gimp.h:63:0,
>                  from prevman.h:24,
>                  from prevman.c:22:
> /usr/include/gimp-2.0/libgimp/gimptile.h:48:9: note: declared here
>  void    gimp_tile_ref          (GimpTile  *tile);
>          ^~~~~~~~~~~~~
> prevman.c: In function 'tile_sink_tile_unref':
> prevman.c:224:7: warning: 'gimp_tile_unref' is deprecated 
> [-Wdeprecated-declarations]
>        gimp_tile_unref (tile, TRUE);
>        ^~~~~~~~~~~~~~~
> In file included from /usr/include/gimp-2.0/libgimp/gimp.h:63:0,
>                  from prevman.h:24,
>                  from prevman.c:22:
> /usr/include/gimp-2.0/libgimp/gimptile.h:52:9: note: declared here
>  void    gimp_tile_unref        (GimpTile  *tile,
>          ^~~~~~~~~~~~~~~
> refocus.c:28:10: fatal error: libgimp/gimpcompat.h: No such file or directory
>  #include <libgimp/gimpcompat.h>
>           ^~~~~~~~~~~~~~~~~~~~~~
> compilation terminated.
> make[2]: *** [Makefile:8: build-stamp] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/2018/05/02/gimp-plugin-registry_7.20140602+nmu1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

Reply via email to