D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/conky-manager-2.4-4.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.CfblvS + umask 022 + cd /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build + test -d /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Qvg3KR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build + rm -rf conky-manager-2.4~136~ubuntu16.04.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/conky-manager_2.4~136~ubuntu16.04.1.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd conky-manager-2.4~136~ubuntu16.04.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/conky-manager-desktopentry-fixer-and-arabizer.patch + sed -i 's/valac/valac -g/g' src/makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ul2fjB + umask 022 + cd /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build + cd conky-manager-2.4~136~ubuntu16.04.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=1 cd src; make all make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/src' #build binaries valac -g -X -D'GETTEXT_PACKAGE="conky-manager"' --Xcc="-lm" -X -Wl,-rpath,/usr/share/conky-manager/libs "Main.vala" "MainWindow.vala" "EditWidgetWindow.vala" "EditThemeWindow.vala" "SettingsWindow.vala" "DonationWindow.vala" "GeneratePreviewWindow.vala" "AboutWindow.vala" "Utility.vala" -o conky-manager --pkg glib-2.0 --pkg gio-unix-2.0 --pkg posix --pkg gtk+-3.0 --pkg gee-0.8 --pkg json-glib-1.0 Main.vala:942.4-942.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread () 942 | Thread.create (generate_preview_thread, true); | ^~~~~~~~~~~~~~~~~~~ Main.vala:1003.8-1003.26: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread () 1003 | Thread.create (conky_read_output_line, true); | ^~~~~~~~~~~~~~~~~~~ Main.vala:1010.8-1010.26: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread () 1010 | Thread.create (conky_read_error_line, true); | ^~~~~~~~~~~~~~~~~~~ Utility.vala:898.13-898.48: warning: `Gdk.Cursor.new' has been deprecated since 3.16 898 | cursor = new Gdk.Cursor(Gdk.CursorType.WATCH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Utility.vala:901.13-901.48: warning: `Gdk.Cursor.new' has been deprecated since 3.16 901 | cursor = new Gdk.Cursor(Gdk.CursorType.ARROW); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:1081.4-1081.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread () 1081 | Thread.create (scan_themes_thread, true); | ^~~~~~~~~~~~~~~~~~~ MainWindow.vala:1030.22-1030.37: warning: `Gdk.Screen.width' has been deprecated since 3.22 1030 | int screen_width = Gdk.Screen.width(); | ^~~~~~~~~~~~~~~~ MainWindow.vala:1031.23-1031.39: warning: `Gdk.Screen.height' has been deprecated since 3.22 1031 | int screen_height = Gdk.Screen.height(); | ^~~~~~~~~~~~~~~~~ MainWindow.vala:285.18-285.42: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10 285 | btn_prev = new Gtk.ToolButton.from_stock ("gtk-go-back"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:294.18-294.42: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10 294 | btn_next = new Gtk.ToolButton.from_stock ("gtk-go-forward"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:303.19-303.43: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10 303 | btn_start = new Gtk.ToolButton.from_stock ("gtk-media-play"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:312.18-312.42: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10 312 | btn_stop = new Gtk.ToolButton.from_stock ("gtk-media-stop"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:326.22-326.46: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10 326 | btn_edit_gui = new Gtk.ToolButton.from_stock ("gtk-preferences"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ EditWidgetWindow.vala:442.27-442.41: warning: `Gtk.Dialog.get_action_area' has been deprecated since 3.12 442 | Box hbox_action = (Box) get_action_area(); | ^~~~~~~~~~~~~~~ EditWidgetWindow.vala:446.36-446.51: warning: `Gtk.Image.from_stock' has been deprecated since 3.10 446 | btn_apply_changes.set_image (new Image.from_stock ("gtk-apply", IconSize.MENU)); | ^~~~~~~~~~~~~~~~ EditWidgetWindow.vala:454.38-454.53: warning: `Gtk.Image.from_stock' has been deprecated since 3.10 454 | btn_discard_changes.set_image (new Image.from_stock ("gtk-clear", IconSize.MENU)); | ^~~~~~~~~~~~~~~~ EditWidgetWindow.vala:462.37-462.52: warning: `Gtk.Image.from_stock' has been deprecated since 3.10 462 | btn_cancel_changes.set_image (new Image.from_stock ("gtk-cancel", IconSize.MENU)); | ^~~~~~~~~~~~~~~~ EditThemeWindow.vala:233.3-233.26: warning: `Gtk.TreeView.set_rules_hint' has been deprecated since 3.14 233 | tv_widget.set_rules_hint (true); | ^~~~~~~~~~~~~~~~~~~~~~~~ EditThemeWindow.vala:252.4-252.42: warning: Access to possible `null'. Perform a check or use an unsafe cast. 252 | (cell as Gtk.CellRendererToggle).active = val; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EditThemeWindow.vala:263.4-263.38: warning: Access to possible `null'. Perform a check or use an unsafe cast. 263 | (cell as Gtk.CellRendererText).text = rc.name; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EditThemeWindow.vala:107.4-107.38: warning: Access to possible `null'. Perform a check or use an unsafe cast. 107 | (cell as Gtk.CellRendererText).text = type; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EditThemeWindow.vala:166.4-166.38: warning: Access to possible `null'. Perform a check or use an unsafe cast. 166 | (cell as Gtk.CellRendererText).text = type; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EditThemeWindow.vala:202.23-202.37: warning: `Gtk.Dialog.get_action_area' has been deprecated since 3.12 202 | hbox_action = (Box) get_action_area(); | ^~~~~~~~~~~~~~~ EditThemeWindow.vala:206.24-206.39: warning: `Gtk.Image.from_stock' has been deprecated since 3.10 206 | btn_ok.set_image(new Image.from_stock ("gtk-ok", IconSize.MENU)); | ^~~~~~~~~~~~~~~~ EditThemeWindow.vala:213.29-213.44: warning: `Gtk.Image.from_stock' has been deprecated since 3.10 213 | btn_cancel.set_image (new Image.from_stock ("gtk-cancel", IconSize.MENU)); | ^~~~~~~~~~~~~~~~ MainWindow.vala:335.18-335.42: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10 335 | btn_edit = new Gtk.ToolButton.from_stock ("gtk-edit"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:344.22-344.46: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10 344 | btn_open_dir = new Gtk.ToolButton.from_stock ("gtk-directory"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:358.18-358.42: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10 358 | btn_scan = new Gtk.ToolButton.from_stock ("gtk-refresh"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:367.30-367.54: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10 367 | btn_generate_preview = new Gtk.ToolButton.from_stock ("gtk-missing-image"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ GeneratePreviewWindow.vala:122.27-122.41: warning: `Gtk.Dialog.get_action_area' has been deprecated since 3.12 122 | Box hbox_action = (Box) get_action_area(); | ^~~~~~~~~~~~~~~ GeneratePreviewWindow.vala:126.24-126.39: warning: `Gtk.Image.from_stock' has been deprecated since 3.10 126 | btn_ok.set_image(new Image.from_stock ("gtk-ok", IconSize.MENU)); | ^~~~~~~~~~~~~~~~ GeneratePreviewWindow.vala:149.29-149.44: warning: `Gtk.Image.from_stock' has been deprecated since 3.10 149 | btn_cancel.set_image (new Image.from_stock ("gtk-cancel", IconSize.MENU)); | ^~~~~~~~~~~~~~~~ MainWindow.vala:802.4-802.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread () 802 | Thread.create (btn_generate_preview_clicked_thread, true); | ^~~~~~~~~~~~~~~~~~~ MainWindow.vala:378.22-378.46: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10 378 | btn_kill_all = new Gtk.ToolButton.from_stock ("gtk-cancel"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:387.27-387.51: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10 387 | btn_import_themes = new Gtk.ToolButton.from_stock ("gtk-open"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:402.22-402.46: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10 402 | btn_settings = new Gtk.ToolButton.from_stock ("gtk-preferences"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ SettingsWindow.vala:147.13-147.17: warning: `Gdk.Color' has been deprecated since 3.14 147 | Gdk.Color black; | ^~~~~ SettingsWindow.vala:148.3-148.11: warning: `Gdk.Color' has been deprecated since 3.14 148 | Gdk.Color.parse("000000",out black); | ^~~~~~~~~ SettingsWindow.vala:149.3-149.26: warning: `Gtk.Widget.modify_fg' has been deprecated since 3.0. Use override_color 149 | entry_themedir.modify_fg(StateType.INSENSITIVE,black); | ^~~~~~~~~~~~~~~~~~~~~~~~ SettingsWindow.vala:149.28-149.36: warning: `Gtk.StateType' has been deprecated since 3.14 149 | entry_themedir.modify_fg(StateType.INSENSITIVE,black); | ^~~~~~~~~ SettingsWindow.vala:162.3-162.27: warning: `Gtk.TreeView.set_rules_hint' has been deprecated since 3.14 162 | tv_folders.set_rules_hint (true); | ^~~~~~~~~~~~~~~~~~~~~~~~~ SettingsWindow.vala:181.3-181.20: warning: `Gtk.CellRendererPixbuf.stock_id' has been deprecated since 3.10 181 | cell_icon.stock_id = "gtk-directory"; | ^~~~~~~~~~~~~~~~~~ SettingsWindow.vala:190.4-190.38: warning: Access to possible `null'. Perform a check or use an unsafe cast. 190 | (cell as Gtk.CellRendererText).text = path.replace(home,"~"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SettingsWindow.vala:200.33-200.48: warning: `Gtk.Image.from_stock' has been deprecated since 3.10 200 | btn_add_folder.set_image (new Image.from_stock ("gtk-add", IconSize.MENU)); | ^~~~~~~~~~~~~~~~ SettingsWindow.vala:206.36-206.51: warning: `Gtk.Image.from_stock' has been deprecated since 3.10 206 | btn_remove_folder.set_image (new Image.from_stock ("gtk-remove", IconSize.MENU)); | ^~~~~~~~~~~~~~~~ SettingsWindow.vala:212.27-212.41: warning: `Gtk.Dialog.get_action_area' has been deprecated since 3.12 212 | Box hbox_action = (Box) get_action_area(); | ^~~~~~~~~~~~~~~ SettingsWindow.vala:216.36-216.51: warning: `Gtk.Image.from_stock' has been deprecated since 3.10 216 | btn_apply_changes.set_image (new Image.from_stock ("gtk-apply", IconSize.MENU)); | ^~~~~~~~~~~~~~~~ SettingsWindow.vala:222.37-222.52: warning: `Gtk.Image.from_stock' has been deprecated since 3.10 222 | btn_cancel_changes.set_image (new Image.from_stock ("gtk-cancel", IconSize.MENU)); | ^~~~~~~~~~~~~~~~ MainWindow.vala:411.20-411.44: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10 411 | btn_donate = new Gtk.ToolButton.from_stock ("gtk-dialog-info"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ DonationWindow.vala:50.3-50.17: warning: `Gtk.Dialog.get_action_area' has been deprecated since 3.12 50 | get_action_area().visible = false; | ^~~~~~~~~~~~~~~ DonationWindow.vala:61.3-61.26: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12 61 | vbox_actions.margin_left = 50; | ^~~~~~~~~~~~~~~~~~~~~~~~ DonationWindow.vala:62.3-62.27: warning: `Gtk.Widget.margin_right' has been deprecated since 3.12 62 | vbox_actions.margin_right = 50; | ^~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:421.19-421.43: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10 421 | btn_about = new Gtk.ToolButton.from_stock ("gtk-about"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ AboutWindow.vala:241.12-241.23: warning: `Gtk.show_uri' has been deprecated since 3.22 241 | return Gtk.show_uri(null, lbtn_website.uri, Gdk.CURRENT_TIME); | ^~~~~~~~~~~~ AboutWindow.vala:269.23-269.37: warning: `Gtk.Dialog.get_action_area' has been deprecated since 3.12 269 | hbox_action = (Box) get_action_area(); | ^~~~~~~~~~~~~~~ AboutWindow.vala:273.30-273.45: warning: `Gtk.Image.from_stock' has been deprecated since 3.10 273 | btn_credits.set_image (new Image.from_stock ("gtk-about", IconSize.MENU)); | ^~~~~~~~~~~~~~~~ AboutWindow.vala:286.32-286.47: warning: `Gtk.Image.from_stock' has been deprecated since 3.10 286 | btn_credits.set_image (new Image.from_stock ("gtk-go-back", IconSize.MENU)); | ^~~~~~~~~~~~~~~~ AboutWindow.vala:290.32-290.47: warning: `Gtk.Image.from_stock' has been deprecated since 3.10 290 | btn_credits.set_image (new Image.from_stock ("gtk-about", IconSize.MENU)); | ^~~~~~~~~~~~~~~~ AboutWindow.vala:296.28-296.43: warning: `Gtk.Image.from_stock' has been deprecated since 3.10 296 | btn_close.set_image (new Image.from_stock ("gtk-close", IconSize.MENU)); | ^~~~~~~~~~~~~~~~ AboutWindow.vala:384.13-384.24: warning: `Gtk.show_uri' has been deprecated since 3.22 384 | return Gtk.show_uri(null, link.uri, Gdk.CURRENT_TIME); | ^~~~~~~~~~~~ MainWindow.vala:116.9-116.31: warning: `Gtk.Widget.margin_left' has been deprecated since 3.12 116 | hbox_widget.margin_left = 3; | ^~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:117.9-117.32: warning: `Gtk.Widget.margin_right' has been deprecated since 3.12 117 | hbox_widget.margin_right = 3; | ^~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:162.31-162.46: warning: `Gtk.Image.from_stock' has been deprecated since 3.10 162 | btn_add_theme.set_image(new Image.from_stock ("gtk-add", IconSize.MENU)); | ^~~~~~~~~~~~~~~~ MainWindow.vala:435.3-435.26: warning: `Gtk.TreeView.set_rules_hint' has been deprecated since 3.14 435 | tv_widget.set_rules_hint (true); | ^~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:454.4-454.42: warning: Access to possible `null'. Perform a check or use an unsafe cast. 454 | (cell as Gtk.CellRendererToggle).active = val; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:465.4-465.38: warning: Access to possible `null'. Perform a check or use an unsafe cast. 465 | (cell as Gtk.CellRendererText).text = rc.name; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:486.3-486.30: warning: `Gtk.ScrolledWindow.add_with_viewport' has been deprecated since 3.8 486 | sw_preview.add_with_viewport(ebox_preview); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/glib-2.0/gobject/gbinding.h:30, from /usr/include/glib-2.0/glib-object.h:24, from /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/src/Main.vala.c:27: Main.vala.c: In function 'main_get_type': /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 'g_atomic_pointer_get' 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ Main.vala.c:5825:6: note: in expansion of macro 'g_once_init_enter' 5825 | main_get_type_once (void) | ^~~~~~~~~~~~~~~~~ Main.vala.c: In function 'conky_config_item_get_type': /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 'g_atomic_pointer_get' 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ Main.vala.c:6785:6: note: in expansion of macro 'g_once_init_enter' 6785 | { | ^ Main.vala: In function 'conky_rc_generate_preview': Main.vala:942:24: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 942 | Thread.create (generate_preview_thread, true); | ^ ~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:115: /usr/include/glib-2.0/glib/deprecated/gthread.h:102:10: note: declared here 102 | GThread *g_thread_create (GThreadFunc func, | ^~~~~~~~~~~~~~~ Main.vala: In function 'conky_rc_generate_preview_thread': Main.vala:1003:25: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 1003 | Thread.create (conky_read_output_line, true); | ^ ~~~~~~~~~~~ /usr/include/glib-2.0/glib/deprecated/gthread.h:102:10: note: declared here 102 | GThread *g_thread_create (GThreadFunc func, | ^~~~~~~~~~~~~~~ Main.vala:1010:25: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 1010 | Thread.create (conky_read_error_line, true); | ^ ~~~~~~~~~~~ /usr/include/glib-2.0/glib/deprecated/gthread.h:102:10: note: declared here 102 | GThread *g_thread_create (GThreadFunc func, | ^~~~~~~~~~~~~~~ Main.vala.c: In function 'conky_rc_get_type': /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 'g_atomic_pointer_get' 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ Main.vala.c:11916:6: note: in expansion of macro 'g_once_init_enter' 11916 | } | ^ Main.vala.c: In function 'conky_theme_get_type': /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 'g_atomic_pointer_get' 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ Main.vala.c:14052:13: note: in expansion of macro 'g_once_init_enter' 14052 | _g_object_unref0 (self->priv->main_app); | ^~~~~~~~~~~~~~~~~ MainWindow.vala: In function 'main_window_construct': MainWindow.vala:116:2: warning: 'gtk_widget_set_margin_left' is deprecated: Use 'gtk_widget_set_margin_start' instead [-Wdeprecated-declarations] 116 | hbox_widget.margin_left = 3; | ^ ~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27, from /usr/include/gtk-3.0/gtk/gtkwindow.h:33, from /usr/include/gtk-3.0/gtk/gtkdialog.h:32, from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:31, from /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/src/MainWindow.vala.c:27: /usr/include/gtk-3.0/gtk/gtkwidget.h:1086:10: note: declared here 1086 | void gtk_widget_set_margin_left (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:117:2: warning: 'gtk_widget_set_margin_right' is deprecated: Use 'gtk_widget_set_margin_end' instead [-Wdeprecated-declarations] 117 | hbox_widget.margin_right = 3; | ^ ~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/gtkwidget.h:1091:10: note: declared here 1091 | void gtk_widget_set_margin_right (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:162:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 162 | btn_add_theme.set_image(new Image.from_stock ("gtk-add", IconSize.MENU)); | ^ ~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42, from /usr/include/gtk-3.0/gtk/gtktreeview.h:29, from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27, from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /usr/include/gtk-3.0/gtk/gtk.h:42: /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala: In function 'main_window_init_toolbar': MainWindow.vala:285:16: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 285 | btn_prev = new Gtk.ToolButton.from_stock ("gtk-go-back"); | ^ ~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28, from /usr/include/gtk-3.0/gtk/gtk.h:149: /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:294:16: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 294 | btn_next = new Gtk.ToolButton.from_stock ("gtk-go-forward"); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:303:16: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 303 | btn_start = new Gtk.ToolButton.from_stock ("gtk-media-play"); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:312:16: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 312 | btn_stop = new Gtk.ToolButton.from_stock ("gtk-media-stop"); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:326:16: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 326 | btn_edit_gui = new Gtk.ToolButton.from_stock ("gtk-preferences"); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:335:16: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 335 | btn_edit = new Gtk.ToolButton.from_stock ("gtk-edit"); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:344:16: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 344 | btn_open_dir = new Gtk.ToolButton.from_stock ("gtk-directory"); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:358:16: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 358 | btn_scan = new Gtk.ToolButton.from_stock ("gtk-refresh"); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:367:16: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 367 | btn_generate_preview = new Gtk.ToolButton.from_stock ("gtk-missing-image"); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:378:16: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 378 | btn_kill_all = new Gtk.ToolButton.from_stock ("gtk-cancel"); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:387:16: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 387 | btn_import_themes = new Gtk.ToolButton.from_stock ("gtk-open"); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:402:16: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 402 | btn_settings = new Gtk.ToolButton.from_stock ("gtk-preferences"); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:411:16: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 411 | btn_donate = new Gtk.ToolButton.from_stock ("gtk-dialog-info"); | ^ ~~~~~~~ /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala:421:16: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations] 421 | btn_about = new Gtk.ToolButton.from_stock ("gtk-about"); | ^ ~~~~~~~ /usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here 84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala: In function 'main_window_init_list_view': MainWindow.vala:435:16: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations] 435 | tv_widget.set_rules_hint (true); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here 246 | void gtk_tree_view_set_rules_hint (GtkTreeView *tree_view, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala: In function 'main_window_init_preview_area': MainWindow.vala:486:16: warning: 'gtk_scrolled_window_add_with_viewport' is deprecated: Use 'gtk_container_add' instead [-Wdeprecated-declarations] 486 | sw_preview.add_with_viewport(ebox_preview); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:187: /usr/include/gtk-3.0/gtk/gtkscrolledwindow.h:186:16: note: declared here 186 | void gtk_scrolled_window_add_with_viewport (GtkScrolledWindow *scrolled_window, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MainWindow.vala: In function 'main_window_btn_generate_preview_clicked': MainWindow.vala:802:24: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 802 | Thread.create (btn_generate_preview_clicked_thread, true); | ^ ~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:115, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:30: /usr/include/glib-2.0/glib/deprecated/gthread.h:102:10: note: declared here 102 | GThread *g_thread_create (GThreadFunc func, | ^~~~~~~~~~~~~~~ MainWindow.vala: In function 'main_window_show_preview': MainWindow.vala:1030:16: warning: 'gdk_screen_width' is deprecated [-Wdeprecated-declarations] 1030 | int screen_width = Gdk.Screen.width(); | ^ ~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50: /usr/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here 108 | gint gdk_screen_width (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~ MainWindow.vala:1031:16: warning: 'gdk_screen_height' is deprecated [-Wdeprecated-declarations] 1031 | int screen_height = Gdk.Screen.height(); | ^ ~~~~~~~~~~~~ /usr/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here 110 | gint gdk_screen_height (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ MainWindow.vala: In function 'main_window_scan_themes': MainWindow.vala:1081:24: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 1081 | Thread.create (scan_themes_thread, true); | ^ ~~~~~~~~~~~~~~ /usr/include/glib-2.0/glib/deprecated/gthread.h:102:10: note: declared here 102 | GThread *g_thread_create (GThreadFunc func, | ^~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34: MainWindow.vala.c: In function 'main_window_get_type': /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 'g_atomic_pointer_get' 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ MainWindow.vala.c:6952:6: note: in expansion of macro 'g_once_init_enter' 6952 | } | ^ EditWidgetWindow.vala: In function 'edit_widget_window_construct': EditWidgetWindow.vala:74:16: warning: assignment to 'GtkBox *' {aka 'struct _GtkBox *'} from incompatible pointer type 'GtkWidget *' {aka 'struct _GtkWidget *'} [-Wincompatible-pointer-types] 74 | Box vbox_main = get_content_area(); | ^ EditWidgetWindow.vala:442:16: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] 442 | Box hbox_action = (Box) get_action_area(); | ^ ~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:31, from /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/src/EditWidgetWindow.vala.c:27: /usr/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here 203 | GtkWidget * gtk_dialog_get_action_area (GtkDialog *dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ EditWidgetWindow.vala:442:25: warning: assignment to 'GtkBox *' {aka 'struct _GtkBox *'} from incompatible pointer type 'GtkWidget *' {aka 'struct _GtkWidget *'} [-Wincompatible-pointer-types] 442 | Box hbox_action = (Box) get_action_area(); | ^ EditWidgetWindow.vala:446:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 446 | btn_apply_changes.set_image (new Image.from_stock ("gtk-apply", IconSize.MENU)); | ^ ~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42, from /usr/include/gtk-3.0/gtk/gtktreeview.h:29, from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27, from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /usr/include/gtk-3.0/gtk/gtk.h:42: /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ EditWidgetWindow.vala:454:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 454 | btn_discard_changes.set_image (new Image.from_stock ("gtk-clear", IconSize.MENU)); | ^ ~~~~~~~ /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ EditWidgetWindow.vala:462:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 462 | btn_cancel_changes.set_image (new Image.from_stock ("gtk-cancel", IconSize.MENU)); | ^ ~~~~~~~ /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:30: EditWidgetWindow.vala.c: In function 'edit_widget_window_get_type': /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 'g_atomic_pointer_get' 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ EditWidgetWindow.vala.c:3101:6: note: in expansion of macro 'g_once_init_enter' 3101 | edit_widget_window_get_type_once (void) | ^~~~~~~~~~~~~~~~~ EditThemeWindow.vala: In function 'edit_theme_window_construct': EditThemeWindow.vala:59:16: warning: assignment to 'GtkBox *' {aka 'struct _GtkBox *'} from incompatible pointer type 'GtkWidget *' {aka 'struct _GtkWidget *'} [-Wincompatible-pointer-types] 59 | vbox_main = get_content_area(); | ^ EditThemeWindow.vala:202:16: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] 202 | hbox_action = (Box) get_action_area(); | ^ ~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:31, from /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/src/EditThemeWindow.vala.c:27: /usr/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here 203 | GtkWidget * gtk_dialog_get_action_area (GtkDialog *dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ EditThemeWindow.vala:202:25: warning: assignment to 'GtkBox *' {aka 'struct _GtkBox *'} from incompatible pointer type 'GtkWidget *' {aka 'struct _GtkWidget *'} [-Wincompatible-pointer-types] 202 | hbox_action = (Box) get_action_area(); | ^ EditThemeWindow.vala:206:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 206 | btn_ok.set_image(new Image.from_stock ("gtk-ok", IconSize.MENU)); | ^ ~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42, from /usr/include/gtk-3.0/gtk/gtktreeview.h:29, from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27, from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /usr/include/gtk-3.0/gtk/gtk.h:42: /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ EditThemeWindow.vala:213:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 213 | btn_cancel.set_image (new Image.from_stock ("gtk-cancel", IconSize.MENU)); | ^ ~~~~~~~ /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ EditThemeWindow.vala: In function 'edit_theme_window_init_list_view': EditThemeWindow.vala:233:16: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations] 233 | tv_widget.set_rules_hint (true); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here 246 | void gtk_tree_view_set_rules_hint (GtkTreeView *tree_view, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:30: EditThemeWindow.vala.c: In function 'edit_theme_window_get_type': /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 'g_atomic_pointer_get' 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ EditThemeWindow.vala.c:3193:13: note: in expansion of macro 'g_once_init_enter' 3193 | if (g_once_init_enter (&edit_theme_window_type_id__once)) { | ^~~~~~~~~~~~~~~~~ SettingsWindow.vala: In function 'settings_window_construct': SettingsWindow.vala:60:17: warning: assignment to 'GtkBox *' {aka 'struct _GtkBox *'} from incompatible pointer type 'GtkWidget *' {aka 'struct _GtkWidget *'} [-Wincompatible-pointer-types] 60 | Box vbox_main = get_content_area(); | ^ SettingsWindow.vala:148:16: warning: 'gdk_color_parse' is deprecated: Use 'gdk_rgba_parse' instead [-Wdeprecated-declarations] 148 | Gdk.Color.parse("000000",out black); | ^ ~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkcairo.h:26, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/src/SettingsWindow.vala.c:27: /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:79:11: note: declared here 79 | gboolean gdk_color_parse (const gchar *spec, | ^~~~~~~~~~~~~~~ SettingsWindow.vala:149:16: warning: 'gtk_widget_modify_fg' is deprecated: Use 'gtk_widget_override_color' instead [-Wdeprecated-declarations] 149 | entry_themedir.modify_fg(StateType.INSENSITIVE,black); | ^ ~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:277: /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:749:13: note: declared here 749 | void gtk_widget_modify_fg (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~ SettingsWindow.vala:162:16: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations] 162 | tv_folders.set_rules_hint (true); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27, from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /usr/include/gtk-3.0/gtk/gtk.h:42: /usr/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here 246 | void gtk_tree_view_set_rules_hint (GtkTreeView *tree_view, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ SettingsWindow.vala:200:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 200 | btn_add_folder.set_image (new Image.from_stock ("gtk-add", IconSize.MENU)); | ^ ~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42, from /usr/include/gtk-3.0/gtk/gtktreeview.h:29: /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ SettingsWindow.vala:206:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 206 | btn_remove_folder.set_image (new Image.from_stock ("gtk-remove", IconSize.MENU)); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ SettingsWindow.vala:212:16: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] 212 | Box hbox_action = (Box) get_action_area(); | ^ ~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:31: /usr/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here 203 | GtkWidget * gtk_dialog_get_action_area (GtkDialog *dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ SettingsWindow.vala:212:24: warning: assignment to 'GtkBox *' {aka 'struct _GtkBox *'} from incompatible pointer type 'GtkWidget *' {aka 'struct _GtkWidget *'} [-Wincompatible-pointer-types] 212 | Box hbox_action = (Box) get_action_area(); | ^ SettingsWindow.vala:216:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 216 | btn_apply_changes.set_image (new Image.from_stock ("gtk-apply", IconSize.MENU)); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ SettingsWindow.vala:222:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 222 | btn_cancel_changes.set_image (new Image.from_stock ("gtk-cancel", IconSize.MENU)); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30: SettingsWindow.vala.c: In function 'settings_window_get_type': /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 'g_atomic_pointer_get' 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ SettingsWindow.vala.c:1686:13: note: in expansion of macro 'g_once_init_enter' 1686 | if (g_once_init_enter (&settings_window_type_id__once)) { | ^~~~~~~~~~~~~~~~~ DonationWindow.vala: In function 'donation_window_construct': DonationWindow.vala:46:23: warning: assignment to 'GtkBox *' {aka 'struct _GtkBox *'} from incompatible pointer type 'GtkWidget *' {aka 'struct _GtkWidget *'} [-Wincompatible-pointer-types] 46 | Box vbox_main = get_content_area(); | ^ DonationWindow.vala:50:16: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] 50 | get_action_area().visible = false; | ^ ~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:31, from /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/src/DonationWindow.vala.c:27: /usr/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here 203 | GtkWidget * gtk_dialog_get_action_area (GtkDialog *dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ DonationWindow.vala:50:23: warning: assignment to 'GtkBox *' {aka 'struct _GtkBox *'} from incompatible pointer type 'GtkWidget *' {aka 'struct _GtkWidget *'} [-Wincompatible-pointer-types] 50 | get_action_area().visible = false; | ^ DonationWindow.vala:61:16: warning: 'gtk_widget_set_margin_left' is deprecated: Use 'gtk_widget_set_margin_start' instead [-Wdeprecated-declarations] 61 | vbox_actions.margin_left = 50; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27, from /usr/include/gtk-3.0/gtk/gtkwindow.h:33, from /usr/include/gtk-3.0/gtk/gtkdialog.h:32: /usr/include/gtk-3.0/gtk/gtkwidget.h:1086:10: note: declared here 1086 | void gtk_widget_set_margin_left (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ DonationWindow.vala:62:16: warning: 'gtk_widget_set_margin_right' is deprecated: Use 'gtk_widget_set_margin_end' instead [-Wdeprecated-declarations] 62 | vbox_actions.margin_right = 50; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/gtkwidget.h:1091:10: note: declared here 1091 | void gtk_widget_set_margin_right (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:30: DonationWindow.vala.c: In function 'donation_window_get_type': /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 'g_atomic_pointer_get' 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ DonationWindow.vala.c:497:6: note: in expansion of macro 'g_once_init_enter' 497 | } | ^ GeneratePreviewWindow.vala: In function 'generate_preview_window_construct': GeneratePreviewWindow.vala:53:16: warning: assignment to 'GtkBox *' {aka 'struct _GtkBox *'} from incompatible pointer type 'GtkWidget *' {aka 'struct _GtkWidget *'} [-Wincompatible-pointer-types] 53 | Box vbox_main = get_content_area(); | ^ GeneratePreviewWindow.vala:122:16: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] 122 | Box hbox_action = (Box) get_action_area(); | ^ ~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:31, from /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/src/GeneratePreviewWindow.vala.c:27: /usr/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here 203 | GtkWidget * gtk_dialog_get_action_area (GtkDialog *dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ GeneratePreviewWindow.vala:122:24: warning: assignment to 'GtkBox *' {aka 'struct _GtkBox *'} from incompatible pointer type 'GtkWidget *' {aka 'struct _GtkWidget *'} [-Wincompatible-pointer-types] 122 | Box hbox_action = (Box) get_action_area(); | ^ GeneratePreviewWindow.vala:126:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 126 | btn_ok.set_image(new Image.from_stock ("gtk-ok", IconSize.MENU)); | ^ ~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42, from /usr/include/gtk-3.0/gtk/gtktreeview.h:29, from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27, from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /usr/include/gtk-3.0/gtk/gtk.h:42: /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ GeneratePreviewWindow.vala:149:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 149 | btn_cancel.set_image (new Image.from_stock ("gtk-cancel", IconSize.MENU)); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:30: GeneratePreviewWindow.vala.c: In function 'generate_preview_window_get_type': /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 'g_atomic_pointer_get' 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ GeneratePreviewWindow.vala.c:859:6: note: in expansion of macro 'g_once_init_enter' 859 | { | ^ AboutWindow.vala: In function '__lambda27_': AboutWindow.vala:241:24: warning: 'gtk_show_uri' is deprecated: Use 'gtk_show_uri_on_window' instead [-Wdeprecated-declarations] 241 | return Gtk.show_uri(null, lbtn_website.uri, Gdk.CURRENT_TIME); | ^ ~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:200, from /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/src/AboutWindow.vala.c:27: /usr/include/gtk-3.0/gtk/gtkshow.h:33:10: note: declared here 33 | gboolean gtk_show_uri (GdkScreen *screen, | ^~~~~~~~~~~~ AboutWindow.vala: In function '__lambda28_': AboutWindow.vala:286:24: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 286 | btn_credits.set_image (new Image.from_stock ("gtk-go-back", IconSize.MENU)); | ^ ~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42, from /usr/include/gtk-3.0/gtk/gtktreeview.h:29, from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27, from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /usr/include/gtk-3.0/gtk/gtk.h:42: /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ AboutWindow.vala:290:24: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 290 | btn_credits.set_image (new Image.from_stock ("gtk-about", IconSize.MENU)); | ^ ~~~~~ /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ AboutWindow.vala: In function 'about_window_construct': AboutWindow.vala:197:16: warning: assignment to 'GtkBox *' {aka 'struct _GtkBox *'} from incompatible pointer type 'GtkWidget *' {aka 'struct _GtkWidget *'} [-Wincompatible-pointer-types] 197 | vbox_main = get_content_area(); | ^ AboutWindow.vala:269:16: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations] 269 | hbox_action = (Box) get_action_area(); | ^ ~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:31: /usr/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here 203 | GtkWidget * gtk_dialog_get_action_area (GtkDialog *dialog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ AboutWindow.vala:269:24: warning: assignment to 'GtkBox *' {aka 'struct _GtkBox *'} from incompatible pointer type 'GtkWidget *' {aka 'struct _GtkWidget *'} [-Wincompatible-pointer-types] 269 | hbox_action = (Box) get_action_area(); | ^ AboutWindow.vala:273:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 273 | btn_credits.set_image (new Image.from_stock ("gtk-about", IconSize.MENU)); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ AboutWindow.vala:296:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 296 | btn_close.set_image (new Image.from_stock ("gtk-close", IconSize.MENU)); | ^ ~~~~~~ /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here 122 | GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~ AboutWindow.vala: In function '___lambda30_': AboutWindow.vala:384:24: warning: 'gtk_show_uri' is deprecated: Use 'gtk_show_uri_on_window' instead [-Wdeprecated-declarations] 384 | return Gtk.show_uri(null, link.uri, Gdk.CURRENT_TIME); | ^ ~~~ /usr/include/gtk-3.0/gtk/gtkshow.h:33:10: note: declared here 33 | gboolean gtk_show_uri (GdkScreen *screen, | ^~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/gtk-3.0/gdk/gdkconfig.h:8, from /usr/include/gtk-3.0/gdk/gdk.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:30: AboutWindow.vala.c: In function 'about_window_get_type': /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 'g_atomic_pointer_get' 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ AboutWindow.vala.c:2972:13: note: in expansion of macro 'g_once_init_enter' 2972 | if (g_once_init_enter (&about_window_type_id__once)) { | ^~~~~~~~~~~~~~~~~ Utility.vala: In function 'tee_jee_gtk_helper_gtk_set_busy': Utility.vala:898:24: warning: 'gdk_cursor_new' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] 898 | cursor = new Gdk.Cursor(Gdk.CursorType.WATCH); | ^ ~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:34, from /usr/include/gtk-3.0/gtk/gtk.h:30, from /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/src/Utility.vala.c:41: /usr/include/gtk-3.0/gdk/gdkcursor.h:228:12: note: declared here 228 | GdkCursor* gdk_cursor_new (GdkCursorType cursor_type); | ^~~~~~~~~~~~~~ Utility.vala:901:24: warning: 'gdk_cursor_new' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] 901 | cursor = new Gdk.Cursor(Gdk.CursorType.ARROW); | ^ ~~~~~ /usr/include/gtk-3.0/gdk/gdkcursor.h:228:12: note: declared here 228 | GdkCursor* gdk_cursor_new (GdkCursorType cursor_type); | ^~~~~~~~~~~~~~ Utility.vala: In function 'tee_jee_gtk_helper_cell_renderer_progress2_class_init': Utility.vala:973:50: warning: assignment to 'void (*)(GtkCellRenderer *, cairo_t *, GtkWidget *, const GdkRectangle *, const GdkRectangle *, GtkCellRendererState)' {aka 'void (*)(struct _GtkCellRenderer *, struct _cairo *, struct _GtkWidget *, const struct _cairo_rectangle_int *, const struct _cairo_rectangle_int *, GtkCellRendererState)'} from incompatible pointer type 'void (*)(GtkCellRenderer *, cairo_t *, GtkWidget *, GdkRectangle *, GdkRectangle *, GtkCellRendererState)' {aka 'void (*)(struct _GtkCellRenderer *, struct _cairo *, struct _GtkWidget *, struct _cairo_rectangle_int *, struct _cairo_rectangle_int *, GtkCellRendererState)'} [-Wincompatible-pointer-types] 973 | public class CellRendererProgress2 : Gtk.CellRendererProgress{ | ^ In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:34, from /usr/include/glib-2.0/glib.h:34, from /usr/include/glib-2.0/gobject/gbinding.h:30, from /usr/include/glib-2.0/glib-object.h:24, from /usr/include/glib-2.0/gio/gioenums.h:30, from /usr/include/glib-2.0/gio/giotypes.h:30, from /usr/include/glib-2.0/gio/gio.h:28, from /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/src/Utility.vala.c:29: Utility.vala.c: In function 'tee_jee_gtk_helper_cell_renderer_progress2_get_type': /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 'g_atomic_pointer_get' 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ Utility.vala.c:5071:13: note: in expansion of macro 'g_once_init_enter' 5071 | if (g_once_init_enter (&tee_jee_gtk_helper_cell_renderer_progress2_type_id__once)) { | ^~~~~~~~~~~~~~~~~ Utility.vala.c: In function 'tee_jee_misc_dist_info_get_type': /usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ /usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 'g_atomic_pointer_get' 272 | (!g_atomic_pointer_get (location) && \ | ^~~~~~~~~~~~~~~~~~~~ Utility.vala.c:7686:13: note: in expansion of macro 'g_once_init_enter' 7686 | if (g_once_init_enter (&tee_jee_misc_dist_info_type_id__once)) { | ^~~~~~~~~~~~~~~~~ Compilation succeeded - 67 warning(s) #update translation template xgettext --language=C --keyword=_ --copyright-holder='Tony George (teejee2008@gmail.com)' --package-name='conky-manager' --package-version='2.0' --msgid-bugs-address='teejee2008@gmail.com' --escape --sort-output -o ../conky-manager.pot *.vala xgettext: The option '--sort-output' is deprecated. Main.vala:646: warning: unterminated string literal Main.vala:656: warning: unterminated string literal make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.UpHatS + umask 022 + cd /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build + mkdir /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT + cd conky-manager-2.4~136~ubuntu16.04.1 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT 'INSTALL=/usr/bin/install -p' INSTALL_ROOT=/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT cd src; make install make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/src' mkdir -p /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/bin mkdir -p /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share mkdir -p /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/applications mkdir -p /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/conky-manager mkdir -p /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/pixmaps mkdir -p /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/appdata #binary install -m 0755 conky-manager "/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/bin" install -m 0755 conky-manager-uninstall "/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/bin" #launcher install -m 0755 conky-manager.desktop "/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/applications" #app icon install -m 0755 share/pixmaps/conky-manager.png "/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/pixmaps" #appdata.xml install -m 0755 conky-manager.appdata.xml "/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/appdata" #shared files cp -dpr --no-preserve=ownership -t "/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/conky-manager" ./share/conky-manager/* chmod --recursive 0755 /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/conky-manager/* #translations mkdir -p "/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/locale/cs_CZ/LC_MESSAGES" msgfmt --check --verbose -o "/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/locale/cs_CZ/LC_MESSAGES/conky-manager.mo" ../po/conky-manager-cs.po 171 translated messages. mkdir -p "/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/locale/hr_HR/LC_MESSAGES" msgfmt --check --verbose -o "/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/locale/hr_HR/LC_MESSAGES/conky-manager.mo" ../po/conky-manager-hr.po ../po/conky-manager-hr.po:7: warning: header field 'Language' missing in header 165 translated messages. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/src' + /usr/lib/rpm/find-lang.sh /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT conky-manager + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 2.4-4.mga10 --unique-debug-suffix -2.4-4.mga10.x86_64 --unique-debug-src-base conky-manager-2.4-4.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1 find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/conky-manager-2.4-4.mga10.x86_64 cpio: src/AboutWindow.vala.c: Cannot stat: No such file or directory cpio: src/DonationWindow.vala.c: Cannot stat: No such file or directory cpio: src/EditThemeWindow.vala.c: Cannot stat: No such file or directory cpio: src/EditWidgetWindow.vala.c: Cannot stat: No such file or directory cpio: src/GeneratePreviewWindow.vala.c: Cannot stat: No such file or directory cpio: src/Main.vala.c: Cannot stat: No such file or directory cpio: src/MainWindow.vala.c: Cannot stat: No such file or directory cpio: src/SettingsWindow.vala.c: Cannot stat: No such file or directory cpio: src/Utility.vala.c: Cannot stat: No such file or directory cpio: src/glib-2.0.vapi: Cannot stat: No such file or directory find-debuginfo: done + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files Warning: unused libraries in /usr/bin/conky-manager: libz.so.1 libcairo-gobject.so.2 libwayland-client.so.0 libpangocairo-1.0.so.0 libpango-1.0.so.0 libcairo.so.2 libharfbuzz-gobject.so.0 libharfbuzz.so.0 libX11.so.6 libgmodule-2.0.so.0 libssl.so.3 libcrypto.so.3 + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/conky-manager-uninstall from /bin/bash to #!/usr/bin/bash *** WARNING: ./usr/share/appdata/conky-manager.appdata.xml is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/applications/conky-manager.desktop is executable but has no shebang, removing executable bit + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/SPECPARTS/rpm-debuginfo.specpart Processing files: conky-manager-2.4-4.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.nwuSQM + umask 022 + cd /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build + cd conky-manager-2.4~136~ubuntu16.04.1 + DOCDIR=/home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/doc/conky-manager + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/doc/conky-manager + cp -pr /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/README /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/doc/conky-manager + cp -pr /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/AUTHORS /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/doc/conky-manager + cp -pr /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/conky-manager-2.4~136~ubuntu16.04.1/TODO /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT/usr/share/doc/conky-manager + RPM_EC=0 ++ jobs -p + exit 0 Provides: application() application(conky-manager.desktop) conky-manager = 2.4-4.mga10 conky-manager(x86-64) = 2.4-4.mga10 metainfo() metainfo(conky-manager.appdata.xml) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libX11.so.6()(64bit) libatk-1.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.34)(64bit) libcairo-gobject.so.2()(64bit) libcairo.so.2()(64bit) libcrypto.so.3()(64bit) libgdk-3.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgee-0.8.so.2()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-3.so.0()(64bit) libharfbuzz-gobject.so.0()(64bit) libharfbuzz.so.0()(64bit) libjson-glib-1.0.so.0()(64bit) libjson-glib-1.0.so.0(libjson-glib-1.0.so.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libssl.so.3()(64bit) libwayland-client.so.0()(64bit) libz.so.1()(64bit) Processing files: conky-manager-debugsource-2.4-4.mga10.x86_64 Provides: conky-manager-debugsource = 2.4-4.mga10 conky-manager-debugsource(x86-64) = 2.4-4.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: conky-manager-debuginfo-2.4-4.mga10.x86_64 Provides: conky-manager-debuginfo = 2.4-4.mga10 conky-manager-debuginfo(x86-64) = 2.4-4.mga10 debuginfo(build-id) = 0b5c5a5824bdbeac259d385aaa6b82149c05df29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: conky-manager-debugsource(x86-64) = 2.4-4.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/conky-manager-debugsource-2.4-4.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/conky-manager-debuginfo-2.4-4.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/conky-manager-2.4-4.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.sFHymB + umask 022 + cd /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build + test -d /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build + rm -rf /home/pterjan/rpmbuild/BUILD/conky-manager-2.4-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!