+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/cfdg-fe.spec            --define "debug_package %{nil}"            --undefine _annotated_build            --define "_missing_doc_files_terminate_build %{nil}"            --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d"            --define "_emacs_sitelispdir /usr/share/emacs/site-lisp"            --nocheck   ' mockbuild
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.d4xKxQ
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf cfdg-fe
+ /usr/bin/tar -xof -
+ /usr/bin/gzip -dc /builddir/build/SOURCES/cfdg-fe.tgz_
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd cfdg-fe
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (cfdg-fe-pixmap-path.patch):'
Patch #0 (cfdg-fe-pixmap-path.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0
patching file src/main.c
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3QOVVU
+ umask 022
+ cd /builddir/build/BUILD
+ cd cfdg-fe
+ aclocal
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
+ autoconf
+ automake --add-missing
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:4: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.in:4: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:8: installing './compile'
configure.in:4: installing './install-sh'
configure.in:4: installing './missing'
src/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/Makefile.am: installing './depcomp'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
+ ./configure --libdir=/usr/lib64
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: WARNING:  'po/Makefile.in.in' seems to ignore the --datarootdir setting
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
+ make '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 ' LIBS=-lm
make  all-recursive
make[1]: Entering directory '/builddir/build/BUILD/cfdg-fe'
Making all in src
make[2]: Entering directory '/builddir/build/BUILD/cfdg-fe/src'
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread     -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  -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
main.c: In function 'main':
main.c:70:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
     read(ifd,filecontent,istat.st_size);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread     -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  -MT support.o -MD -MP -MF .deps/support.Tpo -c -o support.o support.c
mv -f .deps/support.Tpo .deps/support.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread     -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  -MT interface.o -MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.c
interface.c: In function 'create_window1':
interface.c:105:7: warning: 'gdk_pixbuf_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations]
       gdk_pixbuf_unref (window1_icon_pixbuf);
       ^~~~~~~~~~~~~~~~
In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0,
                 from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkcairo.h:28,
                 from /usr/include/gtk-2.0/gdk/gdk.h:33,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from interface.c:16:
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:232:12: note: declared here
 void       gdk_pixbuf_unref    (GdkPixbuf *pixbuf);
            ^~~~~~~~~~~~~~~~
interface.c: In function 'create_opencfdgfilechooserdialog':
interface.c:918:3: warning: not enough variable arguments to fit a sentinel [-Wformat=]
   opencfdgfilechooserdialog = gtk_file_chooser_dialog_new (_("Open CFDG"), NULL, GTK_FILE_CHOOSER_ACTION_OPEN, NULL);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/interface.Tpo .deps/interface.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread     -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  -MT callbacks.o -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.o callbacks.c
callbacks.c: In function 'on_ment__s1_activate':
callbacks.c:83:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  title=gtk_window_get_title(window1);
       ^
callbacks.c:78:10: warning: unused variable 'written' [-Wunused-variable]
  ssize_t written;
          ^~~~~~~
callbacks.c: In function 'file_ok_sel':
callbacks.c:133:11: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  gchar*fn=gtk_file_selection_get_filename(GTK_FILE_SELECTION(si->fs));
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
callbacks.c:132:10: warning: unused variable 'written' [-Wunused-variable]
  ssize_t written;
          ^~~~~~~
callbacks.c: In function 'on_textview1_changed':
callbacks.c:265:14: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  gchar*title=gtk_window_get_title(window1);
              ^~~~~~~~~~~~~~~~~~~~
