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

Bug#952094: marked as done (transfermii: FTBFS: gtktypeutils.h:236:1: error: ‘GTypeDebugFlags’ is deprecated [-Werror=deprecated-declarations])



Your message dated Mon, 16 Mar 2020 16:24:47 +0000
with message-id <E1jDsXn-000BoP-WB@fasolo.debian.org>
and subject line Bug#952094: fixed in transfermii 1:0.6.1-4
has caused the Debian Bug report #952094,
regarding transfermii: FTBFS: gtktypeutils.h:236:1: error: ‘GTypeDebugFlags’ is deprecated [-Werror=deprecated-declarations]
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.)


-- 
952094: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952094
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: transfermii
Version: 1:0.6.1-3
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20200222 ftbfs-buster

Hi,

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

Relevant part (hopefully):
> /usr/bin/cc   -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -Wall -Werror   -o CMakeFiles/transfermii_gui.dir/gui/pageAbout.o   -c /<<PKGBUILDDIR>>/gui/pageAbout.c
> In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
>                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
>                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
>                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
>                  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 /<<PKGBUILDDIR>>/gui/pageAbout.h:25,
>                  from /<<PKGBUILDDIR>>/gui/pageAbout.c:22:
> /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: error: ‘GTypeDebugFlags’ is deprecated [-Werror=deprecated-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/gtk/gtk.h:32,
>                  from /<<PKGBUILDDIR>>/gui/pageAbout.h:25,
>                  from /<<PKGBUILDDIR>>/gui/pageAbout.c:22:
> /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 /<<PKGBUILDDIR>>/gui/pageAbout.h:25,
>                  from /<<PKGBUILDDIR>>/gui/pageAbout.c:22:
> /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: error: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Werror=deprecated-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 /<<PKGBUILDDIR>>/gui/pageAbout.h:25,
>                  from /<<PKGBUILDDIR>>/gui/pageAbout.c:22:
> /usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
>   551 | struct _GTimeVal
>       |        ^~~~~~~~~
> cc1: all warnings being treated as errors
> make[3]: *** [CMakeFiles/transfermii_gui.dir/build.make:66: CMakeFiles/transfermii_gui.dir/gui/pageAbout.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/transfermii_0.6.1-3_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: transfermii
Source-Version: 1:0.6.1-4
Done: Adrian Bunk <bunk@debian.org>

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

Debian distribution maintenance software
pp.
Adrian Bunk <bunk@debian.org> (supplier of updated transfermii 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: Mon, 16 Mar 2020 17:54:45 +0200
Source: transfermii
Architecture: source
Version: 1:0.6.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Adrian Bunk <bunk@debian.org>
Closes: 952094
Changes:
 transfermii (1:0.6.1-4) unstable; urgency=medium
 .
   * QA upload.
   * Build without -Werror. (Closes: #952094)
Checksums-Sha1:
 510a0146c08c8470a656d220607b167a314c4c85 1810 transfermii_0.6.1-4.dsc
 76051cc007189569735fed7c0fa56ed9d59506ba 13438 transfermii_0.6.1-4.diff.gz
Checksums-Sha256:
 f11b91d82e5e6607dec927784b991cf8dda3a8cd93cb72d8e67798291a8ec88e 1810 transfermii_0.6.1-4.dsc
 4cf30dc6c97be76771a831ec41d8b8492312b6f8cb283b337319b34584bbf0fd 13438 transfermii_0.6.1-4.diff.gz
Files:
 f86ee8cfd43470676dfc327c3ee36adc 1810 utils extra transfermii_0.6.1-4.dsc
 70fab8c6b7f543d9c72aea79fc21502b 13438 utils extra transfermii_0.6.1-4.diff.gz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAl5vocsACgkQiNJCh6LY
mLGxSw/+Js9oy3gAcdamle2Nojj+0Hvzu/y1Ns4KMZpNn9egg385z7GAwXYyfKKA
XoV9lYXKX+t3a5YH1AGO6U0HeDBOj9aA1PauEqJlWeFTZl4HWDfN/6+np0PzLepQ
IctQpbVKQjjF0q/HQad7BveYEw7mLjOtOtORFuW/PdtgG0WcjKyU63YKg9EZmeUV
/ZNenTAXSNecWAZk22hWpggb8m1TPLFu/tOIFqb1mUldA8XRuAblTLIBwROZmFe5
vyt20+yaoEDscy5ETJjDL/Atuu0WUUYMnr18mLzJ9ULHrSus+bSSPL+Zsg7W8qe+
C2SKTXCyq7VxdUhXIXEHLdxcDH1esBhxjp8J1zLjcDYjmQtyeyC9hah8XuFThKdy
fVd9iKZWiwXFGovipSNQy2RcnvF7v+46JSdAAbjUh/f1q6YOhpL/IGCmlI9o+H8W
YJj8p4Pipwm7vVjENRNWyU2634Hu5ul5Euy60YRLhOdA2rGhIe0SmB37BvgHE2fd
O7UoA4ed9jgEF4BOab0KTQVdOXlmc9PTS1KaQlt5A1NMJHXv/Ctu/X2TQDtK51Yv
LY3gG/pT6vjfwpAAliX8Ck3TSZtaFlbQmqmmGp3Rwbi4fk11lijDmMnD+LBAoRch
dFTh/dUhZU0gLStQu5nntQIhXfapAe1ty+AzMWhaGWvXrWxSPo8=
=n3yG
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: