Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/amtterm.spec'], chrootPath='/var/lib/mock/f29-build-1750-588/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=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/amtterm.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 Wrote: /builddir/build/SRPMS/amtterm-1.6-5.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/amtterm.spec'], chrootPath='/var/lib/mock/f29-build-1750-588/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=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/amtterm.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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BpSgRb + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf amtterm-1.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/amtterm-1.6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd amtterm-1.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Ese0v1 + umask 022 + cd /builddir/build/BUILD + cd amtterm-1.6 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + make prefix=/usr BUILDSTDERR: checking for libdir name ... lib64 BUILDSTDERR: checking for gtk+-3.0 (using pkg-config) ... yes BUILDSTDERR: checking for gdk-3.0 (using pkg-config) ... yes BUILDSTDERR: checking for vte-2.91 (using pkg-config) ... yes Make.config written, edit if needed CC amtterm.o BUILDSTDERR: amtterm.c: In function 'main': BUILDSTDERR: amtterm.c:251:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(r.pass, sizeof(r.pass), stdin); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC redir.o CC tcp.o LD amtterm CC gamt.o BUILDSTDERR: gamt.c:64:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: [ REDIR_NONE ] = GTK_STOCK_DISCONNECT, BUILDSTDERR: ^ BUILDSTDERR: gamt.c:71:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: [ REDIR_RUN_SOL ] = GTK_STOCK_CONNECT, BUILDSTDERR: ^ BUILDSTDERR: gamt.c:77:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: [ REDIR_CLOSED ] = GTK_STOCK_DISCONNECT, BUILDSTDERR: ^ BUILDSTDERR: gamt.c:78:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: [ REDIR_ERROR ] = GTK_STOCK_DISCONNECT, BUILDSTDERR: ^ BUILDSTDERR: gamt.c: In function 'log_getfile': BUILDSTDERR: gamt.c:111:42: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:112:42: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: gamt.c: In function 'log_start': BUILDSTDERR: gamt.c:152:5: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: item = gtk_ui_manager_get_widget(gamt->ui, "/MainMenu/TtyMenu/WriteLog"); BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here BUILDSTDERR: GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c: In function 'log_stop': BUILDSTDERR: gamt.c:173:5: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: item = gtk_ui_manager_get_widget(gamt->ui, "/MainMenu/TtyMenu/WriteLog"); BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here BUILDSTDERR: GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c: In function 'menu_cb_connect_to': BUILDSTDERR: gamt.c:209:5: warning: 'gtk_action_get_name' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: if (1 != sscanf(gtk_action_get_name(action), "ConnectTo_%s", amt_host)) BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtk.h:248, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:103:14: note: declared here BUILDSTDERR: const gchar* gtk_action_get_name (GtkAction *action); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c: In function 'menu_cb_write_log': BUILDSTDERR: gamt.c:245:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gboolean state = gtk_toggle_action_get_active(action); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtk.h:268, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here BUILDSTDERR: gboolean gtk_toggle_action_get_active (GtkToggleAction *action); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c: In function 'menu_cb_blink_cursor': BUILDSTDERR: gamt.c:342:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gboolean state = gtk_toggle_action_get_active(action); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtk.h:268, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here BUILDSTDERR: gboolean gtk_toggle_action_get_active (GtkToggleAction *action); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c: In function 'menu_cb_about': BUILDSTDERR: gamt.c:410:27: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: "logo-icon-name", GTK_STOCK_ABOUT, BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c: In function 'state_gtk': BUILDSTDERR: gamt.c:468:2: warning: 'gtk_image_set_from_stock' is deprecated: Use 'gtk_image_set_from_icon_name' instead [-Wdeprecated-declarations] BUILDSTDERR: gtk_image_set_from_stock(GTK_IMAGE(gamt->icon), state_stock[new], BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtktreeview.h:29, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtk.h:42, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/gtkimage.h:150:6: note: declared here BUILDSTDERR: void gtk_image_set_from_stock (GtkImage *image, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c: At top level: BUILDSTDERR: gamt.c:504:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: .stock_id = GTK_STOCK_CONNECT, BUILDSTDERR: ^ BUILDSTDERR: gamt.c:509:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: .stock_id = GTK_STOCK_DISCONNECT, BUILDSTDERR: ^ BUILDSTDERR: gamt.c:514:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: .stock_id = GTK_STOCK_SAVE, BUILDSTDERR: ^ BUILDSTDERR: gamt.c:519:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: .stock_id = GTK_STOCK_QUIT, BUILDSTDERR: ^ BUILDSTDERR: gamt.c:532:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: .stock_id = GTK_STOCK_SELECT_FONT, BUILDSTDERR: ^ BUILDSTDERR: gamt.c:548:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: .stock_id = GTK_STOCK_HELP, BUILDSTDERR: ^ BUILDSTDERR: gamt.c:553:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: .stock_id = GTK_STOCK_INFO, BUILDSTDERR: ^ BUILDSTDERR: gamt.c:558:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: .stock_id = GTK_STOCK_ABOUT, BUILDSTDERR: ^ BUILDSTDERR: gamt.c: In function 'gamt_getstring': BUILDSTDERR: gamt.c:638:7: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: GTK_STOCK_OK, BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: gamt.c:640:7: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: GTK_STOCK_CANCEL, BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:646:5: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtk.h:33, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:6: note: declared here BUILDSTDERR: void gtk_misc_set_alignment (GtkMisc *misc, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:646:5: warning: 'gtk_misc_get_type' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtk.h:33, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70:9: note: declared here BUILDSTDERR: GType gtk_misc_get_type (void) G_GNUC_CONST; BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c: In function 'gamt_rebuild_hosts': BUILDSTDERR: gamt.c:704:2: warning: 'gtk_ui_manager_remove_ui' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gtk_ui_manager_remove_ui(gamt->ui, gamt->hosts_id); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:179:16: note: declared here BUILDSTDERR: void gtk_ui_manager_remove_ui (GtkUIManager *manager, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:708:2: warning: 'gtk_ui_manager_remove_action_group' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gtk_ui_manager_remove_action_group(gamt->ui, gamt->hosts_ag); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:142:16: note: declared here BUILDSTDERR: void gtk_ui_manager_remove_action_group (GtkUIManager *manager, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:716:5: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gamt->hosts_ag = gtk_action_group_new("HostActions"); BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtk.h:250, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here BUILDSTDERR: GtkActionGroup *gtk_action_group_new (const gchar *name); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:730:2: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gtk_action_group_add_actions(gamt->hosts_ag, &entry, 1, gamt); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtk.h:250, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here BUILDSTDERR: void gtk_action_group_add_actions (GtkActionGroup *action_group, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:735:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gtk_ui_manager_insert_action_group(gamt->ui, gamt->hosts_ag, 1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here BUILDSTDERR: void gtk_ui_manager_insert_action_group (GtkUIManager *manager, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:736:5: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gamt->hosts_id = gtk_ui_manager_add_ui_from_string(gamt->ui, hosts_xml, -1, &err); BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:158:16: note: declared here BUILDSTDERR: guint gtk_ui_manager_add_ui_from_string (GtkUIManager *manager, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c: In function 'gamt_window': BUILDSTDERR: gamt.c:805:5: warning: 'gtk_ui_manager_new' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gamt->ui = gtk_ui_manager_new(); BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:130:16: note: declared here BUILDSTDERR: GtkUIManager *gtk_ui_manager_new (void); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:806:5: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gamt->ag = gtk_action_group_new("MenuActions"); BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtk.h:250, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here BUILDSTDERR: GtkActionGroup *gtk_action_group_new (const gchar *name); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:807:5: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gtk_action_group_add_actions(gamt->ag, entries, G_N_ELEMENTS(entries), gamt); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtk.h:250, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here BUILDSTDERR: void gtk_action_group_add_actions (GtkActionGroup *action_group, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:808:5: warning: 'gtk_action_group_add_toggle_actions' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gtk_action_group_add_toggle_actions(gamt->ag, tentries, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtk.h:250, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:215:17: note: declared here BUILDSTDERR: void gtk_action_group_add_toggle_actions (GtkActionGroup *action_group, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:810:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gtk_ui_manager_insert_action_group(gamt->ui, gamt->ag, 0); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here BUILDSTDERR: void gtk_ui_manager_insert_action_group (GtkUIManager *manager, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:817:5: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: if (!gtk_ui_manager_add_ui_from_string(gamt->ui, ui_xml, -1, &err)) { BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:158:16: note: declared here BUILDSTDERR: guint gtk_ui_manager_add_ui_from_string (GtkUIManager *manager, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:838:5: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: item = gtk_ui_manager_get_widget(gamt->ui, "/MainMenu/ConfigMenu/BlinkCursor"); BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here BUILDSTDERR: GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:846:5: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gtk_misc_set_alignment(GTK_MISC(gamt->status), 0, 0.5); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtk.h:33, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:6: note: declared here BUILDSTDERR: void gtk_misc_set_alignment (GtkMisc *misc, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:846:5: warning: 'gtk_misc_get_type' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gtk_misc_set_alignment(GTK_MISC(gamt->status), 0, 0.5); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtk.h:33, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70:9: note: declared here BUILDSTDERR: GType gtk_misc_get_type (void) G_GNUC_CONST; BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:847:5: warning: 'gtk_misc_set_padding' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gtk_misc_set_padding(GTK_MISC(gamt->status), 3, 1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtk.h:33, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:80:6: note: declared here BUILDSTDERR: void gtk_misc_set_padding (GtkMisc *misc, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:847:5: warning: 'gtk_misc_get_type' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gtk_misc_set_padding(GTK_MISC(gamt->status), 3, 1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtk.h:33, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70:9: note: declared here BUILDSTDERR: GType gtk_misc_get_type (void) G_GNUC_CONST; BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:848:5: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] BUILDSTDERR: gamt->icon = gtk_image_new_from_stock(GTK_STOCK_DISCONNECT, BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtktreeview.h:29, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, BUILDSTDERR: from /usr/include/gtk-3.0/gtk/gtk.h:42, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here BUILDSTDERR: GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c:848:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gamt->icon = gtk_image_new_from_stock(GTK_STOCK_DISCONNECT, BUILDSTDERR: ^~~~ BUILDSTDERR: gamt.c:856:5: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: item = gtk_ui_manager_get_widget(gamt->ui, "/MainMenu"); BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/gtk-3.0/gtk/gtk.h:280, BUILDSTDERR: from gamt.c:33: BUILDSTDERR: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here BUILDSTDERR: GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gamt.c: In function 'state_gtk': BUILDSTDERR: gamt.c:448:41: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size between 56 and 119 [-Wformat-truncation=] BUILDSTDERR: snprintf(buf, sizeof(buf), "%s: ERROR: %s", gamt->redir.host, BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:861, BUILDSTDERR: from gamt.c:21: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 10 and 200 bytes into a destination of size 128 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC parseconfig.o LD gamt + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0CLt5p + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64 + cd amtterm-1.6 + make prefix=/usr DESTDIR=/builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64 STRIP= install install -d /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64/usr/bin /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64/usr/share/applications /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64/usr/share/man/man1 /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64/usr/share/man/man7 install amtterm gamt /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64/usr/bin install amttool /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64/usr/bin install -m 644 gamt.desktop /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64/usr/share/applications install -m 644 gamt.man /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64/usr/share/man/man1/gamt.1 install -m 644 amtterm.man /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64/usr/share/man/man1/amtterm.1 install -m 644 amttool.man /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64/usr/share/man/man1/amttool.1 install -m 644 amt-howto.man /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64/usr/share/man/man7/amt-howto.7 + desktop-file-install --dir=/builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64/usr/share/applications/ /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64//usr/share/applications/gamt.desktop + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: amtterm-1.6-5.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.CplHwb + umask 022 + cd /builddir/build/BUILD + cd amtterm-1.6 + DOCDIR=/builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64/usr/share/doc/amtterm + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64/usr/share/doc/amtterm + cp -pr COPYING /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64/usr/share/doc/amtterm + exit 0 Provides: amtterm = 1.6-5.fc29 amtterm(riscv-64) = 1.6-5.fc29 application() application(gamt.desktop) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/perl 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-gobject.so.2()(64bit) libcairo.so.2()(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) libgnutls.so.30()(64bit) libgobject-2.0.so.0()(64bit) libgtk-3.so.0()(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpcre2-8.so.0()(64bit) libvte-2.91.so.0()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64 Wrote: /builddir/build/RPMS/amtterm-1.6-5.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tAM1Hg + umask 022 + cd /builddir/build/BUILD + cd amtterm-1.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/amtterm-1.6-5.fc29.riscv64 + exit 0 Child return code was: 0