Your message dated Sun, 12 Oct 2014 12:34:03 +0000
with message-id <e1xdilb-0005rn...@franck.debian.org>
and subject line Bug#764839: fixed in network-manager-iodine 0.0.5-1
has caused the Debian Bug report #764839,
regarding network-manager-iodine: FTBFS - uses deprecated gtk API
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.)


-- 
764839: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764839
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: network-manager-iodine
Version: 0.0.5~0.gita09ce6-2
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libnm-glib 
-I/usr/include/NetworkManager -I/usr/include/libnm-glib 
-I/usr/include/NetworkManager -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/gtk-3.0 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng12 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I/usr/include/gnome-keyring-1 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
-DICONDIR=\""/usr/share/pixmaps"\" -DBINDIR=\""/usr/bin"\" 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED 
-DGNOMELOCALEDIR=\"/usr/share/locale\" -DVERSION=\"0.0.4\" -D_FORTIFY_SOURCE=2  
-Wall -std=gnu89 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wshadow -Wmissing-declarations -Wmissing-prototypes 
-Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal 
-Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Werror -c -o 
nm_iodine_auth_dialog-vpn-password-dialog.o `test -f 'vpn-password-dialog.c' || 
echo './'`vpn-password-dialog.c
vpn-password-dialog.c: In function 'add_row':
vpn-password-dialog.c:116:2: error: 'gtk_misc_set_alignment' is deprecated 
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72) 
[-Werror=deprecated-declarations]
  gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);
  ^
vpn-password-dialog.c:116:2: error: 'gtk_misc_get_type' is deprecated (declared 
at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) 
[-Werror=deprecated-declarations]
vpn-password-dialog.c: In function 'add_grid_rows':
vpn-password-dialog.c:137:2: error: 'gtk_alignment_set_padding' is deprecated 
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:91) 
[-Werror=deprecated-declarations]
  gtk_alignment_set_padding (GTK_ALIGNMENT (priv->grid_alignment), 0, 0, 
offset, 0);
  ^
vpn-password-dialog.c:137:2: error: 'gtk_alignment_get_type' is deprecated 
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77) 
[-Werror=deprecated-declarations]
vpn-password-dialog.c: In function 'vpn_password_dialog_new':
vpn-password-dialog.c:205:2: error: 'gtk_alignment_new' is deprecated (declared 
at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79) 
[-Werror=deprecated-declarations]
  priv->grid_alignment = gtk_alignment_new (0.0, 0.0, 0.0, 0.0);
  ^
vpn-password-dialog.c:242:2: error: 'gtk_misc_set_alignment' is deprecated 
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72) 
[-Werror=deprecated-declarations]
  gtk_misc_set_alignment (GTK_MISC (dialog_icon), 0.5, 0.0);
  ^
vpn-password-dialog.c:242:2: error: 'gtk_misc_get_type' is deprecated (declared 
at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) 
[-Werror=deprecated-declarations]
cc1: all warnings being treated as errors
Makefile:494: recipe for target 'nm_iodine_auth_dialog-vpn-password-dialog.o' 
failed
make[3]: *** [nm_iodine_auth_dialog-vpn-password-dialog.o] Error 1
make[3]: Leaving directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-network-manager-iodine/network-manager-iodine-0.0.5~0.gita09ce6/auth-dialog'
Makefile:518: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1


The full build log is attached; please do let me know if the problem is
unreproducible, in which case I shall try to investigate further.

Best,
Michael

Attachment: network-manager-iodine-build-log.txt.gz
Description: application/gunzip

Attachment: pgpQeR57dk7Zs.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: network-manager-iodine
Source-Version: 0.0.5-1

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

