+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/conky-manager.spec            --define "debug_package %{nil}"            --undefine _annotated_build            --define "_missing_doc_files_terminate_build %{nil}"            --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d"            --define "_emacs_sitelispdir /usr/share/emacs/site-lisp"            --nocheck   ' mockbuild
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ZUEyDj
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf conky-manager-2.3.4~134~ubuntu15.10.1
+ /usr/bin/xz -dc /builddir/build/SOURCES/conky-manager_2.3.4~134~ubuntu15.10.1.tar.xz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd conky-manager-2.3.4~134~ubuntu15.10.1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (conky-manager-desktopentry-fixer-and-arabizer.patch):'
Patch #0 (conky-manager-desktopentry-fixer-and-arabizer.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0
patching file src/conky-manager.desktop
+ sed -i 3d src/conky-manager.desktop
+ sed -i 's/valac/valac -g/g' src/makefile
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nYbuf7
+ umask 022
+ cd /builddir/build/BUILD
+ cd conky-manager-2.3.4~134~ubuntu15.10.1
+ make -j4
cd src; make all
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Entering directory '/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.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<T> ()
Main.vala:1003.8-1003.26: warning: GLib.Thread.create has been deprecated since 2.32. Use new Thread<T> ()
Main.vala:1010.8-1010.26: warning: GLib.Thread.create has been deprecated since 2.32. Use new Thread<T> ()
Utility.vala:898.13-898.48: warning: Gdk.Cursor.new has been deprecated since 3.16
Utility.vala:901.13-901.48: warning: Gdk.Cursor.new has been deprecated since 3.16
MainWindow.vala:1081.4-1081.22: warning: GLib.Thread.create has been deprecated since 2.32. Use new Thread<T> ()
MainWindow.vala:1030.22-1030.37: warning: Gdk.Screen.width has been deprecated since 3.22
MainWindow.vala:1031.23-1031.39: warning: Gdk.Screen.height has been deprecated since 3.22
MainWindow.vala:802.4-802.22: warning: GLib.Thread.create has been deprecated since 2.32. Use new Thread<T> ()
SettingsWindow.vala:148.3-148.11: warning: Gdk.Color has been deprecated since 3.14
SettingsWindow.vala:149.3-149.26: warning: Gtk.Widget.modify_fg has been deprecated since 3.0. Use override_color
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function 'main_save_app_config':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:189:47: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
   foreach(string path in search_folders){
                                               ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:31:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function 'main_init_theme_packs':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:317:50: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
      foreach(string filename in filenames){
                                                  ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:31:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:333:51: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
       foreach(string filename in filenames){
                                                   ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:31:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function 'main_load_themes_and_widgets':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:407:45: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
   log_msg(_("Searching for conkyrc files... %d found").printf(conkyrc_list.size));
                                             ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:31:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function '__lambda4_':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:425:9: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
    return strcmp(a.name,b.name);
         ^
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function 'main_find_conkyrc_files':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:419:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
   foreach(string path in search_folders){
                                              ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:31:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:79:0,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:27:
/usr/share/vala-0.34/vapi/glib-2.0.vapi: In function 'string_strip':
/usr/share/vala-0.34/vapi/glib-2.0.vapi:1209:14: warning: passing argument 1 of 'g_strchug' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   result._strip ();
              ^
/usr/include/glib-2.0/glib/gstrfuncs.h:181:53: note: in definition of macro 'g_strstrip'
 #define g_strstrip( string ) g_strchomp (g_strchug (string))
                                                     ^~~~~~
/usr/include/glib-2.0/glib/gstrfuncs.h:176:23: note: expected 'gchar * {aka char *}' but argument is of type 'const gchar * {aka const char *}'
 gchar*                g_strchug        (gchar        *string);
                       ^~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function 'main_find_conkyrc_files_in_path':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:449:51: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
     foreach(ConkyConfigItem item in conkyrc_list){
                                                   ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:31:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function '__lambda5_':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:474:9: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
    return strcmp(a.name,b.name);
         ^
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function 'main_find_conkytheme_files':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:467:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
   foreach(string path in search_folders){
                                              ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:31:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function 'main_find_conkytheme_files_in_path':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:502:50: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
    foreach(ConkyConfigItem item in conkytheme_list){
                                                  ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:31:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function 'main_find_and_install_fonts':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:517:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
   foreach(string path in search_folders){
                                              ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:31:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function 'main_refresh_conkyrc_status':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:579:47: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
   foreach(ConkyRC rc in conkyrc_list){
                                               ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:31:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:581:49: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
    foreach(string path in active_list){
                                                 ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:31:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function 'main_update_startup_script':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:614:47: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
   foreach(ConkyRC conf in conkyrc_list){
                                               ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:31:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function 'main_kill_all_conky':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:668:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
   foreach(ConkyRC rc in conkyrc_list){
                                              ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:31:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function 'conky_rc_generate_preview':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:942:3: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
    Thread.create<void> (generate_preview_thread, true);
   ^~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:108:0,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:27:
/usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here
 GThread *g_thread_create       (GThreadFunc       func,
          ^~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function 'conky_rc_generate_preview_thread':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:1003:4: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
        Thread.create<void> (conky_read_output_line, true);
    ^   ~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:108:0,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:27:
/usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here
 GThread *g_thread_create       (GThreadFunc       func,
          ^~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:1010:4: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
        Thread.create<void> (conky_read_error_line, true);
    ^   ~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:108:0,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:27:
/usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here
 GThread *g_thread_create       (GThreadFunc       func,
          ^~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function 'conky_theme_construct_from_file':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:1631:51: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
     foreach(ConkyRC item in _main_app.conkyrc_list){
                                                   ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:31:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala: In function 'conky_theme_real_start':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala:1788:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
   foreach(ConkyRC rc in conkyrc_list){
                                              ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Main.vala.c:31:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala: In function 'main_window_construct':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:116:2: warning: 'gtk_widget_set_margin_left' is deprecated: Use 'gtk_widget_set_margin_start' instead [-Wdeprecated-declarations]
         hbox_widget.margin_left = 3;
  ^      ~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27:0,
                 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 /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkwidget.h:1086:10: note: declared here
 void     gtk_widget_set_margin_left   (GtkWidget *widget,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:117:2: warning: 'gtk_widget_set_margin_right' is deprecated: Use 'gtk_widget_set_margin_end' instead [-Wdeprecated-declarations]
         hbox_widget.margin_right = 3;
  ^      ~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27:0,
                 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 /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkwidget.h:1091:10: note: declared here
 void     gtk_widget_set_margin_right  (GtkWidget *widget,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:162:2: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
   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:0,
                 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,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
 GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
            ^~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala: In function 'main_window_init_toolbar':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:285:2: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
   btn_prev = new Gtk.ToolButton.from_stock ("gtk-go-back");
  ^~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:145,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
 GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:294:2: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
   btn_next = new Gtk.ToolButton.from_stock ("gtk-go-forward");
  ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:145,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
 GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:303:2: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
   btn_start = new Gtk.ToolButton.from_stock ("gtk-media-play");
  ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:145,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
 GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:312:2: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
   btn_stop = new Gtk.ToolButton.from_stock ("gtk-media-stop");
  ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:145,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
 GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:326:2: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
   btn_edit_gui = new Gtk.ToolButton.from_stock ("gtk-preferences");
  ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:145,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
 GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:335:2: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
   btn_edit = new Gtk.ToolButton.from_stock ("gtk-edit");
  ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:145,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
 GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:344:2: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
   btn_open_dir = new Gtk.ToolButton.from_stock ("gtk-directory");
  ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:145,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
 GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:358:2: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
   btn_scan = new Gtk.ToolButton.from_stock ("gtk-refresh");
  ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:145,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
 GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:367:2: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
   btn_generate_preview = new Gtk.ToolButton.from_stock ("gtk-missing-image");
  ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:145,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
 GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:378:2: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
   btn_kill_all = new Gtk.ToolButton.from_stock ("gtk-cancel");
  ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:145,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
 GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:387:2: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
   btn_import_themes = new Gtk.ToolButton.from_stock ("gtk-open");
  ^~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:145,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
 GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:402:2: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
   btn_settings = new Gtk.ToolButton.from_stock ("gtk-preferences");
  ^~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:145,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
 GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:411:2: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
   btn_donate = new Gtk.ToolButton.from_stock ("gtk-dialog-info");
  ^~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:145,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
 GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:421:2: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
   btn_about = new Gtk.ToolButton.from_stock ("gtk-about");
  ^~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:145,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
 GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala: In function 'main_window_init_list_view':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:435:2: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations]
   tv_widget.set_rules_hint (true);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27:0,
                 from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /usr/include/gtk-3.0/gtk/gtk.h:42,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
 void                   gtk_tree_view_set_rules_hint                (GtkTreeView               *tree_view,
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala: In function 'main_window_init_preview_area':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:486:2: warning: 'gtk_scrolled_window_add_with_viewport' is deprecated: Use 'gtk_container_add' instead [-Wdeprecated-declarations]
   sw_preview.add_with_viewport(ebox_preview);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:183:0,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkscrolledwindow.h:186:13: note: declared here
 void        gtk_scrolled_window_add_with_viewport (GtkScrolledWindow *scrolled_window,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala: In function 'main_window_btn_generate_preview_clicked':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:760:51: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
      foreach(ConkyRC rc in App.conkyrc_list){
                                                   ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:30:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:778:51: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
      foreach(ConkyRC rc in App.conkyrc_list){
                                                   ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:30:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:802:3: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
    Thread.create<void> (btn_generate_preview_clicked_thread, true);
   ^~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:108:0,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:27:
/usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here
 GThread *g_thread_create       (GThreadFunc       func,
          ^~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala: In function 'main_window_generate_previews':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:837:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
   foreach(ConkyRC rc in App.conkyrc_list){
                                              ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:30:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:846:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
   int count_total = rclist_generate.size;
                                              ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:30:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:849:47: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
   foreach(ConkyRC rc in rclist_generate){
                                               ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:30:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:867:47: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
   foreach(ConkyRC rc in App.conkyrc_list){
                                               ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:30:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala: In function 'main_window_show_preview':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:1030:2: warning: 'gdk_screen_width' is deprecated [-Wdeprecated-declarations]
   int screen_width = Gdk.Screen.width();
  ^~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here
 gint gdk_screen_width  (void) G_GNUC_CONST;
      ^~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:1031:2: warning: 'gdk_screen_height' is deprecated [-Wdeprecated-declarations]
   int screen_height = Gdk.Screen.height();
  ^~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:29:
/usr/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here
 gint gdk_screen_height (void) G_GNUC_CONST;
      ^~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala: In function 'main_window_scan_themes':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:1081:3: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
    Thread.create<void> (scan_themes_thread, true);
   ^~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:108:0,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:27:
/usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here
 GThread *g_thread_create       (GThreadFunc       func,
          ^~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala: In function 'main_window_tv_widget_refresh':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala:1173:47: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
   foreach(ConkyConfigItem item in list){
                                               ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:30:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:79:0,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/MainWindow.vala.c:27:
/usr/share/vala-0.34/vapi/glib-2.0.vapi: In function 'string_strip':
/usr/share/vala-0.34/vapi/glib-2.0.vapi:1209:14: warning: passing argument 1 of 'g_strchug' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   result._strip ();
              ^
/usr/include/glib-2.0/glib/gstrfuncs.h:181:53: note: in definition of macro 'g_strstrip'
 #define g_strstrip( string ) g_strchomp (g_strchug (string))
                                                     ^~~~~~
/usr/include/glib-2.0/glib/gstrfuncs.h:176:23: note: expected 'gchar * {aka char *}' but argument is of type 'const gchar * {aka const char *}'
 gchar*                g_strchug        (gchar        *string);
                       ^~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditWidgetWindow.vala: In function 'edit_widget_window_construct':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditWidgetWindow.vala:442:2: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
   Box hbox_action = (Box) get_action_area();
  ^~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:31,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditWidgetWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here
 GtkWidget * gtk_dialog_get_action_area  (GtkDialog *dialog);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditWidgetWindow.vala:446:2: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
   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:0,
                 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,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditWidgetWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
 GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
            ^~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditWidgetWindow.vala:454:2: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
   btn_discard_changes.set_image (new Image.from_stock ("gtk-clear", IconSize.MENU));
  ^~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42:0,
                 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,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditWidgetWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
 GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
            ^~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditWidgetWindow.vala:462:2: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
   btn_cancel_changes.set_image (new Image.from_stock ("gtk-cancel", IconSize.MENU));
  ^~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42:0,
                 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,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditWidgetWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
 GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
            ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:79:0,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditWidgetWindow.vala.c:27:
/usr/share/vala-0.34/vapi/glib-2.0.vapi: In function 'string_strip':
/usr/share/vala-0.34/vapi/glib-2.0.vapi:1209:14: warning: passing argument 1 of 'g_strchug' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   result._strip ();
              ^
/usr/include/glib-2.0/glib/gstrfuncs.h:181:53: note: in definition of macro 'g_strstrip'
 #define g_strstrip( string ) g_strchomp (g_strchug (string))
                                                     ^~~~~~
/usr/include/glib-2.0/glib/gstrfuncs.h:176:23: note: expected 'gchar * {aka char *}' but argument is of type 'const gchar * {aka const char *}'
 gchar*                g_strchug        (gchar        *string);
                       ^~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditWidgetWindow.vala: In function 'edit_widget_window_reload_widget_properties':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditWidgetWindow.vala:493:2: warning: 'gtk_color_button_set_rgba' is deprecated: Use 'gtk_color_chooser_set_rgba' instead [-Wdeprecated-declarations]
   cbtn_bg_color.rgba = hex_to_rgba(conf.own_window_colour);
  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:74:0,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditWidgetWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkcolorbutton.h:105:14: note: declared here
 void         gtk_color_button_set_rgba      (GtkColorButton *button,
              ^~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditWidgetWindow.vala: In function 'edit_widget_window_btn_apply_changes_clicked':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditWidgetWindow.vala:555:2: warning: 'gtk_color_button_get_rgba' is deprecated: Use 'gtk_color_chooser_get_rgba' instead [-Wdeprecated-declarations]
   conf.own_window_colour = rgba_to_hex(cbtn_bg_color.rgba, false, false);
  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:74:0,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditWidgetWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkcolorbutton.h:108:14: note: declared here
 void         gtk_color_button_get_rgba      (GtkColorButton *button,
              ^~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala: In function 'edit_theme_window_construct':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala:202:2: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
   hbox_action = (Box) get_action_area();
  ^~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:31,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here
 GtkWidget * gtk_dialog_get_action_area  (GtkDialog *dialog);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala:206:2: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
   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:0,
                 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,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
 GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
            ^~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala:213:2: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
   btn_cancel.set_image (new Image.from_stock ("gtk-cancel", IconSize.MENU));
  ^~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42:0,
                 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,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
 GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
            ^~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala: In function 'edit_theme_window_init_list_view':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala:233:2: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations]
   tv_widget.set_rules_hint (true);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27:0,
                 from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /usr/include/gtk-3.0/gtk/gtk.h:42,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
 void                   gtk_tree_view_set_rules_hint                (GtkTreeView               *tree_view,
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala: In function 'edit_theme_window_tv_widget_refresh':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala:285:47: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
    foreach(ConkyRC rc in th.conkyrc_list){
                                               ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala.c:36:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala:295:48: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
    foreach(ConkyRC rc in App.conkyrc_list){
                                                ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala.c:36:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala:309:48: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
    foreach(ConkyRC rc in App.conkyrc_list){
                                                ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/EditThemeWindow.vala.c:36:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala: In function 'settings_window_construct':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala:56:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
      foreach(string path in App.search_folders){
                                              ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala.c:30:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala:148:2: warning: 'gdk_color_parse' is deprecated: Use 'gdk_rgba_parse' instead [-Wdeprecated-declarations]
   Gdk.Color.parse("000000",out black);
  ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkcairo.h:26:0,
                 from /usr/include/gtk-3.0/gdk/gdk.h:33,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala.c:29:
/usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:79:11: note: declared here
 gboolean  gdk_color_parse     (const gchar    *spec,
           ^~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala:149:2: warning: 'gtk_widget_modify_fg' is deprecated: Use 'gtk_widget_override_color' instead [-Wdeprecated-declarations]
   entry_themedir.modify_fg(StateType.INSENSITIVE,black);
  ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:273:0,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:749:13: note: declared here
 void        gtk_widget_modify_fg          (GtkWidget            *widget,
             ^~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala:162:2: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations]
   tv_folders.set_rules_hint (true);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27:0,
                 from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /usr/include/gtk-3.0/gtk/gtk.h:42,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
 void                   gtk_tree_view_set_rules_hint                (GtkTreeView               *tree_view,
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala:200:2: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
   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:0,
                 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,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
 GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
            ^~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala:206:2: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
   btn_remove_folder.set_image (new Image.from_stock ("gtk-remove", IconSize.MENU));
  ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42:0,
                 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,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
 GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
            ^~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala:212:2: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
   Box hbox_action = (Box) get_action_area();
  ^~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:31,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here
 GtkWidget * gtk_dialog_get_action_area  (GtkDialog *dialog);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala:216:2: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
   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:0,
                 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,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
 GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
            ^~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala:222:2: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
   btn_cancel_changes.set_image (new Image.from_stock ("gtk-cancel", IconSize.MENU));
  ^~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42:0,
                 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,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
 GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
            ^~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala: In function 'settings_window_tv_folders_refresh':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala:232:46: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [-Wincompatible-pointer-types]
   foreach (string path in folder_list_user){
                                              ^
In file included from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/SettingsWindow.vala.c:30:0:
/usr/include/gee-0.8/gee.h:1452:6: note: expected 'GeeAbstractCollection * {aka struct _GeeAbstractCollection *}' but argument is of type 'GeeCollection * {aka struct _GeeCollection *}'
 gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/DonationWindow.vala: In function 'donation_window_construct':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/DonationWindow.vala:49:2: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
   get_action_area().visible = false;
  ^~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:31,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/DonationWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here
 GtkWidget * gtk_dialog_get_action_area  (GtkDialog *dialog);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/DonationWindow.vala:60:2: warning: 'gtk_widget_set_margin_left' is deprecated: Use 'gtk_widget_set_margin_start' instead [-Wdeprecated-declarations]
   vbox_actions.margin_left = 50;
  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27:0,
                 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 /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/DonationWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkwidget.h:1086:10: note: declared here
 void     gtk_widget_set_margin_left   (GtkWidget *widget,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/DonationWindow.vala:61:2: warning: 'gtk_widget_set_margin_right' is deprecated: Use 'gtk_widget_set_margin_end' instead [-Wdeprecated-declarations]
   vbox_actions.margin_right = 50;
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27:0,
                 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 /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/DonationWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkwidget.h:1091:10: note: declared here
 void     gtk_widget_set_margin_right  (GtkWidget *widget,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/GeneratePreviewWindow.vala: In function 'generate_preview_window_construct':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/GeneratePreviewWindow.vala:122:2: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
   Box hbox_action = (Box) get_action_area();
  ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:31,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/GeneratePreviewWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here
 GtkWidget * gtk_dialog_get_action_area  (GtkDialog *dialog);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/GeneratePreviewWindow.vala:126:2: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
   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:0,
                 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,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/GeneratePreviewWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
 GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
            ^~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/GeneratePreviewWindow.vala:149:2: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
   btn_cancel.set_image (new Image.from_stock ("gtk-cancel", IconSize.MENU));
  ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42:0,
                 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,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/GeneratePreviewWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
 GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
            ^~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala: In function '__lambda25_':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala:241:3: warning: 'gtk_show_uri' is deprecated: Use 'gtk_show_uri_on_window' instead [-Wdeprecated-declarations]
     return Gtk.show_uri(null, lbtn_website.uri, Gdk.CURRENT_TIME);
   ^ ~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:196:0,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkshow.h:33:10: note: declared here
 gboolean gtk_show_uri  (GdkScreen   *screen,
          ^~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala: In function '__lambda26_':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala:286:3: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
     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:0,
                 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,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
 GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
            ^~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala:290:3: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
     btn_credits.set_image (new Image.from_stock ("gtk-about", IconSize.MENU));
   ^ ~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42:0,
                 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,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
 GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
            ^~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala: In function 'about_window_construct':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala:269:2: warning: 'gtk_dialog_get_action_area' is deprecated [-Wdeprecated-declarations]
   hbox_action = (Box) get_action_area();
  ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:31,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here
 GtkWidget * gtk_dialog_get_action_area  (GtkDialog *dialog);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala:273:2: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
   btn_credits.set_image (new Image.from_stock ("gtk-about", IconSize.MENU));
  ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42:0,
                 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,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
 GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
            ^~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala:296:2: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
   btn_close.set_image (new Image.from_stock ("gtk-close", IconSize.MENU));
  ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42:0,
                 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,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
 GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
            ^~~~~~~~~~~~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala: In function '___lambda28_':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala:384:3: warning: 'gtk_show_uri' is deprecated: Use 'gtk_show_uri_on_window' instead [-Wdeprecated-declarations]
      return Gtk.show_uri(null, link.uri, Gdk.CURRENT_TIME);
   ^  ~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:196:0,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/AboutWindow.vala.c:29:
/usr/include/gtk-3.0/gtk/gtkshow.h:33:10: note: declared here
 gboolean gtk_show_uri  (GdkScreen   *screen,
          ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:79:0,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Utility.vala.c:27:
/usr/share/vala-0.34/vapi/glib-2.0.vapi: In function 'string_strip':
/usr/share/vala-0.34/vapi/glib-2.0.vapi:1209:14: warning: passing argument 1 of 'g_strchug' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   result._strip ();
              ^
/usr/include/glib-2.0/glib/gstrfuncs.h:181:53: note: in definition of macro 'g_strstrip'
 #define g_strstrip( string ) g_strchomp (g_strchug (string))
                                                     ^~~~~~
/usr/include/glib-2.0/glib/gstrfuncs.h:176:23: note: expected 'gchar * {aka char *}' but argument is of type 'const gchar * {aka const char *}'
 gchar*                g_strchug        (gchar        *string);
                       ^~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Utility.vala: In function 'tee_jee_gtk_helper_gtk_set_busy':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Utility.vala:898:3: warning: 'gdk_cursor_new' is deprecated [-Wdeprecated-declarations]
    cursor = new Gdk.Cursor(Gdk.CursorType.WATCH);
   ^~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:34:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Utility.vala.c:40:
/usr/include/gtk-3.0/gdk/gdkcursor.h:228:12: note: declared here
 GdkCursor* gdk_cursor_new   (GdkCursorType    cursor_type);
            ^~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Utility.vala:901:3: warning: 'gdk_cursor_new' is deprecated [-Wdeprecated-declarations]
    cursor = new Gdk.Cursor(Gdk.CursorType.ARROW);
   ^~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:34:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from /builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Utility.vala.c:40:
/usr/include/gtk-3.0/gdk/gdkcursor.h:228:12: note: declared here
 GdkCursor* gdk_cursor_new   (GdkCursorType    cursor_type);
            ^~~~~~~~~~~~~~
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Utility.vala: In function 'tee_jee_gtk_helper_cell_renderer_progress2_class_init':
/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src/Utility.vala:973:43: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  public class CellRendererProgress2 : Gtk.CellRendererProgress{
                                           ^
Compilation succeeded - 11 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
Main.vala:646: warning: unterminated string literal
Main.vala:656: warning: unterminated string literal
make[1]: Leaving directory '/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1G1PNK
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64
+ cd conky-manager-2.3.4~134~ubuntu15.10.1
+ make install DESTDIR=/builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64 'INSTALL=install -p'
cd src; make install
make[1]: Entering directory '/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src'
mkdir -p /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/bin
mkdir -p /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share
mkdir -p /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/applications
mkdir -p /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/conky-manager
mkdir -p /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/pixmaps
mkdir -p /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/appdata
#binary
install -m 0755 conky-manager "/builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/bin"
install -m 0755 conky-manager-uninstall "/builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/bin"
#launcher
install -m 0755 conky-manager.desktop "/builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/applications"
#app icon
install -m 0755 share/pixmaps/conky-manager.png "/builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/pixmaps"
#appdata.xml
install -m 0755 conky-manager.appdata.xml "/builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/appdata"
#shared files
cp -dpr --no-preserve=ownership -t "/builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/conky-manager" ./share/conky-manager/*
chmod --recursive 0755 /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/conky-manager/*
#translations
mkdir -p "/builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/locale/cs_CZ/LC_MESSAGES"
msgfmt --check --verbose -o "/builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/locale/cs_CZ/LC_MESSAGES/conky-manager.mo" ../po/conky-manager-cs.po
171 translated messages.
mkdir -p "/builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/locale/hr_HR/LC_MESSAGES"
msgfmt --check --verbose -o "/builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/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 '/builddir/build/BUILD/conky-manager-2.3.4~134~ubuntu15.10.1/src'
+ rm /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64//usr/bin/conky-manager-uninstall
+ desktop-file-install --dir=/builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/applications src/conky-manager.desktop
+ /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64 conky-manager
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
*** WARNING: ./usr/share/appdata/conky-manager.appdata.xml is executable but has empty or no shebang, removing executable bit
Processing files: conky-manager-2.3.4-5.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kjYPOo
+ umask 022
+ cd /builddir/build/BUILD
+ cd conky-manager-2.3.4~134~ubuntu15.10.1
+ DOCDIR=/builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/doc/conky-manager
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/doc/conky-manager
+ cp -pr AUTHORS /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/doc/conky-manager
+ cp -pr README /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/doc/conky-manager
+ cp -pr TODO /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/doc/conky-manager
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.2GefUq
+ umask 022
+ cd /builddir/build/BUILD
+ cd conky-manager-2.3.4~134~ubuntu15.10.1
+ LICENSEDIR=/builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/licenses/conky-manager
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/licenses/conky-manager
+ cp -pr COPYING /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64/usr/share/licenses/conky-manager
+ exit 0
Provides: application() application(conky-manager.desktop) conky-manager = 2.3.4-5.fc28 conky-manager(riscv-64) = 2.3.4-5.fc28 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.27)(64bit) libcairo-gobject.so.2()(64bit) libcairo.so.2()(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) libgobject-2.0.so.0()(64bit) libgtk-3.so.0()(64bit) libjson-glib-1.0.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpthread.so.0()(64bit) rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64
Wrote: /builddir/build/SRPMS/conky-manager-2.3.4-5.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/conky-manager-2.3.4-5.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.7Gniaz
+ umask 022
+ cd /builddir/build/BUILD
+ cd conky-manager-2.3.4~134~ubuntu15.10.1
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/conky-manager-2.3.4-5.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
Terminated
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff