Your message dated Sat, 05 May 2018 13:51:36 +0000
with message-id <e1fexb6-000dqy...@fasolo.debian.org>
and subject line Bug#897480: fixed in gimp-plugin-registry 8.20180505
has caused the Debian Bug report #897480,
regarding gimp-plugin-registry: FTBFS: refocus.c:28:10: fatal error:
libgimp/gimpcompat.h: No such file or directory
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.)
--
897480: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897480
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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 (®ion, 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 (®ion, 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.
--- End Message ---
--- Begin Message ---
Source: gimp-plugin-registry
Source-Version: 8.20180505
We believe that the bug you reported is fixed in the latest version of
gimp-plugin-registry, 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 897...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bernd Zeimetz <b...@debian.org> (supplier of updated gimp-plugin-registry
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: Sat, 05 May 2018 14:31:59 +0200
Source: gimp-plugin-registry
Binary: gimp-plugin-registry
Architecture: source
Version: 8.20180505
Distribution: unstable
Urgency: medium
Maintainer: Bernd Zeimetz <b...@debian.org>
Changed-By: Bernd Zeimetz <b...@debian.org>
Description:
gimp-plugin-registry - repository of optional extensions for GIMP
Closes: 897480
Changes:
gimp-plugin-registry (8.20180505) unstable; urgency=medium
.
* Ack'ing NMU, thanks Jeremy!
* Removing all plugins which don't build with GIMP 2.10.
Closes: #897480
Checksums-Sha1:
b8a5d93d56c0ae7ef5debb022b98791d96fcc2bf 1939
gimp-plugin-registry_8.20180505.dsc
bc64da4346cfb916ea02dfa46e49e2076e39edd2 12360205
gimp-plugin-registry_8.20180505.tar.gz
89dde46af21f352aa80b5e2ba9f4d4f664c866d6 17469
gimp-plugin-registry_8.20180505_source.buildinfo
Checksums-Sha256:
6ef0b0c5881324edab4ff83ed6c6108a0d15d62a48c4db614c3d703521fb9ec2 1939
gimp-plugin-registry_8.20180505.dsc
cee7b92246195a4aa9910c906abbb2e21334eb712ca7df09693ce2f7b2ea2421 12360205
gimp-plugin-registry_8.20180505.tar.gz
eb5b7e229374a88b1fe989dbc1842714a4348ae0b561b6cc60ef98c007a56355 17469
gimp-plugin-registry_8.20180505_source.buildinfo
Files:
d6c40a5f8614635c69d12bf96e52fc85 1939 graphics optional
gimp-plugin-registry_8.20180505.dsc
0feec4e00bf2b00ac934a9e66b338f6b 12360205 graphics optional
gimp-plugin-registry_8.20180505.tar.gz
d0db03650781b7c14616ad1f6a9f3750 17469 graphics optional
gimp-plugin-registry_8.20180505_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE7KHj8o4RJDLUhd2V6zYXGm/5Q18FAlrtrWoACgkQ6zYXGm/5
Q18WRg//Xp51b2uudfuMBBKV3ymcceKTW4U9yQuB3JCx5VD2YN7ZFl7ymgPuvpDt
3zsQRcemU/1qBG9GEHnJY1ewcZJCwFngxKoqi6zEngRj8bCTE15H0hv7GRkcRwup
87A5Ce38QZ73uuDTpsudteyJoReZuto7NFUS14S+Rmves2+CoWRgXKTQg0Sh0ehj
3kYBClBBc/ho0vUY2tXhsU/K11nRBVCHHCpvpE9TWLOKLmfnvIbcdkRAUzwttHpd
I+oW7lZG1BBXtR/UT1kI+cyztfE7UkS4rIvOyxYmgnbO+ewWIBckiC74qIHV4ylH
mEh1sVewyJoHFklojBkhfcPDtGRcetQTY8VHEEy+79+qn4sYNBmestoUp7QPYHx6
pvV46jt0sRuapx0358WGWpCFL/SrHnX2sPQPKPdy/lLfTrBGxKm4z509/MI6Ka+M
mRrFvT6Lmi77nEmrxJ+PuNkkwvn24gcd0nVNW9WEHNi/0IfpCZrHzwdOxvbVBU0H
cF6JbKl61F6gkpKH8wR1TeSb2uh7kD5wRpu5xtTL7Ipqqw0Gm/C1HLhDSo9PWZCc
f442YYaAmYiZIzTxqEwFilfCaBqiIpH3yvki2Oa7NXU+70/iE/PPodOrwN/kf6m0
Pyd5MThnJRJWAl/lZPxc2jQw6MznOhhrf10dZKZiQpmaQByWDkQ=
=Lhmf
-----END PGP SIGNATURE-----
--- End Message ---