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

Bug#806156: marked as done (libsignon-glib: FTBFS: signon-auth-session.c:639:5: error: 'g_simple_async_result_propagate_error' is deprecated [-Werror=deprecated-declarations])



Your message dated Wed, 02 Dec 2015 19:05:08 +0000
with message-id <E1a4CiC-0005DB-Df@franck.debian.org>
and subject line Bug#806156: fixed in libsignon-glib 1.12-2
has caused the Debian Bug report #806156,
regarding libsignon-glib: FTBFS: signon-auth-session.c:639:5: error: 'g_simple_async_result_propagate_error' 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.)


-- 
806156: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806156
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:libsignon-glib
Version: 1.12-1
Severity: serious
Justification: fails to build from source

libsignong-glib FTBFS from source with
| libtool: compile:  gcc -DHAVE_CONFIG_H -I.. -I. -I.. -I. -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/signond -Wall -Werror -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c signon-auth-session.c  -fPIC -DPIC -o .libs/libsignon_glib_la-signon-auth-session.o
| signon-auth-session.c: In function 'auth_session_process_reply':
| signon-auth-session.c:155:9: error: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Werror=deprecated-declarations]
|          g_simple_async_result_set_op_res_gpointer (res_process, reply,
|          ^
| In file included from /usr/include/glib-2.0/gio/gio.h:113:0,
|                  from ../libsignon-glib/signon-auth-session.h:29,
|                  from signon-identity.h:28,
|                  from signon-internals.h:41,
|                  from signon-auth-session.c:41:
| /usr/include/glib-2.0/gio/gsimpleasyncresult.h:75:6: note: declared here
|  void                g_simple_async_result_set_op_res_gpointer (GSimpleAsyncResult      *simple,
|       ^
| signon-auth-session.c:161:9: error: 'g_simple_async_result_take_error' is deprecated [-Werror=deprecated-declarations]
|          g_simple_async_result_take_error (res_process, error);
|          ^
| In file included from /usr/include/glib-2.0/gio/gio.h:113:0,
|                  from ../libsignon-glib/signon-auth-session.h:29,
|                  from signon-identity.h:28,
|                  from signon-internals.h:41,
|                  from signon-auth-session.c:41:
| /usr/include/glib-2.0/gio/gsimpleasyncresult.h:116:6: note: declared here
|  void                g_simple_async_result_take_error       (GSimpleAsyncResult      *simple,
|       ^
| signon-auth-session.c:168:5: error: 'g_simple_async_result_complete_in_idle' is deprecated [-Werror=deprecated-declarations]
|      g_simple_async_result_complete_in_idle (res_process);
|      ^
| In file included from /usr/include/glib-2.0/gio/gio.h:113:0,
|                  from ../libsignon-glib/signon-auth-session.h:29,
|                  from signon-identity.h:28,
|                  from signon-internals.h:41,
|                  from signon-auth-session.c:41:
| /usr/include/glib-2.0/gio/gsimpleasyncresult.h:106:6: note: declared here
|  void                g_simple_async_result_complete_in_idle (GSimpleAsyncResult      *simple);
|       ^
| signon-auth-session.c: In function 'auth_session_process_ready_cb':
| signon-auth-session.c:186:9: error: 'g_simple_async_result_set_from_error' is deprecated [-Werror=deprecated-declarations]
|          g_simple_async_result_set_from_error (res, error);
|          ^
| In file included from /usr/include/glib-2.0/gio/gio.h:113:0,
|                  from ../libsignon-glib/signon-auth-session.h:29,
|                  from signon-identity.h:28,
|                  from signon-internals.h:41,
|                  from signon-auth-session.c:41:
| /usr/include/glib-2.0/gio/gsimpleasyncresult.h:113:6: note: declared here
|  void                g_simple_async_result_set_from_error   (GSimpleAsyncResult      *simple,
|       ^
| signon-auth-session.c:187:9: error: 'g_simple_async_result_complete' is deprecated [-Werror=deprecated-declarations]
|          g_simple_async_result_complete (res);
|          ^
| In file included from /usr/include/glib-2.0/gio/gio.h:113:0,
|                  from ../libsignon-glib/signon-auth-session.h:29,
|                  from signon-identity.h:28,
|                  from signon-internals.h:41,
|                  from signon-auth-session.c:41:
| /usr/include/glib-2.0/gio/gsimpleasyncresult.h:104:6: note: declared here
|  void                g_simple_async_result_complete         (GSimpleAsyncResult      *simple);
|       ^
| signon-auth-session.c:195:9: error: 'g_simple_async_result_set_error' is deprecated [-Werror=deprecated-declarations]
|          g_simple_async_result_set_error (res,
|          ^
| In file included from /usr/include/glib-2.0/gio/gio.h:113:0,
|                  from ../libsignon-glib/signon-auth-session.h:29,
|                  from signon-identity.h:28,
|                  from signon-internals.h:41,
|                  from signon-auth-session.c:41:
| /usr/include/glib-2.0/gio/gsimpleasyncresult.h:122:6: note: declared here
|  void                g_simple_async_result_set_error        (GSimpleAsyncResult      *simple,
|       ^
| signon-auth-session.c:199:9: error: 'g_simple_async_result_complete' is deprecated [-Werror=deprecated-declarations]
|          g_simple_async_result_complete (res);
|          ^
| In file included from /usr/include/glib-2.0/gio/gio.h:113:0,
|                  from ../libsignon-glib/signon-auth-session.h:29,
|                  from signon-identity.h:28,
|                  from signon-internals.h:41,
|                  from signon-auth-session.c:41:
| /usr/include/glib-2.0/gio/gsimpleasyncresult.h:104:6: note: declared here
|  void                g_simple_async_result_complete         (GSimpleAsyncResult      *simple);
|       ^
| signon-auth-session.c: In function 'signon_auth_session_process_async':
| signon-auth-session.c:595:5: error: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Werror=deprecated-declarations]
|      res = g_simple_async_result_new ((GObject *)self, callback, user_data,
|      ^
| In file included from /usr/include/glib-2.0/gio/gio.h:113:0,
|                  from ../libsignon-glib/signon-auth-session.h:29,
|                  from signon-identity.h:28,
|                  from signon-internals.h:41,
|                  from signon-auth-session.c:41:
| /usr/include/glib-2.0/gio/gsimpleasyncresult.h:51:21: note: declared here
|  GSimpleAsyncResult *g_simple_async_result_new              (GObject                 *source_object,
|                      ^
| signon-auth-session.c: In function 'signon_auth_session_process_finish':
| signon-auth-session.c:639:5: error: 'g_simple_async_result_propagate_error' is deprecated [-Werror=deprecated-declarations]
|      if (g_simple_async_result_propagate_error (async_result, error))
|      ^
| In file included from /usr/include/glib-2.0/gio/gio.h:113:0,
|                  from ../libsignon-glib/signon-auth-session.h:29,
|                  from signon-identity.h:28,
|                  from signon-internals.h:41,
|                  from signon-auth-session.c:41:
| /usr/include/glib-2.0/gio/gsimpleasyncresult.h:119:10: note: declared here
|  gboolean            g_simple_async_result_propagate_error  (GSimpleAsyncResult      *simple,
|           ^
| signon-auth-session.c:642:5: error: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Werror=deprecated-declarations]
|      reply = g_simple_async_result_get_op_res_gpointer (async_result);
|      ^
| In file included from /usr/include/glib-2.0/gio/gio.h:113:0,
|                  from ../libsignon-glib/signon-auth-session.h:29,
|                  from signon-identity.h:28,
|                  from signon-internals.h:41,
|                  from signon-auth-session.c:41:
| /usr/include/glib-2.0/gio/gsimpleasyncresult.h:79:10: note: declared here
|  gpointer            g_simple_async_result_get_op_res_gpointer (GSimpleAsyncResult      *simple);
|           ^
| cc1: all warnings being treated as errors
| make[4]: *** [libsignon_glib_la-signon-auth-session.lo] Error 1

For a full build log see
https://people.debian.org/~sramacher/logs/libsignon-glib_1.12-1_amd64-20151124-2012.log

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: libsignon-glib
Source-Version: 1.12-2

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

Debian distribution maintenance software
pp.
Diane Trout <diane@ghic.org> (supplier of updated libsignon-glib 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: Tue, 01 Dec 2015 12:13:31 -0800
Source: libsignon-glib
Binary: libsignon-glib1 libsignon-glib-dev gir1.2-signon-1.0 libsignon-glib-dbg
Architecture: source
Version: 1.12-2
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Diane Trout <diane@ghic.org>
Description:
 gir1.2-signon-1.0 - typelib for libsignon-glib1
 libsignon-glib-dbg - debug files for libsignon-glib
 libsignon-glib-dev - development files for signon-glib sso API
 libsignon-glib1 - GLib Library for managing SSO credentials
Closes: 806156
Changes:
 libsignon-glib (1.12-2) unstable; urgency=medium
 .
   [ Rohan Garg ]
   * Fix install files
 .
   [ Diane Trout ]
   * Change my address back to my personal account.
   * Add disable-deprecation-error.patch (Closes: #806156)
     Technically it's a work around.
Checksums-Sha1:
 aa0b8febf2a2ad84ea5dcd960ce2db79c444d139 2328 libsignon-glib_1.12-2.dsc
 6be72fd0107dc1227c2849e4dc6ba38716f95e9e 4132 libsignon-glib_1.12-2.debian.tar.xz
Checksums-Sha256:
 71178c47fa59e2a57bbcbf2adc4ba14ce83bc92d5a96902ea6af6e6d0ba5c0ad 2328 libsignon-glib_1.12-2.dsc
 32813a0a5afec86b2ef743b2df28c6fd2bc922c18df4c9411d053a52d0246e45 4132 libsignon-glib_1.12-2.debian.tar.xz
Files:
 bee1a9ff77f86286dca839b636bec684 2328 libs optional libsignon-glib_1.12-2.dsc
 433c997d02ebc068cce88c09c6753fcb 4132 libs optional libsignon-glib_1.12-2.debian.tar.xz

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

iQIcBAEBCgAGBQJWXzq3AAoJEJkNODZzNNdwd9kP/2MNqNj9fILScQxBdq0PKCu4
bhjLTvIJCq4t7RKV7S43bgTF8N/9f/EztrF/FB9aSJ3SNETOou8fOAd0hLwnBK05
2tPZWnzCyIDmzm0LtHpMctBEiuAB7M0/0n8kiviRSfE9MJ0KKeqAuMWlb+ZstP5G
xvFkE5sTH/h4g5sPSl8h2hXbhOxQZh9RuQRkea2Q0jeTtSFMo0473194JBEM7WT/
qt4CpHiIBHiGAW7ZzPW49/lV+SWTpXV662Pz9fyEivnlDGn98aMPP/1rUgkTWU8x
2NmX6VxAUvknow8hJZer2Cl5zzfDAUH3wra99DsTAUPWgWHdjAZAlcD4nEqbcACj
iUANTg/ziUe/ewHcjocQkhXHV1tXUYu0bGYrq9iN+rvwmRUSMNj43l6z9yFA4mEW
PGciGhtjJE+hUpOooQqNBxpOwCZJ7kF9tYccOHOWdnF3lfC51MLsysk/nvZbOlJK
uoDBQAIWTlY2tT9HFQiVitVKPb9oGuQGG7Z1zQcS4IQi95DbEsHttH5G8Up3tJQh
kSTJXHjTsp6TIV24QeC9ck5WtVYz/2LEB+Qkbsyq9wFe8V3zcN7BkJTSg72hsyqJ
tSUUDIkoyvajR2e/1P7Ab18mctTh5xZGC9owsllPIv5C+GJ4IF1JnmuYCDz8W7RO
T1xDZ39DGdR/J0Uf6YTv
=Ucnj
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: