D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/gpscorrelate-2.0-2.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2Rr3zt + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf gpscorrelate-2.0 + /usr/bin/xz -dc /home/iurt/rpmbuild/SOURCES/gpscorrelate-2.0.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd gpscorrelate-2.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.YOQlgu + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd gpscorrelate-2.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS' prefix=/usr gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS `pkg-config --cflags libxml-2.0 exiv2` `pkg-config --cflags gtk+-3.0` -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_DOC_DIR=\"/usr/share/doc/gpscorrelate\" -c -o unixtime.o unixtime.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS `pkg-config --cflags libxml-2.0 exiv2` `pkg-config --cflags gtk+-3.0` -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_DOC_DIR=\"/usr/share/doc/gpscorrelate\" -c -o correlate.o correlate.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS `pkg-config --cflags libxml-2.0 exiv2` `pkg-config --cflags gtk+-3.0` -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_DOC_DIR=\"/usr/share/doc/gpscorrelate\" -c -o gpx-read.o gpx-read.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS `pkg-config --cflags libxml-2.0 exiv2` `pkg-config --cflags gtk+-3.0` -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_DOC_DIR=\"/usr/share/doc/gpscorrelate\" -c -o latlong.o latlong.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS `pkg-config --cflags libxml-2.0 exiv2` `pkg-config --cflags gtk+-3.0` -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_DOC_DIR=\"/usr/share/doc/gpscorrelate\" -c -o main-gui.o main-gui.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS `pkg-config --cflags libxml-2.0 exiv2` `pkg-config --cflags gtk+-3.0` -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_DOC_DIR=\"/usr/share/doc/gpscorrelate\" -c -o main-command.o main-command.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS `pkg-config --cflags libxml-2.0 exiv2` `pkg-config --cflags gtk+-3.0` -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_DOC_DIR=\"/usr/share/doc/gpscorrelate\" -c -o gui.o gui.c gui.c: In function 'CreateMatchWindow': gui.c:273:3: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 273 | WindowHBox = gtk_hbox_new (FALSE, 0); | ^~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:262, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here 63 | GtkWidget * gtk_hbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ gui.c:278:3: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 278 | ControlsVBox = gtk_vbox_new (FALSE, 0); | ^~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:286, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ gui.c:287:3: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 287 | AddPhotosAlignment = gtk_alignment_new (0.5, 0.5, 1, 1); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:255, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ gui.c:290:3: warning: 'gtk_alignment_set_padding' is deprecated [-Wdeprecated-declarations] 290 | gtk_alignment_set_padding (GTK_ALIGNMENT (AddPhotosAlignment), 0, 4, 12, 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:255, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:91:12: note: declared here 91 | void gtk_alignment_set_padding (GtkAlignment *alignment, | ^~~~~~~~~~~~~~~~~~~~~~~~~ gui.c:290:3: warning: 'gtk_alignment_get_type' is deprecated [-Wdeprecated-declarations] 290 | gtk_alignment_set_padding (GTK_ALIGNMENT (AddPhotosAlignment), 0, 4, 12, 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:255, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77:12: note: declared here 77 | GType gtk_alignment_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~ gui.c:292:3: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 292 | AddPhotosVBox = gtk_vbox_new (FALSE, 0); | ^~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:286, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ gui.c:328:3: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 328 | GPSDataAlignment = gtk_alignment_new (0.5, 0.5, 1, 1); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:255, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ gui.c:331:3: warning: 'gtk_alignment_set_padding' is deprecated [-Wdeprecated-declarations] 331 | gtk_alignment_set_padding (GTK_ALIGNMENT (GPSDataAlignment), 0, 4, 12, 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:255, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:91:12: note: declared here 91 | void gtk_alignment_set_padding (GtkAlignment *alignment, | ^~~~~~~~~~~~~~~~~~~~~~~~~ gui.c:331:3: warning: 'gtk_alignment_get_type' is deprecated [-Wdeprecated-declarations] 331 | gtk_alignment_set_padding (GTK_ALIGNMENT (GPSDataAlignment), 0, 4, 12, 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:255, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77:12: note: declared here 77 | GType gtk_alignment_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~ gui.c:333:3: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 333 | GPSDataVBox = gtk_vbox_new (FALSE, 0); | ^~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:286, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ gui.c:369:3: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 369 | OptionsAlignment = gtk_alignment_new (0.5, 0.5, 1, 1); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:255, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ gui.c:372:3: warning: 'gtk_alignment_set_padding' is deprecated [-Wdeprecated-declarations] 372 | gtk_alignment_set_padding (GTK_ALIGNMENT (OptionsAlignment), 0, 4, 12, 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:255, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:91:12: note: declared here 91 | void gtk_alignment_set_padding (GtkAlignment *alignment, | ^~~~~~~~~~~~~~~~~~~~~~~~~ gui.c:372:3: warning: 'gtk_alignment_get_type' is deprecated [-Wdeprecated-declarations] 372 | gtk_alignment_set_padding (GTK_ALIGNMENT (OptionsAlignment), 0, 4, 12, 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:255, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77:12: note: declared here 77 | GType gtk_alignment_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~ gui.c:374:3: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 374 | OptionsVBox = gtk_vbox_new (FALSE, 0); | ^~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:286, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ gui.c:475:3: warning: 'gtk_table_new' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 475 | OptionsTable = gtk_table_new (4, 2, FALSE); | ^~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here 119 | GtkWidget* gtk_table_new (guint rows, | ^~~~~~~~~~~~~ gui.c:481:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 481 | gtk_table_attach (GTK_TABLE (OptionsTable), MaxGapTimeLabel, 0, 1, 0, 1, | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ gui.c:481:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 481 | gtk_table_attach (GTK_TABLE (OptionsTable), MaxGapTimeLabel, 0, 1, 0, 1, | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ gui.c:484:3: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 484 | gtk_misc_set_alignment (GTK_MISC (MaxGapTimeLabel), 0, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ 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 gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:6: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ gui.c:484:3: warning: 'gtk_misc_get_type' is deprecated [-Wdeprecated-declarations] 484 | gtk_misc_set_alignment (GTK_MISC (MaxGapTimeLabel), 0, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ 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 gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70:9: note: declared here 70 | GType gtk_misc_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ gui.c:488:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 488 | gtk_table_attach (GTK_TABLE (OptionsTable), TimeZoneLabel, 0, 1, 1, 2, | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ gui.c:488:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 488 | gtk_table_attach (GTK_TABLE (OptionsTable), TimeZoneLabel, 0, 1, 1, 2, | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ gui.c:491:3: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 491 | gtk_misc_set_alignment (GTK_MISC (TimeZoneLabel), 0, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ 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 gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:6: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ gui.c:491:3: warning: 'gtk_misc_get_type' is deprecated [-Wdeprecated-declarations] 491 | gtk_misc_set_alignment (GTK_MISC (TimeZoneLabel), 0, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ 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 gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70:9: note: declared here 70 | GType gtk_misc_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ gui.c:495:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 495 | gtk_table_attach (GTK_TABLE (OptionsTable), PhotoOffsetLabel, 0, 1, 2, 3, | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ gui.c:495:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 495 | gtk_table_attach (GTK_TABLE (OptionsTable), PhotoOffsetLabel, 0, 1, 2, 3, | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ gui.c:498:3: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 498 | gtk_misc_set_alignment (GTK_MISC (PhotoOffsetLabel), 0, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ 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 gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:6: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ gui.c:498:3: warning: 'gtk_misc_get_type' is deprecated [-Wdeprecated-declarations] 498 | gtk_misc_set_alignment (GTK_MISC (PhotoOffsetLabel), 0, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ 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 gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70:9: note: declared here 70 | GType gtk_misc_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ gui.c:502:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 502 | gtk_table_attach (GTK_TABLE (OptionsTable), GPSDatumLabel, 0, 1, 4, 5, | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ gui.c:502:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 502 | gtk_table_attach (GTK_TABLE (OptionsTable), GPSDatumLabel, 0, 1, 4, 5, | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ gui.c:505:3: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 505 | gtk_misc_set_alignment (GTK_MISC (GPSDatumLabel), 0, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ 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 gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:6: note: declared here 72 | void gtk_misc_set_alignment (GtkMisc *misc, | ^~~~~~~~~~~~~~~~~~~~~~ gui.c:505:3: warning: 'gtk_misc_get_type' is deprecated [-Wdeprecated-declarations] 505 | gtk_misc_set_alignment (GTK_MISC (GPSDatumLabel), 0, 0.5); | ^~~~~~~~~~~~~~~~~~~~~~ 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 gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70:9: note: declared here 70 | GType gtk_misc_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ gui.c:509:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 509 | gtk_table_attach (GTK_TABLE (OptionsTable), GapTimeEntry, 1, 2, 0, 1, | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ gui.c:509:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 509 | gtk_table_attach (GTK_TABLE (OptionsTable), GapTimeEntry, 1, 2, 0, 1, | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ gui.c:530:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 530 | gtk_table_attach (GTK_TABLE (OptionsTable), TimeZoneEntry, 1, 2, 1, 2, | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ gui.c:530:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 530 | gtk_table_attach (GTK_TABLE (OptionsTable), TimeZoneEntry, 1, 2, 1, 2, | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ gui.c:556:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 556 | gtk_table_attach (GTK_TABLE (OptionsTable), PhotoOffsetEntry, 1, 2, 2, 3, | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ gui.c:556:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 556 | gtk_table_attach (GTK_TABLE (OptionsTable), PhotoOffsetEntry, 1, 2, 2, 3, | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ gui.c:575:3: warning: 'gtk_table_attach' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 575 | gtk_table_attach (GTK_TABLE (OptionsTable), GPSDatumEntry, 1, 2, 4, 5, | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:9: note: declared here 127 | void gtk_table_attach (GtkTable *table, | ^~~~~~~~~~~~~~~~ gui.c:575:3: warning: 'gtk_table_get_type' is deprecated [-Wdeprecated-declarations] 575 | gtk_table_attach (GTK_TABLE (OptionsTable), GPSDatumEntry, 1, 2, 4, 5, | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:117:10: note: declared here 117 | GType gtk_table_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~ gui.c:600:3: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 600 | CorrelateAlignment = gtk_alignment_new (0.5, 0.5, 1, 1); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:255, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ gui.c:603:3: warning: 'gtk_alignment_set_padding' is deprecated [-Wdeprecated-declarations] 603 | gtk_alignment_set_padding (GTK_ALIGNMENT (CorrelateAlignment), 0, 4, 12, 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:255, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:91:12: note: declared here 91 | void gtk_alignment_set_padding (GtkAlignment *alignment, | ^~~~~~~~~~~~~~~~~~~~~~~~~ gui.c:603:3: warning: 'gtk_alignment_get_type' is deprecated [-Wdeprecated-declarations] 603 | gtk_alignment_set_padding (GTK_ALIGNMENT (CorrelateAlignment), 0, 4, 12, 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:255, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77:12: note: declared here 77 | GType gtk_alignment_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~ gui.c:630:3: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations] 630 | OtherOptionsAlignment = gtk_alignment_new (0.5, 0.5, 1, 1); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:255, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here 79 | GtkWidget* gtk_alignment_new (gfloat xalign, | ^~~~~~~~~~~~~~~~~ gui.c:633:3: warning: 'gtk_alignment_set_padding' is deprecated [-Wdeprecated-declarations] 633 | gtk_alignment_set_padding (GTK_ALIGNMENT (OtherOptionsAlignment), 0, 4, 12, 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:255, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:91:12: note: declared here 91 | void gtk_alignment_set_padding (GtkAlignment *alignment, | ^~~~~~~~~~~~~~~~~~~~~~~~~ gui.c:633:3: warning: 'gtk_alignment_get_type' is deprecated [-Wdeprecated-declarations] 633 | gtk_alignment_set_padding (GTK_ALIGNMENT (OtherOptionsAlignment), 0, 4, 12, 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:255, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77:12: note: declared here 77 | GType gtk_alignment_get_type (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~~~~~~ gui.c:635:3: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 635 | OtherOptionsVBox = gtk_vbox_new (FALSE, 0); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:286, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ gui.c:684:3: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 684 | PhotoListVBox = gtk_vbox_new (FALSE, 0); | ^~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:286, from gui.c:42: /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous, | ^~~~~~~~~~~~ gui.c: In function 'AddPhotosButtonPress': gui.c:845:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 845 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, | ^~~~~~~~~~~~~~~~ gui.c:846:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 846 | GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, | ^~~~~~~~~~~~~~ gui.c: In function 'SelectGPSButtonPress': gui.c:1193:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1193 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, | ^~~~~~~~~~~~~~~~ gui.c:1194:4: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1194 | GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, | ^~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS `pkg-config --cflags libxml-2.0 exiv2` `pkg-config --cflags gtk+-3.0` -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_DOC_DIR=\"/usr/share/doc/gpscorrelate\" -c -o exif-gps.o exif-gps.cpp g++ -o gpscorrelate main-command.o unixtime.o gpx-read.o correlate.o exif-gps.o latlong.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags `pkg-config --libs libxml-2.0 exiv2` g++ -o gpscorrelate-gui main-gui.o gui.o unixtime.o gpx-read.o correlate.o exif-gps.o latlong.o `pkg-config --libs gtk+-3.0` -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags `pkg-config --libs libxml-2.0 exiv2` + /usr/bin/make -O -j8 V=1 VERBOSE=1 build-po prefix=/usr (cd po && /usr/bin/make VERSION="2.0" prefix="/usr" top_srcdir="/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0" update-po) /usr/bin/make gpscorrelate.pot-update make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed mv t-remove-potcdate.sed remove-potcdate.sed make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \ LC_ALL=C find -L /home/iurt/rpmbuild/BUILD/gpscorrelate-2.0 -maxdepth 1 -type f -size -10000000c -exec grep 'GNU gpscorrelate' /dev/null '{}' ';' 2>/dev/null; \ else \ LC_ALL=C grep 'GNU gpscorrelate' /home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/* 2>/dev/null; \ fi; \ } | grep -v 'libtool:' >/dev/null; then \ package_gnu='GNU '; \ else \ package_gnu=''; \ fi; \ if test -n 'dan@coneharvesters.com' || test '' = '@'PACKAGE_BUGREPORT'@'; then \ msgid_bugs_address='dan@coneharvesters.com'; \ else \ msgid_bugs_address=''; \ fi; \ case `xgettext --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ xgettext --default-domain=gpscorrelate --directory=/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0 \ --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ --from-code=utf-8 \ --files-from=./POTFILES.in \ --copyright-holder='Daniel Foote, Dan Fandrich' \ --msgid-bugs-address="$msgid_bugs_address" \ ;; \ *) \ xgettext --default-domain=gpscorrelate --directory=/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0 \ --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ --from-code=utf-8 \ --files-from=./POTFILES.in \ --copyright-holder='Daniel Foote, Dan Fandrich' \ --package-name="${package_gnu}gpscorrelate" \ --package-version=2.0 \ --msgid-bugs-address="$msgid_bugs_address" \ ;; \ esac gui.c:1594: warning: Empty msgid. It is reserved by GNU gettext: gettext("") returns the header entry with meta information, not the empty string. test ! -f gpscorrelate.po || { \ if test -f ./gpscorrelate.pot; then \ sed -f remove-potcdate.sed < ./gpscorrelate.pot > gpscorrelate.1po && \ sed -f remove-potcdate.sed < gpscorrelate.po > gpscorrelate.2po && \ if cmp gpscorrelate.1po gpscorrelate.2po >/dev/null 2>&1; then \ rm -f gpscorrelate.1po gpscorrelate.2po gpscorrelate.po; \ else \ rm -f gpscorrelate.1po gpscorrelate.2po ./gpscorrelate.pot && \ mv gpscorrelate.po ./gpscorrelate.pot; \ fi; \ else \ mv gpscorrelate.po ./gpscorrelate.pot; \ fi; \ } make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' test -z "de.po-update fr.po-update ru.po-update" || /usr/bin/make de.po-update fr.po-update ru.po-update make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' fr: msgmerge --lang=fr fr.po gpscorrelate.pot -o fr.new.po ................ done. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' de: msgmerge --lang=de de.po gpscorrelate.pot -o de.new.po ............... done. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' ru: msgmerge --lang=ru ru.po gpscorrelate.pot -o ru.new.po ............... done. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' /usr/bin/make update-gmo make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' rm -f fr.gmo && msgfmt -c --statistics --verbose -o fr.gmo fr.po fr.po: 141 translated messages. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' rm -f ru.gmo && msgfmt -c --statistics --verbose -o ru.gmo ru.po ru.po: 87 translated messages, 54 untranslated messages. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' rm -f de.gmo && msgfmt -c --statistics --verbose -o de.gmo de.po de.po: 141 translated messages. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' (cd po && /usr/bin/make VERSION="2.0" prefix="/usr" top_srcdir="/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0" all) test ! -f ./gpscorrelate.pot || \ test -z "de.gmo fr.gmo ru.gmo" || /usr/bin/make de.gmo fr.gmo ru.gmo make[2]: 'de.gmo' is up to date. make[2]: 'fr.gmo' is up to date. make[2]: 'ru.gmo' is up to date. make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' touch stamp-po make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5TnkIw + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64 + cd gpscorrelate-2.0 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64 'INSTALL=/usr/bin/install -p' install install-po prefix=/usr install -d /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/bin install gpscorrelate gpscorrelate-gui /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/bin install -d /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/man/man1 install -m 0644 doc/gpscorrelate.1 /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/man/man1 install -d /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/doc/gpscorrelate install -p -m 0644 doc/*.html doc/*.png README.md /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/doc/gpscorrelate install -d /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/doc/gpscorrelate/fr install -p -m 0644 doc/fr/*.html doc/fr/*.png /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/doc/gpscorrelate/fr make: 'install' is up to date. (cd po && /usr/bin/make VERSION="2.0" prefix="/usr" top_srcdir="/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0" update-po) make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' /usr/bin/make gpscorrelate.pot-update make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \ LC_ALL=C find -L /home/iurt/rpmbuild/BUILD/gpscorrelate-2.0 -maxdepth 1 -type f -size -10000000c -exec grep 'GNU gpscorrelate' /dev/null '{}' ';' 2>/dev/null; \ else \ LC_ALL=C grep 'GNU gpscorrelate' /home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/* 2>/dev/null; \ fi; \ } | grep -v 'libtool:' >/dev/null; then \ package_gnu='GNU '; \ else \ package_gnu=''; \ fi; \ if test -n 'dan@coneharvesters.com' || test '' = '@'PACKAGE_BUGREPORT'@'; then \ msgid_bugs_address='dan@coneharvesters.com'; \ else \ msgid_bugs_address=''; \ fi; \ case `xgettext --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ xgettext --default-domain=gpscorrelate --directory=/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0 \ --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ --from-code=utf-8 \ --files-from=./POTFILES.in \ --copyright-holder='Daniel Foote, Dan Fandrich' \ --msgid-bugs-address="$msgid_bugs_address" \ ;; \ *) \ xgettext --default-domain=gpscorrelate --directory=/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0 \ --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ --from-code=utf-8 \ --files-from=./POTFILES.in \ --copyright-holder='Daniel Foote, Dan Fandrich' \ --package-name="${package_gnu}gpscorrelate" \ --package-version=2.0 \ --msgid-bugs-address="$msgid_bugs_address" \ ;; \ esac gui.c:1594: warning: Empty msgid. It is reserved by GNU gettext: gettext("") returns the header entry with meta information, not the empty string. test ! -f gpscorrelate.po || { \ if test -f ./gpscorrelate.pot; then \ sed -f remove-potcdate.sed < ./gpscorrelate.pot > gpscorrelate.1po && \ sed -f remove-potcdate.sed < gpscorrelate.po > gpscorrelate.2po && \ if cmp gpscorrelate.1po gpscorrelate.2po >/dev/null 2>&1; then \ rm -f gpscorrelate.1po gpscorrelate.2po gpscorrelate.po; \ else \ rm -f gpscorrelate.1po gpscorrelate.2po ./gpscorrelate.pot && \ mv gpscorrelate.po ./gpscorrelate.pot; \ fi; \ else \ mv gpscorrelate.po ./gpscorrelate.pot; \ fi; \ } make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' test -z "de.po-update fr.po-update ru.po-update" || /usr/bin/make de.po-update fr.po-update ru.po-update make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' de: msgmerge --lang=de de.po gpscorrelate.pot -o de.new.po ............... done. fr: msgmerge --lang=fr fr.po gpscorrelate.pot -o fr.new.po .................... done. ru: msgmerge --lang=ru ru.po gpscorrelate.pot -o ru.new.po ............... done. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' /usr/bin/make update-gmo make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' (cd po && /usr/bin/make VERSION="2.0" prefix="/usr" top_srcdir="/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0" all) make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' (cd po && /usr/bin/make VERSION="2.0" prefix="/usr" top_srcdir="/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0" install) make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' installing de.gmo as /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/locale/de/LC_MESSAGES/gpscorrelate.mo installing fr.gmo as /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/locale/fr/LC_MESSAGES/gpscorrelate.mo installing ru.gmo as /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/locale/ru/LC_MESSAGES/gpscorrelate.mo if test "gpscorrelate" = "gettext-tools"; then \ mkdir -p /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -p -m 644 ./$file \ /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/gpscorrelate-2.0/po' + install -D -m 644 gpscorrelate-gui.svg /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/icons/hicolor/scalable/apps/gpscorrelate-gui.svg + sed -i -e 's/ *$//' gpscorrelate.desktop + install -D -m 644 gpscorrelate.desktop /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/applications/gpscorrelate.desktop + /usr/lib/rpm/find-lang.sh /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64 gpscorrelate + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 2.0-2.mga8 --unique-debug-suffix -2.0-2.mga8.aarch64 --unique-debug-src-base gpscorrelate-2.0-2.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/gpscorrelate-2.0 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/bin/gpscorrelate explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/bin/gpscorrelate-gui extracting debug info from /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/bin/gpscorrelate-gui extracting debug info from /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/bin/gpscorrelate original debug info size: 1196kB, size after compression: 1068kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 278 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 /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/applications/gpscorrelate.desktop: hint: value item "ImageProcessing" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Education, or Science /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/applications/gpscorrelate.desktop: hint: value item "Geography" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Education, or Science + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files Warning: unused libraries in /usr/bin/gpscorrelate-gui: libpangocairo-1.0.so.0 libpango-1.0.so.0 libharfbuzz.so.0 libatk-1.0.so.0 libcairo-gobject.so.2 libcairo.so.2 libgdk_pixbuf-2.0.so.0 libgio-2.0.so.0 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VTfbGu + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd gpscorrelate-2.0 + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 check (cd tests && ./testsuite) *** Running "Show GPS data on file without GPS tags" test Test test001 PASSED *** Running "Show GPS data on file without EXIF tags" test Test test002 PASSED *** Running "Show machine-readable GPS data on file without GPS tags" test Test test003 PASSED *** Running "Show machine-readable GPS data on file without EXIF tags" test Test test004 PASSED *** Running "Correlate with nonexistent GPX file" test Test test005 PASSED *** Running "Remove GPS tags from file without EXIF tags" test Test test006 PASSED *** Running "Remove GPS tags from file without GPS tags" test Test test007 PASSED *** Running "Remove GPS tags from a read-only file" test Test test008 PASSED *** Running "Correlate missing -g option" test Test test009 PASSED *** Running "Correlate a file without a proper date tag" test Test test010 PASSED *** Running "Correlate a file already containing GPS tags" test Test test011 PASSED *** Running "Correlate a file with exactly one GPS point" test Test test012 PASSED *** Running "Correlate a file with exactly one GPS point with --no-interpolation" test Test test013 PASSED *** Running "Test --datum option" test Test test014 PASSED *** Running "Test --no-write option" test Test test015 PASSED *** Running "Test --degmins option" test Test test016 PASSED *** Running "Remove GPS tags" test Test test017 PASSED *** Running "Show GPS data on file" test Test test018 PASSED *** Running "Show machine-readable GPS data on file" test Test test019 PASSED *** Running "Correlate a file with wrong timeoffset" test Test test020 PASSED *** Running "Correlate a file with wrong photooffset" test Test test021 PASSED *** Running "Test --no-mtime option" test Test test022 PASSED *** Running "Correlate a read-only file" test Test test023 PASSED *** Running "Read an empty GPX file" test Test test024 PASSED *** Running "Read an invalid GPX file (XML)" test Test test025 PASSED *** Running "Read a GPX file with no points" test Test test026 PASSED *** Running "Read a GPX file with no segments" test Test test027 PASSED *** Running "Read a GPX file with no tracks" test Test test028 PASSED *** Running "Correlate a file with interpolation" test Test test029 PASSED *** Running "Correlate a file without interpolation" test Test test030 PASSED *** Running "Correlate a file outside feather time" test Test test031 PASSED *** Running "Correlate a file outside feather time with --no-interpolation" test Test test032 PASSED *** Running "Correlate a file with exact match across two, single-point track segments" test Test test033 PASSED *** Running "Correlate a file across two track segments without --ignore-tracksegs" test Test test034 PASSED *** Running "Correlate a file across two, single-point track segments, with negative elevation" test Test test035 PASSED *** Running "Correlate a file using --photooffset" test Test test036 PASSED *** Running "Correlate a file using --photooffset and smaller --max-dist" test Test test037 PASSED *** Running "Correlate a file with automatic time zone detection, DST" test Test test038 PASSED *** Running "Correlate a file with automatic time zone detection, no DST" test Test test039 PASSED *** Running "Correlate a file with automatic time zone detection, during DST overlap" test Test test040 PASSED *** Running "Correlate a file with rounding to first point" test Test test041 PASSED *** Running "Correlate a file with --timeadd west of UTC and aligned on the half hour" test Test test042 PASSED *** Running "Correlate a file with --timeadd east of UTC" test Test test043 PASSED *** Running "Fix a bad GPS date with --fix-datestamps" test Test test044 PASSED *** Running "Correlate a file and make sure --fix-datestamps does not touch it" test Test test045 PASSED *** Running "Correlate with a GPX file without time stamps" test Test test046 PASSED *** Running "Correlate with a GPX file without time stamps or elevations" test Test test047 PASSED *** Running "Correlate with a GPX file without elevations" test Test test048 PASSED *** Running "Correlate a non-JPEG file" test Test test049 PASSED *** Running "Correlate missing image file" test Test test050 PASSED *** Running "Fix a bad GPS date with --fix-datestamps on a read-only file" test Test test051 PASSED *** Running "Show GPS data on non-JPEG file" test Test test052 PASSED *** Running "Correlate many files, mostly unsuccessfully" test Test test053 PASSED *** Running "Correlate many files, with a write failure" test Test test054 PASSED *** Running "Show GPS data on file without a proper date tag" test Test test055 PASSED *** Running "Use --fix-datestamps on a file with no GPS tags" test Test test056 PASSED *** Running "Use --fix-datestamps on a file with no EXIF tags" test Test test057 PASSED *** Running "Use --fix-datestamps with missing --timeadd" test Test test058 PASSED *** Running "Show GPS data on file with negative elevation" test Test test059 PASSED *** Running "Test that --no-mtime is implied by --fix-datestamps" test Test test060 PASSED *** Running "Remove GPS tags with --no-mtime" test Test test061 PASSED *** Running "Correlate a file in the southern hemisphere" test Test test062 PASSED *** Running "Show GPS data on file in southern hemisphere" test Test test063 PASSED *** Running "Correlate a file with several GPX files, using last" test Test test064 PASSED *** Running "Correlate a file with several GPX files, using middle" test Test test065 PASSED *** Running "Correlate a file with several GPX files, using first" test Test test066 PASSED *** Running "Correlate a file with several GPX files, including a corrupt one" test Test test067 PASSED *** Running "Correlate a file on Feb 29 on a leap year" test Test test068 PASSED *** Running "Correlate a file with GPX containing empty and other sections" test Test test069 PASSED *** Running "Correlate a file with GPX containing multiple tracks, point in first track" test Test test070 PASSED *** Running "Correlate a file with GPX containing multiple tracks, point in second track" test Test test071 PASSED *** Running "Correlate a file with GPX containing multiple tracks, point interpolated between tracks" test Test test072 PASSED *** Running "Correlate a file with interpolation with GPX missing one elevation" test Test test073 PASSED *** Running "Test --datum option with empty value" test Test test074 PASSED *** Running "Test -V option" test Test test075 PASSED *** Running "Test -h option" test Test test076 PASSED *** Running "Test unrecognized option" test Test test077 PASSED *** Running "Test invocation with no arguments" test Test test078 PASSED *** Running "Test --fix-datestamps with --no-write" test Test test079 PASSED *** Running "Test --fix-datestamps with no file provided" test Test test080 PASSED *** Running "Test --fix-datestamps with nonexistent file" test Test test081 PASSED *** Running "Fix bad date with --fix-datestamps with corrupt lat/long" test Test test082 PASSED *** Running "Show GPS data on file with corrupt lat/long" test Test test083 PASSED *** Running "Remove GPS tags with file not provided" test Test test084 PASSED *** Running "Remove GPS tags with nonexistent file" test Test test085 PASSED *** Running "Show GPS tags with missing file" test Test test086 PASSED *** Running "Show GPS tags with file not provided" test Test test087 PASSED *** Running "Correlate a file with JPEG containing only GPS version tag" test Test test088 PASSED *** Running "Remove GPS tags on file with only GPS version tag" test Test test089 PASSED *** Running "Use --fix-datestamps on a file with only GPS version tags" test Test test090 PASSED *** Running "Show GPS data on file without GPS tags" test Test test091 PASSED *** Running "Test running without any arguments" test Test test092 PASSED *** Running "Correlate a file at very high altitude" test Test test093 PASSED *** Running "Correlate a file at extremely high altitude" test Test test094 PASSED *** Running "Correlate a file at slightly more extreme altitude" test Test test095 PASSED *** Running "Interpolate with a very long feather time" test Test test096 PASSED *** Running "Show machine-readable GPS data on file with double quote in name" test Test test097 PASSED *** Running "Geotag a file from a specified latitude/longitude/elevation" test Test test098 PASSED *** Running "Geotag a file from a specified latitude/longitude w/o elevation" test Test test099 PASSED *** Running "Geotag a file from a specified latitude/longitude (dms forms)" test Test test100 PASSED *** Running "Geotag a file from a specified latitude/longitude/elevation, space separated" test Test test101 PASSED *** Running "Geotag a file from a specified latitude/longitude/elevation, tab separated" test Test test102 PASSED *** Running "Geotag a file from a specified latitude/longitude, tab separated (dms forms)" test Test test103 PASSED *** Running "Geotag a file from a specified latitude/longitude, space separated (dms forms)" test Test test104 PASSED *** Running "Specify out-of-range latitude" test Test test105 PASSED *** Running "Specify out-of-range latitude (dms form)" test Test test106 PASSED *** Running "Specify out-of-range longitude" test Test test107 PASSED *** Running "Specify out-of-range longitude (dms form)" test Test test108 PASSED *** Running "Remove GPS tags with --no-write" test Test test109 PASSED *** Running "Geotag a file from a specified latitude/longitude (dms integer forms)" test Test test110 PASSED *** Running "Geotag a file from a specified latitude/longitude/elevation (dms forms with spaces)" test Test test111 PASSED *** Running "Geotag a file from a specified latitude/longitude/elevation (dms forms with spaces)" test Test test112 PASSED *** Running "Geotag a file from a specified latitude/longitude (dms form with ISO 8859/1 decimal)" test Test test113 PASSED *** Running "Show GPS data with nonexistent file" test Test test114 PASSED *** Running "Show machine-readable GPS data with existing and nonexistent files" test Test test115 PASSED *** Running "Show machine-readable GPS tags with missing file" test Test test116 PASSED *** Running "Show GPS data with existing and nonexistent files" test Test test117 PASSED *** Running "Correlate a file already containing GPS tags with --replace" test Test test118 PASSED *** Running "Correlate a file without GPS tags with --replace" test Test test119 PASSED *** Running "Remove GPS tags from an invalid GPX file" test Test test120 PASSED All tests have PASSED + RPM_EC=0 ++ jobs -p + exit 0 Processing files: gpscorrelate-2.0-2.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LScdTw + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd gpscorrelate-2.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/doc/gpscorrelate + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/doc/gpscorrelate + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/doc/gpscorrelate + cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/doc/gpscorrelate + cp -pr RELEASES /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/doc/gpscorrelate + cp -pr doc /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64/usr/share/doc/gpscorrelate + RPM_EC=0 ++ jobs -p + exit 0 Provides: application() application(gpscorrelate.desktop) gpscorrelate = 2.0-2.mga8 gpscorrelate(aarch-64) = 2.0-2.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) libatk-1.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcairo-gobject.so.2()(64bit) libcairo.so.2()(64bit) libexiv2.so.27()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgdk-3.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-3.so.0()(64bit) libharfbuzz.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) Processing files: gpscorrelate-debugsource-2.0-2.mga8.aarch64 Provides: gpscorrelate-debugsource = 2.0-2.mga8 gpscorrelate-debugsource(aarch-64) = 2.0-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: gpscorrelate-debuginfo-2.0-2.mga8.aarch64 Provides: debuginfo(build-id) = 03d32e51f17382f16cca36f1ac2508d1350b54df debuginfo(build-id) = ff818bc519f6487f801926f68991f9367365391e gpscorrelate-debuginfo = 2.0-2.mga8 gpscorrelate-debuginfo(aarch-64) = 2.0-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: gpscorrelate-debugsource(aarch-64) = 2.0-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/gpscorrelate-debugsource-2.0-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/gpscorrelate-2.0-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/gpscorrelate-debuginfo-2.0-2.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.zIhDvt + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd gpscorrelate-2.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/gpscorrelate-2.0-2.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.WOZTru + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf gpscorrelate-2.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!