D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/perl-Goo-Canvas-0.60.0-26.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ZJXMBo + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Goo-Canvas-0.06 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Goo-Canvas-0.06.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Goo-Canvas-0.06 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wHshnL + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Goo-Canvas-0.06 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export PERL_USE_UNSAFE_INC=1 + PERL_USE_UNSAFE_INC=1 + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor Including generated API documentation... Checking if your kit is complete... Looks good Unrecognized argument in LIBS ignored: '-pthread' Generating a Unix-style Makefile Writing Makefile for Goo::Canvas Writing MYMETA.yml and MYMETA.json + /usr/bin/make cp build/IFiles.pm blib/arch/Goo/Canvas/Install/Files.pm cp lib/Goo/Canvas.pm blib/lib/Goo/Canvas.pm cp /home/iurt/rpmbuild/BUILD/Goo-Canvas-0.06/goocanvas.typemap blib/arch/Goo/Canvas/Install/goocanvas.typemap cp build/goocanvas-perl-autogen.h blib/arch/Goo/Canvas/Install/goocanvas-perl-autogen.h cp build/goocanvas-perl-version.h blib/arch/Goo/Canvas/Install/goocanvas-perl-version.h cp goocanvas-perl.h blib/arch/Goo/Canvas/Install/goocanvas-perl.h cp /home/iurt/rpmbuild/BUILD/Goo-Canvas-0.06/build/goocanvas-perl.typemap blib/arch/Goo/Canvas/Install/goocanvas-perl.typemap Running Mkbootstrap for Canvas () chmod 644 "Canvas.bs" "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Canvas.bs blib/arch/auto/Goo/Canvas/Canvas.bs 644 [ XS xs/goocanvas.xs ] mv xs/goocanvas.xsc xs/goocanvas.c [ CC xs/goocanvas.c ] 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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvas.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvas.xs: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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvas.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvas.xs:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ xs/goocanvas.c: In function 'XS_Goo__Canvas_cairo_surface_from_pixbuf': xs/goocanvas.c:992:18: warning: implicit declaration of function 'goo_canvas_cairo_surface_from_pixbuf'; did you mean 'XS_Goo__Canvas_cairo_surface_from_pixbuf'? [-Wimplicit-function-declaration] 992 | RETVAL = goo_canvas_cairo_surface_from_pixbuf(pixbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | XS_Goo__Canvas_cairo_surface_from_pixbuf xs/goocanvas.c:992:16: warning: assignment to 'cairo_surface_t *' {aka 'struct _cairo_surface *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 992 | RETVAL = goo_canvas_cairo_surface_from_pixbuf(pixbuf); | ^ xs/goocanvas.xs: In function 'XS_Goo__Cairo__Pattern_new_from_pixbuf': xs/goocanvas.xs:381:14: warning: implicit declaration of function 'goo_canvas_cairo_pattern_from_pixbuf'; did you mean 'XS_Goo__Canvas_cairo_surface_from_pixbuf'? [-Wimplicit-function-declaration] 381 | RETVAL = goo_canvas_cairo_pattern_from_pixbuf(pixbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | XS_Goo__Canvas_cairo_surface_from_pixbuf xs/goocanvas.xs:381:12: warning: assignment to 'GooCairoPattern_copy *' {aka 'struct _cairo_pattern *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 381 | RETVAL = goo_canvas_cairo_pattern_from_pixbuf(pixbuf); | ^ [ XS xs/goocanvasbounds.xs ] mv xs/goocanvasbounds.xsc xs/goocanvasbounds.c [ CC xs/goocanvasbounds.c ] 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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasbounds.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasbounds.xs: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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasbounds.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasbounds.xs:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ [ XS xs/goocanvasellipse.xs ] mv xs/goocanvasellipse.xsc xs/goocanvasellipse.c [ CC xs/goocanvasellipse.c ] 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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasellipse.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasellipse.xs: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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasellipse.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasellipse.xs:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ [ XS xs/goocanvasgroup.xs ] mv xs/goocanvasgroup.xsc xs/goocanvasgroup.c [ CC xs/goocanvasgroup.c ] 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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasgroup.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasgroup.xs: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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasgroup.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasgroup.xs:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ [ XS xs/goocanvasimage.xs ] mv xs/goocanvasimage.xsc xs/goocanvasimage.c [ CC xs/goocanvasimage.c ] 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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasimage.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasimage.xs: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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasimage.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasimage.xs:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ [ XS xs/goocanvasitem.xs ] mv xs/goocanvasitem.xsc xs/goocanvasitem.c [ CC xs/goocanvasitem.c ] 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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasitem.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasitem.xs: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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasitem.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasitem.xs:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ xs/goocanvasitem.xs: In function 'XS_Goo__Canvas__Item_set_child_properties': xs/goocanvasitem.xs:294:13: warning: 'g_value_get_char' is deprecated: Use 'g_value_get_schar' instead [-Wdeprecated-declarations] 294 | goo_canvas_item_set_child_properties(item, child, name, g_value_get_char(&value), NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:36, from /usr/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasitem.xs:1: /usr/include/glib-2.0/gobject/gvaluetypes.h:195:23: note: declared here 195 | gchar g_value_get_char (const GValue *value); | ^~~~~~~~~~~~~~~~ xs/goocanvasitem.xs:329:13: warning: Deprecated pre-processor symbol 329 | } else if ( G_IS_PARAM_SPEC_VALUE_ARRAY(pspec) ) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xs/goocanvasitem.xs:329:13: warning: Deprecated pre-processor symbol xs/goocanvasitem.xs: In function 'XS_Goo__Canvas__Item_get_child_properties': xs/goocanvasitem.xs:375:12: warning: 'g_value_set_char' is deprecated: Use 'g_value_set_schar' instead [-Wdeprecated-declarations] 375 | g_value_set_char(&value, val); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:36, from /usr/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasitem.xs:1: /usr/include/glib-2.0/gobject/gvaluetypes.h:192:23: note: declared here 192 | void g_value_set_char (GValue *value, | ^~~~~~~~~~~~~~~~ xs/goocanvasitem.xs:444:13: warning: Deprecated pre-processor symbol 444 | } else if ( G_IS_PARAM_SPEC_VALUE_ARRAY(pspec) ) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xs/goocanvasitem.xs:444:13: warning: Deprecated pre-processor symbol [ XS xs/goocanvasitemmodel.xs ] mv xs/goocanvasitemmodel.xsc xs/goocanvasitemmodel.c [ CC xs/goocanvasitemmodel.c ] 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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasitemmodel.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasitemmodel.xs: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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasitemmodel.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasitemmodel.xs:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ xs/goocanvasitemmodel.xs: In function 'XS_Goo__Canvas__ItemModel_set_child_properties': xs/goocanvasitemmodel.xs:185:13: warning: 'g_value_get_char' is deprecated: Use 'g_value_get_schar' instead [-Wdeprecated-declarations] 185 | goo_canvas_item_model_set_child_properties(model, child, name, g_value_get_char(&value), NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:36, from /usr/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasitemmodel.xs:1: /usr/include/glib-2.0/gobject/gvaluetypes.h:195:23: note: declared here 195 | gchar g_value_get_char (const GValue *value); | ^~~~~~~~~~~~~~~~ xs/goocanvasitemmodel.xs:220:13: warning: Deprecated pre-processor symbol 220 | } else if ( G_IS_PARAM_SPEC_VALUE_ARRAY(pspec) ) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xs/goocanvasitemmodel.xs:220:13: warning: Deprecated pre-processor symbol xs/goocanvasitemmodel.xs: In function 'XS_Goo__Canvas__ItemModel_get_child_properties': xs/goocanvasitemmodel.xs:266:12: warning: 'g_value_set_char' is deprecated: Use 'g_value_set_schar' instead [-Wdeprecated-declarations] 266 | g_value_set_char(&value, val); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:36, from /usr/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasitemmodel.xs:1: /usr/include/glib-2.0/gobject/gvaluetypes.h:192:23: note: declared here 192 | void g_value_set_char (GValue *value, | ^~~~~~~~~~~~~~~~ xs/goocanvasitemmodel.xs:335:13: warning: Deprecated pre-processor symbol 335 | } else if ( G_IS_PARAM_SPEC_VALUE_ARRAY(pspec) ) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xs/goocanvasitemmodel.xs:335:13: warning: Deprecated pre-processor symbol [ XS xs/goocanvasitemsimple.xs ] mv xs/goocanvasitemsimple.xsc xs/goocanvasitemsimple.c [ CC xs/goocanvasitemsimple.c ] 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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasitemsimple.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasitemsimple.xs: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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasitemsimple.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasitemsimple.xs:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ [ XS xs/goocanvaspath.xs ] mv xs/goocanvaspath.xsc xs/goocanvaspath.c [ CC xs/goocanvaspath.c ] 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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvaspath.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvaspath.xs: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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvaspath.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvaspath.xs:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ [ XS xs/goocanvaspolyline.xs ] mv xs/goocanvaspolyline.xsc xs/goocanvaspolyline.c [ CC xs/goocanvaspolyline.c ] 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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvaspolyline.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvaspolyline.xs: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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvaspolyline.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvaspolyline.xs:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ [ XS xs/goocanvasrect.xs ] mv xs/goocanvasrect.xsc xs/goocanvasrect.c [ CC xs/goocanvasrect.c ] 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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasrect.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasrect.xs: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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasrect.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasrect.xs:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ [ XS xs/goocanvasstyle.xs ] mv xs/goocanvasstyle.xsc xs/goocanvasstyle.c [ CC xs/goocanvasstyle.c ] 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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasstyle.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasstyle.xs: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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvasstyle.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvasstyle.xs:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ [ XS xs/goocanvastable.xs ] mv xs/goocanvastable.xsc xs/goocanvastable.c [ CC xs/goocanvastable.c ] 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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvastable.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvastable.xs: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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvastable.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvastable.xs:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ [ XS xs/goocanvastext.xs ] mv xs/goocanvastext.xsc xs/goocanvastext.c [ CC xs/goocanvastext.c ] 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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvastext.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvastext.xs: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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvastext.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvastext.xs:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ [ XS xs/goocanvaswidget.xs ] mv xs/goocanvaswidget.xsc xs/goocanvaswidget.c [ CC xs/goocanvaswidget.c ] 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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvaswidget.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvaswidget.xs: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 /usr/lib64/perl5/vendor_perl/Gtk2/Install/gtk2perl.h:29, from ./goocanvas-perl.h:8, from xs/goocanvaswidget.xs: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/lib64/perl5/vendor_perl/Glib/Install/gperl.h:37, from ./goocanvas-perl.h:7, from xs/goocanvaswidget.xs:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ rm -f blib/arch/auto/Goo/Canvas/Canvas.so [ LD blib/arch/auto/Goo/Canvas/Canvas.so ] chmod 755 blib/arch/auto/Goo/Canvas/Canvas.so cp bin/perlmine.pl blib/script/perlmine.pl "/usr/bin/perl5.34.0" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/perlmine.pl cp bin/perltetris.pl blib/script/perltetris.pl "/usr/bin/perl5.34.0" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/perltetris.pl "/usr/bin/perl5.34.0" -MExtUtils::Command -e mkpath blib/lib/Goo/Canvas/ Parsing XS files... Generating POD... Goo::Canvas::ImageModel::new: no type defined for arg $pixbuf cairo_t is not registered with the GLib type system. cairo_t is not registered with the GLib type system. cairo_t is not registered with the GLib type system. cairo_t is not registered with the GLib type system. cairo_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. cairo_t is not registered with the GLib type system. cairo_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. cairo_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. cairo_t is not registered with the GLib type system. cairo_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. cairo_t is not registered with the GLib type system. cairo_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. cairo_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. cairo_t is not registered with the GLib type system. Goo::Canvas::Image::new: no type defined for arg $pixbuf cairo_matrix_t is not registered with the GLib type system. cairo_matrix_t is not registered with the GLib type system. cairo_surface_t is not registered with the GLib type system. cairo_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. GArray is not registered with the GLib type system. cairo_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. cairo_surface_t is not registered with the GLib type system. GArray is not registered with the GLib type system. cairo_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. GArray is not registered with the GLib type system. cairo_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. cairo_pattern_t is not registered with the GLib type system. cairo_pattern_t is not registered with the GLib type system. cairo_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. cairo_t is not registered with the GLib type system. cairo_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. cairo_t is not registered with the GLib type system. cairo_matrix_t is not registered with the GLib type system. cairo_matrix_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. cairo_t is not registered with the GLib type system. cairo_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. cairo_t is not registered with the GLib type system. cairo_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. cairo_t is not registered with the GLib type system. cairo_matrix_t is not registered with the GLib type system. cairo_matrix_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. cairo_t is not registered with the GLib type system. cairo_matrix_t is not registered with the GLib type system. cairo_matrix_t is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. GooCanvasBounds is not registered with the GLib type system. Creating POD index... Manifying 2 pod documents Manifying 29 pod documents + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mYzZJK + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64 + cd Goo-Canvas-0.06 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Canvas.bs blib/arch/auto/Goo/Canvas/Canvas.bs 644 Manifying 2 pod documents Manifying 29 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Install/goocanvas-perl.typemap Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Install/goocanvas-perl.h Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Install/goocanvas-perl-version.h Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Install/goocanvas-perl-autogen.h Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Install/goocanvas.typemap Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Install/Files.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Goo/Canvas/Canvas.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Cairo/Matrix.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Cairo/Pattern.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/index.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Bounds.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Item.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/LineDash.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/ItemModel.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Points.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Text.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/PathModel.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Image.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/PolylineModel.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Rect.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Widget.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/EllipseModel.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/ItemSimple.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Style.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/GroupModel.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/TableModel.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Path.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/TextModel.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/ImageModel.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/RectModel.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Ellipse.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Polyline.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Table.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/Goo/Canvas/Group.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man1/perltetris.pl.1 Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man1/perlmine.pl.1 Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::Widget.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::TextModel.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::Text.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::TableModel.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::Table.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::Style.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::RectModel.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::Rect.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::PolylineModel.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::Polyline.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::Points.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::PathModel.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::Path.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::LineDash.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::ItemSimple.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::ItemModel.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::Item.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::ImageModel.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::Image.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::GroupModel.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::Group.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::EllipseModel.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::Ellipse.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::Bounds.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Cairo::Pattern.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Cairo::Matrix.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/man/man3/Goo::Canvas::index.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/bin/perltetris.pl Installing /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/bin/perlmine.pl Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/perllocal.pod + rm -f /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/bin/perltetris.pl + rm -f /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/bin/perlmine.pl + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.60.0-26.mga9 --unique-debug-suffix -0.60.0-26.mga9.aarch64 --unique-debug-src-base perl-Goo-Canvas-0.60.0-26.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Goo-Canvas-0.06 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Goo/Canvas/Canvas.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Goo/Canvas/Canvas.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Goo/Canvas/Canvas.so'; reason: Permission denied dwz: ./usr/lib64/perl5/vendor_perl/auto/Goo/Canvas/Canvas.so-0.60.0-26.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 752kB, size after compression: 752kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 570 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tpUjS2 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Goo-Canvas-0.06 + '[' 1 -eq 1 ']' + /usr/bin/make test "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Canvas.bs blib/arch/auto/Goo/Canvas/Canvas.bs 644 PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.34.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Goo-Canvas.t .. ok All tests successful. Files=1, Tests=2, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.18 cusr 0.02 csys = 0.24 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Goo-Canvas-0.60.0-26.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.betJhC + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Goo-Canvas-0.06 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/doc/perl-Goo-Canvas + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/doc/perl-Goo-Canvas + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/doc/perl-Goo-Canvas + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/doc/perl-Goo-Canvas + cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64/usr/share/doc/perl-Goo-Canvas + RPM_EC=0 ++ jobs -p + exit 0 warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Provides: perl(Goo::Canvas) = 0.60.0 perl(Goo::Canvas::Install::Files) perl-Goo-Canvas = 0.60.0-26.mga9 perl-Goo-Canvas(aarch-64) = 0.60.0-26.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcairo.so.2()(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgoocanvas.so.3()(64bit) libgtk-x11-2.0.so.0()(64bit) libperl.so.5.34()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) perl >= 0:5.008008 perl(Cairo) >= 1.0.0 perl(Exporter) perl(ExtUtils::Depends) >= 0.200.0 perl(ExtUtils::PkgConfig) >= 1.0.0 perl(Glib) >= 1.103.0 perl(Gtk2) >= 1.100.0 perl(XSLoader) perl(strict) perl(warnings) perl-base >= 2:5.34.0 Processing files: perl-Goo-Canvas-debugsource-0.60.0-26.mga9.aarch64 Provides: perl-Goo-Canvas-debugsource = 0.60.0-26.mga9 perl-Goo-Canvas-debugsource(aarch-64) = 0.60.0-26.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Goo-Canvas-debuginfo-0.60.0-26.mga9.aarch64 Provides: debuginfo(build-id) = 6af944df6c459c5e741991acebfab3b33a29fa93 perl-Goo-Canvas-debuginfo = 0.60.0-26.mga9 perl-Goo-Canvas-debuginfo(aarch-64) = 0.60.0-26.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Goo-Canvas-debugsource(aarch-64) = 0.60.0-26.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Goo-Canvas-0.60.0-26.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Goo-Canvas-debugsource-0.60.0-26.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Goo-Canvas-debuginfo-0.60.0-26.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ghFnwT + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Goo-Canvas-0.06 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Goo-Canvas-0.60.0-26.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.aQah8k + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Goo-Canvas-0.06 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!