D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/easystroke-0.6.0-16.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8C69dV + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf easystroke-0.6.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/easystroke-0.6.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd easystroke-0.6.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/easystroke-0.6.0-fix-desktop-file.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/replace-sigc-group-with-lambda.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/easystroke-0.6.0-abs.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + sed -i -e s:/usr/local:/usr: Makefile + sed -i -e 's:install -Ds:install -D:g' Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.aPZEtW + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd easystroke-0.6.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 'CXX=g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'CC=gcc -std=c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT annotate.o -MMD -MP -MF annotate.Po -o annotate.o -c annotate.cc g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT fire.o -MMD -MP -MF fire.Po -o fire.o -c fire.cc g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT composite.o -MMD -MP -MF composite.Po -o composite.o -c composite.cc composite.cc: In constructor 'Composite::Composite()': composite.cc:49:27: warning: 'gint gdk_screen_width()' is deprecated [-Wdeprecated-declarations] 49 | int w = gdk_screen_width(); | ^ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gdkmm-3.0/gdkmm/color.h:35, from prefdb.h:24, from composite.cc:16: /usr/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here 108 | gint gdk_screen_width (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~ composite.cc:50:28: warning: 'gint gdk_screen_height()' is deprecated [-Wdeprecated-declarations] 50 | int h = gdk_screen_height(); | ^ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gdkmm-3.0/gdkmm/color.h:35, from prefdb.h:24, from composite.cc:16: /usr/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here 110 | gint gdk_screen_height (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ composite.cc:51:28: warning: 'gint gdk_screen_width()' is deprecated [-Wdeprecated-declarations] 51 | num_x = (gdk_screen_width() - 1)/N + 1; | ^ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gdkmm-3.0/gdkmm/color.h:35, from prefdb.h:24, from composite.cc:16: /usr/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here 108 | gint gdk_screen_width (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~ composite.cc:52:29: warning: 'gint gdk_screen_height()' is deprecated [-Wdeprecated-declarations] 52 | num_y = (gdk_screen_height() - 1)/N + 1; | ^ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gdkmm-3.0/gdkmm/color.h:35, from prefdb.h:24, from composite.cc:16: /usr/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here 110 | gint gdk_screen_height (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT gesture.o -MMD -MP -MF gesture.Po -o gesture.o -c gesture.cc g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT grabber.o -MMD -MP -MF grabber.Po -o grabber.o -c grabber.cc g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT shape.o -MMD -MP -MF shape.Po -o shape.o -c shape.cc shape.cc: In constructor 'Shape::Shape()': shape.cc:24:27: warning: 'gint gdk_screen_width()' is deprecated [-Wdeprecated-declarations] 24 | int w = gdk_screen_width(); | ^ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from shape.cc:16: /usr/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here 108 | gint gdk_screen_width (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~ shape.cc:25:28: warning: 'gint gdk_screen_height()' is deprecated [-Wdeprecated-declarations] 25 | int h = gdk_screen_height(); | ^ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from shape.cc:16: /usr/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here 110 | gint gdk_screen_height (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT main.o -MMD -MP -MF main.Po -o main.o -c main.cc main.cc: In static member function 'static void OSD::do_move()': main.cc:112:31: warning: 'gint gdk_screen_width()' is deprecated [-Wdeprecated-declarations] 112 | int left = gdk_screen_width() - 10; | ^ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gdkmm-3.0/gdkmm/types.h:28, from /usr/include/gdkmm-3.0/gdkmm.h:24, from gesture.h:20, from win.h:18, from main.cc:16: /usr/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here 108 | gint gdk_screen_width (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~ main.cc: In member function 'void App::run_by_name(const char*, const Glib::RefPtr&)': main.cc:296:10: warning: ignoring return value of 'int asprintf(char**, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 296 | asprintf(&msg, _("Warning: No action \"%s\" defined\n"), str); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cc: In member function 'virtual int App::on_command_line(const Glib::RefPtr&)': main.cc:324:12: warning: ignoring return value of 'int asprintf(char**, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 324 | asprintf(&msg, "Warning: Unknown command \"%s\".\n", arg[i]); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT water.o -MMD -MP -MF water.Po -o water.o -c water.cc gcc -std=c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtk+-3.0 --cflags` -DGETTEXT_PACKAGE='"easystroke"' -O3 -MT stroke.o -MMD -MP -MF stroke.Po -o stroke.o -c stroke.c gcc -std=c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtk+-3.0 --cflags` -DGETTEXT_PACKAGE='"easystroke"' -O2 -MT cellrenderertextish.o -MMD -MP -MF cellrenderertextish.Po -o cellrenderertextish.o -c cellrenderertextish.c cellrenderertextish.c: In function 'cell_renderer_textish_class_init': cellrenderertextish.c:421:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 421 | g_type_class_add_private (klass, sizeof (CellRendererTextishPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from cellrenderertextish.c:7: /usr/include/glib-2.0/gobject/gtype.h:1304:10: note: declared here 1304 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c:422:49: warning: assignment to 'GtkCellEditable * (*)(GtkCellRenderer *, GdkEvent *, GtkWidget *, const gchar *, const GdkRectangle *, const GdkRectangle *, GtkCellRendererState)' {aka 'struct _GtkCellEditable * (*)(struct _GtkCellRenderer *, union _GdkEvent *, struct _GtkWidget *, const char *, const struct _cairo_rectangle_int *, const struct _cairo_rectangle_int *, GtkCellRendererState)'} from incompatible pointer type 'GtkCellEditable * (*)(GtkCellRenderer *, GdkEvent *, GtkWidget *, const gchar *, GdkRectangle *, GdkRectangle *, GtkCellRendererState)' {aka 'struct _GtkCellEditable * (*)(struct _GtkCellRenderer *, union _GdkEvent *, struct _GtkWidget *, const char *, struct _cairo_rectangle_int *, struct _cairo_rectangle_int *, GtkCellRendererState)'} [-Wincompatible-pointer-types] 422 | GTK_CELL_RENDERER_CLASS (klass)->start_editing = cell_renderer_textish_real_start_editing; | ^ cellrenderertextish.c: In function 'cell_renderer_textish_instance_init': cellrenderertextish.c:430:13: warning: Deprecated pre-processor symbol, replace with 430 | self->priv = CELL_RENDERER_TEXTISH_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function 'cell_editable_dummy_class_init': cellrenderertextish.c:500:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 500 | g_type_class_add_private (klass, sizeof (CellEditableDummyPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from cellrenderertextish.c:7: /usr/include/glib-2.0/gobject/gtype.h:1304:10: note: declared here 1304 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function 'cell_editable_dummy_instance_init': cellrenderertextish.c:516:13: warning: Deprecated pre-processor symbol, replace with 516 | self->priv = CELL_EDITABLE_DUMMY_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function 'cell_editable_dummy_finalize': cellrenderertextish.c:521:22: warning: variable 'self' set but not used [-Wunused-but-set-variable] 521 | CellEditableDummy * self; | ^~~~ cellrenderertextish.c: In function 'cell_editable_accel_construct': cellrenderertextish.c:606:2: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 606 | gtk_misc_set_alignment ((GtkMisc*) label, 0.0f, 0.5f); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32, from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /usr/include/gtk-3.0/gtk/gtk.h:33, from cellrenderertextish.c:8: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:6: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c:610:2: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] 610 | gtk_style_context_get_background_color (_tmp7_, GTK_STATE_FLAG_SELECTED, &_tmp8_); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from cellrenderertextish.c:8: /usr/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here 1201 | void gtk_style_context_get_background_color (GtkStyleContext *context, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c:611:2: warning: 'gtk_widget_override_background_color' is deprecated [-Wdeprecated-declarations] 611 | gtk_widget_override_background_color ((GtkWidget*) self, GTK_STATE_FLAG_NORMAL, &_tmp8_); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 cellrenderertextish.c:8: /usr/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here 1148 | void gtk_widget_override_background_color (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c:615:2: warning: 'gtk_widget_override_color' is deprecated [-Wdeprecated-declarations] 615 | gtk_widget_override_color ((GtkWidget*) label, GTK_STATE_FLAG_NORMAL, &_tmp11_); | ^~~~~~~~~~~~~~~~~~~~~~~~~ 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 cellrenderertextish.c:8: /usr/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here 1144 | void gtk_widget_override_color (GtkWidget *widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function 'cell_editable_accel_real_start_editing': cellrenderertextish.c:652:2: warning: 'gdk_keyboard_grab' is deprecated: Use 'gdk_device_grab' instead [-Wdeprecated-declarations] 652 | gdk_keyboard_grab (_tmp4_, FALSE, _tmp5_); | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gtk-3.0/gtk/gtk.h:30, from cellrenderertextish.c:8: /usr/include/gtk-3.0/gdk/gdkmain.h:93:15: note: declared here 93 | GdkGrabStatus gdk_keyboard_grab (GdkWindow *window, | ^~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function 'cell_editable_accel_on_editing_done': cellrenderertextish.c:720:2: warning: 'gdk_keyboard_ungrab' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] 720 | gdk_keyboard_ungrab ((guint32) GDK_CURRENT_TIME); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gtk-3.0/gtk/gtk.h:30, from cellrenderertextish.c:8: /usr/include/gtk-3.0/gdk/gdkmain.h:102:15: note: declared here 102 | void gdk_keyboard_ungrab (guint32 time_); | ^~~~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function 'cell_editable_accel_class_init': cellrenderertextish.c:745:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 745 | g_type_class_add_private (klass, sizeof (CellEditableAccelPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from cellrenderertextish.c:7: /usr/include/glib-2.0/gobject/gtype.h:1304:10: note: declared here 1304 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function 'cell_editable_accel_instance_init': cellrenderertextish.c:761:13: warning: Deprecated pre-processor symbol, replace with 761 | self->priv = CELL_EDITABLE_ACCEL_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function 'cell_editable_combo_construct': cellrenderertextish.c:897:8: warning: unused variable '_item_collection_size_' [-Wunused-variable] 897 | gint _item_collection_size_ = 0; | ^~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c:896:8: warning: variable 'item_collection_length1' set but not used [-Wunused-but-set-variable] 896 | gint item_collection_length1 = 0; | ^~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function 'cell_editable_combo_class_init': cellrenderertextish.c:930:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 930 | g_type_class_add_private (klass, sizeof (CellEditableComboPrivate)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from cellrenderertextish.c:7: /usr/include/glib-2.0/gobject/gtype.h:1304:10: note: declared here 1304 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ cellrenderertextish.c: In function 'cell_editable_combo_instance_init': cellrenderertextish.c:936:13: warning: Deprecated pre-processor symbol, replace with 936 | self->priv = CELL_EDITABLE_COMBO_GET_PRIVATE (self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo "const char *gui_buffer = \"\\" > gui.c sed 's/"GtkWindow"/"GtkApplicationWindow"/' gui.glade | sed 's/"/\\"/g' | sed 's/ *\(.*\)/\1\\n\\/' >> gui.c echo "\";" >> gui.c mkdir -p po/ca/LC_MESSAGES msgfmt -c po/ca.po -o po/ca/LC_MESSAGES/easystroke.mo po/ca.po:7: warning: header field 'Language' missing in header mkdir -p po/cs/LC_MESSAGES msgfmt -c po/cs.po -o po/cs/LC_MESSAGES/easystroke.mo po/cs.po:7: warning: header field 'Language' missing in header mkdir -p po/de/LC_MESSAGES msgfmt -c po/de.po -o po/de/LC_MESSAGES/easystroke.mo po/de.po:8: warning: header field 'Language' missing in header mkdir -p po/el/LC_MESSAGES msgfmt -c po/el.po -o po/el/LC_MESSAGES/easystroke.mo po/el.po:7: warning: header field 'Language' missing in header mkdir -p po/es/LC_MESSAGES msgfmt -c po/es.po -o po/es/LC_MESSAGES/easystroke.mo po/es.po:7: warning: header field 'Language' missing in header mkdir -p po/fi/LC_MESSAGES msgfmt -c po/fi.po -o po/fi/LC_MESSAGES/easystroke.mo po/fi.po:7: warning: header field 'Language' missing in header mkdir -p po/fr/LC_MESSAGES msgfmt -c po/fr.po -o po/fr/LC_MESSAGES/easystroke.mo po/fr.po:7: warning: header field 'Language' missing in header mkdir -p po/he/LC_MESSAGES msgfmt -c po/he.po -o po/he/LC_MESSAGES/easystroke.mo po/he.po:7: warning: header field 'Language' missing in header mkdir -p po/hu/LC_MESSAGES msgfmt -c po/hu.po -o po/hu/LC_MESSAGES/easystroke.mo po/hu.po:7: warning: header field 'Language' missing in header mkdir -p po/it/LC_MESSAGES msgfmt -c po/it.po -o po/it/LC_MESSAGES/easystroke.mo po/it.po:7: warning: header field 'Language' missing in header mkdir -p po/ja/LC_MESSAGES msgfmt -c po/ja.po -o po/ja/LC_MESSAGES/easystroke.mo po/ja.po:7: warning: header field 'Language' missing in header mkdir -p po/ko/LC_MESSAGES msgfmt -c po/ko.po -o po/ko/LC_MESSAGES/easystroke.mo po/ko.po:8: warning: header field 'Language' missing in header mkdir -p po/pl/LC_MESSAGES msgfmt -c po/pl.po -o po/pl/LC_MESSAGES/easystroke.mo po/pl.po:7: warning: header field 'Language' missing in header mkdir -p po/ru/LC_MESSAGES msgfmt -c po/ru.po -o po/ru/LC_MESSAGES/easystroke.mo po/ru.po:7: warning: header field 'Language' missing in header mkdir -p po/vi/LC_MESSAGES msgfmt -c po/vi.po -o po/vi/LC_MESSAGES/easystroke.mo po/vi.po:7: warning: header field 'Language' missing in header mkdir -p po/zh_CN/LC_MESSAGES msgfmt -c po/zh_CN.po -o po/zh_CN/LC_MESSAGES/easystroke.mo po/zh_CN.po:7: warning: header field 'Language' missing in header make: Circular version <- version.o dependency dropped. mkdir -p po/zh_TW/LC_MESSAGES msgfmt -c po/zh_TW.po -o po/zh_TW/LC_MESSAGES/easystroke.mo po/zh_TW.po:7: warning: header field 'Language' missing in header echo 'const char *version_string = "0.6.0";' | g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o version.o -c -xc++ - gcc -std=c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtk+-3.0 --cflags` -DGETTEXT_PACKAGE='"easystroke"' -O2 -MT gui.o -MMD -MP -MF gui.Po -o gui.o -c gui.c intltool-merge po/ -d -u easystroke.desktop.in easystroke.desktop NOTICE: po//de.po is not in UTF-8 but iso-8859-1, converting... Merging translations into easystroke.desktop. echo "const char *desktop_file = \"\\" > desktop.c sed 's/Exec=easystroke/Exec=%1$s/' easystroke.desktop | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> desktop.c echo "\";" >> desktop.c gcc -std=c99 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtk+-3.0 --cflags` -DGETTEXT_PACKAGE='"easystroke"' -O2 -MT desktop.o -MMD -MP -MF desktop.Po -o desktop.o -c desktop.c g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT handler.o -MMD -MP -MF handler.Po -o handler.o -c handler.cc g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT actions.o -MMD -MP -MF actions.Po -o actions.o -c actions.cc g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT win.o -MMD -MP -MF win.Po -o win.o -c win.cc g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT stats.o -MMD -MP -MF stats.Po -o stats.o -c stats.cc g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT prefdb.o -MMD -MP -MF prefdb.Po -o prefdb.o -c prefdb.cc g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT prefs.o -MMD -MP -MF prefs.Po -o prefs.o -c prefs.cc prefs.cc: In member function 'virtual void Autostart::notify()': prefs.cc:213:12: warning: ignoring return value of 'ssize_t readlink(const char*, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 213 | readlink("/proc/self/exe", path, sizeof(path)); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -std=c++11 -DLOCALEDIR=\"/usr/share/locale\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` -O2 -MT actiondb.o -MMD -MP -MF actiondb.Po -o actiondb.o -c actiondb.cc g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o easystroke actiondb.o actions.o annotate.o composite.o fire.o gesture.o grabber.o handler.o main.o prefdb.o prefs.o shape.o stats.o water.o win.o stroke.o cellrenderertextish.o gui.o desktop.o version.o -lboost_serialization -lX11 -lXext -lXi -lXfixes -lXtst `pkg-config gtkmm-3.0 dbus-glib-1 --libs` + make man make: Circular version <- version.o dependency dropped. help2man -N -n "X11 gesture recognition application" ./easystroke > easystroke.1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gItuSR + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64 + cd easystroke-0.6.0 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64 'INSTALL=/usr/bin/install -p' make: Circular version <- version.o dependency dropped. install -D easystroke /home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64/usr/bin/easystroke install -D -m 644 easystroke.svg /home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64/usr/share/icons/hicolor/scalable/apps/easystroke.svg install -D -m 644 easystroke.desktop /home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64/usr/share/applications/easystroke.desktop for f in po/ca/LC_MESSAGES/easystroke.mo po/cs/LC_MESSAGES/easystroke.mo po/de/LC_MESSAGES/easystroke.mo po/el/LC_MESSAGES/easystroke.mo po/es/LC_MESSAGES/easystroke.mo po/fi/LC_MESSAGES/easystroke.mo po/fr/LC_MESSAGES/easystroke.mo po/he/LC_MESSAGES/easystroke.mo po/hu/LC_MESSAGES/easystroke.mo po/it/LC_MESSAGES/easystroke.mo po/ja/LC_MESSAGES/easystroke.mo po/ko/LC_MESSAGES/easystroke.mo po/pl/LC_MESSAGES/easystroke.mo po/ru/LC_MESSAGES/easystroke.mo po/vi/LC_MESSAGES/easystroke.mo po/zh_CN/LC_MESSAGES/easystroke.mo po/zh_TW/LC_MESSAGES/easystroke.mo; do \ install -D -m 644 $f `echo $f | sed "s|^po/|/home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64/usr/share/locale/|"`; \ done + install -D -m644 easystroke.1 /home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64/usr/share/man/man1/easystroke.1 + /usr/lib/rpm/find-lang.sh /home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64 easystroke + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.6.0-16.mga8 --unique-debug-suffix -0.6.0-16.mga8.aarch64 --unique-debug-src-base easystroke-0.6.0-16.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/easystroke-0.6.0 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64/usr/bin/easystroke extracting debug info from /home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64/usr/bin/easystroke original debug info size: 17392kB, size after compression: 16080kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 713 blocks + /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 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: easystroke-0.6.0-16.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NjThcV + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd easystroke-0.6.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64/usr/share/doc/easystroke + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64/usr/share/doc/easystroke + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64/usr/share/doc/easystroke + cp -pr changelog /home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64/usr/share/doc/easystroke + RPM_EC=0 ++ jobs -p + exit 0 Provides: application() application(easystroke.desktop) easystroke = 0.6.0-16.mga8 easystroke(aarch-64) = 0.6.0-16.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libX11.so.6()(64bit) libXext.so.6()(64bit) libXfixes.so.3()(64bit) libXi.so.6()(64bit) libXtst.so.6()(64bit) libatkmm-1.6.so.1()(64bit) libboost_serialization.so.1.75.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcairomm-1.0.so.1()(64bit) libdbus-glib-1.so.2()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgdk-3.so.0()(64bit) libgdkmm-3.0.so.1()(64bit) libgio-2.0.so.0()(64bit) libgiomm-2.4.so.1()(64bit) libglib-2.0.so.0()(64bit) libglibmm-2.4.so.1()(64bit) libgobject-2.0.so.0()(64bit) libgtk-3.so.0()(64bit) libgtkmm-3.0.so.1()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libsigc-2.0.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) Processing files: easystroke-debugsource-0.6.0-16.mga8.aarch64 Provides: easystroke-debugsource = 0.6.0-16.mga8 easystroke-debugsource(aarch-64) = 0.6.0-16.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: easystroke-debuginfo-0.6.0-16.mga8.aarch64 Provides: debuginfo(build-id) = f5b7ba0c7da2c79ae1031cc8294749367ea15cc8 easystroke-debuginfo = 0.6.0-16.mga8 easystroke-debuginfo(aarch-64) = 0.6.0-16.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: easystroke-debugsource(aarch-64) = 0.6.0-16.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/easystroke-debugsource-0.6.0-16.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/easystroke-0.6.0-16.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/easystroke-debuginfo-0.6.0-16.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4TEjDV + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd easystroke-0.6.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/easystroke-0.6.0-16.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QBsu6T + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf easystroke-0.6.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!