bug-guix
[Top][All Lists]
Advanced

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

bug#35350: Some compile output still leaks through with --verbosity=1


From: Mark H Weaver
Subject: bug#35350: Some compile output still leaks through with --verbosity=1
Date: Sat, 20 Apr 2019 19:53:29 -0400

Sometimes when compiling a package with --verbosity=1, some parts of the
compile output leak through.  For example, see the transcript below.

       Mark


--8<---------------cut here---------------start------------->8---
address@hidden ~$ guix system build /etc/config.scm --verbosity=1 --keep-failed 
--keep-going; guix package -m mhw-manifest.scm --keep-failed --keep-going
building 
/gnu/store/3c9f2rv92fb5id7xy0h62jl4vvglvpvh-linux-libre-5.0.8-gnu.tar.xz.drv...
downloading from 
https://linux-libre.fsfla.org/pub/linux-libre/releases/5.0.8-gnu/linux-libre-5.0.8-gnu.tar.xz...
building 
/gnu/store/cxlivh8bq6adnhdzc6i75z5i2qplq8zr-linux-libre-5.0.8-gnu.tar.xz.drv...
building /gnu/store/9xlx7zj4w9cl69xi3d21gl40l3gx4jri-linux-libre-5.0.8.drv...
building 
/gnu/store/la179xxpm8m4jmajjr3xfrchzfwpc06y-console-setup-1.191-checkout.drv...
building /gnu/store/v7a1y4v0nwrq64ddr7kdm4855gzjrzrc-console-setup-1.191.drv...
building /gnu/store/04wdi408fbl9bmnzdy4dwxd135cy9jss-gpgme-1.13.0.tar.bz2.drv...
downloading from https://gnupg.org/ftp/gcrypt/gpgme/gpgme-1.13.0.tar.bz2...
building /gnu/store/yaavzrys958mhmki2axpdnbrlyzd911f-gpgme-1.13.0.drv...
- 'check' phaselt.
building /gnu/store/0rdfdqsahs0axzhpn6k3g4zmskmgkvcg-samba-4.10.2.drv...
building /gnu/store/75z0i5hb2cwn0y76gnaqlj18z1715yy1-volume-key-0.3.12.drv...
building /gnu/store/0fjcqx6s7bm7wsa4iwf2knpki9r8g71h-libblockdev-2.21.drv...
building /gnu/store/dk1867ygsaimm5yzxp6rrx3379fsx878-udisks-2.7.7.drv...
building /gnu/store/a2cwdflfbklmj4cflrzkd4n4m3q3ain5-gvfs-1.32.1.drv...
building 
/gnu/store/j8a8k76qaslj3bvbbbzpp6wwh80cv27b-libmbim-1.18.2.tar.xz.drv...
downloading from 
https://www.freedesktop.org/software/libmbim/libmbim-1.18.2.tar.xz...
building /gnu/store/070338avjl034y1vqd40hb62aw3i7yg0-libqmi-1.22.4.tar.xz.drv...
downloading from 
https://www.freedesktop.org/software/libqmi/libqmi-1.22.4.tar.xz...
building /gnu/store/vgli6q8lyfp92mxr9v5783kd2cgyb3mr-libmbim-1.18.2.drv...
building /gnu/store/7jq010r8fvdgdr9sb6g2znrkqkjgpbjk-libqmi-1.22.4.drv...
building /gnu/store/rn5mbq2h2fmxpd95q6cfx31bgbw5q89a-modem-manager-1.4.14.drv...
\ 'build' phase�@ build-log 30033 4096
� is deprecated [-Wdeprecated-declarations]
         g_simple_async_result_set_error (ctx->result,
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:122:21:
 note: declared here
 void                g_simple_async_result_set_error        (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6136:5: warning: 
‘g_simple_async_result_set_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_set_op_res_gboolean (ctx->result, TRUE);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:88:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gboolean 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem.c: In function ‘sms_pdu_part_list_ready’:
mm-broadband-modem.c:6172:9: warning: ‘g_simple_async_result_take_error’ is 
deprecated [-Wdeprecated-declarations]
         g_simple_async_result_take_error (ctx->result, error);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:116:21:
 note: declared here
 void                g_simple_async_result_take_error       (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6179:9: warning: ‘g_simple_async_result_take_error’ is 
deprecated [-Wdeprecated-declarations]
         g_simple_async_result_take_error (ctx->result, error);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:116:21:
 note: declared here
 void                g_simple_async_result_take_error       (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6205:5: warning: 
‘g_simple_async_result_set_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_set_op_res_gboolean (ctx->result, TRUE);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:88:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gboolean 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem.c: In function ‘list_parts_lock_storages_ready’:
mm-broadband-modem.c:6219:9: warning: ‘g_simple_async_result_take_error’ is 
deprecated [-Wdeprecated-declarations]
         g_simple_async_result_take_error (ctx->result, error);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
   @ build-log 30033 4096
              from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:116:21:
 note: declared here
 void                g_simple_async_result_take_error       (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c: In function ‘modem_messaging_load_initial_sms_parts’:
mm-broadband-modem.c:6249:15: warning: assignment from incompatible pointer 
type [-Wincompatible-pointer-types]
     ctx->self = g_object_ref (self);
               ^
mm-broadband-modem.c:6250:5: warning: ‘g_simple_async_result_new’ is 
deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations]
     ctx->result = g_simple_async_result_new (G_OBJECT (self),
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:51:21:
 note: declared here
 GSimpleAsyncResult *g_simple_async_result_new              (GObject            
     *source_object,
                     ^
mm-broadband-modem.c: In function ‘hdr_state_context_complete_and_free’:
mm-broadband-modem.c:6365:5: warning: ‘g_simple_async_result_complete’ is 
deprecated [-Wdeprecated-declarations]
     g_simple_async_result_complete (ctx->result);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:104:21:
 note: declared here
 void                g_simple_async_result_complete         (GSimpleAsyncResult 
     *simple);
                     ^
mm-broadband-modem.c: In function ‘modem_cdma_get_hdr_state_finish’:
mm-broadband-modem.c:6382:5: warning: ‘g_simple_async_result_propagate_error’ 
is deprecated [-Wdeprecated-declarations]
     if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (res), 
error))
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:119:21:
 note: declared here
 gboolean            g_simple_async_result_propagate_error  (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6385:5: warning: 
‘g_simple_async_result_get_op_res_gpointer’ is deprecated 
[-Wdeprecated-declarations]
     results = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT 
(res));
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:79:21:
 note: declared here
 gpointer            g_simple_async_result_get_op_res_gpointer 
(GSimpleAsyncResult      *simple);
                     ^
mm-broadband-modem.c: In function ‘hdr_subsys_state_info_ready’:
mm-broadband-modem.c:6405:9: warning: ‘g_simple_async_result_set_from_error’ is 
deprecated [-Wdeprecated-declarations]
         g_simple_async_result_set_from_error (ctx->result, error);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-g@ build-log 30033 4096
lib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:113:21:
 note: declared here
 void                g_simple_async_result_set_from_error   (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6415:9: warning: ‘g_simple_async_result_set_error’ is 
deprecated [-Wdeprecated-declarations]
         g_simple_async_result_set_error (ctx->result,
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:122:21:
 note: declared here
 void                g_simple_async_result_set_error        (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6433:5: warning: 
‘g_simple_async_result_set_op_res_gpointer’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_set_op_res_gpointer (ctx->result, results, 
(GDestroyNotify)g_free);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:75:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gpointer 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem.c: In function ‘modem_cdma_get_hdr_state’:
mm-broadband-modem.c:6448:9: warning: ‘g_simple_async_report_error_in_idle’ is 
deprecated: Use 'g_task_report_error' instead [-Wdeprecated-declarations]
         g_simple_async_report_error_in_idle (G_OBJECT (self),
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:140:6:
 note: declared here
 void g_simple_async_report_error_in_idle  (GObject            *object,
      ^
mm-broadband-modem.c:6459:15: warning: assignment from incompatible pointer 
type [-Wincompatible-pointer-types]
     ctx->self = g_object_ref (self);
               ^
mm-broadband-modem.c:6460:5: warning: ‘g_simple_async_result_new’ is 
deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations]
     ctx->result = g_simple_async_result_new (G_OBJECT (self),
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:51:21:
 note: declared here
 GSimpleAsyncResult *g_simple_async_result_new              (GObject            
     *source_object,
                     ^
mm-broadband-modem.c: In function 
‘call_manager_state_context_complete_and_free’:
mm-broadband-modem.c:6497:5: warning: ‘g_simple_async_result_complete’ is 
deprecated [-Wdeprecated-declarations]
     g_simple_async_result_complete (ctx->result);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncre@
 build-log 30033 4096
sult.h:104:21: note: declared here
 void                g_simple_async_result_complete         (GSimpleAsyncResult 
     *simple);
                     ^
mm-broadband-modem.c: In function ‘modem_cdma_get_call_manager_state_finish’:
mm-broadband-modem.c:6513:5: warning: ‘g_simple_async_result_propagate_error’ 
is deprecated [-Wdeprecated-declarations]
     if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (res), 
error))
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:119:21:
 note: declared here
 gboolean            g_simple_async_result_propagate_error  (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6516:5: warning: 
‘g_simple_async_result_get_op_res_gpointer’ is deprecated 
[-Wdeprecated-declarations]
     results = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT 
(res));
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:79:21:
 note: declared here
 gpointer            g_simple_async_result_get_op_res_gpointer 
(GSimpleAsyncResult      *simple);
                     ^
mm-broadband-modem.c: In function ‘cm_subsys_state_info_ready’:
mm-broadband-modem.c:6535:9: warning: ‘g_simple_async_result_take_error’ is 
deprecated [-Wdeprecated-declarations]
         g_simple_async_result_take_error (ctx->result, error);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:116:21:
 note: declared here
 void                g_simple_async_result_take_error       (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6546:9: warning: ‘g_simple_async_result_set_error’ is 
deprecated [-Wdeprecated-declarations]
         g_simple_async_result_set_error (ctx->result,
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:122:21:
 note: declared here
 void                g_simple_async_result_set_error        (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6561:5: warning: 
‘g_simple_async_result_set_op_res_gpointer’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_set_op_res_gpointer (ctx->result, results, 
(GDestroyNotify)g_free);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:75:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gpointer 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem.c: In function ‘modem_cdma_get_call_manager_state’:
mm-broadband-modem.c:6576:9: warning: ‘g_sim@ build-log 30033 4096
ple_async_report_error_in_idle’ is deprecated: Use 'g_task_report_error' 
instead [-Wdeprecated-declarations]
         g_simple_async_report_error_in_idle (G_OBJECT (self),
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:140:6:
 note: declared here
 void g_simple_async_report_error_in_idle  (GObject            *object,
      ^
mm-broadband-modem.c:6587:15: warning: assignment from incompatible pointer 
type [-Wincompatible-pointer-types]
     ctx->self = g_object_ref (self);
               ^
mm-broadband-modem.c:6588:5: warning: ‘g_simple_async_result_new’ is 
deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations]
     ctx->result = g_simple_async_result_new (G_OBJECT (self),
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:51:21:
 note: declared here
 GSimpleAsyncResult *g_simple_async_result_new              (GObject            
     *source_object,
                     ^
mm-broadband-modem.c: In function 
‘cdma1x_serving_system_context_complete_and_free’:
mm-broadband-modem.c:6627:5: warning: ‘g_simple_async_result_complete’ is 
deprecated [-Wdeprecated-declarations]
     g_simple_async_result_complete (ctx->result);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:104:21:
 note: declared here
 void                g_simple_async_result_complete         (GSimpleAsyncResult 
     *simple);
                     ^
mm-broadband-modem.c: In function ‘modem_cdma_get_cdma1x_serving_system_finish’:
mm-broadband-modem.c:6656:5: warning: ‘g_simple_async_result_propagate_error’ 
is deprecated [-Wdeprecated-declarations]
     if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (res), 
error))
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:119:21:
 note: declared here
 gboolean            g_simple_async_result_propagate_error  (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6659:5: warning: 
‘g_simple_async_result_get_op_res_gpointer’ is deprecated 
[-Wdeprecated-declarations]
     results = (Cdma1xServingSystemResults 
*)g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (res));
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:79:21:
 note: declared here
 gpointer            g_simple_async_result_get_op_res_gpointer 
(GSimpleAsyncResult      *simple);
                     ^
mm-broadband-modem.c: In function ‘css_query_ready’:
mm-broadband-modem.c:6685:9: warning: ‘g_simple_async_result_take_e@ build-log 
30033 4096
rror’ is deprecated [-Wdeprecated-declarations]
         g_simple_async_result_take_error (ctx->result, error);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:116:21:
 note: declared here
 void                g_simple_async_result_take_error       (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6708:13: warning: ‘g_simple_async_result_set_error’ is 
deprecated [-Wdeprecated-declarations]
             g_simple_async_result_set_error (
             ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:122:21:
 note: declared here
 void                g_simple_async_result_set_error        (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6748:9: warning: ‘g_simple_async_result_set_error’ is 
deprecated [-Wdeprecated-declarations]
         g_simple_async_result_set_error (
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:122:21:
 note: declared here
 void                g_simple_async_result_set_error        (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6777:9: warning: ‘g_simple_async_result_take_error’ is 
deprecated [-Wdeprecated-declarations]
         g_simple_async_result_take_error (ctx->result,
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:116:21:
 note: declared here
 void                g_simple_async_result_take_error       (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6790:5: warning: 
‘g_simple_async_result_set_op_res_gpointer’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_set_op_res_gpointer (ctx->result, results, 
(GDestroyNotify)g_free);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:75:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gpointer 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem.c: In function ‘qcdm_cdma_status_ready’:
mm-broadband-modem.c:6854:5: warning: 
‘g_simple_async_result_set_op_res_gpointer’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_set_op_res_gpointer (ctx->result, results, 
(GDestroyNotify)g_free);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/@ build-log 30033 4096
store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:75:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gpointer 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem.c: In function ‘modem_cdma_get_cdma1x_serving_system’:
mm-broadband-modem.c:6867:15: warning: assignment from incompatible pointer 
type [-Wincompatible-pointer-types]
     ctx->self = g_object_ref (self);
               ^
mm-broadband-modem.c:6868:5: warning: ‘g_simple_async_result_new’ is 
deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations]
     ctx->result = g_simple_async_result_new (G_OBJECT (self),
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:51:21:
 note: declared here
 GSimpleAsyncResult *g_simple_async_result_new              (GObject            
     *source_object,
                     ^
mm-broadband-modem.c: In function ‘modem_cdma_get_service_status_finish’:
mm-broadband-modem.c:6909:5: warning: ‘g_simple_async_result_propagate_error’ 
is deprecated [-Wdeprecated-declarations]
     if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (res), 
error))
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:119:21:
 note: declared here
 gboolean            g_simple_async_result_propagate_error  (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6912:5: warning: 
‘g_simple_async_result_get_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
     *has_cdma_service = g_simple_async_result_get_op_res_gboolean 
(G_SIMPLE_ASYNC_RESULT (res));
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:91:21:
 note: declared here
 gboolean            g_simple_async_result_get_op_res_gboolean 
(GSimpleAsyncResult      *simple);
                     ^
mm-broadband-modem.c: In function ‘cad_query_ready’:
mm-broadband-modem.c:6926:9: warning: ‘g_simple_async_result_take_error’ is 
deprecated [-Wdeprecated-declarations]
         g_simple_async_result_take_error (simple, error);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:116:21:
 note: declared here
 void                g_simple_async_result_take_error       (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6933:13: warning: ‘g_simple_async_result_set_error’ is 
deprecated [-Wdeprecated-declarations]
             g_simple_async_result_set_error (simple,
             ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/@ build-log 30033 4096
include/glib-2.0/gio/gsimpleasyncresult.h:122:21: note: declared here
 void                g_simple_async_result_set_error        (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6940:13: warning: 
‘g_simple_async_result_set_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
             g_simple_async_result_set_op_res_gboolean (simple, (cad == 1));
             ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:88:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gboolean 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem.c:6943:5: warning: ‘g_simple_async_result_complete’ is 
deprecated [-Wdeprecated-declarations]
     g_simple_async_result_complete (simple);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:104:21:
 note: declared here
 void                g_simple_async_result_complete         (GSimpleAsyncResult 
     *simple);
                     ^
mm-broadband-modem.c: In function ‘modem_cdma_get_service_status’:
mm-broadband-modem.c:6954:5: warning: ‘g_simple_async_result_new’ is 
deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations]
     result = g_simple_async_result_new (G_OBJECT (self),
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:51:21:
 note: declared here
 GSimpleAsyncResult *g_simple_async_result_new              (GObject            
     *source_object,
                     ^
mm-broadband-modem.c: In function 
‘detailed_registration_state_context_complete_and_free’:
mm-broadband-modem.c:6988:9: warning: ‘g_simple_async_result_take_error’ is 
deprecated [-Wdeprecated-declarations]
         g_simple_async_result_take_error (ctx->result, ctx->error);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:116:21:
 note: declared here
 void                g_simple_async_result_take_error       (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem.c:6995:9: warning: 
‘g_simple_async_result_set_op_res_gpointer’ is deprecated 
[-Wdeprecated-declarations]
         g_simple_async_result_set_op_res_gpointer (ctx->result, results, 
g_free);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:75:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gpointer 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem.c:6998:5: warning: ‘g_simple_async_result_complete’ is 
deprecated [-Wdepre@ build-log 30033 1434
cated-declarations]
     g_simple_async_result_complete (ctx->result);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:104:21:
 note: declared here
 void                g_simple_async_result_complete         (GSimpleAsyncResult 
     *simple);
                     ^
mm-broadband-modem.c: In function 
‘modem_cdma_get_detailed_registration_state_finish’:
mm-broadband-modem.c:7014:5: warning: ‘g_simple_async_result_propagate_error’ 
is deprecated [-Wdeprecated-declarations]
     if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (res), 
error))
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-broadband-modem.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:119:21:
 note: declared here
 gboolean            g_simple_async_result_propagate_error  (GSimpleAsyncResult 
     *simple,
                     ^
| 'build' phase��@ build-log 30033 4096
��g_simple_async_result_propagate_error’ is deprecated 
[-Wdeprecated-declarations]
     if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (res), 
error))
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-sim-mbim.c:25:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:119:21:
 note: declared here
 gboolean            g_simple_async_result_propagate_error  (GSimpleAsyncResult 
     *simple,
                     ^
mm-sim-mbim.c:283:5: warning: ‘g_simple_async_result_get_op_res_gpointer’ is 
deprecated [-Wdeprecated-declarations]
     provider = (MbimProvider *)g_simple_async_result_get_op_res_gpointer 
(G_SIMPLE_ASYNC_RESULT (res));
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-sim-mbim.c:25:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:79:21:
 note: declared here
 gpointer            g_simple_async_result_get_op_res_gpointer 
(GSimpleAsyncResult      *simple);
                     ^
mm-broadband-modem-qmi.c:7964:5: warning: 
‘g_simple_async_result_set_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_set_op_res_gboolean (ctx->result, TRUE);
     ^
mm-sim-mbim.c: In function ‘load_operator_name_ready’:
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:88:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gboolean 
(GSimpleAsyncResult      *simple,
                     ^
mm-sim-mbim.c:303:9: warning: ‘g_simple_async_result_set_op_res_gpointer’ is 
deprecated [-Wdeprecated-declarations]
         g_simple_async_result_set_op_res_gpointer (simple, provider, 
(GDestroyNotify)mbim_provider_free);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-sim-mbim.c:25:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:75:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gpointer 
(GSimpleAsyncResult      *simple,
                     ^
mm-sim-mbim.c:305:9: warning: ‘g_simple_async_result_take_error’ is deprecated 
[-Wdeprecated-declarations]
         g_simple_async_result_take_error (simple, error);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-sim-mbim.c:25:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:116:21:
 note: declared here
 void                g_simple_async_result_take_error       (GSimpleAsyncResult 
     *simple,
                     ^
mm-sim-mbim.c:309:5: warning: ‘g_simple_async_result_complete’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_complete (simple);
     ^
mm-broadband-modem-qmi.c: In function ‘disable_location_gathering’:
In file included from /gn@ build-log 30033 4096
u/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-sim-mbim.c:25:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:104:21:
 note: declared here
 void                g_simple_async_result_complete         (GSimpleAsyncResult 
     *simple);
                     ^
mm-broadband-modem-qmi.c:7979:5: warning: ‘g_simple_async_result_new’ is 
deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations]
     result = g_simple_async_result_new (G_OBJECT (self),
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:51:21:
 note: declared here
 GSimpleAsyncResult *g_simple_async_result_new              (GObject            
     *source_object,
                     ^
mm-sim-mbim.c: In function ‘load_operator_name’:
mm-sim-mbim.c:325:5: warning: ‘g_simple_async_result_new’ is deprecated: Use 
'g_task_new' instead [-Wdeprecated-declarations]
     result = g_simple_async_result_new (G_OBJECT (self), callback, user_data, 
load_operator_name);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-sim-mbim.c:25:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:51:21:
 note: declared here
 GSimpleAsyncResult *g_simple_async_result_new              (GObject            
     *source_object,
                     ^
mm-broadband-modem-qmi.c:7987:9: warning: 
‘g_simple_async_result_set_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
         g_simple_async_result_set_op_res_gboolean (result, TRUE);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:88:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gboolean 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem-qmi.c:7988:9: warning: 
‘g_simple_async_result_complete_in_idle’ is deprecated 
[-Wdeprecated-declarations]
         g_simple_async_result_complete_in_idle (result);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:106:21:
 note: declared here
 void                g_simple_async_result_complete_in_idle (GSimpleAsyncResult 
     *simple);
                     ^
mm-sim-mbim.c: In function ‘send_pin_finish’:
mm-sim-mbim.c:345:5: warning: ‘g_simple_async_result_propagate_error’ is 
deprecated [-Wdeprecated-declaratio@ build-log 30033 4096
ns]
     return !g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT 
(res), error);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-sim-mbim.c:25:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:119:21:
 note: declared here
 gboolean            g_simple_async_result_propagate_error  (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem-qmi.c:8001:15: warning: assignment from incompatible pointer 
type [-Wincompatible-pointer-types]
     ctx->self = g_object_ref (self);
               ^
mm-broadband-modem-qmi.c:8002:17: warning: assignment from incompatible pointer 
type [-Wincompatible-pointer-types]
     ctx->client = g_object_ref (client);
                 ^
mm-sim-mbim.c: In function ‘pin_set_enter_ready’:
mm-sim-mbim.c:380:9: warning: ‘g_simple_async_result_take_error’ is deprecated 
[-Wdeprecated-declarations]
         g_simple_async_result_take_error (simple, error);
         ^
mm-broadband-modem-qmi.c:8032:5: warning: 
‘g_simple_async_result_set_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_set_op_res_gboolean (ctx->result, TRUE);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-sim-mbim.c:25:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:116:21:
 note: declared here
 void                g_simple_async_result_take_error       (GSimpleAsyncResult 
     *simple,
                     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:88:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gboolean 
(GSimpleAsyncResult      *simple,
                     ^
mm-sim-mbim.c:382:9: warning: ‘g_simple_async_result_set_op_res_gboolean’ is 
deprecated [-Wdeprecated-declarations]
         g_simple_async_result_set_op_res_gboolean (simple, TRUE);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-sim-mbim.c:25:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:88:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gboolean 
(GSimpleAsyncResult      *simple,
                     ^
mm-sim-mbim.c:383:5: warning: ‘g_simple_async_result_complete’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_complete (simple);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-sim-mbim.c:25:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:104:21:
 note: declared here
 void                g_simple_async_result_complete         (GSimpleAsyncResult 
     *simple);
                     ^
mm-sim-mbim.c: In function ‘send_pin’:
mm-sim-mbim.c:403:5: warning: ‘g_simple_async_result_new’ @ build-log 30033 4096
is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations]
     result = g_simple_async_result_new (G_OBJECT (self), callback, user_data, 
send_pin);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-sim-mbim.c:25:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:51:21:
 note: declared here
 GSimpleAsyncResult *g_simple_async_result_new              (GObject            
     *source_object,
                     ^
mm-broadband-modem-qmi.c: In function 
‘enable_location_gathering_context_complete_and_free’:
mm-broadband-modem-qmi.c:8074:5: warning: ‘g_simple_async_result_complete’ is 
deprecated [-Wdeprecated-declarations]
     g_simple_async_result_complete (ctx->result);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:104:21:
 note: declared here
 void                g_simple_async_result_complete         (GSimpleAsyncResult 
     *simple);
                     ^
mm-sim-mbim.c:413:9: warning: ‘g_simple_async_result_take_error’ is deprecated 
[-Wdeprecated-declarations]
         g_simple_async_result_take_error (result, error);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-sim-mbim.c:25:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:116:21:
 note: declared here
 void                g_simple_async_result_take_error       (GSimpleAsyncResult 
     *simple,
                     ^
mm-sim-mbim.c:414:9: warning: ‘g_simple_async_result_complete_in_idle’ is 
deprecated [-Wdeprecated-declarations]
         g_simple_async_result_complete_in_idle (result);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-sim-mbim.c:25:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:106:21:
 note: declared here
 void                g_simple_async_result_complete_in_idle (GSimpleAsyncResult 
     *simple);
                     ^
mm-broadband-modem-qmi.c: In function ‘enable_location_gathering_finish’:
mm-broadband-modem-qmi.c:8087:5: warning: 
‘g_simple_async_result_propagate_error’ is deprecated 
[-Wdeprecated-declarations]
     return !g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT 
(res), error);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:119:21:
 note: declared here
 gboolean            g_simple_async_result_propagate_error  (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem-qmi.c: In function ‘ser_location_ready’:
mm-broadband-modem-qmi.c:81@ build-log 30033 1705
01:9: warning: ‘g_simple_async_result_take_error’ is deprecated 
[-Wdeprecated-declarations]
         g_simple_async_result_take_error (ctx->result, error);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:116:21:
 note: declared here
 void                g_simple_async_result_take_error       (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem-qmi.c:8108:9: warning: ‘g_simple_async_result_take_error’ is 
deprecated [-Wdeprecated-declarations]
         g_simple_async_result_take_error (ctx->result, error);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:116:21:
 note: declared here
 void                g_simple_async_result_take_error       (GSimpleAsyncResult 
     *simple,
                     ^
| 'build' phase��@ build-log 30033 4096
��g_simple_async_result_complete’ is deprecated [-Wdeprecated-declarations]
     g_simple_async_result_complete (simple);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:104:21:
 note: declared here
 void                g_simple_async_result_complete         (GSimpleAsyncResult 
     *simple);
                     ^
mm-broadband-modem-qmi.c: In function ‘oma_cancel_session’:
mm-broadband-modem-qmi.c:8696:9: warning: ‘g_simple_async_result_new’ is 
deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations]
         g_simple_async_result_new (G_OBJECT (self),
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:51:21:
 note: declared here
 GSimpleAsyncResult *g_simple_async_result_new              (GObject            
     *source_object,
                     ^
mm-broadband-modem-qmi.c: In function 
‘common_oma_setup_cleanup_unsolicited_events_finish’:
mm-broadband-modem-qmi.c:8757:5: warning: 
‘g_simple_async_result_propagate_error’ is deprecated 
[-Wdeprecated-declarations]
     return !g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT 
(res), error);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:119:21:
 note: declared here
 gboolean            g_simple_async_result_propagate_error  (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem-qmi.c: In function 
‘common_setup_cleanup_oma_unsolicited_events’:
mm-broadband-modem-qmi.c:8774:5: warning: ‘g_simple_async_result_new’ is 
deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations]
     result = g_simple_async_result_new (G_OBJECT (self),
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:51:21:
 note: declared here
 GSimpleAsyncResult *g_simple_async_result_new              (GObject            
     *source_object,
                     ^
mm-broadband-modem-qmi.c:8782:9: warning: 
‘g_simple_async_result_set_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
         g_simple_async_result_set_op_res_gboolean (result, TRUE);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
   @ build-log 30033 4096
              from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:88:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gboolean 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem-qmi.c:8783:9: warning: 
‘g_simple_async_result_complete_in_idle’ is deprecated 
[-Wdeprecated-declarations]
         g_simple_async_result_complete_in_idle (result);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:106:21:
 note: declared here
 void                g_simple_async_result_complete_in_idle (GSimpleAsyncResult 
     *simple);
                     ^
mm-broadband-modem-qmi.c:8805:5: warning: 
‘g_simple_async_result_set_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_set_op_res_gboolean (result, TRUE);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:88:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gboolean 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem-qmi.c:8806:5: warning: 
‘g_simple_async_result_complete_in_idle’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_complete_in_idle (result);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:106:21:
 note: declared here
 void                g_simple_async_result_complete_in_idle (GSimpleAsyncResult 
     *simple);
                     ^
mm-broadband-modem-qmi.c: In function 
‘enable_oma_unsolicited_events_context_complete_and_free’:
mm-broadband-modem-qmi.c:8845:5: warning: ‘g_simple_async_result_complete’ is 
deprecated [-Wdeprecated-declarations]
     g_simple_async_result_complete (ctx->result);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:104:21:
 note: declared here
 void                g_simple_async_result_complete         (GSimpleAsyncResult 
     *simple);
                     ^
mm-broadband-modem-qmi.c: In function ‘common_oma_enable_disa@ build-log 30033 
4096
ble_unsolicited_events_finish’:
mm-broadband-modem-qmi.c:8857:5: warning: 
‘g_simple_async_result_propagate_error’ is deprecated 
[-Wdeprecated-declarations]
     return !g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT 
(res), error);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:119:21:
 note: declared here
 gboolean            g_simple_async_result_propagate_error  (GSimpleAsyncResult 
     *simple,
                     ^
mm-broadband-modem-qmi.c: In function ‘ser_oma_indicator_ready’:
mm-broadband-modem-qmi.c:8882:5: warning: 
‘g_simple_async_result_set_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_set_op_res_gboolean (ctx->result, TRUE);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:88:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gboolean 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem-qmi.c: In function 
‘common_enable_disable_oma_unsolicited_events’:
mm-broadband-modem-qmi.c:8902:5: warning: ‘g_simple_async_result_new’ is 
deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations]
     result = g_simple_async_result_new (G_OBJECT (self),
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:51:21:
 note: declared here
 GSimpleAsyncResult *g_simple_async_result_new              (GObject            
     *source_object,
                     ^
mm-broadband-modem-qmi.c:8910:9: warning: 
‘g_simple_async_result_set_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
         g_simple_async_result_set_op_res_gboolean (result, TRUE);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:88:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gboolean 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem-qmi.c:8911:9: warning: 
‘g_simple_async_result_complete_in_idle’ is deprecated 
[-Wdeprecated-declarations]
         g_simple_async_result_complete_in_idle (result);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.@ build-log 
30033 4096
h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:106:21:
 note: declared here
 void                g_simple_async_result_complete_in_idle (GSimpleAsyncResult 
     *simple);
                     ^
mm-broadband-modem-qmi.c:8918:17: warning: assignment from incompatible pointer 
type [-Wincompatible-pointer-types]
     ctx->client = g_object_ref (client);
                 ^
mm-broadband-modem-qmi.c: In function 
‘firmware_check_support_context_complete_and_free’:
mm-broadband-modem-qmi.c:8993:5: warning: ‘g_simple_async_result_complete’ is 
deprecated [-Wdeprecated-declarations]
     g_simple_async_result_complete (ctx->result);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:104:21:
 note: declared here
 void                g_simple_async_result_complete         (GSimpleAsyncResult 
     *simple);
                     ^
mm-broadband-modem-qmi.c: In function ‘firmware_check_support_finish’:
mm-broadband-modem-qmi.c:9007:5: warning: 
‘g_simple_async_result_get_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
     return g_simple_async_result_get_op_res_gboolean (G_SIMPLE_ASYNC_RESULT 
(res));
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:91:21:
 note: declared here
 gboolean            g_simple_async_result_get_op_res_gboolean 
(GSimpleAsyncResult      *simple);
                     ^
mm-broadband-modem-qmi.c: In function ‘get_next_image_info’:
mm-broadband-modem-qmi.c:9121:13: warning: 
‘g_simple_async_result_set_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
             g_simple_async_result_set_op_res_gboolean (ctx->result, FALSE);
             ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:88:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gboolean 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem-qmi.c:9123:13: warning: 
‘g_simple_async_result_set_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
             g_simple_async_result_set_op_res_gboolean (ctx->result, TRUE);
             ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
      @ build-log 30033 4096
           from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:88:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gboolean 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem-qmi.c: In function ‘list_stored_images_ready’:
mm-broadband-modem-qmi.c:9163:9: warning: 
‘g_simple_async_result_set_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
         g_simple_async_result_set_op_res_gboolean (ctx->result, FALSE);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:88:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gboolean 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem-qmi.c:9208:9: warning: 
‘g_simple_async_result_set_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
         g_simple_async_result_set_op_res_gboolean (ctx->result, FALSE);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:88:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gboolean 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem-qmi.c:9256:9: warning: 
‘g_simple_async_result_set_op_res_gboolean’ is deprecated 
[-Wdeprecated-declarations]
         g_simple_async_result_set_op_res_gboolean (ctx->result, FALSE);
         ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:88:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gboolean 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem-qmi.c: In function ‘firmware_check_support’:
mm-broadband-modem-qmi.c:9283:15: warning: assignment from incompatible pointer 
type [-Wincompatible-pointer-types]
     ctx->self = g_object_ref (self);
               ^
mm-broadband-modem-qmi.c:9284:17: warning: assignment from incompatible pointer 
type [-Wincompatible-pointer-types]
     ctx->client = g_object_ref (client);
                 ^
mm-broadband-modem-qmi.c:9285:5: warning: ‘g_simple_async_result_new’ is 
deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations]
     ctx->result = g_simple_async_result_new (G_OBJECT (self),
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-@ build-log 30033 4096
broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:51:21:
 note: declared here
 GSimpleAsyncResult *g_simple_async_result_new              (GObject            
     *source_object,
                     ^
mm-broadband-modem-qmi.c: In function ‘firmware_load_list_finish’:
mm-broadband-modem-qmi.c:9307:5: warning: 
‘g_simple_async_result_get_op_res_gpointer’ is deprecated 
[-Wdeprecated-declarations]
     return (GList *)g_simple_async_result_get_op_res_gpointer 
(G_SIMPLE_ASYNC_RESULT (res));
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:79:21:
 note: declared here
 gpointer            g_simple_async_result_get_op_res_gpointer 
(GSimpleAsyncResult      *simple);
                     ^
mm-broadband-modem-qmi.c: In function ‘firmware_load_list’:
mm-broadband-modem-qmi.c:9319:5: warning: ‘g_simple_async_result_new’ is 
deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations]
     result = g_simple_async_result_new (G_OBJECT (self),
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:51:21:
 note: declared here
 GSimpleAsyncResult *g_simple_async_result_new              (GObject            
     *source_object,
                     ^
mm-broadband-modem-qmi.c:9328:5: warning: 
‘g_simple_async_result_set_op_res_gpointer’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_set_op_res_gpointer (result, dup, NULL);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:75:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gpointer 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem-qmi.c:9329:5: warning: 
‘g_simple_async_result_complete_in_idle’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_complete_in_idle (result);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:106:21:
 note: declared here
 void                g_simple_async_result_complete_in_idle (GSimpleAsyncResult 
     *simple);
                     ^
mm-broadband-modem-qmi.c: In function ‘firmware_load_current_finish’:
mm-broadband-modem-qmi.c:9341:5: warning: 
‘g_simple_async_result_get_op_res_gpointer’ i@ build-log 30033 4096
s deprecated [-Wdeprecated-declarations]
     return (MMFirmwareProperties *)g_simple_async_result_get_op_res_gpointer 
(G_SIMPLE_ASYNC_RESULT (res));
     ^
  CC       ModemManager-mm-bearer-mbim.o
mm-bearer-mbim.c: In function ‘peek_ports’:
mm-bearer-mbim.c:73:13: warning: ‘g_simple_async_report_error_in_idle’ is 
deprecated: Use 'g_task_report_error' instead [-Wdeprecated-declarations]
             g_simple_async_report_error_in_idle (G_OBJECT (self),
             ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:79:21:
 note: declared here
 gpointer            g_simple_async_result_get_op_res_gpointer 
(GSimpleAsyncResult      *simple);
                     ^
mm-broadband-modem-qmi.c: In function ‘firmware_load_current’:
mm-broadband-modem-qmi.c:9352:5: warning: ‘g_simple_async_result_new’ is 
deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations]
     result = g_simple_async_result_new (G_OBJECT (self),
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:51:21:
 note: declared here
 GSimpleAsyncResult *g_simple_async_result_new              (GObject            
     *source_object,
                     ^
mm-broadband-modem-qmi.c:9358:5: warning: 
‘g_simple_async_result_set_op_res_gpointer’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_set_op_res_gpointer (
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:75:21:
 note: declared here
 void                g_simple_async_result_set_op_res_gpointer 
(GSimpleAsyncResult      *simple,
                     ^
mm-broadband-modem-qmi.c:9362:5: warning: 
‘g_simple_async_result_complete_in_idle’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_complete_in_idle (result);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:106:21:
 note: declared here
 void                g_simple_async_result_complete_in_idle (GSimpleAsyncResult 
     *simple);
                     ^
mm-broadband-modem-qmi.c: In function 
‘firmware_change_current_context_complete_and_free’:
mm-broadband-modem-qmi.c:9379:5: warning: 
‘g_simple_async_result_complete_in_idle’ is deprecated 
[-Wdeprecated-declarations]
     g_simple_async_result_complete_in_idle (ctx->result@ build-log 30033 2129
);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:106:21:
 note: declared here
 void                g_simple_async_result_complete_in_idle (GSimpleAsyncResult 
     *simple);
                     ^
mm-broadband-modem-qmi.c: In function ‘firmware_change_current_finish’:
mm-broadband-modem-qmi.c:9393:5: warning: 
‘g_simple_async_result_propagate_error’ is deprecated 
[-Wdeprecated-declarations]
     return !g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT 
(res), error);
     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-base-modem.h:27,
                 from mm-broadband-modem.h:27,
                 from mm-broadband-modem-qmi.h:19,
                 from mm-broadband-modem-qmi.c:24:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:119:21:
 note: declared here
 gboolean            g_simple_async_result_propagate_error  (GSimpleAsyncResult 
     *simple,
                     ^
In file included from 
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gio.h:117:0,
                 from ../libmm-glib/generated/mm-gdbus-manager.h:11,
                 from ../libmm-glib/libmm-glib.h:77,
                 from mm-bearer-mbim.c:27:
/gnu/store/cgy82g6yv8l1chawgch47zh23b0jll3l-glib-2.56.3/include/glib-2.0/gio/gsimpleasyncresult.h:140:6:
 note: declared here
 void g_simple_async_report_error_in_idle  (GObject            *object,
      ^
building 
/gnu/store/chimxmk6w5i4slhlzfb7iqdfc0qng37g-network-manager-1.8.4.drv...
building 
/gnu/store/sr67b6i666xyl9ch6r812m1kps6pd0mj-network-manager-applet-1.8.4.drv...
building /gnu/store/pmcv8mr5a2c69ab0g6sfh9aq4w4c0w55-nano-4.1.tar.xz.drv...
downloading from https://ftpmirror.gnu.org/gnu/nano/nano-4.1.tar.xz...
building /gnu/store/d3d7djjvmis2gj9s3w4ikzapw94fr8hd-nano-4.1.drv...
building 
/gnu/store/79n246z4ijwmnsgn4w075irbhc1pgl92-guix-0.16.0-13.b8b1e4d-checkout.drv...
building 
/gnu/store/dg7jimn8nfwhg8hlpgmpmhzdv32yyk8g-http-parser-2.9.2-checkout.drv...
building 
/gnu/store/d1pgfdvh6l6znqmfkp8sy104gczh62b8-libgit2-0.28.1-checkout.drv...
building /gnu/store/2q2l0kvwfqnq9ggak495ihbzcyh1jfv8-http-parser-2.9.2.drv...
building /gnu/store/79kqyg6njag5gbycj72i5bfa3irpiafr-libgit2-0.28.tar.xz.drv...
/
--8<---------------cut here---------------end--------------->8---





reply via email to

[Prev in Thread] Current Thread [Next in Thread]