[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#956983: marked as done (aewm: ftbfs with GCC-10)



Your message dated Fri, 10 Jul 2020 19:33:24 +0000
with message-id <E1jtylw-000E84-Ra@fasolo.debian.org>
and subject line Bug#956983: fixed in aewm 1.3.12-6
has caused the Debian Bug report #956983,
regarding aewm: 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 owner@bugs.debian.org
immediately.)


-- 
956983: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956983
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:aewm
Version: 1.3.12-5
Severity: normal
Tags: sid bullseye
User: debian-gcc@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/aewm_1.3.12-5_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

[...]
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from aepanel.c:14:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkprivate.h:30,
                 from /usr/include/gtk-2.0/gdk/gdkx.h:30,
                 from aepanel.c:13:
/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  679 | {
      | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from aemenu.c:9:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from aemenu.c:9:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from aepanel.c:14:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkprivate.h:30,
                 from /usr/include/gtk-2.0/gdk/gdkx.h:30,
                 from aepanel.c:13:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:15: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: aewm
Source-Version: 1.3.12-6
Done: Sudip Mukherjee <sudipm.mukherjee@gmail.com>

We believe that the bug you reported is fixed in the latest version of
aewm, 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 956983@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukherjee@gmail.com> (supplier of updated aewm 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 10 Jul 2020 19:58:05 +0100
Source: aewm
Architecture: source
Version: 1.3.12-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Closes: 956983
Changes:
 aewm (1.3.12-6) unstable; urgency=medium
 .
   * QA upload.
   * Fix ftbfs with GCC-10. (Closes: #956983)
   * Update compat level to 13.
Checksums-Sha1:
 06b826c55b76e749ceb7c3d47dbb6a7d1f81e68e 1926 aewm_1.3.12-6.dsc
 a146c97c70e01b83ca588992301faa4e68c1f95a 7856 aewm_1.3.12-6.debian.tar.xz
 22652fcd91d8a4c81b6a0318bb8acbf8f8c9e9a4 10749 aewm_1.3.12-6_amd64.buildinfo
Checksums-Sha256:
 b1f8f779c56e3390e04bae6564f03a7ca8fcced12f8968144d9a682bd4c96435 1926 aewm_1.3.12-6.dsc
 6dba06f299c3cc70e179aebafd95d4f578e6a64f433bb35f52fdb3974198e616 7856 aewm_1.3.12-6.debian.tar.xz
 ffe803479dbe26e39f5c44c8bc6c6ecaa564da3ada43d7519f2630051305e4d9 10749 aewm_1.3.12-6_amd64.buildinfo
Files:
 8db1b11abb903a0cf9865f57e769ead8 1926 x11 optional aewm_1.3.12-6.dsc
 37179d0ea000a1066a367a96360901f5 7856 x11 optional aewm_1.3.12-6.debian.tar.xz
 c0d91397e1acfda2d074e498fc96549b 10749 x11 optional aewm_1.3.12-6_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl8IvUQACgkQR5mjUUbR
KzXLOA//VZcBlbxYaJ0kRdb2j/hgHEeTWUjN1Nv2vCUzMo3brpm7t6kndTskHns3
qE/0YWCbfqth930ssWitLlZt7kHUgdJRqbYqQgaOQvp/uSpV5uBE9LqxK1y3GaKq
5JUknPaly6vYeutw/ULRHXG1UO4ZqSY3WelvSNeidzhtPn/BWVp1FuJJOlL3Gfmq
NxBLXSlInAFcO17glBuLRkvPxc+yu3xs5VH/TZjM/zbvRfJhIhFxKI+vvh4BfI8+
AmXvezXitgM2cw/pxCBVTfo5ra26joK6NgMdtrslcBRi5sRz2+T5xvle0gWuxE0u
iMHHMSFp8vYa7GQxk3yh/ydmeg5GvgmuWZsY9wEEZm/zg98jna5cbfFIQHkYrB2A
ydP2+QiTAxdy6MPwL0I2uhfg7f2IzQzyJ+ttiWPFvzXWG6v1cvrUanWtC7y8k9dh
OOmVYaJpOSRv1SjskWi31XNJYK7mYJKXthomNdOEji5QD4pBkvUvbMd1jCYYUbio
sWbpfPBgF51xBnboHC+mxmYdJQHVGx99kV7WZFq49YFcDm/BzwN0gCfak9tAUHKr
hOBOdH9l6g5bzFZtB4gN49ToIogOT9nfs0kg1C4HU4fJ6Ucvm+X2XRP8aYVTbhzA
ZJx6dZ8wNotPcZLZ4YEqZ4e1jCP43z3vj1ueba0Mib/4kxKqdr8=
=Iv+o
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: