Your message dated Fri, 24 Jul 2020 05:33:32 +0000
with message-id <e1jyqkq-0005x5...@fasolo.debian.org>
and subject line Bug#957031: fixed in ayatana-ido 0.5.0-1
has caused the Debian Bug report #957031,
regarding ayatana-ido: 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.)
--
957031: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957031
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ayatana-ido
Version: 0.4.90-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/ayatana-ido_0.4.90-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
[...]
| ^~~~~~~~~~~~~~~~~~~~
idobasicmenuitem.c: In function ‘ido_basic_menu_item_init’:
idobasicmenuitem.c:233:3: warning: ‘gtk_misc_set_alignment’ is deprecated
[-Wdeprecated-declarations]
233 | gtk_misc_set_alignment(GTK_MISC(p->image), 0.0, 0.0);
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32,
from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
from /usr/include/gtk-3.0/gtk/gtk.h:33,
from idobasicmenuitem.c:24:
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:6: note: declared here
72 | void gtk_misc_set_alignment (GtkMisc *misc,
| ^~~~~~~~~~~~~~~~~~~~~~
idobasicmenuitem.c:233:3: warning: ‘gtk_misc_get_type’ is deprecated
[-Wdeprecated-declarations]
233 | gtk_misc_set_alignment(GTK_MISC(p->image), 0.0, 0.0);
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32,
from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
from /usr/include/gtk-3.0/gtk/gtk.h:33,
from idobasicmenuitem.c:24:
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70:9: note: declared here
70 | GType gtk_misc_get_type (void) G_GNUC_CONST;
| ^~~~~~~~~~~~~~~~~
idobasicmenuitem.c:235:3: warning: ‘gtk_misc_set_alignment’ is deprecated
[-Wdeprecated-declarations]
235 | gtk_misc_set_alignment (GTK_MISC(p->label), 0.0, 0.5);
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32,
from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
from /usr/include/gtk-3.0/gtk/gtk.h:33,
from idobasicmenuitem.c:24:
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:6: note: declared here
72 | void gtk_misc_set_alignment (GtkMisc *misc,
| ^~~~~~~~~~~~~~~~~~~~~~
idobasicmenuitem.c:235:3: warning: ‘gtk_misc_get_type’ is deprecated
[-Wdeprecated-declarations]
235 | gtk_misc_set_alignment (GTK_MISC(p->label), 0.0, 0.5);
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32,
from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
from /usr/include/gtk-3.0/gtk/gtk.h:33,
from idobasicmenuitem.c:24:
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70:9: note: declared here
70 | GType gtk_misc_get_type (void) G_GNUC_CONST;
| ^~~~~~~~~~~~~~~~~
idobasicmenuitem.c:237:3: warning: ‘gtk_misc_set_alignment’ is deprecated
[-Wdeprecated-declarations]
237 | gtk_misc_set_alignment (GTK_MISC(p->secondary_label), 1.0, 0.5);
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32,
from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
from /usr/include/gtk-3.0/gtk/gtk.h:33,
from idobasicmenuitem.c:24:
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:6: note: declared here
72 | void gtk_misc_set_alignment (GtkMisc *misc,
| ^~~~~~~~~~~~~~~~~~~~~~
idobasicmenuitem.c:237:3: warning: ‘gtk_misc_get_type’ is deprecated
[-Wdeprecated-declarations]
237 | gtk_misc_set_alignment (GTK_MISC(p->secondary_label), 1.0, 0.5);
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32,
from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
from /usr/include/gtk-3.0/gtk/gtk.h:33,
from idobasicmenuitem.c:24:
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70:9: note: declared here
70 | GType gtk_misc_get_type (void) G_GNUC_CONST;
| ^~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:536: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:444: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: ayatana-ido
Source-Version: 0.5.0-1
Done: Mike Gabriel <sunwea...@debian.org>
We believe that the bug you reported is fixed in the latest version of
ayatana-ido, 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.
Mike Gabriel <sunwea...@debian.org> (supplier of updated ayatana-ido 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: Fri, 24 Jul 2020 06:56:11 +0200
Source: ayatana-ido
Architecture: source
Version: 0.5.0-1
Distribution: unstable
Urgency: medium
Maintainer: Ayatana Packagers <pkg-ayatana-de...@lists.alioth.debian.org>
Changed-By: Mike Gabriel <sunwea...@debian.org>
Closes: 957031
Changes:
ayatana-ido (0.5.0-1) unstable; urgency=medium
.
* New upstream release. (Closes: #957031).
* debian/control:
+ Bump Standards-Version: to 4.5.0. No changes needed.
+ Bump DH compat level to version 13.
* debian/copyright:
+ Update copyright attributions.
Checksums-Sha1:
da7228f5454ab834dbdf6fefa9406ea204dc25fc 2654 ayatana-ido_0.5.0-1.dsc
fbfcbed7295df84377f06d68e06e14c1481df7f9 100549 ayatana-ido_0.5.0.orig.tar.gz
9579a68d9d32c644bb787f91b928ef6c65aec750 833 ayatana-ido_0.5.0.orig.tar.gz.asc
c438a90a543d5d2ac5847de4eb8cb4ded05fec71 13428
ayatana-ido_0.5.0-1.debian.tar.xz
e67983fae17f562db2f78d3181123867c2f8a8de 17145
ayatana-ido_0.5.0-1_source.buildinfo
Checksums-Sha256:
cb0984df8df968986983976024e57109eb63e38c539d76f29618be07bd3a77e8 2654
ayatana-ido_0.5.0-1.dsc
dbd71808aeaad6587fb345fc674358e695e7c5524dd9747a701bc38d3237a530 100549
ayatana-ido_0.5.0.orig.tar.gz
c564032f63574d0e1f0b4116fc79b74970e402467b5e1987f828605f63f21fc5 833
ayatana-ido_0.5.0.orig.tar.gz.asc
3bdcedab5909d52b36def3f88d651ed29f06426f5702ee9eec4093d4735a6fe3 13428
ayatana-ido_0.5.0-1.debian.tar.xz
7de9fe6307611d7ff5bc2bf72b8138fa02270f9a678b947c9102f01db3449595 17145
ayatana-ido_0.5.0-1_source.buildinfo
Files:
0b8ff36d50f17935ab4b8ec548c4208a 2654 libs optional ayatana-ido_0.5.0-1.dsc
9b366e61341eb08a7784fca91dd91a49 100549 libs optional
ayatana-ido_0.5.0.orig.tar.gz
98e9d21409a6afca0c8c46120e39c4fe 833 libs optional
ayatana-ido_0.5.0.orig.tar.gz.asc
03132a3f6c5213b392c2e2cdd4bd8497 13428 libs optional
ayatana-ido_0.5.0-1.debian.tar.xz
b11a8cf986d58bcd5da61f376758b1d7 17145 libs optional
ayatana-ido_0.5.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAl8abYgVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsx8WUP/3AGG1TOyWNfJX7yY0XTDS6BiH4e
tLtHBhDGOLkcrO9fZjWKtGm+Jyr8oNQNaL8YyGdeNvYMsrshvNSZvgiF8UYfObxc
sP6TipVrOy/XxI6NlLKCdSOX7iiroIYiePtju3C/3PE7FRuEPrpTDqZq+PgCl1vq
WwvZsK5FWBH20aVYqSGvnCF77+TfDQwZwgQ1VlRnxHbjV4aaJ6B/JsIh2deNuUMI
ggiM8tAM5UmoosdTKrTbJGBSZXqNKg5MNn/27q/MHg5UF4HVA+W0R2DHK7aztlL4
bX+MQn3QH7YTAyq80cQ6COd/gnlPByalVx891ZoEg0JcH8JSUOMJyMGTda/HRFPl
VSeuMaG8b7okQbiGCyLD9TWf74gnB4I/3uazaDKdHBgrCivotUmsXyDq/Zt9nmeK
Y39KdkBmQIn5UhyQkKaJ5aOKGRtom42QbmniFk5CxVH/eXzT80iYe1qI4IaTmRm0
enyzij54ddKp7TxZr66FSAAWLAhSNwk5HJN6smsYP7By0uOi4ykxMzpoM0ljIKWU
ypLrEJ8nLKjAlm+pixDzhV/AjgpaCpxn498DcCNCwgaPUVLZ9PRYRNK5Gz7n/mF+
20wKrppE9zom8FgB451hSGgkf/5OaQOWWoiCLGjc1LEkIjl79DjOmPJ/FssGWdIl
fNVILZz8DGEUQNMF
=xX3d
-----END PGP SIGNATURE-----
--- End Message ---