Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/corrida.spec'], chrootPath='/var/lib/mock/f33-build-287270-53789/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/corrida.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595808000 Wrote: /builddir/build/SRPMS/corrida-0.96.11-27.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/corrida.spec'], chrootPath='/var/lib/mock/f33-build-287270-53789/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/corrida.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595808000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VzhHhL + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf corrida-0.96-11 + /usr/bin/gzip -dc /builddir/build/SOURCES/corrida-0.96-11.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd corrida-0.96-11 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (corrida-0.96-11-count.patch):' Patch #0 (corrida-0.96-11-count.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .count --fuzz=0 patching file corrida/gui_callbacks.c patching file corrida/gui_charts.c + echo 'Patch #1 (corrida-0.96-11-formatsec.patch):' Patch #1 (corrida-0.96-11-formatsec.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .formatsec --fuzz=0 patching file corrida/console.c + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JntBzL + umask 022 + cd /builddir/build/BUILD + cd corrida-0.96-11 + xargs chmod 0644 + find . -type f + make -j4 PREFIX=/usr/ 'CFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' make -C corrida make -C torero make[1]: Entering directory '/builddir/build/BUILD/corrida-0.96-11/torero' make[1]: Entering directory '/builddir/build/BUILD/corrida-0.96-11/corrida' gcc -D_CORRIDA_PREFIX="\"/usr/\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c corrida.c `pkg-config --cflags gtk+-2.0` gcc -D_CORRIDA_PREFIX="\"/usr/\"" `pkg-config --cflags glib-2.0` -c torero.c gcc -D_CORRIDA_PREFIX="\"/usr/\"" `pkg-config --cflags glib-2.0` -c internal_data.c gcc -D_CORRIDA_PREFIX="\"/usr/\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c gnomonic.c `pkg-config --cflags gtk+-2.0` gnomonic.c: In function 'car2eq': gnomonic.c:71:25: warning: array subscript has type 'char' [-Wchar-subscripts] 71 | float alpha_0 = charts[chartnum].alpha_0; | ^ gnomonic.c:72:25: warning: array subscript has type 'char' [-Wchar-subscripts] 72 | float delta_0 = charts[chartnum].delta_0; | ^ gnomonic.c:73:25: warning: array subscript has type 'char' [-Wchar-subscripts] 73 | float X_0 = charts[chartnum].X_0; | ^ gnomonic.c:74:25: warning: array subscript has type 'char' [-Wchar-subscripts] 74 | float Y_0 = charts[chartnum].Y_0; | ^ gcc -D_CORRIDA_PREFIX="\"/usr/\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c misc.c `pkg-config --cflags gtk+-2.0` gnomonic.c:79:25: warning: array subscript has type 'char' [-Wchar-subscripts] 79 | int x_origin = charts[chartnum].x_origin; | ^ gnomonic.c:80:25: warning: array subscript has type 'char' [-Wchar-subscripts] 80 | int y_origin = charts[chartnum].y_origin; | ^ gnomonic.c:81:25: warning: array subscript has type 'char' [-Wchar-subscripts] 81 | int width = charts[chartnum].width; | ^ gnomonic.c:82:25: warning: array subscript has type 'char' [-Wchar-subscripts] 82 | int height = charts[chartnum].height; | ^ gcc torero.o internal_data.o -o torero -lm `pkg-config --libs glib-2.0` make[1]: Leaving directory '/builddir/build/BUILD/corrida-0.96-11/torero' gcc -D_CORRIDA_PREFIX="\"/usr/\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c gui.c `pkg-config --cflags gtk+-2.0` gcc -D_CORRIDA_PREFIX="\"/usr/\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c gui_charts.c `pkg-config --cflags gtk+-2.0` misc.c: In function 'corrida_init': misc.c:14:3: warning: implicit declaration of function 'gnomonic_init'; did you mean 'g_cond_init'? [-Wimplicit-function-declaration] 14 | gnomonic_init (); | ^~~~~~~~~~~~~ | g_cond_init misc.c:15:3: warning: implicit declaration of function 'internal_data_init' [-Wimplicit-function-declaration] 15 | internal_data_init (); | ^~~~~~~~~~~~~~~~~~ misc.c:16:3: warning: implicit declaration of function 'forms_init' [-Wimplicit-function-declaration] 16 | forms_init (argc, argv); | ^~~~~~~~~~ misc.c:17:3: warning: implicit declaration of function 'corrida_gui_init'; did you mean 'corrida_init'? [-Wimplicit-function-declaration] 17 | corrida_gui_init (argc, argv); | ^~~~~~~~~~~~~~~~ | corrida_init misc.c:21:3: warning: implicit declaration of function 'corrida_gui_start' [-Wimplicit-function-declaration] 21 | corrida_gui_start (); | ^~~~~~~~~~~~~~~~~ misc.c: In function 'fgetl': misc.c:156:19: warning: embedded '\0' in format [-Wformat-contains-nul] 156 | sprintf (line, "\0"); | ^~ In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gui.h:8, from corrida.h:9, from corrida.c:1: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ 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 /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from corrida.h:9, from corrida.c:1: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ misc.c: In function 'compute_angle': misc.c:219:29: warning: 'quarter' may be used uninitialized in this function [-Wmaybe-uninitialized] 219 | return atan ( y / x ) + quarter; | ~~~~~~~~~~~~~~~^~~~~~~~~ gcc -D_CORRIDA_PREFIX="\"/usr/\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c gui_new_form.c `pkg-config --cflags gtk+-2.0` In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gui.h:8, from corrida.h:9, from corrida.c:1: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from corrida.h:5, from corrida.c:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from corrida.h:9, from corrida.c:1: gui.h:119:13: warning: 'refresh_coords' declared 'static' but never defined [-Wunused-function] 119 | static gint refresh_coords( GtkWidget *widget, | ^~~~~~~~~~~~~~ gcc -D_CORRIDA_PREFIX="\"/usr/\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c gui_open_form.c `pkg-config --cflags gtk+-2.0` In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gui.h:8, from gui.c:1: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ 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 /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui.c:1: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gui.h:8, from gui_charts.h:4, from gui_charts.c:1: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ 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 /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_charts.h:4, from gui_charts.c:1: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gui.h:8, from gui.c:1: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui.c:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gui.h:8, from gui_charts.h:4, from gui_charts.c:1: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_charts.h:4, from gui_charts.c:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:28, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_charts.h:4, from gui_charts.c:1: gui_charts.c: In function 'create_charts_notebook': gui_charts.c:55:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 55 | (gpointer)it); | ^ /usr/include/glib-2.0/gobject/gsignal.h:493:73: note: in definition of macro 'g_signal_connect' 493 | g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0) | ^~~~ gui_charts.c:82:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 82 | (gpointer)it); | ^ gui.c: In function 'clear_observations_runs_treeview': gui.c:1080:8: warning: unused variable 'it' [-Wunused-variable] 1080 | gint it; | ^~ gui_charts.c:39:8: warning: unused variable 'chart_name' [-Wunused-variable] 39 | char chart_name[MAX_CHART_NAME_LEN]; | ^~~~~~~~~~ gui_charts.c:33:14: warning: unused variable 'pixmap' [-Wunused-variable] 33 | GdkPixmap *pixmap; | ^~~~~~ gui.c: In function 'clear_meteors_treeview': gui.c:1217:8: warning: unused variable 'it' [-Wunused-variable] 1217 | gint it; | ^~ gui_charts.c: In function 'create_charts_tools': gui_charts.c:142:14: warning: unused variable 'separator' [-Wunused-variable] 142 | GtkWidget *separator; | ^~~~~~~~~ In file included from gui.c:1: gui.c: At top level: gui.h:119:13: warning: 'refresh_coords' declared 'static' but never defined [-Wunused-function] 119 | static gint refresh_coords( GtkWidget *widget, | ^~~~~~~~~~~~~~ gui_charts.c: In function 'add_columns_to_charts_meteors_list': gui_charts.c:645:17: warning: unused variable 'model' [-Wunused-variable] 645 | GtkTreeModel *model = gtk_tree_view_get_model (treeview); | ^~~~~ gui_charts.c: In function 'add_charts_meteor_record': gui_charts.c:736:21: warning: unused variable 'charts_scrolled_window' [-Wunused-variable] 736 | extern GtkWidget *charts_scrolled_window; | ^~~~~~~~~~~~~~~~~~~~~~ gui_charts.c: In function 'refresh_chart': gui_charts.c:895:12: warning: unused variable 'map_no' [-Wunused-variable] 895 | gint map_no; | ^~~~~~ gui_charts.c: In function 'clear_charts_meteors_treeview': gui_charts.c:936:8: warning: unused variable 'it' [-Wunused-variable] 936 | gint it; | ^~ gui_charts.c: In function 'charts_clear_entries': gui_charts.c:1077:32: warning: unused variable 'meteor' [-Wunused-variable] 1077 | corrida_charts_meteor_record meteor = current_meteor; | ^~~~~~ gui.c: In function 'corrida_gui_start': gui.c:1692:1: warning: control reaches end of non-void function [-Wreturn-type] 1692 | } | ^ gui_charts.c: In function 'draw_meteor': gui_charts.c:1110:16: warning: unused variable 'size_y' [-Wunused-variable] 1110 | gint size_x, size_y; | ^~~~~~ gui_charts.c:1110:8: warning: unused variable 'size_x' [-Wunused-variable] 1110 | gint size_x, size_y; | ^~~~~~ gui_charts.c: In function 'draw_arrow': gui_charts.c:1157:9: warning: unused variable 'string_length' [-Wunused-variable] 1157 | float string_length = 10.0; /* FIXME: set it in internal_data module */ | ^~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gui.h:8, from gui_new_form.c:1: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ 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 /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_new_form.c:1: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gui.h:8, from gui_open_form.c:1: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ 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 /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_open_form.c:1: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gui.h:8, from gui_new_form.c:1: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_new_form.c:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from gui_new_form.c:1: gui.h:119:13: warning: 'refresh_coords' declared 'static' but never defined [-Wunused-function] 119 | static gint refresh_coords( GtkWidget *widget, | ^~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gui.h:8, from gui_open_form.c:1: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_open_form.c:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ gcc -D_CORRIDA_PREFIX="\"/usr/\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c gui_save_form.c `pkg-config --cflags gtk+-2.0` gui_open_form.c: In function 'load_form_ok_button_clicked': gui_open_form.c:74:10: warning: unused variable 'it' [-Wunused-variable] 74 | gint it; | ^~ In file included from gui_open_form.c:1: gui_open_form.c: At top level: gui.h:119:13: warning: 'refresh_coords' declared 'static' but never defined [-Wunused-function] 119 | static gint refresh_coords( GtkWidget *widget, | ^~~~~~~~~~~~~~ gcc -D_CORRIDA_PREFIX="\"/usr/\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c gui_export_form.c `pkg-config --cflags gtk+-2.0` gcc -D_CORRIDA_PREFIX="\"/usr/\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c gui_export_preview.c `pkg-config --cflags gtk+-2.0` gcc -D_CORRIDA_PREFIX="\"/usr/\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c gui_callbacks.c `pkg-config --cflags gtk+-2.0` In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gui.h:8, from gui_save_form.c:1: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ 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 /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_save_form.c:1: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gui.h:8, from gui_save_form.c:1: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_save_form.c:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gui.h:8, from gui_export_form.c:1: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ 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 /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_export_form.c:1: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ In file included from gui_save_form.c:1: gui.h:119:13: warning: 'refresh_coords' declared 'static' but never defined [-Wunused-function] 119 | static gint refresh_coords( GtkWidget *widget, | ^~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gui.h:8, from gui_callbacks.c:1: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ 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 /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_callbacks.c:1: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gui.h:8, from gui_export_preview.c:1: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ 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 /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_export_preview.c:1: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gui.h:8, from gui_export_form.c:1: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_export_form.c:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ gcc -D_CORRIDA_PREFIX="\"/usr/\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c gui_about.c `pkg-config --cflags gtk+-2.0` In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gui.h:8, from gui_callbacks.c:1: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_callbacks.c:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from gui_export_form.c:1: gui.h:119:13: warning: 'refresh_coords' declared 'static' but never defined [-Wunused-function] 119 | static gint refresh_coords( GtkWidget *widget, | ^~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gui.h:8, from gui_export_preview.c:1: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_export_preview.c:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ gui_export_form.c: In function 'create_export_form_window': gui_export_form.c:70:29: warning: '-heads.txt' directive writing 10 bytes into a region of size between 1 and 150 [-Wformat-overflow=] 70 | sprintf (heads_string, "%s-heads.txt", general_string); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:866, from gui.h:4, from gui_export_form.c:1: /usr/include/bits/stdio2.h:38:10: note: '__sprintf_chk' output between 11 and 160 bytes into a destination of size 150 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gui_export_form.c:71:30: warning: '-coords.txt' directive writing 11 bytes into a region of size between 1 and 150 [-Wformat-overflow=] 71 | sprintf (coords_string, "%s-coords.txt", general_string); | ^~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from gui.h:4, from gui_export_form.c:1: /usr/include/bits/stdio2.h:38:10: note: '__sprintf_chk' output between 12 and 161 bytes into a destination of size 150 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gui_export_form.c:72:29: warning: '-notpl.txt' directive writing 10 bytes into a region of size between 1 and 150 [-Wformat-overflow=] 72 | sprintf (notpl_string, "%s-notpl.txt", general_string); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:866, from gui.h:4, from gui_export_form.c:1: /usr/include/bits/stdio2.h:38:10: note: '__sprintf_chk' output between 11 and 160 bytes into a destination of size 150 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gui_export_preview.c:1: gui.h:119:13: warning: 'refresh_coords' declared 'static' but never defined [-Wunused-function] 119 | static gint refresh_coords( GtkWidget *widget, | ^~~~~~~~~~~~~~ gui_callbacks.c: In function 'open_form_cb': gui_callbacks.c:21:5: warning: implicit declaration of function 'confirm_open_form_window'; did you mean 'create_open_form_window'? [-Wimplicit-function-declaration] 21 | confirm_open_form_window (); | ^~~~~~~~~~~~~~~~~~~~~~~~ | create_open_form_window gui_callbacks.c: In function 'export_form_export_pressed_cb': gui_callbacks.c:82:47: warning: format '%s' expects a matching 'char *' argument [-Wformat=] 82 | sprintf (message, "ERROR: unable to open %s file for writing"); | ~^ | | | char * gui_callbacks.c:96:47: warning: format '%s' expects a matching 'char *' argument [-Wformat=] 96 | sprintf (message, "ERROR: unable to open %s file for writing"); | ~^ | | | char * gui_callbacks.c:110:47: warning: format '%s' expects a matching 'char *' argument [-Wformat=] 110 | sprintf (message, "ERROR: unable to open %s file for writing"); | ~^ | | | char * gui_callbacks.c: In function 'observations_runs_cell_edit': gui_callbacks.c:141:21: warning: unused variable 'observations_runs_treeview' [-Wunused-variable] 141 | extern GtkWidget *observations_runs_treeview; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gui_callbacks.c: In function 'chart_expose_event': gui_callbacks.c:612:7: warning: unused variable 'it' [-Wunused-variable] 612 | int it; | ^~ gui_callbacks.c: In function 'charts_accept_button_pressed_cb': gui_callbacks.c:766:11: warning: type defaults to 'int' in declaration of 'charts_window' [-Wimplicit-int] 766 | extern *charts_window; | ^~~~~~~~~~~~~ gui_callbacks.c:772:9: warning: variable 'entries_values' set but not used [-Wunused-but-set-variable] 772 | float entries_values[4]; | ^~~~~~~~~~~~~~ In file included from gui_callbacks.c:1: gui_callbacks.c: At top level: gui.h:119:13: warning: 'refresh_coords' declared 'static' but never defined [-Wunused-function] 119 | static gint refresh_coords( GtkWidget *widget, | ^~~~~~~~~~~~~~ gui_callbacks.c: In function 'charts_style_check_button_pressed_cb': gui_callbacks.c:678:1: warning: control reaches end of non-void function [-Wreturn-type] 678 | } | ^ gcc -D_CORRIDA_PREFIX="\"/usr/\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c console.c `pkg-config --cflags gtk+-2.0` gui_callbacks.c: In function 'charts_clear_button_pressed_cb': gui_callbacks.c:864:1: warning: control reaches end of non-void function [-Wreturn-type] 864 | } | ^ gui_callbacks.c: In function 'charts_remove_button_pressed_cb': gui_callbacks.c:875:1: warning: control reaches end of non-void function [-Wreturn-type] 875 | } | ^ gui_callbacks.c: In function 'charts_sort_button_pressed_cb': gui_callbacks.c:890:1: warning: control reaches end of non-void function [-Wreturn-type] 890 | } | ^ gui_callbacks.c: In function 'charts_notebook_switched_cb': gui_callbacks.c:905:1: warning: control reaches end of non-void function [-Wreturn-type] 905 | } | ^ gcc -D_CORRIDA_PREFIX="\"/usr/\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c forms.c `pkg-config --cflags gtk+-2.0` gcc -D_CORRIDA_PREFIX="\"/usr/\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c internal_data.c `pkg-config --cflags gtk+-2.0` gui_callbacks.c: In function 'charts_accept_button_pressed_cb': gui_callbacks.c:839:52: warning: '__snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 839 | snprintf (entry_text, sizeof(entry_text), "%i", current_meteor.met_no + 1); | ^ In file included from /usr/include/stdio.h:866, from gui.h:4, from gui_callbacks.c:1: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output between 2 and 12 bytes into a destination of size 11 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from gui.h:8, from gui_about.c:1: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ 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 /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_about.c:1: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from gui.h:8, from gui_about.c:1: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.h:8, from gui_about.c:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from forms.h:4, from forms.c:1: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ 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 /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from forms.h:4, from forms.c:1: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ gui_about.c: In function 'menubar_about_clicked_cb': gui_about.c:7:11: warning: type defaults to 'int' in declaration of 'main_window' [-Wimplicit-int] 7 | extern *main_window; | ^~~~~~~~~~~ In file included from gui_about.c:1: gui_about.c: At top level: gui.h:119:13: warning: 'refresh_coords' declared 'static' but never defined [-Wunused-function] 119 | static gint refresh_coords( GtkWidget *widget, | ^~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from forms.h:4, from forms.c:1: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from forms.h:4, from forms.c:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ forms.c: In function 'check_string': forms.c:247:25: warning: too many arguments for format [-Wformat-extra-args] 247 | sprintf (message, "ERROR: length of ALPHA (center of the observed field section) is 0", original_string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ forms.c:276:25: warning: too many arguments for format [-Wformat-extra-args] 276 | sprintf (message, "ERROR: length of DELTA (center of the observed field section) is 0", original_string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ forms.c: In function 'create_export_data': forms.c:546:7: warning: implicit declaration of function 'corrida_error_box' [-Wimplicit-function-declaration] 546 | corrida_error_box (GTK_WINDOW (main_window), "Please check OBSERVER CODE entry (observation frame).\nMore info on statusbar."); | ^~~~~~~~~~~~~~~~~ forms.c:702:7: warning: unused variable 'it' [-Wunused-variable] 702 | gint it; | ^~ forms.c: In function 'get_next_date': forms.c:1193:22: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 1193 | leap = year%4 == 0 && year%100 !=0 || year%400 == 0; | ~~~~~~~~~~~~^~~~~~~~~~~~~~~ forms.c: In function 'vel_rel2vel_deg': forms.c:1292:8: warning: unused variable 'vel_deg' [-Wunused-variable] 1292 | gint vel_deg; | ^~~~~~~ forms.c: In function 'create_export_data': forms.c:687:37: warning: '%s' directive writing up to 149 bytes into a region of size between 138 and 145 [-Wformat-overflow=] 687 | sprintf (run_record, "%03d %s %s %02d %02d %02d %02d%02d %02d%02d %7.3f %3.0f %3.0f %4.2f %4.2f %4.2f %s\n", | ^~ 688 | run_it, observer_code, location, | ~~~~~~~~ In file included from /usr/include/stdio.h:866, from /usr/include/pango-1.0/pango/pango-utils.h:25, from /usr/include/pango-1.0/pango/pango.h:47, from /usr/include/gtk-2.0/gdk/gdktypes.h:37, from /usr/include/gtk-2.0/gdk/gdkscreen.h:32, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from forms.h:4, from forms.c:1: /usr/include/bits/stdio2.h:38:10: note: '__sprintf_chk' output 58 or more bytes (assuming 214) into a destination of size 150 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ forms.c:748:14: warning: '%03d' directive writing between 3 and 11 bytes into a region of size between 0 and 149 [-Wformat-overflow=] 748 | "%s %03d %5.1f %2d %s %6.2f %6.2f %6.2f %6.2f %s %03d\n", | ^~~~ forms.c:748:10: note: directive argument in the range [0, 2147483647] 748 | "%s %03d %5.1f %2d %s %6.2f %6.2f %6.2f %6.2f %s %03d\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from /usr/include/pango-1.0/pango/pango-utils.h:25, from /usr/include/pango-1.0/pango/pango.h:47, from /usr/include/gtk-2.0/gdk/gdktypes.h:37, from /usr/include/gtk-2.0/gdk/gdkscreen.h:32, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from forms.h:4, from forms.c:1: /usr/include/bits/stdio2.h:38:10: note: '__sprintf_chk' output 49 or more bytes (assuming 205) into a destination of size 150 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ forms.c:762:19: warning: '%s' directive writing up to 149 bytes into a region of size between 138 and 145 [-Wformat-overflow=] 762 | "%03d %s %s %s %03d %5.1f %2d %s\n", | ^~ 763 | run_it, observer_code, date_string, | ~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from /usr/include/pango-1.0/pango/pango-utils.h:25, from /usr/include/pango-1.0/pango/pango.h:47, from /usr/include/gtk-2.0/gdk/gdktypes.h:37, from /usr/include/gtk-2.0/gdk/gdkscreen.h:32, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from forms.h:4, from forms.c:1: /usr/include/bits/stdio2.h:38:10: note: '__sprintf_chk' output 22 or more bytes (assuming 178) into a destination of size 150 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc corrida.o gnomonic.o misc.o gui.o gui_charts.o gui_new_form.o gui_open_form.o gui_save_form.o gui_export_form.o gui_export_preview.o gui_callbacks.o gui_about.o console.o forms.o internal_data.o -o corrida -lm `pkg-config --libs gtk+-2.0` `pkg-config --cflags gtk+-2.0` gui_callbacks.c:766:11: warning: type of 'charts_window' does not match original declaration [-Wlto-type-mismatch] 766 | extern *charts_window; | ^ gui.c:1503:21: note: type 'struct GtkWidget' should match type 'int' 1503 | extern GtkWidget *charts_window; | ^ gui.c:1503:21: note: 'charts_window' was previously declared here gui.c:1503:21: note: code may be misoptimized unless '-fno-strict-aliasing' is used gui_about.c:7:11: warning: type of 'main_window' does not match original declaration [-Wlto-type-mismatch] 7 | extern *main_window; | ^ gui.c:1490:21: note: type 'struct GtkWidget' should match type 'int' 1490 | extern GtkWidget *main_window; | ^ gui.c:1490:21: note: 'main_window' was previously declared here gui.c:1490:21: note: code may be misoptimized unless '-fno-strict-aliasing' is used make[1]: Leaving directory '/builddir/build/BUILD/corrida-0.96-11/corrida' + convert common/corrida.ico corrida.png + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Xe0YTM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64 + cd corrida-0.96-11 + make install PREFIX=/builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/ install -d /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/share/corrida install -m 0644 common/* /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/share/corrida make install -C corrida make[1]: Entering directory '/builddir/build/BUILD/corrida-0.96-11/corrida' install -d /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/bin install -m 0755 corrida /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/bin install -d /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/share/corrida make[1]: Leaving directory '/builddir/build/BUILD/corrida-0.96-11/corrida' make install -C torero make[1]: Entering directory '/builddir/build/BUILD/corrida-0.96-11/torero' install -d /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/bin install -m 0755 torero /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/bin make[1]: Leaving directory '/builddir/build/BUILD/corrida-0.96-11/torero' + install -d /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/share/pixmaps + install -d /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/share/applications + install -pm 0644 corrida.png /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/share/pixmaps + desktop-file-install /builddir/build/SOURCES/corrida.desktop --dir=/builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/share/applications + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.96.11-27.fc33 --unique-debug-suffix -0.96.11-27.fc33.riscv64 --unique-debug-src-base corrida-0.96.11-27.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/corrida-0.96-11 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/bin/torero explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/bin/corrida extracting debug info from /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/bin/corrida extracting debug info from /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/bin/torero gdb-add-index: No index was created for /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/bin/torero gdb-add-index: [Was there no debuginfo? Was there already an index?] dwz: Too few files for multifile optimization original debug info size: 1080kB, size after compression: 1004kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 1 CRC32s did match. 427 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: corrida-0.96.11-27.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.IlfvvO + umask 022 + cd /builddir/build/BUILD + cd corrida-0.96-11 + DOCDIR=/builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/share/doc/corrida + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/share/doc/corrida + cp -pr copying /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64/usr/share/doc/corrida + RPM_EC=0 ++ jobs -p + exit 0 Provides: application() application(corrida.desktop) corrida = 0.96.11-27.fc33 corrida(riscv-64) = 0.96.11-27.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libatk-1.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcairo.so.2()(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgdk-x11-2.0.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-x11-2.0.so.0()(64bit) libharfbuzz.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) libpangoft2-1.0.so.0()(64bit) libpthread.so.0()(64bit) rtld(GNU_HASH) Processing files: corrida-debugsource-0.96.11-27.fc33.riscv64 Provides: corrida-debugsource = 0.96.11-27.fc33 corrida-debugsource(riscv-64) = 0.96.11-27.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: corrida-debuginfo-0.96.11-27.fc33.riscv64 Provides: corrida-debuginfo = 0.96.11-27.fc33 corrida-debuginfo(riscv-64) = 0.96.11-27.fc33 debuginfo(build-id) = ba3efee44c9166a17b4ad168b6b24e4a27d4cdfa debuginfo(build-id) = d583263c7e9187a534491bee15c51babb934d377 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: corrida-debugsource(riscv-64) = 0.96.11-27.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64 Wrote: /builddir/build/RPMS/corrida-debugsource-0.96.11-27.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/corrida-debuginfo-0.96.11-27.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/corrida-0.96.11-27.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.RKRgNL + umask 022 + cd /builddir/build/BUILD + cd corrida-0.96-11 + /usr/bin/rm -rf /builddir/build/BUILDROOT/corrida-0.96.11-27.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0