^~~~~~~~~~~~~~~~ gui.c:600:3: warning: ‘gtk_alignment_new’ is deprecated [-Wdeprecated-declarations] 600 | CorrelateAlignment = gtk_alignment_new (0.5, 0.5, 1, 1); | ^~~~~~~~~~~~~~~~~~ /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); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:91:12: note: declared here 91 | void gtk_alignment_set_padding (GtkAlignment *alignment, | ^~~~~~~~~~~~~~~~~~~~~~~~~ gui.c:630:3: warning: ‘gtk_alignment_new’ is deprecated [-Wdeprecated-declarations] 630 | OtherOptionsAlignment = gtk_alignment_new (0.5, 0.5, 1, 1); | ^~~~~~~~~~~~~~~~~~~~~ /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); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:91:12: note: declared here 91 | void gtk_alignment_set_padding (GtkAlignment *alignment, | ^~~~~~~~~~~~~~~~~~~~~~~~~ gui.c:635:3: warning: ‘gtk_vbox_new’ is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 635 | OtherOptionsVBox = gtk_vbox_new (FALSE, 0); | ^~~~~~~~~~~~~~~~ /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); | ^~~~~~~~~~~~~ /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:25: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] 845 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, | ^~~~~~~~~~~~~~~~ gui.c:846:25: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] 846 | GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, | ^~~~~~~~~~~~~~ gui.c: In function ‘SelectGPSButtonPress’: gui.c:1193:25: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] 1193 | GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, | ^~~~~~~~~~~~~~~~ gui.c:1194:25: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] 1194 | GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, | ^~~~~~~~~~~~~~ error: Bad exit status from /var/tmp/rpm-tmp.WEl7N0 (%build) Macro expanded in comment on line 18: %{_datadir}/icons/hicolor/scalable/apps/gpscorrelate-gui.svg Bad exit status from /var/tmp/rpm-tmp.WEl7N0 (%build) RPM build warnings: RPM build errors: Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.9/site-packages/mockbuild/util.py", line 600, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/gpscorrelate.spec