callbacks.c: In function 'render_to_size_ok':
callbacks.c:339:6: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  seed=gtk_entry_get_text(
      ^
callbacks.c:350:3: warning: passing argument 1 of 'gtk_entry_get_text' from incompatible pointer type [-Wincompatible-pointer-types]
   lookup_widget(
   ^~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktreeview.h:31:0,
                 from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
                 from /usr/include/gtk-2.0/gtk/gtk.h:72,
                 from callbacks.c:22:
/usr/include/gtk-2.0/gtk/gtkentry.h:216:14: note: expected 'GtkEntry * {aka struct _GtkEntry *}' but argument is of type 'GtkWidget * {aka struct _GtkWidget *}'
 const gchar* gtk_entry_get_text                 (GtkEntry      *entry);
              ^~~~~~~~~~~~~~~~~~
callbacks.c:349:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  par_w=gtk_entry_get_text(
       ^
callbacks.c:356:3: warning: passing argument 1 of 'gtk_entry_get_text' from incompatible pointer type [-Wincompatible-pointer-types]
   lookup_widget(
   ^~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktreeview.h:31:0,
                 from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
                 from /usr/include/gtk-2.0/gtk/gtk.h:72,
                 from callbacks.c:22:
/usr/include/gtk-2.0/gtk/gtkentry.h:216:14: note: expected 'GtkEntry * {aka struct _GtkEntry *}' but argument is of type 'GtkWidget * {aka struct _GtkWidget *}'
 const gchar* gtk_entry_get_text                 (GtkEntry      *entry);
              ^~~~~~~~~~~~~~~~~~
callbacks.c:355:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  par_h=gtk_entry_get_text(
       ^
callbacks.c:362:3: warning: passing argument 1 of 'gtk_toggle_button_get_active' from incompatible pointer type [-Wincompatible-pointer-types]
   lookup_widget(
   ^~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkcheckbutton.h:35:0,
                 from /usr/include/gtk-2.0/gtk/gtk.h:66,
                 from callbacks.c:22:
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:84:12: note: expected 'GtkToggleButton * {aka struct _GtkToggleButton *}' but argument is of type 'GtkWidget * {aka struct _GtkWidget *}'
 gboolean   gtk_toggle_button_get_active        (GtkToggleButton *toggle_button);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
callbacks.c:368:3: warning: passing argument 1 of 'gtk_entry_get_text' from incompatible pointer type [-Wincompatible-pointer-types]
   lookup_widget(
   ^~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktreeview.h:31:0,
                 from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
                 from /usr/include/gtk-2.0/gtk/gtk.h:72,
                 from callbacks.c:22:
/usr/include/gtk-2.0/gtk/gtkentry.h:216:14: note: expected 'GtkEntry * {aka struct _GtkEntry *}' but argument is of type 'GtkWidget * {aka struct _GtkWidget *}'
 const gchar* gtk_entry_get_text                 (GtkEntry      *entry);
              ^~~~~~~~~~~~~~~~~~
callbacks.c:367:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  par_m=gtk_entry_get_text(
       ^
callbacks.c:374:3: warning: passing argument 1 of 'gtk_spin_button_get_value' from incompatible pointer type [-Wincompatible-pointer-types]
   lookup_widget(
   ^~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtk.h:170:0,
                 from callbacks.c:22:
/usr/include/gtk-2.0/gtk/gtkspinbutton.h:161:10: note: expected 'GtkSpinButton * {aka struct _GtkSpinButton *}' but argument is of type 'GtkWidget * {aka struct _GtkWidget *}'
 gdouble  gtk_spin_button_get_value          (GtkSpinButton  *spin_button);
          ^~~~~~~~~~~~~~~~~~~~~~~~~
callbacks.c:380:3: warning: passing argument 1 of 'gtk_combo_box_get_active' from incompatible pointer type [-Wincompatible-pointer-types]
   lookup_widget(
   ^~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtk.h:72:0,
                 from callbacks.c:22:
/usr/include/gtk-2.0/gtk/gtkcombobox.h:100:15: note: expected 'GtkComboBox * {aka struct _GtkComboBox *}' but argument is of type 'GtkWidget * {aka struct _GtkWidget *}'
 gint          gtk_combo_box_get_active       (GtkComboBox     *combo_box);
               ^~~~~~~~~~~~~~~~~~~~~~~~
callbacks.c:387:3: warning: passing argument 1 of 'gtk_entry_get_text' from incompatible pointer type [-Wincompatible-pointer-types]
   lookup_widget(
   ^~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktreeview.h:31:0,
                 from /usr/include/gtk-2.0/gtk/gtkcombobox.h:29,
                 from /usr/include/gtk-2.0/gtk/gtk.h:72,
                 from callbacks.c:22:
/usr/include/gtk-2.0/gtk/gtkentry.h:216:14: note: expected 'GtkEntry * {aka struct _GtkEntry *}' but argument is of type 'GtkWidget * {aka struct _GtkWidget *}'
 const gchar* gtk_entry_get_text                 (GtkEntry      *entry);
              ^~~~~~~~~~~~~~~~~~
callbacks.c:386:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  par_a=gtk_entry_get_text(
       ^
callbacks.c:394:3: warning: passing argument 1 of 'gtk_toggle_button_get_active' from incompatible pointer type [-Wincompatible-pointer-types]
   lookup_widget(
   ^~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkcheckbutton.h:35:0,
                 from /usr/include/gtk-2.0/gtk/gtk.h:66,
                 from callbacks.c:22:
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:84:12: note: expected 'GtkToggleButton * {aka struct _GtkToggleButton *}' but argument is of type 'GtkWidget * {aka struct _GtkWidget *}'
 gboolean   gtk_toggle_button_get_active        (GtkToggleButton *toggle_button);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
callbacks.c:400:3: warning: passing argument 1 of 'gtk_combo_box_get_active' from incompatible pointer type [-Wincompatible-pointer-types]
   lookup_widget(
   ^~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtk.h:72:0,
                 from callbacks.c:22:
/usr/include/gtk-2.0/gtk/gtkcombobox.h:100:15: note: expected 'GtkComboBox * {aka struct _GtkComboBox *}' but argument is of type 'GtkWidget * {aka struct _GtkWidget *}'
 gint          gtk_combo_box_get_active       (GtkComboBox     *combo_box);
               ^~~~~~~~~~~~~~~~~~~~~~~~
callbacks.c:406:3: warning: passing argument 1 of 'gtk_toggle_button_get_active' from incompatible pointer type [-Wincompatible-pointer-types]
   lookup_widget(
   ^~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkcheckbutton.h:35:0,
                 from /usr/include/gtk-2.0/gtk/gtk.h:66,
                 from callbacks.c:22:
/usr/include/gtk-2.0/gtk/gtktogglebutton.h:84:12: note: expected 'GtkToggleButton * {aka struct _GtkToggleButton *}' but argument is of type 'GtkWidget * {aka struct _GtkWidget *}'
 gboolean   gtk_toggle_button_get_active        (GtkToggleButton *toggle_button);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
callbacks.c:496:39: warning: passing argument 1 of 'lookup_widget' from incompatible pointer type [-Wincompatible-pointer-types]
    GtkWidget*framescale=lookup_widget(window1,"framescale");
                                       ^~~~~~~
In file included from callbacks.c:34:0:
support.h:46:13: note: expected 'GtkWidget * {aka struct _GtkWidget *}' but argument is of type 'GtkWindow * {aka struct _GtkWindow *}'
 GtkWidget*  lookup_widget              (GtkWidget       *widget,
             ^~~~~~~~~~~~~
callbacks.c:509:34: warning: passing argument 1 of 'lookup_widget' from incompatible pointer type [-Wincompatible-pointer-types]
    gtk_widget_hide(lookup_widget(window1,"framescale"));
                                  ^~~~~~~
In file included from callbacks.c:34:0:
support.h:46:13: note: expected 'GtkWidget * {aka struct _GtkWidget *}' but argument is of type 'GtkWindow * {aka struct _GtkWindow *}'
 GtkWidget*  lookup_widget              (GtkWidget       *widget,
             ^~~~~~~~~~~~~
callbacks.c:293:8: warning: unused variable 'title' [-Wunused-variable]
  gchar*title;
        ^~~~~
callbacks.c:292:10: warning: unused variable 'written' [-Wunused-variable]
  ssize_t written;
          ^~~~~~~
callbacks.c: In function 'on_renderbutton_clicked':
callbacks.c:619:6: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  seed=gtk_entry_get_text(
      ^
callbacks.c:707:32: warning: passing argument 1 of 'lookup_widget' from incompatible pointer type [-Wincompatible-pointer-types]
  gtk_widget_hide(lookup_widget(window1,"framescale"));
                                ^~~~~~~
In file included from callbacks.c:34:0:
support.h:46:13: note: expected 'GtkWidget * {aka struct _GtkWidget *}' but argument is of type 'GtkWindow * {aka struct _GtkWindow *}'
 GtkWidget*  lookup_widget              (GtkWidget       *widget,
             ^~~~~~~~~~~~~
callbacks.c:592:8: warning: unused variable 'title' [-Wunused-variable]
  gchar*title;
        ^~~~~
callbacks.c:591:10: warning: unused variable 'written' [-Wunused-variable]
  ssize_t written;
          ^~~~~~~
callbacks.c: In function 'pngfile_ok_sel':
callbacks.c:717:11: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  gchar*fn=gtk_file_selection_get_filename(
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
callbacks.c: In function 'on_seeddecbutton_clicked':
callbacks.c:761:13: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  gchar*text=gtk_entry_get_text(entry);
             ^~~~~~~~~~~~~~~~~~
callbacks.c: In function 'on_seedincbutton_clicked':
callbacks.c:795:13: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  gchar*text=gtk_entry_get_text(entry);
             ^~~~~~~~~~~~~~~~~~
callbacks.c: In function 'on_copyrightdetails_activate':
callbacks.c:831:19: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
  GtkDialog*dialog=gtk_message_dialog_new(
                   ^~~~~~~~~~~~~~~~~~~~~~
callbacks.c: In function 'on_redistribution_conditions1_activate':
callbacks.c:851:19: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
  GtkDialog*dialog=gtk_message_dialog_new(
                   ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 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 callbacks.c:22:
callbacks.c: In function 'on_framescale_move_slider':
callbacks.c:915:29: warning: passing argument 1 of 'gtk_widget_get_toplevel' from incompatible pointer type [-Wincompatible-pointer-types]
     gtk_widget_get_toplevel(range),
                             ^
/usr/include/glib-2.0/gobject/gtype.h:2224:57: note: in definition of macro '_G_TYPE_CIC'
     ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                         ^~
/usr/include/gtk-2.0/gtk/gtkimage.h:42:42: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST'
 #define GTK_IMAGE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_IMAGE, GtkImage))
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
callbacks.c:913:3: note: in expansion of macro 'GTK_IMAGE'
   GTK_IMAGE(
   ^~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35:0,
                 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 callbacks.c:22:
/usr/include/gtk-2.0/gtk/gtkwidget.h:1050:14: note: expected 'GtkWidget * {aka struct _GtkWidget *}' but argument is of type 'GtkRange * {aka struct _GtkRange *}'
 GtkWidget*   gtk_widget_get_toplevel (GtkWidget *widget);
              ^~~~~~~~~~~~~~~~~~~~~~~
callbacks.c: In function 'on___j1_activate':
callbacks.c:44:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  system("cfdg-fe&");
  ^~~~~~~~~~~~~~~~~~
callbacks.c: In function 'on_opencfdgfilechooserdialog_response':
callbacks.c:67:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  system(cmd);
  ^~~~~~~~~~~
callbacks.c: In function 'on_ment__s1_activate':
callbacks.c:111:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    write(ofd,contents,len);
    ^~~~~~~~~~~~~~~~~~~~~~~
callbacks.c: In function 'file_ok_sel':
callbacks.c:159:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(ofd,contents,len);
   ^~~~~~~~~~~~~~~~~~~~~~~
callbacks.c: In function 'render_to_size_ok':
callbacks.c:437:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(tfd,contents,len);
   ^~~~~~~~~~~~~~~~~~~~~~~
callbacks.c:483:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
   system(cmd);
   ^~~~~~~~~~~
callbacks.c:540:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
   read(ofd,filecontent+strlen(filecontent),ostat.st_size);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
callbacks.c: In function 'on_renderbutton_clicked':
callbacks.c:649:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(tfd,contents,len);
   ^~~~~~~~~~~~~~~~~~~~~~~
callbacks.c:653:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
   system(cmd);
   ^~~~~~~~~~~
callbacks.c:684:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
   read(ofd,filecontent+strlen(filecontent),ostat.st_size);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
callbacks.c: In function 'pngfile_ok_sel':
callbacks.c:723:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  system(cmd);
  ^~~~~~~~~~~
callbacks.c: In function 'on_window1_destroy':
callbacks.c:898:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  system(cmd);
  ^~~~~~~~~~~
mv -f .deps/callbacks.Tpo .deps/callbacks.Po
gcc  -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    -o cfdg-fe main.o support.o interface.o callbacks.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype   -lm
make[2]: Leaving directory '/builddir/build/BUILD/cfdg-fe/src'
Making all in po
make[2]: Entering directory '/builddir/build/BUILD/cfdg-fe/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builddir/build/BUILD/cfdg-fe/po'
make[2]: Entering directory '/builddir/build/BUILD/cfdg-fe'
make[2]: Leaving directory '/builddir/build/BUILD/cfdg-fe'
make[1]: Leaving directory '/builddir/build/BUILD/cfdg-fe'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZcrDjx
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64
+ cd cfdg-fe
+ rm -rf /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64/usr/bin
+ install -m 755 src/cfdg-fe /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64/usr/bin/cfdg-fe
+ mkdir -p /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64/usr/share/cfdg-fe/
+ install -m 644 pixmaps/icon.png pixmaps/logo.png /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64/usr/share/cfdg-fe/
+ mkdir -p /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64/usr/share/applications
+ desktop-file-install --dir /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64/usr/share/applications /builddir/build/SOURCES/cfdg-fe.desktop
+ mkdir -p /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64/usr/share/icons/hicolor/32x32/apps
+ install -p -m 644 pixmaps/icon.png /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64/usr/share/icons/hicolor/32x32/apps/cfdg-fe-icon.png
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/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: cfdg-fe-0.1-18.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0JW1jA
+ umask 022
+ cd /builddir/build/BUILD
+ cd cfdg-fe
+ DOCDIR=/builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64/usr/share/doc/cfdg-fe
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64/usr/share/doc/cfdg-fe
+ cp -pr AUTHORS /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64/usr/share/doc/cfdg-fe
+ cp -pr INSTALL /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64/usr/share/doc/cfdg-fe
+ cp -pr COPYING /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64/usr/share/doc/cfdg-fe
+ cp -pr README /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64/usr/share/doc/cfdg-fe
+ exit 0
warning: File listed twice: /usr/share/cfdg-fe/icon.png
warning: File listed twice: /usr/share/cfdg-fe/logo.png
Provides: application() application(cfdg-fe.desktop) cfdg-fe = 0.1-18.fc28 cfdg-fe(riscv-64) = 0.1-18.fc28
Requires(interp): /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(post): /bin/sh
Requires(postun): /bin/sh
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) 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) rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64
Wrote: /builddir/build/SRPMS/cfdg-fe-0.1-18.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/cfdg-fe-0.1-18.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8PUwUL
+ umask 022
+ cd /builddir/build/BUILD
+ cd cfdg-fe
+ rm -rf /builddir/build/BUILDROOT/cfdg-fe-0.1-18.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
Terminated
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff