Your message dated Sun, 06 Apr 2014 23:18:43 +0000
with message-id <e1wwwkp-00049u...@franck.debian.org>
and subject line Bug#741796: fixed in network-manager-openconnect 0.9.8.6-1
has caused the Debian Bug report #741796,
regarding network-manager-openconnect: FTBFS: main.c:222:2: error: 
'gtk_image_new_from_stock' is deprecated; Use 'gtk_image_new_from_icon_name' 
instead [-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 ow...@bugs.debian.org
immediately.)


-- 
741796: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741796
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: network-manager-openconnect
Version: 0.9.8.4-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140315 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/NetworkManager 
> -I/usr/include/libnm-glib   -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/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 
> -I/usr/include/libdrm   -I/usr/include/p11-kit-1 -I/usr/include/libxml2   
> -I/usr/include/libxml2   -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.9.8.4\" 
> -D_FORTIFY_SOURCE=2  -Wall -std=gnu89 -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -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_openconnect_auth_dialog-main.o `test -f 
> 'main.c' || echo './'`main.c
> main.c: In function 'ssl_box_add_error':
> main.c:222:2: error: 'gtk_image_new_from_stock' is deprecated (declared at 
> /usr/include/gtk-3.0/gtk/gtkimage.h:123): Use 'gtk_image_new_from_icon_name' 
> instead [-Werror=deprecated-declarations]
>   image = gtk_image_new_from_stock(GTK_STOCK_DIALOG_ERROR,
>   ^
> main.c:222:2: error: 'GtkStock' is deprecated 
> [-Werror=deprecated-declarations]
> main.c: In function 'ssl_box_add_notice':
> main.c:243:2: error: 'gtk_image_new_from_stock' is deprecated (declared at 
> /usr/include/gtk-3.0/gtk/gtkimage.h:123): Use 'gtk_image_new_from_icon_name' 
> instead [-Werror=deprecated-declarations]
>   image = gtk_image_new_from_stock(GTK_STOCK_DIALOG_WARNING,
>   ^
> main.c:243:2: error: 'GtkStock' is deprecated 
> [-Werror=deprecated-declarations]
> main.c: In function 'cookie_obtained':
> main.c:1291:4: error: 'gtk_image_set_from_stock' is deprecated (declared at 
> /usr/include/gtk-3.0/gtk/gtkimage.h:151): Use 'gtk_image_set_from_icon_name' 
> instead [-Werror=deprecated-declarations]
>     gtk_image_set_from_stock(GTK_IMAGE (ui_data->last_notice_icon),
>     ^
> main.c:1292:8: error: 'GtkStock' is deprecated 
> [-Werror=deprecated-declarations]
>         GTK_STOCK_DIALOG_ERROR,
>         ^
> main.c: In function 'build_main_dialog':
> main.c:1475:2: error: 'GtkStock' is deprecated 
> [-Werror=deprecated-declarations]
>   gtk_window_set_default_icon_name(GTK_STOCK_DIALOG_AUTHENTICATION);
>   ^
> main.c:1479:13: error: 'GtkStock' is deprecated 
> [-Werror=deprecated-declarations]
>              GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
>              ^
> main.c:1517:2: error: 'gtk_image_new_from_stock' is deprecated (declared at 
> /usr/include/gtk-3.0/gtk/gtkimage.h:123): Use 'gtk_image_new_from_icon_name' 
> instead [-Werror=deprecated-declarations]
>   image = gtk_image_new_from_stock(GTK_STOCK_CONNECT, GTK_ICON_SIZE_BUTTON);
>   ^
> main.c:1517:2: error: 'GtkStock' is deprecated 
> [-Werror=deprecated-declarations]
> main.c:1571:2: error: 'gtk_image_new_from_stock' is deprecated (declared at 
> /usr/include/gtk-3.0/gtk/gtkimage.h:123): Use 'gtk_image_new_from_icon_name' 
> instead [-Werror=deprecated-declarations]
>   image = gtk_image_new_from_stock(GTK_STOCK_APPLY, GTK_ICON_SIZE_BUTTON);
>   ^
> main.c:1571:2: error: 'GtkStock' is deprecated 
> [-Werror=deprecated-declarations]
> main.c:1578:2: error: 'gtk_button_new_from_stock' is deprecated (declared at 
> /usr/include/gtk-3.0/gtk/gtkbutton.h:87): Use 'gtk_button_new_with_label' 
> instead [-Werror=deprecated-declarations]
>   ui_data->cancel_button = gtk_button_new_from_stock (GTK_STOCK_CANCEL);
>   ^
> main.c:1578:2: error: 'GtkStock' is deprecated 
> [-Werror=deprecated-declarations]
> cc1: all warnings being treated as errors
> make[3]: *** [nm_openconnect_auth_dialog-main.o] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/03/15/network-manager-openconnect_0.9.8.4-1_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: network-manager-openconnect
Source-Version: 0.9.8.6-1

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

Debian distribution maintenance software
pp.
Mike Miller <mtmil...@debian.org> (supplier of updated 
network-manager-openconnect 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, 06 Apr 2014 18:53:09 -0400
Source: network-manager-openconnect
Binary: network-manager-openconnect network-manager-openconnect-gnome
Architecture: source amd64
Version: 0.9.8.6-1
Distribution: unstable
Urgency: medium
Maintainer: Mike Miller <mtmil...@debian.org>
Changed-By: Mike Miller <mtmil...@debian.org>
Description: 
 network-manager-openconnect - network management framework (OpenConnect plugin)
 network-manager-openconnect-gnome - network management framework (OpenConnect 
plugin GNOME GUI)
Closes: 741796 742087
Changes: 
 network-manager-openconnect (0.9.8.6-1) unstable; urgency=medium
 .
   * New upstream release.
     - Fixes FTBFS due to deprecated use of GTK stock icons. (Closes: #741796)
     - Fixes FTBFS when building with libopenconnect >= 3. (Closes: #742087)
   * Build-depend on autotools_dev for up-to-date config.{guess,sub}.
   * Use my @debian.org address.
   * Update debian/copyright.
   * Bump Standards-Version to 3.9.5. No changes needed.
   * Run wrap-and-sort on debian/control.
   * debian/NEWS: Rephrase the last release news item for clarity.
Checksums-Sha1: 
 953fa8e727198fc1039a1ca53c3bb46228a8c07e 2435 
network-manager-openconnect_0.9.8.6-1.dsc
 49bad21d95a4bb3c91cb615d12de19149f167c97 403596 
network-manager-openconnect_0.9.8.6.orig.tar.xz
 783317ed4b384bb4b95e467642e7461b7796f007 4980 
network-manager-openconnect_0.9.8.6-1.debian.tar.xz
 31e10814a0056f5b3d7c70157a902bf7ecd3ecac 17740 
network-manager-openconnect_0.9.8.6-1_amd64.deb
 2c6dd08a33445b4d24d460b51291db5f1f29ccc1 156026 
network-manager-openconnect-gnome_0.9.8.6-1_amd64.deb
Checksums-Sha256: 
 5fb2de5b53c3d45588f4f59e514d75cb3315716f60ee86e0f04ea18d48872766 2435 
network-manager-openconnect_0.9.8.6-1.dsc
 b549a9579b6aa189501bf0fcb046844c75bb1e5699ae5ddfca2296a58d0c9b07 403596 
network-manager-openconnect_0.9.8.6.orig.tar.xz
 fc0134cabc7910da24a98dc9867925360806355de3db9119cdc2c8c64bc744a9 4980 
network-manager-openconnect_0.9.8.6-1.debian.tar.xz
 22b18d4cfbabbfac01c00ae96977bc1406d194cb78681209896192ac63e399d2 17740 
network-manager-openconnect_0.9.8.6-1_amd64.deb
 fb36f6ebe0cd69651b4009c500f8ce8e7007772a7efefe29ecfe6b56a64872ed 156026 
network-manager-openconnect-gnome_0.9.8.6-1_amd64.deb
Files: 
 d0c916d7a581eef50e3f4b8e5c785ebf 2435 net optional 
network-manager-openconnect_0.9.8.6-1.dsc
 f0c8b87704af77ea764f70d5bdef91ca 403596 net optional 
network-manager-openconnect_0.9.8.6.orig.tar.xz
 4acf0574e2acade776b03a6a57e6b4c2 4980 net optional 
network-manager-openconnect_0.9.8.6-1.debian.tar.xz
 24d4e062f419801683670d815916dbda 17740 net optional 
network-manager-openconnect_0.9.8.6-1_amd64.deb
 d7d0182006d1d600f918e852ca63ec9f 156026 net optional 
network-manager-openconnect-gnome_0.9.8.6-1_amd64.deb

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

iQIcBAEBCAAGBQJTQd05AAoJECj6gBpDvdY3iccP/2uzq2BPfuhxjgNEAtR6C6Vy
WTVLGqIiabss4cK3trYZ0S671OHsVpJlH79bF01tINnSJJisFqSbFpTuuU/qLE0X
xf/CPCIQOnxoeWPNdK1HtbbEq8HxlRrRCOwmsU2O1VpisRTOoeR6uRSoyBgSC9a0
zsLH0yRt5+VNhC+AgYegFaTs/c3U+O+9ZD557m1xvsP9oW1mFgtWyyV3/u1YzlJ4
jICoRbIjyXCverdtMeeDVjjdYO4wIj/ZAYPDHJoBLC3MmFLRN/rfRMha4Kh0qcDI
o6zDTatepqIsCZoZsvGev5m2RbnAizCzMSSXEV7YTU/gy3ukBZXzAN92eYJe+dMI
L5Zerv0RK+CO+bIXgyg8N8Nus9WbOt4DqRovy01Jvlc9HBFUV4JpEeUnYIO9dLOD
t/MPqMbUHeZNmztgAWHTjWsaZF+uB2qIBDawDPZy3kR4mzGw8chn/BclDHeItd06
WHf+h9KwdiWyuQBsrSp/ddVv2t7c/XHjAhK4EDvsdVEz+u/bL1g1suZVRC4k6X0b
j5vP8xWzHWntwzvCWEKrPCf1EmlAwhGNACOQ8C6YlazZaIGP4hlgp+wST4h2A0Yv
vt53+71ggrAjW5QcK9H6WMNqZ2nlNAhEX5KvqNCwXINGVVtaB8AXxpt9Mn7b/mZ+
XQA+MTjsS+s52Fj4ZJbg
=Bnsu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to