Debian distribution maintenance software
pp.
Guido Günther <a...@sigxcpu.org> (supplier of updated network-manager-iodine 
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: Sun, 12 Oct 2014 14:15:13 +0200
Source: network-manager-iodine
Binary: network-manager-iodine network-manager-iodine-gnome
Architecture: source amd64
Version: 0.0.5-1
Distribution: unstable
Urgency: medium
Maintainer: Guido Günther <a...@sigxcpu.org>
Changed-By: Guido Günther <a...@sigxcpu.org>
Description:
 network-manager-iodine - network management framework (iodine plugin core)
 network-manager-iodine-gnome - network management framework (iodine plugin 
GNOME GUI)
Closes: 764839
Changes:
 network-manager-iodine (0.0.5-1) unstable; urgency=medium
 .
   * New upstream version No new features, just compatibility with newer GNOME
     APIs. (Closes: #764839)
   * [3ff887f] Drop 0001-Disabe-gnome-keyring-deprecation-warnings.patch,
     fixed upstream
   * [95f47ae] Build-depend on libnm-gtk and libsecrets
   * [7cfa859] Bump standards version to 0.9.5
Checksums-Sha1:
 42c7a6bb46bad6acafe4e9af4c0578ad57a836ab 2336 
network-manager-iodine_0.0.5-1.dsc
 12e5129d427cf3e84315463d5b8b0c0d802bd9ac 36033 
network-manager-iodine_0.0.5.orig.tar.gz
 59fd124e59e6a8024d4e9b91c80d11608f317229 3308 
network-manager-iodine_0.0.5-1.debian.tar.xz
 0b94c20c7b4c8e142fa134bc2dee89bd471e6a78 10758 
network-manager-iodine_0.0.5-1_amd64.deb
 85760a4b8954fcff035b691fad6fa4f9f48db918 14864 
network-manager-iodine-gnome_0.0.5-1_amd64.deb
Checksums-Sha256:
 ed7c22d3e0bc34a98485d1dfbbd797474c4da80c9a8ff83d731bd0be3e734c34 2336 
network-manager-iodine_0.0.5-1.dsc
 2f8db7fb6b6af7b9b9517476b63ab7fac5c6f99054282e7dad23d83438b6e942 36033 
network-manager-iodine_0.0.5.orig.tar.gz
 5d7608b0b4b6fa8358c0c56716dbdf892c8c15cfc21c2b7a28bc6645379f7b67 3308 
network-manager-iodine_0.0.5-1.debian.tar.xz
 620d6d266179b0dac08d315b8d5098eb3e3fee78c984c6e8638093fc879c2588 10758 
network-manager-iodine_0.0.5-1_amd64.deb
 7e4be2aa6baad35ee903db30380da1088f2fd9d55426adc1f727dab39e4acf92 14864 
network-manager-iodine-gnome_0.0.5-1_amd64.deb
Files:
 1e545e49588f7148847ee9cf95920077 2336 net optional 
network-manager-iodine_0.0.5-1.dsc
 a029e52e4e5def338a8393011f90fb11 36033 net optional 
network-manager-iodine_0.0.5.orig.tar.gz
 abfa5e02813839b334e1f35af791a82d 3308 net optional 
network-manager-iodine_0.0.5-1.debian.tar.xz
 10c2618be3aba47c63691e4076b6ef9e 10758 net optional 
network-manager-iodine_0.0.5-1_amd64.deb
 d3703f41a542ddabfb9afc0adaafdd60 14864 net optional 
network-manager-iodine-gnome_0.0.5-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBVDpzlQe4t7DqmBILAQiCEBAAnSS5JaicxdFLLAiyBAEx9NHuSzj+x4Xx
CEkzjujtqTsaEBDL7hSztEqDUPFHz0zAzDQAnC9hal6Lvs8WWDxBHGQmGYilowXU
g8YPAcTMSuefRyhL1nicz5pheWI0rGurUBWB5aM52gHYnTv3NprBHzmK+vL0anfM
3yPdRcfECIoV+WQ789Kq69pcYdoTJl11GeO1LH9Zb9UeQNMkDNdDaXvtywwkTPaZ
LKK9XbglJXND8gL/fNGH45GpF1I1oLxazR7mFxkavSurq6KH8aMNSmilt7TRfJxC
pp+LKqV61TOlRylNygh5XI543eOTTsq9MhZ8NIHwZbay61KgMbOh4kATuXKkTfUa
TPrwBzQVaKCp2jvQ4b2lGeWv2DLrGLy+eFME7jefMoPWK/K+SNMtqcPb4bvP8kEg
YRLzChYhMaodxB/2YYpqFlzF4p9ZdXoaEJQlSXeq+M9x3Z2kOAU72Gg8xt6Bnckl
Tqgv+vyMTfwKPi5uUIQVbZFqYR4rLMJcHDlYv7LCDdNfLT9SEUoWbWiGiIuyWx53
Z6ybmxVqw4ls2cXYPyQ6BonHHX+21InC9x0Z6GoCJmPTCQaeI3CuuqTcN+KzVdcN
V5wyVWU7b32mbNCe2SdnZvwRwp5eBAYDEub0EHUoPOynyyg42ogOib5eCeVFEheE
QthlrXUNVGk=
=Ykcf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to