=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for evolution-data-server-2.32.3nb43 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3' Making all in libedataserver gmake[2]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/libedataserver' CC libedataserver_1_2_la-e-account-list.lo CC libedataserver_1_2_la-e-account.lo CC libedataserver_1_2_la-e-flag.lo CC libedataserver_1_2_la-e-categories.lo e-categories.c: In function 'initialize_categories': e-categories.c:530:2: warning: 'g_atexit' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/gutils.h:207) [-Wdeprecated-declarations] g_atexit (finalize_categories); ^ e-flag.c: In function 'e_flag_new': e-flag.c:43:2: warning: 'g_cond_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:281) [-Wdeprecated-declarations] flag->cond = g_cond_new (); ^ e-flag.c:44:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] flag->mutex = g_mutex_new (); ^ e-flag.c: In function 'e_flag_timed_wait': e-flag.c:161:3: warning: 'g_cond_timed_wait' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:285) [-Wdeprecated-declarations] if (!g_cond_timed_wait (flag->cond, flag->mutex, abs_time)) ^ e-flag.c: In function 'e_flag_free': e-flag.c:182:2: warning: 'g_cond_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:283) [-Wdeprecated-declarations] g_cond_free (flag->cond); ^ e-flag.c:183:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (flag->mutex); ^ CC libedataserver_1_2_la-e-iterator.lo CC libedataserver_1_2_la-e-list.lo CC libedataserver_1_2_la-e-list-iterator.lo e-account-list.c: In function 'e_account_list_find': e-account-list.c:465:9: warning: variable 'val' set but not used [-Wunused-but-set-variable] gchar *val; ^ CC libedataserver_1_2_la-e-memory.lo CC libedataserver_1_2_la-e-proxy.lo CC libedataserver_1_2_la-e-sexp.lo CC libedataserver_1_2_la-e-source-group.lo CC libedataserver_1_2_la-e-source-list.lo CC libedataserver_1_2_la-e-source.lo CC libedataserver_1_2_la-e-debug-log.lo e-debug-log.c: In function 'lock': e-debug-log.c:52:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&log_mutex); ^ e-debug-log.c: In function 'unlock': e-debug-log.c:58:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&log_mutex); ^ CC libedataserver_1_2_la-e-time-utils.lo CC libedataserver_1_2_la-e-uid.lo CC libedataserver_1_2_la-e-url.lo e-time-utils.c: In function 'string_is_empty': e-time-utils.c:1458:4: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isspace (*p)) { ^ e-time-utils.c: In function 'parse_with_strptime': e-time-utils.c:1507:4: warning: array subscript has type 'char' [-Wchar-subscripts] while (isspace (*parse_end)) ^ CC libedataserver_1_2_la-e-data-server-util.lo CC libedataserver_1_2_la-e-xml-utils.lo e-data-server-util.c: In function 'stripped_char': e-data-server-util.c:276:3: warning: 'g_unicode_canonical_decomposition' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/gunicode.h:709) [-Wdeprecated-declarations] if ((decomp = g_unicode_canonical_decomposition (ch, &dlen))) { ^ CC libedataserver_1_2_la-e-xml-hash-utils.lo CC libedataserver_1_2_la-eds-version.lo CC test_source_list-test-source-list.o cp libedataserver.pc libedataserver-1.2.pc CCLD libedataserver-1.2.la CCLD test-source-list gmake[2]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/libedataserver' Making all in libebackend gmake[2]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/libebackend' CC libebackend_1_2_la-e-data-server-module.lo CC libebackend_1_2_la-e-offline-listener.lo CC libebackend_1_2_la-e-dbhash.lo CC libebackend_1_2_la-e-db3-utils.lo e-offline-listener.c: In function 'set_online_status': e-offline-listener.c:53:27: warning: variable 'priv' set but not used [-Wunused-but-set-variable] EOfflineListenerPrivate *priv; ^ CC libebackend_1_2_la-e-file-cache.lo e-file-cache.c: In function 'e_file_cache_replace_object': e-file-cache.c:408:21: warning: variable 'priv' set but not used [-Wunused-but-set-variable] EFileCachePrivate *priv; ^ cp libebackend.pc libebackend-1.2.pc CCLD libebackend-1.2.la gmake[2]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/libebackend' Making all in servers gmake[2]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/servers' Making all in groupwise gmake[3]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/servers/groupwise' echo "const char *build_timestamp = \"Evolution-Data-Server-2.32-`date +%F`\";" > build-timestamp.h /usr/pkg/bin/gmake all-am gmake[4]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/servers/groupwise' CC libegroupwise_1_2_la-e-gw-sendoptions.lo CC libegroupwise_1_2_la-e-gw-container.lo CC libegroupwise_1_2_la-e-gw-connection.lo CC libegroupwise_1_2_la-e-gw-item.lo e-gw-connection.c: In function 'e_gw_connection_dispose': e-gw-connection.c:347:4: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (priv->reauth_mutex); ^ e-gw-connection.c:352:4: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (priv->msg_lock); ^ e-gw-connection.c: In function 'e_gw_connection_init': e-gw-connection.c:448:2: warning: 'soup_session_sync_new_with_options' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/libsoup-2.4/libsoup/soup-session-sync.h:54): Use 'soup_session_new_with_options' instead [-Wdeprecated-declarations] priv->soup_session = soup_session_sync_new_with_options (SOUP_SESSION_TIMEOUT, timeout, NULL); ^ e-gw-connection.c:449:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] priv->reauth_mutex = g_mutex_new (); ^ e-gw-connection.c:450:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] priv->msg_lock = g_mutex_new (); ^ e-gw-connection.c: In function 'e_gw_connection_new_with_error_handler': e-gw-connection.c:504:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&connecting); ^ e-gw-connection.c:517:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:540:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:580:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:641:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c: In function 'e_gw_connection_get_address_book_list': e-gw-connection.c:1909:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&connecting); ^ e-gw-connection.c:1913:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:1920:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:1930:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:1941:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:1949:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:1986:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c: In function 'e_gw_connection_get_settings': e-gw-connection.c:2087:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&connecting); ^ e-gw-connection.c:2092:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:2100:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:2109:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:2119:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:2127:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:2136:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c: In function 'e_gw_connection_get_categories': e-gw-connection.c:2155:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&connecting); ^ e-gw-connection.c:2160:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:2168:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:2177:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:2187:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:2196:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:2233:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c: In function 'e_gw_connection_read_cal_ids': e-gw-connection.c:3696:15: warning: variable 'type' set but not used [-Wunused-but-set-variable] EGwItemType type; ^ e-gw-connection.c: In function 'e_gw_connection_remove_proxy': e-gw-connection.c:3942:22: warning: variable 'status' set but not used [-Wunused-but-set-variable] EGwConnectionStatus status; ^ e-gw-connection.c: In function 'e_gw_connection_get_proxy_connection': e-gw-connection.c:4074:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&connecting); ^ e-gw-connection.c:4096:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:4112:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:4124:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:4186:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ e-gw-connection.c:4064:22: warning: variable 'status' set but not used [-Wunused-but-set-variable] EGwConnectionStatus status; ^ CC libegroupwise_1_2_la-e-gw-message.lo CC libegroupwise_1_2_la-e-gw-filter.lo e-gw-message.c: In function 'e_gw_message_write_footer': e-gw-message.c:113:3: warning: 'soup_message_headers_get' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/libsoup-2.4/libsoup/soup-message-headers.h:51): Use '"soup_message_headers_get_one or soup_message_headers_get_list"' instead [-Wdeprecated-declarations] const gchar *header = soup_message_headers_get (SOUP_MESSAGE (msg)->request_headers, "SOAPAction"); ^ CC libegroupwise_1_2_la-e-gw-recur-utils.lo CC libegroupwise_1_2_la-e-gw-proxy.lo CC libegroupwise_1_2_la-soup-soap-message.lo soup-soap-message.c: In function 'soup_soap_message_set_default_namespace': soup-soap-message.c:668:26: warning: variable 'priv' set but not used [-Wunused-but-set-variable] SoupSoapMessagePrivate *priv; ^ CC libegroupwise_1_2_la-soup-soap-response.lo CC create_account-create-account.o CC soap_test-soap-test.o cp libegroupwise.pc libegroupwise-1.2.pc CCLD libegroupwise-1.2.la soap-test.c: In function 'main': soap-test.c:51:2: warning: 'g_type_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations] g_type_init (); ^ soap-test.c:52:2: warning: 'g_thread_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:265) [-Wdeprecated-declarations] g_thread_init (NULL); ^ create-account.c: In function 'main': create-account.c:54:2: warning: 'g_type_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations] g_type_init (); ^ CCLD create-account CCLD soap-test gmake[4]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/servers/groupwise' gmake[3]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/servers/groupwise' gmake[3]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/servers' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/servers' gmake[2]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/servers' Making all in camel gmake[2]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel' /usr/pkg/bin/gmake all-recursive gmake[3]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel' Making all in . gmake[4]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel' CC libcamel_1_2_la-camel-address.lo CC libcamel_1_2_la-camel-block-file.lo CC libcamel_1_2_la-camel-certdb.lo CC libcamel_1_2_la-camel-marshal.lo camel-certdb.c: In function 'certdb_finalize': camel-certdb.c:88:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (priv->db_lock); ^ camel-certdb.c:89:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (priv->io_lock); ^ camel-certdb.c:90:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (priv->alloc_lock); ^ camel-certdb.c:91:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (priv->ref_lock); ^ camel-certdb.c: In function 'camel_certdb_init': camel-certdb.c:134:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] certdb->priv->db_lock = g_mutex_new (); ^ camel-certdb.c:135:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] certdb->priv->io_lock = g_mutex_new (); ^ camel-certdb.c:136:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] certdb->priv->alloc_lock = g_mutex_new (); ^ camel-certdb.c:137:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] certdb->priv->ref_lock = g_mutex_new (); ^ camel-certdb.c: In function 'camel_certdb_set_default': camel-certdb.c:152:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&default_certdb_lock); ^ camel-certdb.c:162:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&default_certdb_lock); ^ camel-certdb.c: In function 'camel_certdb_get_default': camel-certdb.c:170:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&default_certdb_lock); ^ camel-certdb.c:177:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&default_certdb_lock); ^ CC libcamel_1_2_la-camel-charset-map.lo camel-block-file.c: In function 'block_file_finalize': camel-block-file.c:156:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(block_file_lock); ^ camel-block-file.c:160:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(block_file_lock); ^ camel-block-file.c:180:2: warning: 'g_static_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152): Use 'g_mutex_clear' instead [-Wdeprecated-declarations] g_static_mutex_free (&p->io_lock); ^ camel-block-file.c:181:2: warning: 'g_static_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152): Use 'g_mutex_clear' instead [-Wdeprecated-declarations] g_static_mutex_free (&p->cache_lock); ^ camel-block-file.c:182:2: warning: 'g_static_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152): Use 'g_mutex_clear' instead [-Wdeprecated-declarations] g_static_mutex_free (&p->root_lock); ^ camel-block-file.c: In function 'camel_block_file_init': camel-block-file.c:224:2: warning: 'g_static_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150): Use 'g_mutex_init' instead [-Wdeprecated-declarations] g_static_mutex_init (&p->root_lock); ^ camel-block-file.c:225:2: warning: 'g_static_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150): Use 'g_mutex_init' instead [-Wdeprecated-declarations] g_static_mutex_init (&p->cache_lock); ^ camel-block-file.c:226:2: warning: 'g_static_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150): Use 'g_mutex_init' instead [-Wdeprecated-declarations] g_static_mutex_init (&p->io_lock); ^ camel-block-file.c:229:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(block_file_lock); ^ camel-block-file.c:244:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(block_file_lock); ^ camel-block-file.c: In function 'block_file_use': camel-block-file.c:264:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, io_lock); ^ camel-block-file.c:269:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, io_lock); ^ camel-block-file.c:278:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, io_lock); ^ camel-block-file.c:283:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(block_file_lock); ^ camel-block-file.c:297:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] if (CAMEL_BLOCK_FILE_TRYLOCK (bf, root_lock)) { ^ camel-block-file.c:298:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] if (CAMEL_BLOCK_FILE_TRYLOCK (bf, cache_lock)) { ^ camel-block-file.c:299:6: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] if (CAMEL_BLOCK_FILE_TRYLOCK (bf, io_lock)) { ^ camel-block-file.c:305:7: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bf, io_lock); ^ camel-block-file.c:307:6: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bf, cache_lock); ^ camel-block-file.c:309:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bf, root_lock); ^ camel-block-file.c:316:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(block_file_lock); ^ camel-block-file.c: In function 'block_file_unuse': camel-block-file.c:324:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(block_file_lock); ^ camel-block-file.c:327:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(block_file_lock); ^ camel-block-file.c:329:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, io_lock); ^ camel-block-file.c: In function 'camel_block_file_rename': camel-block-file.c:412:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, io_lock); ^ camel-block-file.c:430:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, io_lock); ^ camel-block-file.c: In function 'camel_block_file_delete': camel-block-file.c:442:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, io_lock); ^ camel-block-file.c:445:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(block_file_lock); ^ camel-block-file.c:447:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(block_file_lock); ^ camel-block-file.c:455:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, io_lock); ^ camel-block-file.c: In function 'camel_block_file_new_block': camel-block-file.c:477:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, root_lock); ^ camel-block-file.c:496:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, root_lock); ^ camel-block-file.c: In function 'camel_block_file_free_block': camel-block-file.c:520:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, root_lock); ^ camel-block-file.c:528:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, root_lock); ^ camel-block-file.c: In function 'camel_block_file_get_block': camel-block-file.c:560:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, cache_lock); ^ camel-block-file.c:569:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, cache_lock); ^ camel-block-file.c:578:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, cache_lock); ^ camel-block-file.c:610:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, cache_lock); ^ camel-block-file.c: In function 'camel_block_file_detach_block': camel-block-file.c:633:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, cache_lock); ^ camel-block-file.c:639:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, cache_lock); ^ camel-block-file.c: In function 'camel_block_file_attach_block': camel-block-file.c:655:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, cache_lock); ^ camel-block-file.c:661:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, cache_lock); ^ camel-block-file.c: In function 'camel_block_file_touch_block': camel-block-file.c:678:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, root_lock); ^ camel-block-file.c:679:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, cache_lock); ^ camel-block-file.c:690:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, cache_lock); ^ camel-block-file.c:691:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, root_lock); ^ camel-block-file.c: In function 'camel_block_file_unref_block': camel-block-file.c:711:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, cache_lock); ^ camel-block-file.c:718:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, cache_lock); ^ camel-block-file.c: In function 'camel_block_file_sync': camel-block-file.c:812:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, root_lock); ^ camel-block-file.c:813:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, cache_lock); ^ camel-block-file.c:823:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, cache_lock); ^ camel-block-file.c:824:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, root_lock); ^ camel-block-file.c: In function 'key_file_finalize': camel-block-file.c:860:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(key_file_lock); ^ camel-block-file.c:868:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(key_file_lock); ^ camel-block-file.c:872:2: warning: 'g_static_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152): Use 'g_mutex_clear' instead [-Wdeprecated-declarations] g_static_mutex_free (&p->lock); ^ camel-block-file.c: In function 'camel_key_file_init': camel-block-file.c:897:2: warning: 'g_static_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150): Use 'g_mutex_init' instead [-Wdeprecated-declarations] g_static_mutex_init (&p->lock); ^ camel-block-file.c:899:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(key_file_lock); ^ camel-block-file.c:901:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(key_file_lock); ^ camel-block-file.c: In function 'key_file_use': camel-block-file.c:924:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_FILE_LOCK(bs, lock); ^ camel-block-file.c:929:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_FILE_UNLOCK(bs, lock); ^ camel-block-file.c:946:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_FILE_UNLOCK(bs, lock); ^ camel-block-file.c:951:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(key_file_lock); ^ camel-block-file.c:965:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] if (CAMEL_BLOCK_FILE_TRYLOCK (bf, lock)) { ^ camel-block-file.c:970:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bf, lock); ^ camel-block-file.c:977:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(key_file_lock); ^ camel-block-file.c: In function 'key_file_unuse': camel-block-file.c:985:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(key_file_lock); ^ camel-block-file.c:988:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(key_file_lock); ^ camel-block-file.c:990:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_FILE_UNLOCK(bs, lock); ^ camel-block-file.c: In function 'camel_key_file_rename': camel-block-file.c:1057:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_FILE_LOCK(kf, lock); ^ camel-block-file.c:1075:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_FILE_UNLOCK(kf, lock); ^ camel-block-file.c: In function 'camel_key_file_delete': camel-block-file.c:1087:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_FILE_LOCK(kf, lock); ^ camel-block-file.c:1090:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(key_file_lock); ^ camel-block-file.c:1092:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(key_file_lock); ^ camel-block-file.c:1100:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_FILE_UNLOCK(kf, lock); ^ CC libcamel_1_2_la-camel-data-cache.lo CC libcamel_1_2_la-camel-data-wrapper.lo camel-data-wrapper.c: In function 'data_wrapper_finalize': camel-data-wrapper.c:73:2: warning: 'g_static_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152): Use 'g_mutex_clear' instead [-Wdeprecated-declarations] g_static_mutex_free (&data_wrapper->priv->stream_lock); ^ camel-data-wrapper.c: In function 'camel_data_wrapper_init': camel-data-wrapper.c:230:2: warning: 'g_static_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150): Use 'g_mutex_init' instead [-Wdeprecated-declarations] g_static_mutex_init (&data_wrapper->priv->stream_lock); ^ camel-data-wrapper.c: In function 'camel_data_wrapper_lock': camel-data-wrapper.c:472:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&data_wrapper->priv->stream_lock); ^ camel-data-wrapper.c: In function 'camel_data_wrapper_unlock': camel-data-wrapper.c:497:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&data_wrapper->priv->stream_lock); ^ CC libcamel_1_2_la-camel-db.lo camel-db.c: In function 'camel_sqlite3_vfs_xOpen': camel-db.c:285:2: warning: 'g_thread_create' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:104): Use 'g_thread_new' instead [-Wdeprecated-declarations] cFile->thread = g_thread_create ( ^ camel-db.c:292:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] g_static_rec_mutex_lock (&only_once_lock); ^ camel-db.c:322:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&only_once_lock); ^ camel-db.c: In function 'cdb_match_func': camel-db.c:426:4: warning: array subscript has type 'char' [-Wchar-subscripts] } else if (word && tolower (c) == tolower(what[j])) { ^ camel-db.c:426:4: warning: array subscript has type 'char' [-Wchar-subscripts] camel-db.c:428:5: warning: array subscript has type 'char' [-Wchar-subscripts] if (what[j] == 0 && (where[i + 1] == 0 || isspace (where[i + 1]))) ^ camel-db.c: In function 'camel_db_open': camel-db.c:479:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] cdb->lock = g_mutex_new (); ^ camel-db.c: In function 'camel_db_close': camel-db.c:531:3: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (cdb->lock); ^ camel-db.c: In function 'camel_db_begin_transaction': camel-db.c:595:3: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] g_static_rec_mutex_lock (&trans_lock); ^ camel-db.c: In function 'camel_db_end_transaction': camel-db.c:620:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&trans_lock); ^ camel-db.c: In function 'camel_db_abort_transaction': camel-db.c:641:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&trans_lock); ^ camel-db.c: In function 'camel_db_recreate_vfolder': camel-db.c:1035:7: warning: variable 'ret' set but not used [-Wunused-but-set-variable] gint ret; ^ CC libcamel_1_2_la-camel-debug.lo CC libcamel_1_2_la-camel-file-utils.lo CC libcamel_1_2_la-camel-html-parser.lo camel-debug.c: In function 'camel_debug_start': camel-debug.c:127:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&debug_lock); ^ camel-debug.c: In function 'camel_debug_end': camel-debug.c:145:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&debug_lock); ^ CC libcamel_1_2_la-camel-iconv.lo camel-iconv.c: In function 'iconv_init': camel-iconv.c:266:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-iconv.c:270:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-iconv.c:343:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-iconv.c: In function 'camel_iconv_charset_name': camel-iconv.c:361:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-iconv.c:418:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-iconv.c: In function 'camel_iconv_open': camel-iconv.c:464:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-iconv.c:511:4: warning: passing argument 2 of 'iconv' from incompatible pointer type [enabled by default] iconv(ip, &buggy_iconv_buf, &buggy_iconv_len, &buggy_iconv_buf, &buggy_iconv_len); ^ In file included from camel-iconv.h:31:0, from camel-iconv.c:42: /usr/include/iconv.h:46:8: note: expected 'const char ** __restrict__' but argument is of type 'gchar **' size_t iconv(iconv_t, const char ** __restrict, ^ camel-iconv.c:534:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-iconv.c: In function 'camel_iconv': camel-iconv.c:543:2: warning: passing argument 2 of 'iconv' from incompatible pointer type [enabled by default] return iconv(cd, (gchar **) inbuf, inbytesleft, outbuf, outbytesleft); ^ In file included from camel-iconv.h:31:0, from camel-iconv.c:42: /usr/include/iconv.h:46:8: note: expected 'const char ** __restrict__' but argument is of type 'gchar **' size_t iconv(iconv_t, const char ** __restrict, ^ camel-iconv.c: In function 'camel_iconv_close': camel-iconv.c:554:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-iconv.c:565:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-html-parser.c: In function 'tokenize_step': camel-html-parser.c:568:4: warning: array subscript has type 'char' [-Wchar-subscripts] } else if (isalnum(c) || c=='#') { /* FIXME: right type */ ^ camel-html-parser.c:729:4: warning: array subscript has type 'char' [-Wchar-subscripts] } else if (isalnum(c) || c=='#') { /* FIXME: right type */ ^ CC libcamel_1_2_la-camel-index.lo CC libcamel_1_2_la-camel-internet-address.lo CC libcamel_1_2_la-camel-junk-plugin.lo CC libcamel_1_2_la-camel-list-utils.lo CC libcamel_1_2_la-camel-lock.lo CC libcamel_1_2_la-camel-medium.lo CC libcamel_1_2_la-camel-mempool.lo CC libcamel_1_2_la-camel-mime-filter-basic.lo CC libcamel_1_2_la-camel-mime-filter-bestenc.lo CC libcamel_1_2_la-camel-mime-filter-canon.lo CC libcamel_1_2_la-camel-mime-filter-charset.lo CC libcamel_1_2_la-camel-mime-filter-crlf.lo CC libcamel_1_2_la-camel-mime-filter-enriched.lo CC libcamel_1_2_la-camel-mime-filter-from.lo CC libcamel_1_2_la-camel-mime-filter-gzip.lo CC libcamel_1_2_la-camel-mime-filter-html.lo CC libcamel_1_2_la-camel-mime-filter-index.lo CC libcamel_1_2_la-camel-mime-filter-linewrap.lo CC libcamel_1_2_la-camel-mime-filter-pgp.lo CC libcamel_1_2_la-camel-mime-filter-progress.lo CC libcamel_1_2_la-camel-mime-filter-save.lo CC libcamel_1_2_la-camel-mime-filter-tohtml.lo camel-mime-filter-linewrap.c: In function 'mime_filter_linewrap_filter': camel-mime-filter-linewrap.c:73:3: warning: array subscript has type 'char' [-Wchar-subscripts] } else if (isspace (*p)) { ^ camel-mime-filter-linewrap.c:76:5: warning: array subscript has type 'char' [-Wchar-subscripts] while (p < inend && isspace (*p)) ^ camel-mime-filter-linewrap.c:92:4: warning: array subscript has type 'char' [-Wchar-subscripts] if (isspace (*p)) { ^ camel-mime-filter-linewrap.c:93:5: warning: array subscript has type 'char' [-Wchar-subscripts] while (p < inend && isspace (*p) && *p != '\n') ^ camel-mime-filter-linewrap.c:99:5: warning: array subscript has type 'char' [-Wchar-subscripts] while (r > mime_filter->outbuf && !isspace (*r)) ^ CC libcamel_1_2_la-camel-mime-filter-windows.lo CC libcamel_1_2_la-camel-mime-filter-yenc.lo CC libcamel_1_2_la-camel-mime-filter.lo CC libcamel_1_2_la-camel-mime-message.lo CC libcamel_1_2_la-camel-mime-parser.lo CC libcamel_1_2_la-camel-mime-part-utils.lo camel-mime-message.c: In function 'camel_mime_message_build_mbox_from': camel-mime-message.c:1130:17: warning: variable 'mime_part' set but not used [-Wunused-but-set-variable] CamelMimePart *mime_part; ^ CC libcamel_1_2_la-camel-mime-part.lo camel-mime-part.c: In function 'write_raw': camel-mime-part.c:103:3: warning: array subscript has type 'char' [-Wchar-subscripts] isspace(val[0]) ? ":" : ": ", val); ^ camel-mime-part.c: In function 'write_references': camel-mime-part.c:121:3: warning: array subscript has type 'char' [-Wchar-subscripts] stream, "%s%s", h->name, isspace(value[0])?":":": "); ^ camel-mime-part.c: In function 'mime_part_write_to_stream': camel-mime-part.c:510:5: warning: array subscript has type 'char' [-Wchar-subscripts] count = camel_stream_printf(stream, "%s%s%s\n", h->name, isspace(val[0]) ? ":" : ": ", val); ^ CC libcamel_1_2_la-camel-mime-utils.lo CC libcamel_1_2_la-camel-mime-tables.lo camel-mime-utils.c: In function 'camel_iconv_strndup': camel-mime-utils.c:757:3: warning: passing argument 2 of 'iconv' from incompatible pointer type [enabled by default] converted = iconv (cd, (gchar **) &inbuf, &inleft, &outbuf, &outleft); ^ In file included from camel-iconv.h:31:0, from camel-mime-utils.c:47: /usr/include/iconv.h:46:8: note: expected 'const char ** __restrict__' but argument is of type 'gchar **' size_t iconv(iconv_t, const char ** __restrict, ^ camel-mime-utils.c: In function 'decode_8bit': camel-mime-utils.c:853:4: warning: passing argument 2 of 'iconv' from incompatible pointer type [enabled by default] rc = iconv (cd, (gchar **) &inbuf, &inleft, &outbuf, &outleft); ^ In file included from camel-iconv.h:31:0, from camel-mime-utils.c:47: /usr/include/iconv.h:46:8: note: expected 'const char ** __restrict__' but argument is of type 'gchar **' size_t iconv(iconv_t, const char ** __restrict, ^ camel-mime-utils.c:920:3: warning: passing argument 2 of 'iconv' from incompatible pointer type [enabled by default] rc = iconv (cd, (gchar **) &inbuf, &inleft, &outbuf, &outleft); ^ In file included from camel-iconv.h:31:0, from camel-mime-utils.c:47: /usr/include/iconv.h:46:8: note: expected 'const char ** __restrict__' but argument is of type 'gchar **' size_t iconv(iconv_t, const char ** __restrict, ^ camel-mime-utils.c: In function 'camel_header_mime_decode': camel-mime-utils.c:3028:3: warning: array subscript has type 'char' [-Wchar-subscripts] if (isdigit(*inptr)) { ^ camel-mime-utils.c:3034:5: warning: array subscript has type 'char' [-Wchar-subscripts] if (isdigit(*inptr)) ^ camel-mime-utils.c: In function 'camel_header_msgid_generate': camel-mime-utils.c:4417:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] COUNT_LOCK (); ^ camel-mime-utils.c:4419:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] COUNT_UNLOCK (); ^ CC libcamel_1_2_la-camel-msgport.lo CC libcamel_1_2_la-camel-multipart-encrypted.lo camel-msgport.c: In function 'camel_msgport_timed_pop': camel-msgport.c:469:2: warning: 'g_async_queue_timed_pop_unlocked' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/gasyncqueue.h:117): Use 'g_async_queue_timeout_pop_unlocked' instead [-Wdeprecated-declarations] msg = g_async_queue_timed_pop_unlocked (msgport->queue, end_time); ^ CC libcamel_1_2_la-camel-multipart-signed.lo CC libcamel_1_2_la-camel-multipart.lo CC libcamel_1_2_la-camel-net-utils.lo camel-net-utils.c: In function 'cs_waitinfo': camel-net-utils.c:466:2: warning: 'g_thread_create' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:104): Use 'g_thread_new' instead [-Wdeprecated-declarations] if ((thread = g_thread_create (worker, msg, TRUE, error)) != NULL) { ^ CC libcamel_1_2_la-camel-nntp-address.lo CC libcamel_1_2_la-camel-object.lo CC libcamel_1_2_la-camel-object-bag.lo CC libcamel_1_2_la-camel-operation.lo CC libcamel_1_2_la-camel-partition-table.lo camel-object-bag.c: In function 'key_reservation_new': camel-object-bag.c:52:2: warning: 'g_cond_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:281) [-Wdeprecated-declarations] reservation->cond = g_cond_new (); ^ camel-object-bag.c: In function 'key_reservation_free': camel-object-bag.c:85:2: warning: 'g_cond_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:283) [-Wdeprecated-declarations] g_cond_free (reservation->cond); ^ camel-object-bag.c: In function 'camel_object_bag_new': camel-object-bag.c:175:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] bag->mutex = g_mutex_new (); ^ camel-object-bag.c: In function 'camel_object_bag_destroy': camel-object-bag.c:523:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (bag->mutex); ^ camel-operation.c: In function 'co_getcc': camel-operation.c:95:2: warning: 'g_static_private_get' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:251): Use 'g_private_get' instead [-Wdeprecated-declarations] return (CamelOperation *)g_static_private_get (&operation_key); ^ camel-operation.c: In function 'camel_operation_new': camel-operation.c:149:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:151:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c: In function 'camel_operation_mute': camel-operation.c:166:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:170:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c: In function 'camel_operation_ref': camel-operation.c:200:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:202:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c: In function 'camel_operation_unref': camel-operation.c:216:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:232:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c: In function 'camel_operation_cancel': camel-operation.c:247:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:269:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c: In function 'camel_operation_uncancel': camel-operation.c:292:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:297:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c: In function 'camel_operation_register': camel-operation.c:320:2: warning: 'g_static_private_set' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:254): Use 'g_private_set' instead [-Wdeprecated-declarations] g_static_private_set (&operation_key, cc, NULL); ^ camel-operation.c: In function 'camel_operation_unregister': camel-operation.c:334:2: warning: 'g_static_private_set' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:254): Use 'g_private_set' instead [-Wdeprecated-declarations] g_static_private_set (&operation_key, NULL, NULL); ^ camel-operation.c: In function 'camel_operation_cancel_check': camel-operation.c:357:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:375:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c: In function 'camel_operation_cancel_fd': camel-operation.c:399:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:404:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c: In function 'camel_operation_cancel_prfd': camel-operation.c:429:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:434:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c: In function 'camel_operation_start': camel-operation.c:464:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:467:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:485:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c: In function 'camel_operation_start_transient': camel-operation.c:511:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:514:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:535:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c: In function 'camel_operation_progress': camel-operation.c:574:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:577:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:588:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:592:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:609:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c: In function 'camel_operation_end': camel-operation.c:639:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:642:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:686:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ CC libcamel_1_2_la-camel-seekable-stream.lo CC libcamel_1_2_la-camel-seekable-substream.lo camel-partition-table.c: In function 'partition_table_finalize': camel-partition-table.c:75:2: warning: 'g_static_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152): Use 'g_mutex_clear' instead [-Wdeprecated-declarations] g_static_mutex_free (&table->priv->lock); ^ camel-partition-table.c: In function 'camel_partition_table_init': camel-partition-table.c:98:2: warning: 'g_static_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150): Use 'g_mutex_init' instead [-Wdeprecated-declarations] g_static_mutex_init (&cpi->priv->lock); ^ camel-partition-table.c: In function 'camel_partition_table_sync': camel-partition-table.c:245:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_LOCK (cpi, lock); ^ camel-partition-table.c:259:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c: In function 'camel_partition_table_lookup': camel-partition-table.c:280:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_LOCK (cpi, lock); ^ camel-partition-table.c:284:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c:291:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c:307:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c: In function 'camel_partition_table_remove': camel-partition-table.c:329:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_LOCK (cpi, lock); ^ camel-partition-table.c:333:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c:340:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c:362:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c: In function 'camel_partition_table_add': camel-partition-table.c:402:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_LOCK (cpi, lock); ^ camel-partition-table.c:405:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c:412:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c:595:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c: In function 'key_table_finalize': camel-partition-table.c:629:2: warning: 'g_static_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152): Use 'g_mutex_clear' instead [-Wdeprecated-declarations] g_static_mutex_free (&table->priv->lock); ^ camel-partition-table.c: In function 'camel_key_table_init': camel-partition-table.c:650:2: warning: 'g_static_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150): Use 'g_mutex_init' instead [-Wdeprecated-declarations] g_static_mutex_init (&table->priv->lock); ^ camel-partition-table.c: In function 'camel_key_table_add': camel-partition-table.c:713:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_TABLE_LOCK (ki, lock); ^ camel-partition-table.c:789:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_TABLE_UNLOCK (ki, lock); ^ camel-partition-table.c: In function 'camel_key_table_set_data': camel-partition-table.c:815:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_TABLE_LOCK (ki, lock); ^ camel-partition-table.c:822:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_TABLE_UNLOCK (ki, lock); ^ camel-partition-table.c: In function 'camel_key_table_set_flags': camel-partition-table.c:857:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_TABLE_LOCK (ki, lock); ^ camel-partition-table.c:865:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_TABLE_UNLOCK (ki, lock); ^ camel-partition-table.c: In function 'camel_key_table_lookup': camel-partition-table.c:906:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_TABLE_LOCK (ki, lock); ^ camel-partition-table.c:923:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_TABLE_UNLOCK (ki, lock); ^ camel-partition-table.c: In function 'camel_key_table_next': camel-partition-table.c:948:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_TABLE_LOCK (ki, lock); ^ camel-partition-table.c:953:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_TABLE_UNLOCK (ki, lock); ^ camel-partition-table.c:965:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_TABLE_UNLOCK (ki, lock); ^ camel-partition-table.c:990:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_TABLE_UNLOCK (ki, lock); ^ camel-partition-table.c:1013:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_KEY_TABLE_UNLOCK (ki, lock); ^ CC libcamel_1_2_la-camel-stream-buffer.lo CC libcamel_1_2_la-camel-stream-filter.lo CC libcamel_1_2_la-camel-stream-fs.lo CC libcamel_1_2_la-camel-stream-mem.lo CC libcamel_1_2_la-camel-stream-null.lo CC libcamel_1_2_la-camel-stream-vfs.lo CC libcamel_1_2_la-camel-stream.lo CC libcamel_1_2_la-camel-string-utils.lo camel-string-utils.c: In function 'camel_pstring_add': camel-string-utils.c:172:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&pstring_lock); ^ camel-string-utils.c:186:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&pstring_lock); ^ camel-string-utils.c: In function 'camel_pstring_peek': camel-string-utils.c:217:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&pstring_lock); ^ camel-string-utils.c:226:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&pstring_lock); ^ camel-string-utils.c: In function 'camel_pstring_free': camel-string-utils.c:270:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&pstring_lock); ^ camel-string-utils.c:290:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&pstring_lock); ^ CC libcamel_1_2_la-camel-text-index.lo CC libcamel_1_2_la-camel-trie.lo CC libcamel_1_2_la-camel-url-scanner.lo camel-text-index.c: In function 'text_index_finalize': camel-text-index.c:230:2: warning: 'g_static_rec_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195): Use 'g_rec_mutex_free' instead [-Wdeprecated-declarations] g_static_rec_mutex_free (&priv->lock); ^ camel-text-index.c: In function 'text_index_sync': camel-text-index.c:344:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_LOCK (idx, lock); ^ camel-text-index.c:391:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c:331:30: warning: variable 'work' set but not used [-Wunused-but-set-variable] gint ret = 0, wfrag, nfrag, work = FALSE; ^ camel-text-index.c: In function 'text_index_compress': camel-text-index.c:415:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_LOCK (idx, lock); ^ camel-text-index.c:421:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c: In function 'text_index_compress_nosync': camel-text-index.c:467:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_LOCK (idx, lock); ^ camel-text-index.c:586:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c: In function 'text_index_rename': camel-text-index.c:624:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_LOCK (idx, lock); ^ camel-text-index.c:630:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c:640:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c:648:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c: In function 'text_index_add_name': camel-text-index.c:669:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_LOCK (idx, lock); ^ camel-text-index.c:698:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c: In function 'text_index_write_name': camel-text-index.c:722:3: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_LOCK (idx, lock); ^ camel-text-index.c:726:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c: In function 'text_index_delete_name': camel-text-index.c:749:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_LOCK (idx, lock); ^ camel-text-index.c:760:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c: In function 'text_index_find': camel-text-index.c:772:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_LOCK (idx, lock); ^ camel-text-index.c:782:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c: In function 'camel_text_index_init': camel-text-index.c:846:2: warning: 'g_static_rec_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176): Use 'g_rec_mutex_init' instead [-Wdeprecated-declarations] g_static_rec_mutex_init (&text_index->priv->lock); ^ CC libcamel_1_2_la-camel-url.lo CC libcamel_1_2_la-camel-utf8.lo camel-url-scanner.c: In function 'camel_url_web_start': camel-url-scanner.c:327:3: warning: array subscript has type 'char' [-Wchar-subscripts] if (!is_open_brace (pos[-1]) && !isspace (pos[-1])) ^ camel-url.c: In function 'camel_url_new_with_base': camel-url.c:61:15: warning: variable 'start' set but not used [-Wunused-but-set-variable] const gchar *start; ^ CC libcamel_1_2_la-camel.lo CC libcamel_1_2_la-camel-lock-client.lo CC libcamel_1_2_la-camel-stream-process.lo camel-lock-client.c: In function 'camel_lock_helper_lock': camel-lock-client.c:168:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-lock-client.c:172:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-lock-client.c:246:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-lock-client.c: In function 'camel_lock_helper_unlock': camel-lock-client.c:260:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] LOCK(); ^ camel-lock-client.c:264:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-lock-client.c:319:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] UNLOCK(); ^ CC libcamel_provider_1_2_la-camel-cipher-context.lo CC libcamel_provider_1_2_la-camel-disco-diary.lo CC libcamel_provider_1_2_la-camel-disco-folder.lo CC libcamel_provider_1_2_la-camel-disco-store.lo camel-cipher-context.c: In function 'cipher_context_finalize': camel-cipher-context.c:716:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (priv->lock); ^ camel-cipher-context.c: In function 'camel_cipher_context_init': camel-cipher-context.c:760:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] context->priv->lock = g_mutex_new (); ^ CC libcamel_provider_1_2_la-camel-filter-driver.lo CC libcamel_provider_1_2_la-camel-filter-search.lo camel-filter-search.c: In function 'get_full_header': camel-filter-search.c:287:4: warning: array subscript has type 'char' [-Wchar-subscripts] if (isspace (h->value[0])) ^ CC libcamel_provider_1_2_la-camel-folder-search.lo camel-folder-search.c: In function 'get_full_header': camel-folder-search.c:1253:4: warning: array subscript has type 'char' [-Wchar-subscripts] if (isspace (h->value[0])) ^ CC libcamel_provider_1_2_la-camel-folder-summary.lo camel-folder-summary.c: In function 'folder_summary_finalize': camel-folder-summary.c:236:2: warning: 'g_static_rec_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195): Use 'g_rec_mutex_free' instead [-Wdeprecated-declarations] g_static_rec_mutex_free (&summary->priv->summary_lock); ^ camel-folder-summary.c:237:2: warning: 'g_static_rec_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195): Use 'g_rec_mutex_free' instead [-Wdeprecated-declarations] g_static_rec_mutex_free (&summary->priv->io_lock); ^ camel-folder-summary.c:238:2: warning: 'g_static_rec_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195): Use 'g_rec_mutex_free' instead [-Wdeprecated-declarations] g_static_rec_mutex_free (&summary->priv->filter_lock); ^ camel-folder-summary.c:239:2: warning: 'g_static_rec_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195): Use 'g_rec_mutex_free' instead [-Wdeprecated-declarations] g_static_rec_mutex_free (&summary->priv->alloc_lock); ^ camel-folder-summary.c:240:2: warning: 'g_static_rec_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195): Use 'g_rec_mutex_free' instead [-Wdeprecated-declarations] g_static_rec_mutex_free (&summary->priv->ref_lock); ^ camel-folder-summary.c: In function 'camel_folder_summary_init': camel-folder-summary.c:950:2: warning: 'g_static_rec_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176): Use 'g_rec_mutex_init' instead [-Wdeprecated-declarations] g_static_rec_mutex_init (&summary->priv->summary_lock); ^ camel-folder-summary.c:951:2: warning: 'g_static_rec_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176): Use 'g_rec_mutex_init' instead [-Wdeprecated-declarations] g_static_rec_mutex_init (&summary->priv->io_lock); ^ camel-folder-summary.c:952:2: warning: 'g_static_rec_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176): Use 'g_rec_mutex_init' instead [-Wdeprecated-declarations] g_static_rec_mutex_init (&summary->priv->filter_lock); ^ camel-folder-summary.c:953:2: warning: 'g_static_rec_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176): Use 'g_rec_mutex_init' instead [-Wdeprecated-declarations] g_static_rec_mutex_init (&summary->priv->alloc_lock); ^ camel-folder-summary.c:954:2: warning: 'g_static_rec_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176): Use 'g_rec_mutex_init' instead [-Wdeprecated-declarations] g_static_rec_mutex_init (&summary->priv->ref_lock); ^ camel-folder-summary.c: In function 'camel_folder_summary_encode_token': camel-folder-summary.c:3218:5: warning: array subscript has type 'char' [-Wchar-subscripts] lower[i] = tolower(str[i]); ^ camel-folder-summary.c: In function 'summary_build_content_info_message': camel-folder-summary.c:4027:3: warning: array subscript has type 'char' [-Wchar-subscripts] while (value && *value && isspace (*value)) ^ camel-folder-summary.c: In function 'camel_message_info_ref': camel-folder-summary.c:4497:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] GLOBAL_INFO_LOCK(info); ^ camel-folder-summary.c:4500:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] GLOBAL_INFO_UNLOCK(info); ^ camel-folder-summary.c: In function 'camel_message_info_free': camel-folder-summary.c:4558:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] GLOBAL_INFO_LOCK(info); ^ camel-folder-summary.c:4561:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] GLOBAL_INFO_UNLOCK(info); ^ camel-folder-summary.c:4564:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] GLOBAL_INFO_UNLOCK(info); ^ camel-folder-summary.c: In function 'camel_folder_summary_lock': camel-folder-summary.c:4892:4: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] g_static_rec_mutex_lock (&summary->priv->summary_lock); ^ camel-folder-summary.c:4895:4: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] g_static_rec_mutex_lock (&summary->priv->io_lock); ^ camel-folder-summary.c:4898:4: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] g_static_rec_mutex_lock (&summary->priv->filter_lock); ^ camel-folder-summary.c:4901:4: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] g_static_rec_mutex_lock (&summary->priv->alloc_lock); ^ camel-folder-summary.c:4904:4: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] g_static_rec_mutex_lock (&summary->priv->ref_lock); ^ camel-folder-summary.c: In function 'camel_folder_summary_unlock': camel-folder-summary.c:4928:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&summary->priv->summary_lock); ^ camel-folder-summary.c:4931:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&summary->priv->io_lock); ^ camel-folder-summary.c:4934:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&summary->priv->filter_lock); ^ camel-folder-summary.c:4937:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&summary->priv->alloc_lock); ^ camel-folder-summary.c:4940:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&summary->priv->ref_lock); ^ CC libcamel_provider_1_2_la-camel-folder-thread.lo camel-folder-thread.c: In function 'get_root_subject': camel-folder-thread.c:178:4: warning: array subscript has type 'char' [-Wchar-subscripts] while (isspace(*s)) ^ camel-folder-thread.c:185:5: warning: array subscript has type 'char' [-Wchar-subscripts] while (isdigit(*p) || (ispunct(*p) && (*p != ':'))) ^ camel-folder-thread.c:185:5: warning: array subscript has type 'char' [-Wchar-subscripts] CC libcamel_provider_1_2_la-camel-folder.lo CC libcamel_provider_1_2_la-camel-gpg-context.lo camel-folder.c: In function 'folder_finalize': camel-folder.c:415:2: warning: 'g_static_rec_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195): Use 'g_rec_mutex_free' instead [-Wdeprecated-declarations] g_static_rec_mutex_free (&priv->lock); ^ camel-folder.c:416:2: warning: 'g_static_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152): Use 'g_mutex_clear' instead [-Wdeprecated-declarations] g_static_mutex_free (&priv->change_lock); ^ camel-folder.c:403:15: warning: variable 'folder' set but not used [-Wunused-but-set-variable] CamelFolder *folder; ^ camel-folder.c: In function 'camel_folder_init': camel-folder.c:1037:2: warning: 'g_static_rec_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176): Use 'g_rec_mutex_init' instead [-Wdeprecated-declarations] g_static_rec_mutex_init (&folder->priv->lock); ^ camel-folder.c:1038:2: warning: 'g_static_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150): Use 'g_mutex_init' instead [-Wdeprecated-declarations] g_static_mutex_init (&folder->priv->change_lock); ^ camel-folder.c: In function 'camel_folder_lock': camel-folder.c:2971:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&folder->priv->change_lock); ^ camel-folder.c:2975:5: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] g_static_rec_mutex_lock (&folder->priv->lock); ^ camel-folder.c: In function 'camel_folder_unlock': camel-folder.c:2999:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&folder->priv->change_lock); ^ camel-folder.c:3003:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&folder->priv->lock); ^ CC libcamel_provider_1_2_la-camel-http-stream.lo CC libcamel_provider_1_2_la-camel-offline-folder.lo CC libcamel_provider_1_2_la-camel-offline-journal.lo camel-gpg-context.c: In function 'gpg_ctx_op_step': camel-gpg-context.c:943:7: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized] i++; ^ camel-gpg-context.c:938:10: note: 'i' was declared here gint i; ^ CC libcamel_provider_1_2_la-camel-offline-store.lo CC libcamel_provider_1_2_la-camel-provider.lo CC libcamel_provider_1_2_la-camel-sasl-anonymous.lo CC libcamel_provider_1_2_la-camel-sasl-cram-md5.lo camel-provider.c: In function 'camel_provider_register': camel-provider.c:234:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] LOCK(); ^ camel-provider.c:238:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-provider.c:274:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-provider.c: In function 'camel_provider_list': camel-provider.c:316:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] LOCK(); ^ camel-provider.c:336:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] UNLOCK(); ^ camel-provider.c: In function 'camel_provider_get': camel-provider.c:369:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] LOCK(); ^ camel-provider.c:391:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] UNLOCK(); ^ CC libcamel_provider_1_2_la-camel-sasl-digest-md5.lo CC libcamel_provider_1_2_la-camel-sasl-gssapi.lo camel-sasl-digest-md5.c: In function 'decode_lwsp': camel-sasl-digest-md5.c:181:2: warning: array subscript has type 'char' [-Wchar-subscripts] while (isspace (*inptr)) ^ CC libcamel_provider_1_2_la-camel-sasl-login.lo CC libcamel_provider_1_2_la-camel-sasl-ntlm.lo CC libcamel_provider_1_2_la-camel-sasl-plain.lo CC libcamel_provider_1_2_la-camel-sasl-popb4smtp.lo CC libcamel_provider_1_2_la-camel-sasl.lo camel-sasl-popb4smtp.c: In function 'sasl_popb4smtp_challenge': camel-sasl-popb4smtp.c:106:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] POPB4SMTP_LOCK(lock); ^ camel-sasl-popb4smtp.c:111:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] POPB4SMTP_UNLOCK(lock); ^ camel-sasl-popb4smtp.c:131:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] POPB4SMTP_UNLOCK(lock); ^ CC libcamel_provider_1_2_la-camel-search-private.lo CC libcamel_provider_1_2_la-camel-search-sql.lo CC libcamel_provider_1_2_la-camel-search-sql-sexp.lo camel-search-sql.c: In function 'camel_sexp_to_sql': camel-search-sql.c:218:38: warning: variable 'op' set but not used [-Wunused-but-set-variable] Node *n1=NULL, *n2=NULL, *n3=NULL, *op=NULL, *last, *lastoper=NULL; ^ camel-search-private.c: In function 'header_soundex': camel-search-private.c:181:3: warning: array subscript has type 'char' [-Wchar-subscripts] if (c == 0 || isspace (c)) { ^ camel-search-private.c:188:3: warning: array subscript has type 'char' [-Wchar-subscripts] } else if (isalpha (c)) ^ CC libcamel_provider_1_2_la-camel-service.lo camel-service.c: In function 'service_finalize': camel-service.c:72:2: warning: 'g_static_rec_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195): Use 'g_rec_mutex_free' instead [-Wdeprecated-declarations] g_static_rec_mutex_free (&service->priv->connect_lock); ^ camel-service.c:73:2: warning: 'g_static_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152): Use 'g_mutex_clear' instead [-Wdeprecated-declarations] g_static_mutex_free (&service->priv->connect_op_lock); ^ camel-service.c: In function 'camel_service_init': camel-service.c:273:2: warning: 'g_static_rec_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176): Use 'g_rec_mutex_init' instead [-Wdeprecated-declarations] g_static_rec_mutex_init (&service->priv->connect_lock); ^ camel-service.c:274:2: warning: 'g_static_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150): Use 'g_mutex_init' instead [-Wdeprecated-declarations] g_static_mutex_init (&service->priv->connect_op_lock); ^ camel-service.c: In function 'camel_service_lock': camel-service.c:625:4: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] g_static_rec_mutex_lock (&service->priv->connect_lock); ^ camel-service.c:628:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&service->priv->connect_op_lock); ^ camel-service.c: In function 'camel_service_unlock': camel-service.c:652:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&service->priv->connect_lock); ^ camel-service.c:655:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&service->priv->connect_op_lock); ^ CC libcamel_provider_1_2_la-camel-session.lo CC libcamel_provider_1_2_la-camel-smime-context.lo CC libcamel_provider_1_2_la-camel-store-summary.lo CC libcamel_provider_1_2_la-camel-store.lo camel-session.c: In function 'session_finalize': camel-session.c:174:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (session->priv->lock); ^ camel-session.c:175:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (session->priv->thread_lock); ^ camel-session.c: In function 'camel_session_init': camel-session.c:436:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] session->priv->lock = g_mutex_new(); ^ camel-session.c:437:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] session->priv->thread_lock = g_mutex_new(); ^ camel-store-summary.c: In function 'store_summary_finalize': camel-store-summary.c:80:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (summary->priv->summary_lock); ^ camel-store-summary.c:81:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (summary->priv->io_lock); ^ camel-store-summary.c:82:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (summary->priv->ref_lock); ^ camel-store-summary.c: In function 'camel_store_summary_init': camel-store-summary.c:337:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] summary->priv->summary_lock = g_mutex_new (); ^ camel-store-summary.c:338:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] summary->priv->io_lock = g_mutex_new (); ^ camel-store-summary.c:339:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] summary->priv->ref_lock = g_mutex_new (); ^ camel-store.c: In function 'store_finalize': camel-store.c:111:2: warning: 'g_static_rec_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195): Use 'g_rec_mutex_free' instead [-Wdeprecated-declarations] g_static_rec_mutex_free (&store->priv->folder_lock); ^ camel-store.c: In function 'camel_store_init': camel-store.c:393:2: warning: 'g_static_rec_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176): Use 'g_rec_mutex_init' instead [-Wdeprecated-declarations] g_static_rec_mutex_init (&store->priv->folder_lock); ^ In file included from camel-store.c:37:0: camel-store.c: In function 'camel_store_delete_folder': camel-debug.h:61:15: warning: the comparison will always evaluate as 'true' for the address of 'local_error' will never be NULL [-Waddress] if ((error) != NULL && *(error) != NULL) { \ ^ camel-store.c:624:2: note: in expansion of macro 'CAMEL_CHECK_GERROR' CAMEL_CHECK_GERROR (store, delete_folder, success, &local_error); ^ camel-debug.h:72:15: warning: the comparison will always evaluate as 'true' for the address of 'local_error' will never be NULL [-Waddress] if ((error) != NULL && *(error) == NULL) { \ ^ camel-store.c:624:2: note: in expansion of macro 'CAMEL_CHECK_GERROR' CAMEL_CHECK_GERROR (store, delete_folder, success, &local_error); ^ camel-store.c: In function 'camel_store_lock': camel-store.c:1691:4: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] g_static_rec_mutex_lock (&store->priv->folder_lock); ^ camel-store.c: In function 'camel_store_unlock': camel-store.c:1715:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&store->priv->folder_lock); ^ CC libcamel_provider_1_2_la-camel-tcp-stream-raw.lo CC libcamel_provider_1_2_la-camel-tcp-stream-ssl.lo camel-smime-context.c: In function 'sm_verify_cmsg': camel-smime-context.c:539:23: warning: variable 'encd' set but not used [-Wunused-but-set-variable] NSSCMSEncryptedData *encd; ^ camel-smime-context.c:538:23: warning: variable 'envd' set but not used [-Wunused-but-set-variable] NSSCMSEnvelopedData *envd; ^ CC libcamel_provider_1_2_la-camel-tcp-stream.lo CC libcamel_provider_1_2_la-camel-transport.lo CC libcamel_provider_1_2_la-camel-uid-cache.lo camel-transport.c: In function 'transport_finalize': camel-transport.c:52:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (priv->send_lock); ^ camel-transport.c: In function 'camel_transport_init': camel-transport.c:74:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] transport->priv->send_lock = g_mutex_new (); ^ CC libcamel_provider_1_2_la-camel-vee-folder.lo CC libcamel_provider_1_2_la-camel-vee-store.lo CC libcamel_provider_1_2_la-camel-vee-summary.lo CC libcamel_provider_1_2_la-camel-vtrash-folder.lo CC libcamel_provider_1_2_la-camel-movemail.lo camel-vee-folder.c: In function 'summary_header_to_db': camel-vee-folder.c:780:44: warning: variable 'junked_not_deleted' set but not used [-Wunused-but-set-variable] guint32 visible, unread, deleted, junked, junked_not_deleted; ^ camel-vee-folder.c:780:36: warning: variable 'junked' set but not used [-Wunused-but-set-variable] guint32 visible, unread, deleted, junked, junked_not_deleted; ^ camel-vee-folder.c:780:27: warning: variable 'deleted' set but not used [-Wunused-but-set-variable] guint32 visible, unread, deleted, junked, junked_not_deleted; ^ CC camel_lock_helper_1_2-camel-lock.o camel-vee-folder.c:780:19: warning: variable 'unread' set but not used [-Wunused-but-set-variable] guint32 visible, unread, deleted, junked, junked_not_deleted; ^ camel-vee-folder.c:780:10: warning: variable 'visible' set but not used [-Wunused-but-set-variable] guint32 visible, unread, deleted, junked, junked_not_deleted; ^ camel-vee-folder.c:778:11: warning: variable 'db' set but not used [-Wunused-but-set-variable] CamelDB *db; ^ camel-vee-folder.c: In function 'vee_folder_finalize': camel-vee-folder.c:1000:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (vf->priv->summary_lock); ^ camel-vee-folder.c:1001:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (vf->priv->subfolder_lock); ^ camel-vee-folder.c:1002:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (vf->priv->changed_lock); ^ camel-vee-folder.c: In function 'camel_vee_folder_init': camel-vee-folder.c:1985:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] vee_folder->priv->summary_lock = g_mutex_new (); ^ camel-vee-folder.c:1986:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] vee_folder->priv->subfolder_lock = g_mutex_new (); ^ camel-vee-folder.c:1987:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] vee_folder->priv->changed_lock = g_mutex_new (); ^ camel-vee-folder.c: In function 'camel_vee_folder_sync_headers': camel-vee-folder.c:2385:16: warning: variable 'end' set but not used [-Wunused-but-set-variable] time_t start, end; ^ camel-vee-folder.c:2385:9: warning: variable 'start' set but not used [-Wunused-but-set-variable] time_t start, end; ^ CC camel_lock_helper_1_2-camel-lock-helper.o CC camel_index_control_1_2-camel-index-control.o camel-index-control.c: In function 'main': camel-index-control.c:127:2: warning: 'g_thread_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:265) [-Wdeprecated-declarations] g_thread_init(NULL); ^ cp camel.pc camel-1.2.pc cp camel-provider.pc camel-provider-1.2.pc CCLD libcamel-1.2.la CCLD camel-lock-helper-1.2 ld: warning: libsqlite3.so.0, needed by /data/scratch/mail/evolution-data-server/work/.buildlink/lib/nss/libsoftokn3.so, may conflict with libsqlite3.so.1 ld: warning: libsqlite3.so.0, needed by /data/scratch/mail/evolution-data-server/work/.buildlink/lib/nss/libsoftokn3.so, may conflict with libsqlite3.so.1 CCLD libcamel-provider-1.2.la CCLD camel-index-control-1.2 ld: warning: libsqlite3.so.0, needed by /data/scratch/mail/evolution-data-server/work/.buildlink/lib/nss/libsoftokn3.so, may conflict with libsqlite3.so.1 ld: warning: libsqlite3.so.0, needed by /data/scratch/mail/evolution-data-server/work/.buildlink/lib/nss/libsoftokn3.so, may conflict with libsqlite3.so.1 gmake[4]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel' Making all in providers gmake[4]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers' Making all in pop3 gmake[5]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/pop3' CC libcamelpop3_la-camel-pop3-engine.lo CC libcamelpop3_la-camel-pop3-folder.lo CC libcamelpop3_la-camel-pop3-provider.lo CC libcamelpop3_la-camel-pop3-stream.lo CC libcamelpop3_la-camel-pop3-store.lo camel-pop3-store.c: In function 'pop3_store_connect': camel-pop3-store.c:539:7: warning: variable 'status' set but not used [-Wunused-but-set-variable] gint status; ^ CCLD libcamelpop3.la ld: warning: libsqlite3.so.0, needed by /data/scratch/mail/evolution-data-server/work/.buildlink/lib/nss/libsoftokn3.so, may conflict with libsqlite3.so.1 gmake[5]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/pop3' Making all in sendmail gmake[5]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/sendmail' CC libcamelsendmail_la-camel-sendmail-provider.lo CC libcamelsendmail_la-camel-sendmail-transport.lo CCLD libcamelsendmail.la ld: warning: libsqlite3.so.0, needed by /data/scratch/mail/evolution-data-server/work/.buildlink/lib/nss/libsoftokn3.so, may conflict with libsqlite3.so.1 gmake[5]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/sendmail' Making all in smtp gmake[5]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/smtp' CC libcamelsmtp_la-camel-smtp-provider.lo CC libcamelsmtp_la-camel-smtp-transport.lo camel-smtp-transport.c: In function 'smtp_auth': camel-smtp-transport.c:1141:3: warning: array subscript has type 'char' [-Wchar-subscripts] for (challenge = respbuf + 4; isspace (*challenge); challenge++); ^ CCLD libcamelsmtp.la ld: warning: libsqlite3.so.0, needed by /data/scratch/mail/evolution-data-server/work/.buildlink/lib/nss/libsoftokn3.so, may conflict with libsqlite3.so.1 gmake[5]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/smtp' Making all in imap gmake[5]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/imap' CC libcamelimap_la-camel-imap-command.lo CC libcamelimap_la-camel-imap-folder.lo CC libcamelimap_la-camel-imap-message-cache.lo CC libcamelimap_la-camel-imap-provider.lo camel-imap-message-cache.c: In function 'camel_imap_message_cache_new': camel-imap-message-cache.c:206:3: warning: array subscript has type 'char' [-Wchar-subscripts] if (!isdigit (dname[0])) ^ camel-imap-folder.c: In function 'imap_folder_finalize': camel-imap-folder.c:219:2: warning: 'g_static_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152): Use 'g_mutex_clear' instead [-Wdeprecated-declarations] g_static_mutex_free (&imap_folder->priv->search_lock); ^ camel-imap-folder.c:220:2: warning: 'g_static_rec_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195): Use 'g_rec_mutex_free' instead [-Wdeprecated-declarations] g_static_rec_mutex_free (&imap_folder->priv->cache_lock); ^ camel-imap-folder.c: In function 'camel_imap_folder_init': camel-imap-folder.c:306:2: warning: 'g_static_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150): Use 'g_mutex_init' instead [-Wdeprecated-declarations] g_static_mutex_init(&imap_folder->priv->search_lock); ^ camel-imap-folder.c:307:2: warning: 'g_static_rec_mutex_init' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176): Use 'g_rec_mutex_init' instead [-Wdeprecated-declarations] g_static_rec_mutex_init(&imap_folder->priv->cache_lock); ^ camel-imap-folder.c: In function 'camel_imap_folder_selected': camel-imap-folder.c:536:3: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (imap_folder, cache_lock); ^ camel-imap-folder.c:538:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ camel-imap-folder.c: In function 'imap_rename': camel-imap-folder.c:635:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (folder, cache_lock); ^ camel-imap-folder.c:637:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (folder, cache_lock); ^ camel-imap-folder.c: In function 'imap_append_offline': camel-imap-folder.c:2171:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (folder, cache_lock); ^ camel-imap-folder.c:2174:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (folder, cache_lock); ^ camel-imap-folder.c: In function 'imap_append_online': camel-imap-folder.c:2351:3: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (folder, cache_lock); ^ camel-imap-folder.c:2355:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (folder, cache_lock); ^ camel-imap-folder.c: In function 'camel_imap_append_resyncing': camel-imap-folder.c:2398:3: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (imap_folder, cache_lock); ^ camel-imap-folder.c:2401:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ camel-imap-folder.c: In function 'imap_transfer_offline': camel-imap-folder.c:2443:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (source, cache_lock); ^ camel-imap-folder.c:2444:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (dest, cache_lock); ^ camel-imap-folder.c:2483:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (dest, cache_lock); ^ camel-imap-folder.c:2484:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (source, cache_lock); ^ camel-imap-folder.c: In function 'handle_copyuid': camel-imap-folder.c:2535:3: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (source, cache_lock); ^ camel-imap-folder.c:2536:3: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (destination, cache_lock); ^ camel-imap-folder.c:2543:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (source, cache_lock); ^ camel-imap-folder.c:2544:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (destination, cache_lock); ^ camel-imap-folder.c: In function 'handle_copyuid_copy_user_tags': camel-imap-folder.c:2603:3: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (source, cache_lock); ^ camel-imap-folder.c:2604:3: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (destination, cache_lock); ^ camel-imap-folder.c:2619:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (source, cache_lock); ^ camel-imap-folder.c:2620:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (destination, cache_lock); ^ camel-imap-folder.c: In function 'any_has_user_tag': camel-imap-folder.c:2648:3: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (source, cache_lock); ^ camel-imap-folder.c:2658:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (source, cache_lock); ^ camel-imap-folder.c: In function 'imap_search_by_expression': camel-imap-folder.c:2888:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_LOCK(folder, search_lock); ^ camel-imap-folder.c:2893:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_UNLOCK(folder, search_lock); ^ camel-imap-folder.c: In function 'imap_count_by_expression': camel-imap-folder.c:2909:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_LOCK(folder, search_lock); ^ camel-imap-folder.c:2914:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_UNLOCK(folder, search_lock); ^ camel-imap-folder.c: In function 'imap_search_by_uids': camel-imap-folder.c:2931:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_LOCK(folder, search_lock); ^ camel-imap-folder.c:2936:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_UNLOCK(folder, search_lock); ^ camel-imap-folder.c: In function 'imap_search_free': camel-imap-folder.c:2948:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_LOCK(folder, search_lock); ^ camel-imap-folder.c:2952:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_UNLOCK(folder, search_lock); ^ camel-imap-folder.c: In function 'camel_imap_folder_changed': camel-imap-folder.c:4170:4: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (imap_folder, cache_lock); ^ camel-imap-folder.c:4172:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ camel-imap-folder.c: In function 'camel_imap_folder_fetch_data': camel-imap-folder.c:4240:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (imap_folder, cache_lock); ^ camel-imap-folder.c:4245:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ camel-imap-folder.c:4251:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (imap_folder, cache_lock); ^ camel-imap-folder.c:4258:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ camel-imap-folder.c:4277:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ camel-imap-folder.c:4292:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ camel-imap-folder.c: In function 'parse_fetch_response': camel-imap-folder.c:4439:4: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (imap_folder, cache_lock); ^ camel-imap-folder.c:4443:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ camel-imap-folder.c: In function 'imap_get_uncached_uids': camel-imap-folder.c:4563:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (imap_folder, cache_lock); ^ camel-imap-folder.c:4568:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ CC libcamelimap_la-camel-imap-search.lo CC libcamelimap_la-camel-imap-store.lo CC libcamelimap_la-camel-imap-store-summary.lo CC libcamelimap_la-camel-imap-summary.lo CC libcamelimap_la-camel-imap-journal.lo CC libcamelimap_la-camel-imap-utils.lo CC libcamelimap_la-camel-imap-wrapper.lo camel-imap-wrapper.c: In function 'imap_wrapper_finalize': camel-imap-wrapper.c:86:2: warning: 'g_mutex_free' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations] g_mutex_free (imap_wrapper->priv->lock); ^ camel-imap-wrapper.c: In function 'camel_imap_wrapper_init': camel-imap-wrapper.c:151:2: warning: 'g_mutex_new' is deprecated (declared at /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations] imap_wrapper->priv->lock = g_mutex_new (); ^ CCLD libcamelimap.la ld: warning: libsqlite3.so.0, needed by /data/scratch/mail/evolution-data-server/work/.buildlink/lib/nss/libsoftokn3.so, may conflict with libsqlite3.so.1 gmake[5]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/imap' Making all in imapx gmake[5]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/imapx' /usr/pkg/bin/gperf -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$ camel-imapx-tokens.txt --output-file=camel-imapx-tokenise.h /usr/pkg/bin/gmake all-am gmake[6]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/imapx' CC libcamelimapx_la-camel-imapx-stream.lo CC libcamelimapx_la-camel-imapx-utils.lo CC libcamelimapx_la-camel-imapx-provider.lo CC libcamelimapx_la-camel-imapx-store-summary.lo In file included from camel-imapx-utils.c:61:0: camel-imapx-tokens.txt:56:1: error: conflicting types for 'imapx_tokenise_struct' camel-imapx-tokens.txt:4:24: note: previous declaration of 'imapx_tokenise_struct' was here struct _imapx_keyword *imapx_tokenise_struct (register const char *str, register unsigned int len); ^ Makefile:596: recipe for target 'libcamelimapx_la-camel-imapx-utils.lo' failed gmake[6]: *** [libcamelimapx_la-camel-imapx-utils.lo] Error 1 gmake[6]: *** Waiting for unfinished jobs.... gmake[6]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/imapx' Makefile:466: recipe for target 'all' failed gmake[5]: *** [all] Error 2 gmake[5]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/imapx' Makefile:417: recipe for target 'all-recursive' failed gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers' Makefile:2297: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel' Makefile:984: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel' Makefile:554: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3' Makefile:459: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc-current/mail/evolution-data-server *** Error code 1 Stop. make: stopped in /data/pkgsrc-current/mail/evolution-data-server