Your message dated Sat, 16 Jan 2021 20:34:44 +0000
with message-id <e1l0shu-00015j...@fasolo.debian.org>
and subject line Bug#957069: fixed in cbmplugs 1.2.2-1.1
has caused the Debian Bug report #957069,
regarding cbmplugs: ftbfs with GCC-10
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.)
--
957069: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957069
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:cbmplugs
Version: 1.2.2-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/cbmplugs_1.2.2-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html
[...]
| ^~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41,
from cbmplugs.c:22:
/usr/include/gimp-2.0/libgimp/gimpdrawable.h:52:16: note: declared here
52 | GimpDrawable * gimp_drawable_get (gint32
drawable_ID);
| ^~~~~~~~~~~~~~~~~
cbmplugs.c:798:2: warning: ‘gimp_pixel_rgn_init’ is deprecated: Use
'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations]
798 | gimp_pixel_rgn_init(&pixel_rgn, drawable, 0, 0, width, height,
| ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57,
from cbmplugs.c:22:
/usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here
48 | void gimp_pixel_rgn_init (GimpPixelRgn *pr,
| ^~~~~~~~~~~~~~~~~~~
cbmplugs.c:1110:2: warning: ‘gimp_pixel_rgn_set_rect’ is deprecated: Use
'gegl_buffer_set' instead [-Wdeprecated-declarations]
1110 | gimp_pixel_rgn_set_rect(&pixel_rgn, buf, 0, 0, width, height);
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57,
from cbmplugs.c:22:
/usr/include/gimp-2.0/libgimp/gimppixelrgn.h:104:11: note: declared here
104 | void gimp_pixel_rgn_set_rect (GimpPixelRgn *pr,
| ^~~~~~~~~~~~~~~~~~~~~~~
cbmplugs.c:1112:2: warning: ‘gimp_drawable_flush’ is deprecated: Use
'gegl_buffer_flush' instead [-Wdeprecated-declarations]
1112 | gimp_drawable_flush(drawable);
| ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41,
from cbmplugs.c:22:
/usr/include/gimp-2.0/libgimp/gimpdrawable.h:56:16: note: declared here
56 | void gimp_drawable_flush (GimpDrawable
*drawable);
| ^~~~~~~~~~~~~~~~~~~
cbmplugs.c: In function ‘gimp_to_bitmap’:
cbmplugs.c:1367:2: warning: ‘gimp_drawable_get’ is deprecated: Use
'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations]
1367 | drawable = gimp_drawable_get(drawable_ID);
| ^~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41,
from cbmplugs.c:22:
/usr/include/gimp-2.0/libgimp/gimpdrawable.h:52:16: note: declared here
52 | GimpDrawable * gimp_drawable_get (gint32
drawable_ID);
| ^~~~~~~~~~~~~~~~~
cbmplugs.c:1374:2: warning: ‘gimp_image_get_cmap’ is deprecated: Use
'gimp_image_get_colormap' instead [-Wdeprecated-declarations]
1374 | cmap = gimp_image_get_cmap(image_ID, &ncols);
| ^~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47,
from cbmplugs.c:22:
/usr/include/gimp-2.0/libgimp/gimpimage.h:49:16: note: declared here
49 | guchar * gimp_image_get_cmap (gint32
image_ID,
| ^~~~~~~~~~~~~~~~~~~
cbmplugs.c:1387:2: warning: ‘gimp_pixel_rgn_init’ is deprecated: Use
'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations]
1387 | gimp_pixel_rgn_init(&pixel_rgn, drawable, 0, 0, width, height,
| ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57,
from cbmplugs.c:22:
/usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here
48 | void gimp_pixel_rgn_init (GimpPixelRgn *pr,
| ^~~~~~~~~~~~~~~~~~~
cbmplugs.c:1392:2: warning: ‘gimp_pixel_rgn_get_rect’ is deprecated: Use
'gegl_buffer_get' instead [-Wdeprecated-declarations]
1392 | gimp_pixel_rgn_get_rect(&pixel_rgn, buf, 0, 0, width, height);
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57,
from cbmplugs.c:22:
/usr/include/gimp-2.0/libgimp/gimppixelrgn.h:80:11: note: declared here
80 | void gimp_pixel_rgn_get_rect (GimpPixelRgn *pr,
| ^~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/cc3LlQhK.o:(.bss+0x0): multiple definition of `gfxformat';
/tmp/ccCK6xOd.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:60: advartstudio] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: cbmplugs
Source-Version: 1.2.2-1.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
cbmplugs, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated cbmplugs
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: SHA512
Format: 1.8
Date: Thu, 14 Jan 2021 20:01:23 +0000
Source: cbmplugs
Architecture: source
Version: 1.2.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: David Weinehall <t...@debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957069
Changes:
cbmplugs (1.2.2-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix ftbfs with GCC-10. (Closes: #957069)
Checksums-Sha1:
084d7e47b0578e6193264e4063a43f3449e24400 1673 cbmplugs_1.2.2-1.1.dsc
03f72e5595e4082a2bf161f876f69c84efd3af80 2187 cbmplugs_1.2.2-1.1.diff.gz
e01d88a130a37f365aaed09d157a0ff3ae2b5237 14070
cbmplugs_1.2.2-1.1_amd64.buildinfo
Checksums-Sha256:
fd95112791d74df38f1116bc323b136a48edfb30e24af86a3b2f66fd374c854d 1673
cbmplugs_1.2.2-1.1.dsc
d825ae3592986150ca89e7c06309501aed03092217c968da1b645afe8966368e 2187
cbmplugs_1.2.2-1.1.diff.gz
d506496adbfbcb5032edea446c6d8628eaf657589075f5a4fbc963e291748454 14070
cbmplugs_1.2.2-1.1_amd64.buildinfo
Files:
918ecf26db867446088ad0b0dfa75064 1673 graphics optional cbmplugs_1.2.2-1.1.dsc
350e173aac144f1e7f8f2486697e925e 2187 graphics optional
cbmplugs_1.2.2-1.1.diff.gz
5bca373cad3f5e3a67754b849b6c67bf 14070 graphics optional
cbmplugs_1.2.2-1.1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAmAApDQACgkQR5mjUUbR
KzVmiBAAk4eHKzgB2uoTzfUXM/4tAFYpC0FWJXxwjKTSHHBvbjWeXayPErwwaSGr
H2WtowlDHb0xk9UnW8M35/epHuNsKvQDP77QFOJhDT2tzqjcEWf2xUCwb8/bIlgp
0VNP63OHsblu7EVtxqMhw1x8LDQ7J9z6VWT7MxfeLKDBwllaobAMH9ctDDEqaO0L
9Qff83PMOLOtMOGHAvpNpjrRCZi0xAPkiRmFk9VhvRd5kRmeab5xgFhMrZ/wxkmV
YDseOgWokM6Fj4dZTr2QszYHeRl27S8HG1TOEpc1CJ+USxZG8CYVjYRnqW1vi+mn
9rALeMR6zKAMdH8F3Z6Pz7m5Va811mcTMK+bL4tA3LUJ6LVwTWlNtRTW24+r8k6c
M8NYQUmebQm9Sl/2D6P2B6CXY55dlASyTI3knMuxtF/hJhcA/IRbt0oDB6dNbKyz
2bzwnErMayrEMCm9m5s56NgwHlOgZwPeOJbB+SlxGUgAc8Jt7H1djNm8WRpRAR58
3Yl2na/jaQIgFxyzNIx4mvsAyaNRbeO662UFnnmWAS4q7LM11p5mRsyB1CNHirxD
npmrKUVvFLcUsja2GrEcvOOchj35qDSeSbUSrh9Ki26G4WoRO4EJJWS/Dl85blfC
4y90foyVYddyplq+wBPlZlL/KBIlUYuzHRPRlp88+msNzG0v7UA=
=9/7t
-----END PGP SIGNATURE-----
--- End Message ---