INFO: not using any hashes in /data/userland-archives/hashes for 1.7.0.tar.gz (overridden with --hash) Source /data/userland-archives/1.7.0.tar.gz... not found, skipping file copy Source https://github.com/SrainApp/srain/archive/refs/tags/1.7.0.tar.gz... downloading... ok validating signature... checking local signature... not found signature validation failed validating hash... ok patching file src/lib/path.c WARNING: Recommend using either -Dbuildtype or -Doptimization + -Ddebug. Using both is redundant since they override each other. See: https://mesonbuild.com/Builtin-options.html#build-type-options The Meson build system Version: 1.4.1 Source dir: /jenkins/jobs/oi-userland/workspace/components/desktop/srain/srain-1.7.0 Build dir: /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/amd64 Build type: native build Project name: srain Project version: 1.7.0 C compiler for the host machine: /usr/gcc/13/bin/gcc (gcc 13.3.0 "gcc (OpenIndiana 13.3.0-oi-0) 13.3.0") C linker for the host machine: /usr/gcc/13/bin/gcc ld.solaris 5.11-1.1790 (illumos) Host machine cpu family: x86_64 Host machine cpu: x86_64 Configuring srain.desktop.in using configuration Program msgfmt found: YES (/usr/gnu/bin/msgfmt) Found pkg-config: YES (/usr/bin/amd64/pkg-config) 0.29.2 Build-time dependency gio-2.0 found: YES 2.82.1 Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources) Configuring srain.metainfo.xml.in using configuration Program msginit found: YES (/usr/bin/msginit) Program msgmerge found: YES (/usr/bin/msgmerge) Program xgettext found: YES (/usr/gnu/bin/xgettext) Configuring meta.h.in using configuration Run-time dependency gtk+-3.0 found: YES 3.24.43 Run-time dependency glib-2.0 found: YES 2.82.1 Run-time dependency libconfig found: YES 1.7.3 Run-time dependency libsoup-3.0 found: YES 3.6.0 Run-time dependency openssl found: YES 3.1.7 Run-time dependency libsecret-1 found: YES 0.20.5 Program sphinx-build found: YES (/usr/bin/sphinx-build) Build targets in project: 14 NOTICE: Future-deprecated features used: * 0.56.0: {'gui_app arg in executable', 'meson.source_root'} srain 1.7.0 User defined options bindir : /usr/bin buildtype : plain default_library: shared libdir : /usr/lib/amd64 libexecdir : /usr/libexec localstatedir : /var mandir : /usr/share/man optimization : 3 prefix : /usr sbindir : /usr/sbin sysconfdir : /etc wrap_mode : nodownload b_pie : false app_indicator : false Found ninja-1.11.1 at /usr/bin/ninja Generating targets: 0%| | 0/14 eta ? Writing build.ninja: 0%| | 0/131 eta ? ninja: Entering directory `/jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/amd64' [1/94] Building translation po/zh_CN/LC_MESSAGES/srain-zh_CN.mo [2/94] Building translation po/uk/LC_MESSAGES/srain-uk.mo [3/94] Building translation po/fr/LC_MESSAGES/srain-fr.mo [4/94] Building translation po/ru/LC_MESSAGES/srain-ru.mo [5/94] Building translation po/nl/LC_MESSAGES/srain-nl.mo [6/94] Merging translations for data/im.srain.Srain.desktop [7/94] Generating src/meta.h with a custom command [8/94] Merging translations for data/metainfo/im.srain.Srain.metainfo.xml [9/94] Generating data/srain-resources_c with a custom command [10/94] Generating data/srain-resources_h with a custom command [11/94] Compiling C object src/srain.p/core_app_config.c.o [12/94] Compiling C object src/srain.p/config_manager.c.o [13/94] Compiling C object src/srain.p/core_app_url.c.o [14/94] Compiling C object src/srain.p/core_app.c.o [15/94] Compiling C object src/srain.p/core_app_ui_event.c.o [16/94] Compiling C object src/srain.p/config_password.c.o [17/94] Compiling C object src/srain.p/core_chat.c.o [18/94] Compiling C object src/srain.p/meson-generated_.._.._data_srain-resources.c.o [19/94] Compiling C object src/srain.p/config_reader.c.o [20/94] Compiling C object src/srain.p/core_chat_config.c.o [21/94] Compiling C object src/srain.p/core_chat_user.c.o [22/94] Compiling C object src/srain.p/core_login_config.c.o [23/94] Compiling C object src/srain.p/core_message.c.o [24/94] Compiling C object src/srain.p/core_server_config.c.o [25/94] Compiling C object src/srain.p/core_chat_command.c.o [26/94] Compiling C object src/srain.p/core_server.c.o [27/94] Compiling C object src/srain.p/core_server_state.c.o [28/94] Compiling C object src/srain.p/core_server_cap.c.o In file included from /usr/include/glib-2.0/glib/giochannel.h:36, from /usr/include/glib-2.0/glib.h:56, from ../../srain-1.7.0/src/core/server_cap.c:33: ../../srain-1.7.0/src/core/server_cap.c: In function 'srn_server_cap_dump': /usr/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../srain-1.7.0/src/core/server_cap.c:226:5: note: in expansion of macro 'g_string_free' 226 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ [29/94] Compiling C object src/srain.p/core_server_user.c.o [30/94] Compiling C object src/srain.p/core_app_irc_event.c.o ../../srain-1.7.0/src/core/app_irc_event.c: In function 'irc_event_cap': ../../srain-1.7.0/src/core/app_irc_event.c:1177:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1177 | rawcaps = params[2]; | ^ ../../srain-1.7.0/src/core/app_irc_event.c:1188:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1188 | rawcaps = params[3]; | ^ [31/94] Compiling C object src/srain.p/core_srain.c.o [32/94] Compiling C object src/srain.p/lib_command_test.c.o [33/94] Compiling C object src/srain.p/core_user_config.c.o [34/94] Compiling C object src/srain.p/filter_filter.c.o [35/94] Compiling C object src/srain.p/lib_extra_data.c.o [36/94] Compiling C object src/srain.p/lib_libecdsaauth_base64.c.o [37/94] Compiling C object src/srain.p/lib_i18n.c.o [38/94] Compiling C object src/srain.p/lib_libecdsaauth_op.c.o ../../srain-1.7.0/src/lib/libecdsaauth/op.c: In function 'libecdsaauth_verify_base64': ../../srain-1.7.0/src/lib/libecdsaauth/op.c:44:44: warning: pointer targets in passing argument 2 of 'base64_decode' differ in signedness [-Wpointer-sign] 44 | siglen = base64_decode(sig_base64, sigbuf, sizeof sigbuf); | ^~~~~~ | | | unsigned char * In file included from ../../srain-1.7.0/src/inc/libecdsaauth/keypair.h:30, from ../../srain-1.7.0/src/inc/libecdsaauth/op.h:24, from ../../srain-1.7.0/src/lib/libecdsaauth/op.c:21: ../../srain-1.7.0/src/inc/libecdsaauth/base64.h:47:52: note: expected 'char *' but argument is of type 'unsigned char *' 47 | extern size_t base64_decode(char const *src, char *target, size_t targsize); | ~~~~~~^~~~~~ ../../srain-1.7.0/src/lib/libecdsaauth/op.c: In function 'libecdsaauth_sign_base64': ../../srain-1.7.0/src/lib/libecdsaauth/op.c:86:29: warning: pointer targets in passing argument 1 of 'base64_decode' differ in signedness [-Wpointer-sign] 86 | len = base64_decode(in, inbuf, sizeof inbuf); | ^~ | | | unsigned char * ../../srain-1.7.0/src/inc/libecdsaauth/base64.h:47:41: note: expected 'const char *' but argument is of type 'unsigned char *' 47 | extern size_t base64_decode(char const *src, char *target, size_t targsize); | ~~~~~~~~~~~~^~~ ../../srain-1.7.0/src/lib/libecdsaauth/op.c:91:37: warning: pointer targets in passing argument 2 of 'libecdsaauth_sign' differ in signedness [-Wpointer-sign] 91 | if (!libecdsaauth_sign(key, inbuf, len, &outbuf_p, &buflen)) | ^~~~~ | | | char * ../../srain-1.7.0/src/lib/libecdsaauth/op.c:52:64: note: expected 'unsigned char *' but argument is of type 'char *' 52 | bool libecdsaauth_sign(libecdsaauth_key_t *key, unsigned char *in, size_t inlen, unsigned char **out, size_t *outlen) | ~~~~~~~~~~~~~~~^~ ../../srain-1.7.0/src/lib/libecdsaauth/op.c:98:29: warning: pointer targets in passing argument 1 of 'base64_encode' differ in signedness [-Wpointer-sign] 98 | len = base64_encode(outbuf_p, buflen, buf, sizeof buf); | ^~~~~~~~ | | | unsigned char * ../../srain-1.7.0/src/inc/libecdsaauth/base64.h:46:41: note: expected 'const char *' but argument is of type 'unsigned char *' 46 | extern size_t base64_encode(char const *src, size_t srclength, char *target, size_t targsize); | ~~~~~~~~~~~~^~~ ../../srain-1.7.0/src/lib/libecdsaauth/op.c:82:24: warning: variable 'workbuf_p' set but not used [-Wunused-but-set-variable] 82 | unsigned char *workbuf_p, *outbuf_p; | ^~~~~~~~~ ../../srain-1.7.0/src/lib/libecdsaauth/op.c: In function 'libecdsaauth_challenge_new': ../../srain-1.7.0/src/lib/libecdsaauth/op.c:118:9: warning: 'RAND_pseudo_bytes' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 118 | RAND_pseudo_bytes(challenge->blob, sizeof(challenge->blob)); | ^~~~~~~~~~~~~~~~~ In file included from ../../srain-1.7.0/src/inc/libecdsaauth/keypair.h:27: /usr/openssl/3.1/include/openssl/rand.h:79:29: note: declared here 79 | OSSL_DEPRECATEDIN_1_1_0 int RAND_pseudo_bytes(unsigned char *buf, int num); | ^~~~~~~~~~~~~~~~~ ../../srain-1.7.0/src/lib/libecdsaauth/op.c: In function 'libecdsaauth_challenge_verify_base64': ../../srain-1.7.0/src/lib/libecdsaauth/op.c:166:46: warning: pointer targets in passing argument 2 of 'base64_decode' differ in signedness [-Wpointer-sign] 166 | bloblen = base64_decode(blob_base64, blob, sizeof blob); | ^~~~ | | | unsigned char * ../../srain-1.7.0/src/inc/libecdsaauth/base64.h:47:52: note: expected 'char *' but argument is of type 'unsigned char *' 47 | extern size_t base64_decode(char const *src, char *target, size_t targsize); | ~~~~~~^~~~~~ [39/94] Compiling C object src/srain.p/filter_user_filter.c.o [40/94] Compiling C object src/srain.p/filter_log_filter.c.o [41/94] Compiling C object src/srain.p/lib_markup_renderer.c.o In file included from /usr/include/glib-2.0/glib/giochannel.h:36, from /usr/include/glib-2.0/glib.h:56, from ../../srain-1.7.0/src/lib/markup_renderer.c:19: ../../srain-1.7.0/src/lib/markup_renderer.c: In function 'srn_markup_renderer_render': /usr/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../srain-1.7.0/src/lib/markup_renderer.c:97:9: note: in expansion of macro 'g_string_free' 97 | g_string_free(self->str, FALSE); | ^~~~~~~~~~~~~ [42/94] Compiling C object src/srain.p/filter_pattern_filter.c.o [43/94] Compiling C object src/srain.p/lib_path.c.o [44/94] Compiling C object src/srain.p/lib_pattern_set.c.o [45/94] Compiling C object src/srain.p/lib_utils.c.o [46/94] Compiling C object src/srain.p/lib_version.c.o [47/94] Compiling C object src/srain.p/lib_command.c.o [48/94] Compiling C object src/srain.p/lib_ret.c.o [49/94] Compiling C object src/srain.p/lib_libecdsaauth_keypair.c.o ../../srain-1.7.0/src/lib/libecdsaauth/keypair.c: In function 'libecdsaauth_key_from_base64_pubkey': ../../srain-1.7.0/src/lib/libecdsaauth/keypair.c:113:45: warning: pointer targets in passing argument 1 of 'libecdsaauth_key_from_pubkey' differ in signedness [-Wpointer-sign] 113 | return libecdsaauth_key_from_pubkey(workbuf, len); | ^~~~~~~ | | | char * ../../srain-1.7.0/src/lib/libecdsaauth/keypair.c:86:65: note: expected 'unsigned char *' but argument is of type 'char *' 86 | libecdsaauth_key_t *libecdsaauth_key_from_pubkey(unsigned char *pubkey_raw, size_t len) | ~~~~~~~~~~~~~~~^~~~~~~~~~ ../../srain-1.7.0/src/lib/libecdsaauth/keypair.c: In function 'libecdsaauth_key_public_key_base64': ../../srain-1.7.0/src/lib/libecdsaauth/keypair.c:176:23: warning: pointer targets in passing argument 1 of 'base64_encode' differ in signedness [-Wpointer-sign] 176 | base64_encode(keybuf, keylen, b64buf, sizeof b64buf); | ^~~~~~ | | | unsigned char * In file included from ../../srain-1.7.0/src/inc/libecdsaauth/keypair.h:30, from ../../srain-1.7.0/src/lib/libecdsaauth/keypair.c:21: ../../srain-1.7.0/src/inc/libecdsaauth/base64.h:46:41: note: expected 'const char *' but argument is of type 'unsigned char *' 46 | extern size_t base64_encode(char const *src, size_t srclength, char *target, size_t targsize); | ~~~~~~~~~~~~^~~ [50/94] Compiling C object src/srain.p/lib_log.c.o [51/94] Compiling C object src/srain.p/render_mention_renderer.c.o [52/94] Compiling C object src/srain.p/sirc_sirc_cmd_builder.c.o In file included from /usr/include/glib-2.0/glib/giochannel.h:36, from /usr/include/glib-2.0/glib.h:56, from ../../srain-1.7.0/src/sirc/sirc_cmd_builder.c:19: ../../srain-1.7.0/src/sirc/sirc_cmd_builder.c: In function 'sirc_command_builder_build': /usr/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../srain-1.7.0/src/sirc/sirc_cmd_builder.c:173:5: note: in expansion of macro 'g_string_free' 173 | g_string_free(buf, FALSE); | ^~~~~~~~~~~~~ [53/94] Compiling C object src/srain.p/sirc_io_stream.c.o [54/94] Compiling C object src/srain.p/render_mirc_strip_renderer.c.o [55/94] Compiling C object src/srain.p/render_mirc_colorize_renderer.c.o [56/94] Compiling C object src/srain.p/sirc_sirc.c.o ../../srain-1.7.0/src/sirc/sirc.c: In function 'on_connect_ready': ../../srain-1.7.0/src/sirc/sirc.c:330:14: warning: 'g_tls_client_connection_set_validation_flags' is deprecated [-Wdeprecated-declarations] 330 | g_tls_client_connection_set_validation_flags( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gio/gio.h:165, from ../../srain-1.7.0/src/sirc/sirc.c:31: /usr/include/glib-2.0/gio/gtlsclientconnection.h:67:23: note: declared here 67 | void g_tls_client_connection_set_validation_flags (GTlsClientConnection *conn, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../srain-1.7.0/src/sirc/sirc.c:333:14: warning: 'g_tls_client_connection_set_validation_flags' is deprecated [-Wdeprecated-declarations] 333 | g_tls_client_connection_set_validation_flags( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gio/gtlsclientconnection.h:67:23: note: declared here 67 | void g_tls_client_connection_set_validation_flags (GTlsClientConnection *conn, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [57/94] Compiling C object src/srain.p/render_pattern_render.c.o [58/94] Compiling C object src/srain.p/render_render.c.o [59/94] Compiling C object src/srain.p/render_url_renderer.c.o [60/94] Compiling C object src/srain.p/sirc_sirc_cmd.c.o [61/94] Compiling C object src/srain.p/sirc_sirc_config.c.o In file included from /usr/include/glib-2.0/glib/giochannel.h:36, from /usr/include/glib-2.0/glib.h:56, from ../../srain-1.7.0/src/sirc/sirc_config.c:19: ../../srain-1.7.0/src/sirc/sirc_config.c: In function 'sirc_config_dump': /usr/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../srain-1.7.0/src/sirc/sirc_config.c:74:5: note: in expansion of macro 'g_string_free' 74 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ [62/94] Compiling C object src/srain.p/sirc_sirc_utils.c.o [63/94] Compiling C object src/srain.p/sirc_sirc_context.c.o [64/94] Compiling C object src/srain.p/sirc_sirc_parse.c.o [65/94] Compiling C object src/srain.p/sirc_sirc_event_hdr.c.o [66/94] Compiling C object src/srain.p/sui_sui_config.c.o [67/94] Compiling C object src/srain.p/sui_sui_channel_buffer.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_channel_buffer.c:27: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [68/94] Compiling C object src/srain.p/sui_sui_app.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_app.c:29: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ ../../srain-1.7.0/src/sui/sui_app.c: In function 'sui_application_highlight_tray_icon': ../../srain-1.7.0/src/sui/sui_app.c:374:5: warning: 'gtk_status_icon_set_from_icon_name' is deprecated [-Wdeprecated-declarations] 374 | gtk_status_icon_set_from_icon_name(self->tray_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:275: /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here 106 | void gtk_status_icon_set_from_icon_name (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../srain-1.7.0/src/sui/sui_app.c: In function 'on_startup': ../../srain-1.7.0/src/sui/sui_app.c:516:5: warning: 'gtk_status_icon_new_from_icon_name' is deprecated [-Wdeprecated-declarations] 516 | self->tray_icon = gtk_status_icon_new_from_icon_name(PACKAGE_APPID); | ^~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:92:23: note: declared here 92 | GtkStatusIcon *gtk_status_icon_new_from_icon_name (const gchar *icon_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../srain-1.7.0/src/sui/sui_app.c:519:5: warning: 'gtk_status_icon_set_tooltip_text' is deprecated [-Wdeprecated-declarations] 519 | gtk_status_icon_set_tooltip_text(self->tray_icon, PACKAGE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here 137 | void gtk_status_icon_set_tooltip_text (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [69/94] Compiling C object src/srain.p/sui_nick_menu.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/nick_menu.c:19: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [70/94] Compiling C object src/srain.p/sui_sui.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui.c:26: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [71/94] Compiling C object src/srain.p/sui_sui_buffer.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_buffer.c:28: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [72/94] Compiling C object src/srain.p/sui_sui_common.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_common.c:28: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [73/94] Compiling C object src/srain.p/sui_sui_chat_buffer.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_chat_buffer.c:27: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [74/94] Compiling C object src/srain.p/sui_sui_completion.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_completion.c:30: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [75/94] Compiling C object src/srain.p/sui_sui_dialog_buffer.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_dialog_buffer.c:28: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [76/94] Compiling C object src/srain.p/sui_sui_connect_panel.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_connect_panel.c:28: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [77/94] Compiling C object src/srain.p/sui_sui_event_hdr.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_app.h:22, from ../../srain-1.7.0/src/sui/sui_event_hdr.h:22, from ../../srain-1.7.0/src/sui/sui_event_hdr.c:27: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [78/94] Compiling C object src/srain.p/sui_sui_notification.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_notification.h:22, from ../../srain-1.7.0/src/sui/sui_notification.c:27: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [79/94] Compiling C object src/srain.p/sui_sui_join_panel.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_join_panel.c:27: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [80/94] Compiling C object src/srain.p/sui_sui_message.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_message.c:27: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ ../../srain-1.7.0/src/sui/sui_message.c: In function 'sui_message_real_update': ../../srain-1.7.0/src/sui/sui_message.c:328:22: warning: unused variable 'style_context' [-Wunused-variable] 328 | GtkStyleContext *style_context; | ^~~~~~~~~~~~~ [81/94] Compiling C object src/srain.p/sui_sui_misc_message.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_misc_message.c:27: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [82/94] Compiling C object src/srain.p/sui_sui_message_list.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_message_list.c:27: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [83/94] Compiling C object src/srain.p/sui_sui_send_message.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_send_message.c:27: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [84/94] Compiling C object src/srain.p/sui_sui_recv_message.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_recv_message.c:28: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [85/94] Compiling C object src/srain.p/sui_sui_prefs_dialog.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_prefs_dialog.c:31: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [86/94] Compiling C object src/srain.p/sui_sui_server_buffer.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_server_buffer.c:27: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [87/94] Compiling C object src/srain.p/sui_sui_side_bar.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_side_bar.c:33: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [88/94] Compiling C object src/srain.p/sui_sui_theme.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_theme.c:27: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [89/94] Compiling C object src/srain.p/sui_sui_side_bar_item.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_side_bar_item.c:28: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from /usr/include/glib-2.0/glib/giochannel.h:36, from /usr/include/glib-2.0/glib.h:56: ../../srain-1.7.0/src/sui/sui_side_bar_item.c: In function 'strip_markup_tag': /usr/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../srain-1.7.0/src/sui/sui_side_bar_item.c:192:5: note: in expansion of macro 'g_string_free' 192 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ [90/94] Compiling C object src/srain.p/sui_sui_user.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_user.c:27: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [91/94] Compiling C object src/srain.p/sui_sui_user_list.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_user_list.c:30: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [92/94] Compiling C object src/srain.p/sui_sui_url_previewer.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_url_previewer.c:28: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [93/94] Compiling C object src/srain.p/sui_sui_window.c.o In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36, from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33, from /usr/include/gtk-3.0/gdk/gdkcairo.h:29, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../../srain-1.7.0/src/sui/sui_window.c:27: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 111 | const GTimeVal *start_time); | ^~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:122:79: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 122 | const GTimeVal *current_time); | ^~~~~ /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ [94/94] Linking target src/srain ninja: Entering directory `/jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/amd64' [1/51] Generating src/meta.h with a custom command [1/2] Installing files. Installing subdir /jenkins/jobs/oi-userland/workspace/components/desktop/srain/srain-1.7.0/data/icons/hicolor to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/share/icons/hicolor Installing /jenkins/jobs/oi-userland/workspace/components/desktop/srain/srain-1.7.0/data/icons/hicolor/128x128/apps/im.srain.Srain.png to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/share/icons/hicolor/128x128/apps Installing /jenkins/jobs/oi-userland/workspace/components/desktop/srain/srain-1.7.0/data/icons/hicolor/128x128/apps/im.srain.Srain.Red.png to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/share/icons/hicolor/128x128/apps Installing subdir /jenkins/jobs/oi-userland/workspace/components/desktop/srain/srain-1.7.0/data/themes to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/share/srain/themes Installing /jenkins/jobs/oi-userland/workspace/components/desktop/srain/srain-1.7.0/data/themes/bubble.css to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/share/srain/themes Installing /jenkins/jobs/oi-userland/workspace/components/desktop/srain/srain-1.7.0/data/themes/reset.css to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/share/srain/themes Installing /jenkins/jobs/oi-userland/workspace/components/desktop/srain/srain-1.7.0/data/themes/default-min.css to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/share/srain/themes Installing /jenkins/jobs/oi-userland/workspace/components/desktop/srain/srain-1.7.0/data/themes/default-bubble-dark.css to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/share/srain/themes Installing /jenkins/jobs/oi-userland/workspace/components/desktop/srain/srain-1.7.0/data/themes/default-bubble.css to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/share/srain/themes Installing data/im.srain.Srain.desktop to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/share/applications Installing data/metainfo/im.srain.Srain.metainfo.xml to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/share/metainfo Installing po/zh_CN/LC_MESSAGES/srain.mo to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/share/locale/zh_CN/LC_MESSAGES Installing po/ru/LC_MESSAGES/srain.mo to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/share/locale/ru/LC_MESSAGES Installing po/nl/LC_MESSAGES/srain.mo to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/share/locale/nl/LC_MESSAGES Installing po/uk/LC_MESSAGES/srain.mo to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/share/locale/uk/LC_MESSAGES Installing po/fr/LC_MESSAGES/srain.mo to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/share/locale/fr/LC_MESSAGES Installing src/srain to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/usr/bin Installing /jenkins/jobs/oi-userland/workspace/components/desktop/srain/srain-1.7.0/data/builtin.cfg to /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/prototype/i386/etc/srain VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/desktop/srain/build/manifest-i386-srain.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: desktop/srain pkg://openindiana.org/desktop/irc/srain@1.7.0,5.11-2024.0.0.0:20240920T193137Z PUBLISHED