D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/perl-GTop-0.180.0-21.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5awumx + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf GTop-0.18 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/GTop-0.18.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd GTop-0.18 + /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.pSG8Sw + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd GTop-0.18 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor Using INC: -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include Using LIBS: -lgtop-2.0 -lglib-2.0 Using DEFINE: -DGTOP_2_5_PLUS Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for GTop Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 cp lib/GTop.pm blib/lib/GTop.pm cp config.pl blib/lib/config.pl cp GTop.pod blib/lib/GTop.pod Running Mkbootstrap for GTop () chmod 644 "GTop.bs" "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- GTop.bs blib/arch/auto/GTop/GTop.bs 644 "/usr/bin/perl5.32.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/GTop-0.18/typemap.gtop' -typemap '/home/iurt/rpmbuild/BUILD/GTop-0.18/typemap' -typemap '/home/iurt/rpmbuild/BUILD/GTop-0.18/typemap' GTop.xs > GTop.xsc mv GTop.xsc GTop.c aarch64-mageia-linux-gnu-gcc -c -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC "-I/usr/lib64/perl5/CORE" -DGTOP_2_5_PLUS GTop.c In file included from GTop.xs:5: ppport.h:227: warning: "PERL_UNUSED_DECL" redefined 227 | # define PERL_UNUSED_DECL | In file included from GTop.xs:3: /usr/lib64/perl5/CORE/perl.h:435: note: this is the location of the previous definition 435 | # define PERL_UNUSED_DECL __attribute__unused__ | In file included from /usr/lib64/perl5/CORE/perl.h:5603, from GTop.xs:3: GTop.xs: In function 'XS_GTop_field_int': GTop.xs:139:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 139 | ST(0) = sv_2mortal(newSViv((int)*ptr)); | ^ /usr/lib64/perl5/CORE/embed.h:557:46: note: in definition of macro 'sv_2mortal' 557 | #define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a) | ^ GTop.xs:139:24: note: in expansion of macro 'newSViv' 139 | ST(0) = sv_2mortal(newSViv((int)*ptr)); | ^~~~~~~ GTop.xs: In function 'size_string': GTop.xs:201:16: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 201 | sv_setpvf(sv, "%4dk", (size + 512) / 1024); | ^~~~~~ ~~~~~~~~~~~~~~~~~~~ | | | size_t {aka long unsigned int} GTop.xs:207:16: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 207 | sv_setpvf(sv, "%4dM", (size + 524288) / 1048576); | ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka long unsigned int} cpu.boot: In function 'boot_GTop_cpu': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ cpu.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 3 | newGTopXS_u_int64_t("GTop::Cpu::flags", glibtop_cpu, flags); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ cpu.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 4 | newGTopXS_u_int64_t("GTop::Cpu::total", glibtop_cpu, total); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ cpu.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 5 | newGTopXS_u_int64_t("GTop::Cpu::user", glibtop_cpu, user); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ cpu.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 6 | newGTopXS_u_int64_t("GTop::Cpu::nice", glibtop_cpu, nice); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ cpu.boot:7:4: note: in expansion of macro 'newGTopXS_u_int64_t' 7 | newGTopXS_u_int64_t("GTop::Cpu::sys", glibtop_cpu, sys); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ cpu.boot:8:4: note: in expansion of macro 'newGTopXS_u_int64_t' 8 | newGTopXS_u_int64_t("GTop::Cpu::idle", glibtop_cpu, idle); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ cpu.boot:9:4: note: in expansion of macro 'newGTopXS_u_int64_t' 9 | newGTopXS_u_int64_t("GTop::Cpu::frequency", glibtop_cpu, frequency); | ^~~~~~~~~~~~~~~~~~~ fsusage.boot: In function 'boot_GTop_fsusage': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ fsusage.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 3 | newGTopXS_u_int64_t("GTop::Fsusage::flags", glibtop_fsusage, flags); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ fsusage.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 4 | newGTopXS_u_int64_t("GTop::Fsusage::blocks", glibtop_fsusage, blocks); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ fsusage.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 5 | newGTopXS_u_int64_t("GTop::Fsusage::bfree", glibtop_fsusage, bfree); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ fsusage.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 6 | newGTopXS_u_int64_t("GTop::Fsusage::bavail", glibtop_fsusage, bavail); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ fsusage.boot:7:4: note: in expansion of macro 'newGTopXS_u_int64_t' 7 | newGTopXS_u_int64_t("GTop::Fsusage::files", glibtop_fsusage, files); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ fsusage.boot:8:4: note: in expansion of macro 'newGTopXS_u_int64_t' 8 | newGTopXS_u_int64_t("GTop::Fsusage::ffree", glibtop_fsusage, ffree); | ^~~~~~~~~~~~~~~~~~~ loadavg.boot: In function 'boot_GTop_loadavg': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ loadavg.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 3 | newGTopXS_u_int64_t("GTop::Loadavg::flags", glibtop_loadavg, flags); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ loadavg.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 4 | newGTopXS_u_int64_t("GTop::Loadavg::nr_running", glibtop_loadavg, nr_running); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ loadavg.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 5 | newGTopXS_u_int64_t("GTop::Loadavg::nr_tasks", glibtop_loadavg, nr_tasks); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ loadavg.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 6 | newGTopXS_u_int64_t("GTop::Loadavg::last_pid", glibtop_loadavg, last_pid); | ^~~~~~~~~~~~~~~~~~~ mem.boot: In function 'boot_GTop_mem': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ mem.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 3 | newGTopXS_u_int64_t("GTop::Mem::flags", glibtop_mem, flags); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ mem.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 4 | newGTopXS_u_int64_t("GTop::Mem::total", glibtop_mem, total); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ mem.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 5 | newGTopXS_u_int64_t("GTop::Mem::used", glibtop_mem, used); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ mem.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 6 | newGTopXS_u_int64_t("GTop::Mem::free", glibtop_mem, free); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ mem.boot:7:4: note: in expansion of macro 'newGTopXS_u_int64_t' 7 | newGTopXS_u_int64_t("GTop::Mem::shared", glibtop_mem, shared); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ mem.boot:8:4: note: in expansion of macro 'newGTopXS_u_int64_t' 8 | newGTopXS_u_int64_t("GTop::Mem::buffer", glibtop_mem, buffer); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ mem.boot:9:4: note: in expansion of macro 'newGTopXS_u_int64_t' 9 | newGTopXS_u_int64_t("GTop::Mem::cached", glibtop_mem, cached); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ mem.boot:10:4: note: in expansion of macro 'newGTopXS_u_int64_t' 10 | newGTopXS_u_int64_t("GTop::Mem::user", glibtop_mem, user); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ mem.boot:11:4: note: in expansion of macro 'newGTopXS_u_int64_t' 11 | newGTopXS_u_int64_t("GTop::Mem::locked", glibtop_mem, locked); | ^~~~~~~~~~~~~~~~~~~ mountlist.boot: In function 'boot_GTop_mountlist': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ mountlist.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 3 | newGTopXS_u_int64_t("GTop::Mountlist::flags", glibtop_mountlist, flags); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ mountlist.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 4 | newGTopXS_u_int64_t("GTop::Mountlist::number", glibtop_mountlist, number); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ mountlist.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 5 | newGTopXS_u_int64_t("GTop::Mountlist::total", glibtop_mountlist, total); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ mountlist.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 6 | newGTopXS_u_int64_t("GTop::Mountlist::size", glibtop_mountlist, size); | ^~~~~~~~~~~~~~~~~~~ netload.boot: In function 'boot_GTop_netload': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ netload.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 3 | newGTopXS_u_int64_t("GTop::Netload::flags", glibtop_netload, flags); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ netload.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 4 | newGTopXS_u_int64_t("GTop::Netload::if_flags", glibtop_netload, if_flags); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ netload.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 5 | newGTopXS_u_int64_t("GTop::Netload::mtu", glibtop_netload, mtu); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ netload.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 6 | newGTopXS_u_int64_t("GTop::Netload::subnet", glibtop_netload, subnet); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ netload.boot:7:4: note: in expansion of macro 'newGTopXS_u_int64_t' 7 | newGTopXS_u_int64_t("GTop::Netload::address", glibtop_netload, address); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ netload.boot:8:4: note: in expansion of macro 'newGTopXS_u_int64_t' 8 | newGTopXS_u_int64_t("GTop::Netload::packets_in", glibtop_netload, packets_in); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ netload.boot:9:4: note: in expansion of macro 'newGTopXS_u_int64_t' 9 | newGTopXS_u_int64_t("GTop::Netload::packets_out", glibtop_netload, packets_out); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ netload.boot:10:4: note: in expansion of macro 'newGTopXS_u_int64_t' 10 | newGTopXS_u_int64_t("GTop::Netload::packets_total", glibtop_netload, packets_total); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ netload.boot:11:4: note: in expansion of macro 'newGTopXS_u_int64_t' 11 | newGTopXS_u_int64_t("GTop::Netload::bytes_in", glibtop_netload, bytes_in); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ netload.boot:12:4: note: in expansion of macro 'newGTopXS_u_int64_t' 12 | newGTopXS_u_int64_t("GTop::Netload::bytes_out", glibtop_netload, bytes_out); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ netload.boot:13:4: note: in expansion of macro 'newGTopXS_u_int64_t' 13 | newGTopXS_u_int64_t("GTop::Netload::bytes_total", glibtop_netload, bytes_total); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ netload.boot:14:4: note: in expansion of macro 'newGTopXS_u_int64_t' 14 | newGTopXS_u_int64_t("GTop::Netload::errors_in", glibtop_netload, errors_in); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ netload.boot:15:4: note: in expansion of macro 'newGTopXS_u_int64_t' 15 | newGTopXS_u_int64_t("GTop::Netload::errors_out", glibtop_netload, errors_out); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ netload.boot:16:4: note: in expansion of macro 'newGTopXS_u_int64_t' 16 | newGTopXS_u_int64_t("GTop::Netload::errors_total", glibtop_netload, errors_total); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ netload.boot:17:4: note: in expansion of macro 'newGTopXS_u_int64_t' 17 | newGTopXS_u_int64_t("GTop::Netload::collisions", glibtop_netload, collisions); | ^~~~~~~~~~~~~~~~~~~ proc_args.boot: In function 'boot_GTop_proc_args': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_args.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 3 | newGTopXS_u_int64_t("GTop::ProcArgs::flags", glibtop_proc_args, flags); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_args.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 4 | newGTopXS_u_int64_t("GTop::ProcArgs::size", glibtop_proc_args, size); | ^~~~~~~~~~~~~~~~~~~ proc_map.boot: In function 'boot_GTop_proc_map': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_map.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 3 | newGTopXS_u_int64_t("GTop::ProcMap::flags", glibtop_proc_map, flags); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_map.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 4 | newGTopXS_u_int64_t("GTop::ProcMap::number", glibtop_proc_map, number); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_map.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 5 | newGTopXS_u_int64_t("GTop::ProcMap::total", glibtop_proc_map, total); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_map.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 6 | newGTopXS_u_int64_t("GTop::ProcMap::size", glibtop_proc_map, size); | ^~~~~~~~~~~~~~~~~~~ proc_mem.boot: In function 'boot_GTop_proc_mem': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_mem.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 3 | newGTopXS_u_int64_t("GTop::ProcMem::flags", glibtop_proc_mem, flags); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_mem.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 4 | newGTopXS_u_int64_t("GTop::ProcMem::size", glibtop_proc_mem, size); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_mem.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 5 | newGTopXS_u_int64_t("GTop::ProcMem::vsize", glibtop_proc_mem, vsize); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_mem.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 6 | newGTopXS_u_int64_t("GTop::ProcMem::resident", glibtop_proc_mem, resident); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_mem.boot:7:4: note: in expansion of macro 'newGTopXS_u_int64_t' 7 | newGTopXS_u_int64_t("GTop::ProcMem::share", glibtop_proc_mem, share); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_mem.boot:8:4: note: in expansion of macro 'newGTopXS_u_int64_t' 8 | newGTopXS_u_int64_t("GTop::ProcMem::rss", glibtop_proc_mem, rss); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_mem.boot:9:4: note: in expansion of macro 'newGTopXS_u_int64_t' 9 | newGTopXS_u_int64_t("GTop::ProcMem::rss_rlim", glibtop_proc_mem, rss_rlim); | ^~~~~~~~~~~~~~~~~~~ proc_segment.boot: In function 'boot_GTop_proc_segment': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_segment.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 3 | newGTopXS_u_int64_t("GTop::ProcSegment::flags", glibtop_proc_segment, flags); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_segment.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 4 | newGTopXS_u_int64_t("GTop::ProcSegment::text_rss", glibtop_proc_segment, text_rss); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_segment.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 5 | newGTopXS_u_int64_t("GTop::ProcSegment::shlib_rss", glibtop_proc_segment, shlib_rss); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_segment.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 6 | newGTopXS_u_int64_t("GTop::ProcSegment::data_rss", glibtop_proc_segment, data_rss); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_segment.boot:7:4: note: in expansion of macro 'newGTopXS_u_int64_t' 7 | newGTopXS_u_int64_t("GTop::ProcSegment::stack_rss", glibtop_proc_segment, stack_rss); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_segment.boot:8:4: note: in expansion of macro 'newGTopXS_u_int64_t' 8 | newGTopXS_u_int64_t("GTop::ProcSegment::dirty_size", glibtop_proc_segment, dirty_size); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_segment.boot:9:4: note: in expansion of macro 'newGTopXS_u_int64_t' 9 | newGTopXS_u_int64_t("GTop::ProcSegment::start_code", glibtop_proc_segment, start_code); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_segment.boot:10:4: note: in expansion of macro 'newGTopXS_u_int64_t' 10 | newGTopXS_u_int64_t("GTop::ProcSegment::end_code", glibtop_proc_segment, end_code); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_segment.boot:11:4: note: in expansion of macro 'newGTopXS_u_int64_t' 11 | newGTopXS_u_int64_t("GTop::ProcSegment::start_stack", glibtop_proc_segment, start_stack); | ^~~~~~~~~~~~~~~~~~~ proc_state.boot: In function 'boot_GTop_proc_state': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_state.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 3 | newGTopXS_u_int64_t("GTop::ProcState::flags", glibtop_proc_state, flags); | ^~~~~~~~~~~~~~~~~~~ proc_time.boot: In function 'boot_GTop_proc_time': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_time.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 3 | newGTopXS_u_int64_t("GTop::ProcTime::flags", glibtop_proc_time, flags); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_time.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 4 | newGTopXS_u_int64_t("GTop::ProcTime::start_time", glibtop_proc_time, start_time); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_time.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 5 | newGTopXS_u_int64_t("GTop::ProcTime::rtime", glibtop_proc_time, rtime); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_time.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 6 | newGTopXS_u_int64_t("GTop::ProcTime::utime", glibtop_proc_time, utime); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_time.boot:7:4: note: in expansion of macro 'newGTopXS_u_int64_t' 7 | newGTopXS_u_int64_t("GTop::ProcTime::stime", glibtop_proc_time, stime); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_time.boot:8:4: note: in expansion of macro 'newGTopXS_u_int64_t' 8 | newGTopXS_u_int64_t("GTop::ProcTime::cutime", glibtop_proc_time, cutime); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_time.boot:9:4: note: in expansion of macro 'newGTopXS_u_int64_t' 9 | newGTopXS_u_int64_t("GTop::ProcTime::cstime", glibtop_proc_time, cstime); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_time.boot:10:4: note: in expansion of macro 'newGTopXS_u_int64_t' 10 | newGTopXS_u_int64_t("GTop::ProcTime::timeout", glibtop_proc_time, timeout); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_time.boot:11:4: note: in expansion of macro 'newGTopXS_u_int64_t' 11 | newGTopXS_u_int64_t("GTop::ProcTime::it_real_value", glibtop_proc_time, it_real_value); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_time.boot:12:4: note: in expansion of macro 'newGTopXS_u_int64_t' 12 | newGTopXS_u_int64_t("GTop::ProcTime::frequency", glibtop_proc_time, frequency); | ^~~~~~~~~~~~~~~~~~~ proc_uid.boot: In function 'boot_GTop_proc_uid': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proc_uid.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 3 | newGTopXS_u_int64_t("GTop::ProcUid::flags", glibtop_proc_uid, flags); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' 83 | newGTopXS(name, structure, field, int) | ^~~~~~~~~ proc_uid.boot:4:4: note: in expansion of macro 'newGTopXS_int' 4 | newGTopXS_int("GTop::ProcUid::uid", glibtop_proc_uid, uid); | ^~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' 83 | newGTopXS(name, structure, field, int) | ^~~~~~~~~ proc_uid.boot:5:4: note: in expansion of macro 'newGTopXS_int' 5 | newGTopXS_int("GTop::ProcUid::euid", glibtop_proc_uid, euid); | ^~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' 83 | newGTopXS(name, structure, field, int) | ^~~~~~~~~ proc_uid.boot:6:4: note: in expansion of macro 'newGTopXS_int' 6 | newGTopXS_int("GTop::ProcUid::gid", glibtop_proc_uid, gid); | ^~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' 83 | newGTopXS(name, structure, field, int) | ^~~~~~~~~ proc_uid.boot:7:4: note: in expansion of macro 'newGTopXS_int' 7 | newGTopXS_int("GTop::ProcUid::egid", glibtop_proc_uid, egid); | ^~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' 83 | newGTopXS(name, structure, field, int) | ^~~~~~~~~ proc_uid.boot:8:4: note: in expansion of macro 'newGTopXS_int' 8 | newGTopXS_int("GTop::ProcUid::pid", glibtop_proc_uid, pid); | ^~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' 83 | newGTopXS(name, structure, field, int) | ^~~~~~~~~ proc_uid.boot:9:4: note: in expansion of macro 'newGTopXS_int' 9 | newGTopXS_int("GTop::ProcUid::ppid", glibtop_proc_uid, ppid); | ^~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' 83 | newGTopXS(name, structure, field, int) | ^~~~~~~~~ proc_uid.boot:10:4: note: in expansion of macro 'newGTopXS_int' 10 | newGTopXS_int("GTop::ProcUid::pgrp", glibtop_proc_uid, pgrp); | ^~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' 83 | newGTopXS(name, structure, field, int) | ^~~~~~~~~ proc_uid.boot:11:4: note: in expansion of macro 'newGTopXS_int' 11 | newGTopXS_int("GTop::ProcUid::session", glibtop_proc_uid, session); | ^~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' 83 | newGTopXS(name, structure, field, int) | ^~~~~~~~~ proc_uid.boot:12:4: note: in expansion of macro 'newGTopXS_int' 12 | newGTopXS_int("GTop::ProcUid::tty", glibtop_proc_uid, tty); | ^~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' 83 | newGTopXS(name, structure, field, int) | ^~~~~~~~~ proc_uid.boot:13:4: note: in expansion of macro 'newGTopXS_int' 13 | newGTopXS_int("GTop::ProcUid::tpgid", glibtop_proc_uid, tpgid); | ^~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' 83 | newGTopXS(name, structure, field, int) | ^~~~~~~~~ proc_uid.boot:14:4: note: in expansion of macro 'newGTopXS_int' 14 | newGTopXS_int("GTop::ProcUid::priority", glibtop_proc_uid, priority); | ^~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' 83 | newGTopXS(name, structure, field, int) | ^~~~~~~~~ proc_uid.boot:15:4: note: in expansion of macro 'newGTopXS_int' 15 | newGTopXS_int("GTop::ProcUid::nice", glibtop_proc_uid, nice); | ^~~~~~~~~~~~~ proclist.boot: In function 'boot_GTop_proclist': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proclist.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 3 | newGTopXS_u_int64_t("GTop::Proclist::flags", glibtop_proclist, flags); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proclist.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 4 | newGTopXS_u_int64_t("GTop::Proclist::number", glibtop_proclist, number); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proclist.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 5 | newGTopXS_u_int64_t("GTop::Proclist::total", glibtop_proclist, total); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ proclist.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 6 | newGTopXS_u_int64_t("GTop::Proclist::size", glibtop_proclist, size); | ^~~~~~~~~~~~~~~~~~~ swap.boot: In function 'boot_GTop_swap': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ swap.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 3 | newGTopXS_u_int64_t("GTop::Swap::flags", glibtop_swap, flags); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ swap.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 4 | newGTopXS_u_int64_t("GTop::Swap::total", glibtop_swap, total); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ swap.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 5 | newGTopXS_u_int64_t("GTop::Swap::used", glibtop_swap, used); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ swap.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 6 | newGTopXS_u_int64_t("GTop::Swap::free", glibtop_swap, free); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ swap.boot:7:4: note: in expansion of macro 'newGTopXS_u_int64_t' 7 | newGTopXS_u_int64_t("GTop::Swap::pagein", glibtop_swap, pagein); | ^~~~~~~~~~~~~~~~~~~ GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ swap.boot:8:4: note: in expansion of macro 'newGTopXS_u_int64_t' 8 | newGTopXS_u_int64_t("GTop::Swap::pageout", glibtop_swap, pageout); | ^~~~~~~~~~~~~~~~~~~ uptime.boot: In function 'boot_GTop_uptime': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | (guint32)(&((structure *)NULL)->field) | ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' 77 | (void *)OffsetOf(structure, field); | ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' 80 | newGTopXS(name, structure, field, u_int64_t) | ^~~~~~~~~ uptime.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 3 | newGTopXS_u_int64_t("GTop::Uptime::flags", glibtop_uptime, flags); | ^~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/GTop/GTop.so aarch64-mageia-linux-gnu-gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib -fstack-protector-strong GTop.o -o blib/arch/auto/GTop/GTop.so \ -lgtop-2.0 -lglib-2.0 -lperl \ chmod 755 blib/arch/auto/GTop/GTop.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xmGjDx + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64 + cd GTop-0.18 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- GTop.bs blib/arch/auto/GTop/GTop.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/GTop/GTop.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/lib64/perl5/vendor_perl/GTop.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/lib64/perl5/vendor_perl/GTop.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/lib64/perl5/vendor_perl/config.pl Installing /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/share/man/man3/GTop.3pm Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/lib64/perl5/perllocal.pod + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.180.0-21.mga8 --unique-debug-suffix -0.180.0-21.mga8.aarch64 --unique-debug-src-base perl-GTop-0.180.0-21.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/GTop-0.18 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/GTop/GTop.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/GTop/GTop.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/GTop/GTop.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/GTop/GTop.so'; reason: Permission denied original debug info size: 236kB, size after compression: 228kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 149 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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2G0zNu + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd GTop-0.18 + '[' 1 -eq 1 ']' + make test "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- GTop.bs blib/arch/auto/GTop/GTop.bs 644 PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.32.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t glibtop(c=29659): [WARNING] Failed to open "/sys/class/net/eth0/statistics/rx_packets": No such file or directory glibtop(c=29659): [WARNING] Failed to open "/sys/class/net/eth0/statistics/tx_packets": No such file or directory glibtop(c=29659): [WARNING] Failed to open "/sys/class/net/eth0/statistics/rx_bytes": No such file or directory glibtop(c=29659): [WARNING] Failed to open "/sys/class/net/eth0/statistics/tx_bytes": No such file or directory glibtop(c=29659): [WARNING] Failed to open "/sys/class/net/eth0/statistics/rx_errors": No such file or directory glibtop(c=29659): [WARNING] Failed to open "/sys/class/net/eth0/statistics/tx_errors": No such file or directory glibtop(c=29659): [WARNING] Failed to open "/sys/class/net/eth0/statistics/collisions": No such file or directory t/basic.t .... ok t/threads.t .. ok All tests successful. Files=2, Tests=13, 1 wallclock secs ( 0.06 usr 0.02 sys + 0.43 cusr 0.02 csys = 0.53 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-GTop-0.180.0-21.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.H0ypOy + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd GTop-0.18 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/share/doc/perl-GTop + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/share/doc/perl-GTop + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/share/doc/perl-GTop + cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/share/doc/perl-GTop + cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/share/doc/perl-GTop + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/share/doc/perl-GTop + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/share/doc/perl-GTop + cp -pr examples /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64/usr/share/doc/perl-GTop + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(GTop) = 0.180.0 perl-GTop = 0.180.0-21.mga8 perl-GTop(aarch-64) = 0.180.0-21.mga8 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) libglib-2.0.so.0()(64bit) libgtop-2.0.so.11()(64bit) libperl.so.5.32()(64bit) libpthread.so.0()(64bit) perl(DynaLoader) perl(Scalar::Util) perl(Test::More) perl(constant) perl(strict) perl(subs) perl-base >= 2:5.32.0 Processing files: perl-GTop-debugsource-0.180.0-21.mga8.aarch64 Provides: perl-GTop-debugsource = 0.180.0-21.mga8 perl-GTop-debugsource(aarch-64) = 0.180.0-21.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-GTop-debuginfo-0.180.0-21.mga8.aarch64 Provides: debuginfo(build-id) = 9fae58c5aca2a4fdd1f77e3205e1ab2852c4912a perl-GTop-debuginfo = 0.180.0-21.mga8 perl-GTop-debuginfo(aarch-64) = 0.180.0-21.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-GTop-debugsource(aarch-64) = 0.180.0-21.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-GTop-debugsource-0.180.0-21.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-GTop-0.180.0-21.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-GTop-debuginfo-0.180.0-21.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ST26Uu + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd GTop-0.18 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-GTop-0.180.0-21.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.H9pXWv + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf GTop-0.18 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!