le_attach_defaults' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 979 | gtk_table_attach_defaults(GTK_TABLE(table), checkbutton_enabled, 0,1,9,10); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:138:12: note: declared here 138 | void gtk_table_attach_defaults (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~ rs-lens-db-editor.c:980:9: warning: 'gtk_table_attach_defaults' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 980 | gtk_table_attach_defaults(GTK_TABLE(table), checkbutton_defish, 1,2,9,10); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:138:12: note: declared here 138 | void gtk_table_attach_defaults (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~ rs-lens-db-editor.c:983:9: warning: 'gtk_table_set_row_spacing' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 983 | gtk_table_set_row_spacing(GTK_TABLE(table), 4, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:145:12: note: declared here 145 | void gtk_table_set_row_spacing (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~ rs-lens-db-editor.c:984:9: warning: 'gtk_table_set_row_spacing' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 984 | gtk_table_set_row_spacing(GTK_TABLE(table), 5, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:145:12: note: declared here 145 | void gtk_table_set_row_spacing (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~ rs-lens-db-editor.c:985:9: warning: 'gtk_table_set_row_spacing' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 985 | gtk_table_set_row_spacing(GTK_TABLE(table), 7, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:145:12: note: declared here 145 | void gtk_table_set_row_spacing (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~ rs-lens-db-editor.c:986:9: warning: 'gtk_table_set_row_spacing' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations] 986 | gtk_table_set_row_spacing(GTK_TABLE(table), 8, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:145:12: note: declared here 145 | void gtk_table_set_row_spacing (GtkTable *table, | ^~~~~~~~~~~~~~~~~~~~~~~~~ rs-lens-db-editor.c:1008:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations] 1008 | GtkWidget *button_close = gtk_button_new_from_stock(GTK_STOCK_CLOSE); | ^~~~~~~~~ /usr/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here 103 | GtkWidget* gtk_button_new_from_stock (const gchar *stock_id); | ^~~~~~~~~~~~~~~~~~~~~~~~~ rs-lens-db-editor.c:1008:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 1008 | GtkWidget *button_close = gtk_button_new_from_stock(GTK_STOCK_CLOSE); | ^~~~~~~~~ make[1]: *** [Makefile:534: all-recursive] Error 1 make: *** [Makefile:424: all] Error 2 RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.3HXwti (%build) Bad exit status from /var/tmp/rpm-tmp.3HXwti (%build) 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/rawstudio.spec