+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/perl-GTop.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6LjXE9 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf GTop-0.18 + /usr/bin/gzip -dc /builddir/build/SOURCES/GTop-0.18.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd GTop-0.18 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -type f -exec chmod -c -x '{}' ';' mode of './examples/perlbloat.pl' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) + perl -pi -e 's|^#!perl|#!/usr/bin/perl|' examples/mountlist examples/perlbloat.pl examples/proclist examples/procmap examples/server examples/server.conf + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DBHGe1 + umask 022 + cd /builddir/build/BUILD + cd GTop-0.18 + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' 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 + make -j4 "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/GTop-0.18/typemap.gtop' -typemap '/builddir/build/BUILD/GTop-0.18/typemap' -typemap '/builddir/build/BUILD/GTop-0.18/typemap' GTop.xs > GTop.xsc Running Mkbootstrap for GTop () chmod 644 "GTop.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GTop.bs blib/arch/auto/GTop/GTop.bs 644 cp GTop.pod blib/lib/GTop.pod cp config.pl blib/lib/config.pl cp lib/GTop.pm blib/lib/GTop.pm mv GTop.xsc GTop.c 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 -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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:0: ppport.h:227:0: warning: "PERL_UNUSED_DECL" redefined # define PERL_UNUSED_DECL In file included from GTop.xs:3:0: /usr/lib64/perl5/CORE/perl.h:323:0: note: this is the location of the previous definition # define PERL_UNUSED_DECL __attribute__unused__ In file included from GTop.xs:4:0: GTop.xs: In function 'XS_GTop_field_u_int64_t': /usr/lib64/perl5/CORE/XSUB.h:160:20: warning: unused variable 'items' [-Wunused-variable] #define dITEMS I32 items = (I32)(SP - MARK) ^ /usr/lib64/perl5/CORE/XSUB.h:163:16: note: in expansion of macro 'dITEMS' dSP; dAXMARK; dITEMS ^~~~~~ GTop.xs:122:5: note: in expansion of macro 'dXSARGS' dXSARGS; ^~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5644:0, 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] ST(0) = sv_2mortal(newSViv((int)*ptr)); ^ /usr/lib64/perl5/CORE/embed.h:596:46: note: in definition of macro 'sv_2mortal' #define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a) ^ GTop.xs:139:24: note: in expansion of macro 'newSViv' ST(0) = sv_2mortal(newSViv((int)*ptr)); ^~~~~~~ In file included from GTop.xs:4:0: /usr/lib64/perl5/CORE/XSUB.h:160:20: warning: unused variable 'items' [-Wunused-variable] #define dITEMS I32 items = (I32)(SP - MARK) ^ /usr/lib64/perl5/CORE/XSUB.h:163:16: note: in expansion of macro 'dITEMS' dSP; dAXMARK; dITEMS ^~~~~~ GTop.xs:134:5: note: in expansion of macro 'dXSARGS' dXSARGS; ^~~~~~~ GTop.xs: In function 'XS_GTop_field_char': /usr/lib64/perl5/CORE/XSUB.h:160:20: warning: unused variable 'items' [-Wunused-variable] #define dITEMS I32 items = (I32)(SP - MARK) ^ /usr/lib64/perl5/CORE/XSUB.h:163:16: note: in expansion of macro 'dITEMS' dSP; dAXMARK; dITEMS ^~~~~~ GTop.xs:146:5: note: in expansion of macro 'dXSARGS' dXSARGS; ^~~~~~~ GTop.xs: In function 'XS_GTop_destroy': /usr/lib64/perl5/CORE/XSUB.h:160:20: warning: unused variable 'items' [-Wunused-variable] #define dITEMS I32 items = (I32)(SP - MARK) ^ /usr/lib64/perl5/CORE/XSUB.h:163:16: note: in expansion of macro 'dITEMS' dSP; dAXMARK; dITEMS ^~~~~~ GTop.xs:158:5: note: in expansion of macro 'dXSARGS' dXSARGS; ^~~~~~~ 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=] sv_setpvf(sv, "%4dk", (size + 512) / 1024); ^~~~~~ ~~~~~~~~~~~~~~~~~~~ GTop.xs:207:16: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] sv_setpvf(sv, "%4dM", (size + 524288) / 1048576); ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ cpu.boot: In function 'boot_GTop_cpu': GTop.xs:70:1: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ cpu.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ cpu.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ cpu.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ cpu.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ cpu.boot:7:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ cpu.boot:8:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ cpu.boot:9:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ fsusage.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ fsusage.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ fsusage.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ fsusage.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ fsusage.boot:7:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ fsusage.boot:8:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ loadavg.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ loadavg.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ loadavg.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ loadavg.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ mem.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ mem.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ mem.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ mem.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ mem.boot:7:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ mem.boot:8:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ mem.boot:9:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ mem.boot:10:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ mem.boot:11:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ mountlist.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ mountlist.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ mountlist.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ mountlist.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ netload.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ netload.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ netload.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ netload.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ netload.boot:7:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ netload.boot:8:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ netload.boot:9:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ netload.boot:10:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ netload.boot:11:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ netload.boot:12:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ netload.boot:13:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ netload.boot:14:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ netload.boot:15:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ netload.boot:16:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ netload.boot:17:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_args.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_args.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_map.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_map.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_map.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_map.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_mem.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_mem.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_mem.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_mem.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_mem.boot:7:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_mem.boot:8:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_mem.boot:9:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_segment.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_segment.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_segment.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_segment.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_segment.boot:7:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_segment.boot:8:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_segment.boot:9:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_segment.boot:10:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_segment.boot:11:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_state.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_time.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_time.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_time.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_time.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_time.boot:7:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_time.boot:8:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_time.boot:9:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_time.boot:10:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_time.boot:11:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_time.boot:12:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proc_uid.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, int) ^~~~~~~~~ proc_uid.boot:4:4: note: in expansion of macro 'newGTopXS_int' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, int) ^~~~~~~~~ proc_uid.boot:5:4: note: in expansion of macro 'newGTopXS_int' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, int) ^~~~~~~~~ proc_uid.boot:6:4: note: in expansion of macro 'newGTopXS_int' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, int) ^~~~~~~~~ proc_uid.boot:7:4: note: in expansion of macro 'newGTopXS_int' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, int) ^~~~~~~~~ proc_uid.boot:8:4: note: in expansion of macro 'newGTopXS_int' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, int) ^~~~~~~~~ proc_uid.boot:9:4: note: in expansion of macro 'newGTopXS_int' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, int) ^~~~~~~~~ proc_uid.boot:10:4: note: in expansion of macro 'newGTopXS_int' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, int) ^~~~~~~~~ proc_uid.boot:11:4: note: in expansion of macro 'newGTopXS_int' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, int) ^~~~~~~~~ proc_uid.boot:12:4: note: in expansion of macro 'newGTopXS_int' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, int) ^~~~~~~~~ proc_uid.boot:13:4: note: in expansion of macro 'newGTopXS_int' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, int) ^~~~~~~~~ proc_uid.boot:14:4: note: in expansion of macro 'newGTopXS_int' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:83:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, int) ^~~~~~~~~ proc_uid.boot:15:4: note: in expansion of macro 'newGTopXS_int' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proclist.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proclist.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proclist.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ proclist.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ swap.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ swap.boot:4:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ swap.boot:5:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ swap.boot:6:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ swap.boot:7:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ swap.boot:8:4: note: in expansion of macro 'newGTopXS_u_int64_t' 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] (guint32)(&((structure *)NULL)->field) ^ GTop.xs:77:15: note: in expansion of macro 'OffsetOf' (void *)OffsetOf(structure, field); ^~~~~~~~ GTop.xs:80:1: note: in expansion of macro 'newGTopXS' newGTopXS(name, structure, field, u_int64_t) ^~~~~~~~~ uptime.boot:3:4: note: in expansion of macro 'newGTopXS_u_int64_t' newGTopXS_u_int64_t("GTop::Uptime::flags", glibtop_uptime, flags); ^~~~~~~~~~~~~~~~~~~ GTop.c: In function 'XS_GTop_cpu': GTop.c:382:7: warning: variable 'gtop' set but not used [-Wunused-but-set-variable] GTop gtop; ^~~~ GTop.c: In function 'XS_GTop_fsusage': GTop.c:419:7: warning: variable 'gtop' set but not used [-Wunused-but-set-variable] GTop gtop; ^~~~ GTop.c: In function 'XS_GTop_loadavg': GTop.c:458:7: warning: variable 'gtop' set but not used [-Wunused-but-set-variable] GTop gtop; ^~~~ GTop.c: In function 'XS_GTop_mem': GTop.c:495:7: warning: variable 'gtop' set but not used [-Wunused-but-set-variable] GTop gtop; ^~~~ GTop.c: In function 'XS_GTop_netload': GTop.c:532:7: warning: variable 'gtop' set but not used [-Wunused-but-set-variable] GTop gtop; ^~~~ GTop.c: In function 'XS_GTop_proc_mem': GTop.c:571:7: warning: variable 'gtop' set but not used [-Wunused-but-set-variable] GTop gtop; ^~~~ GTop.c: In function 'XS_GTop_proc_segment': GTop.c:610:7: warning: variable 'gtop' set but not used [-Wunused-but-set-variable] GTop gtop; ^~~~ GTop.c: In function 'XS_GTop_proc_state': GTop.c:649:7: warning: variable 'gtop' set but not used [-Wunused-but-set-variable] GTop gtop; ^~~~ GTop.c: In function 'XS_GTop_proc_time': GTop.c:688:7: warning: variable 'gtop' set but not used [-Wunused-but-set-variable] GTop gtop; ^~~~ GTop.c: In function 'XS_GTop_proc_uid': GTop.c:727:7: warning: variable 'gtop' set but not used [-Wunused-but-set-variable] GTop gtop; ^~~~ GTop.c: In function 'XS_GTop_swap': GTop.c:766:7: warning: variable 'gtop' set but not used [-Wunused-but-set-variable] GTop gtop; ^~~~ GTop.c: In function 'XS_GTop_uptime': GTop.c:803:7: warning: variable 'gtop' set but not used [-Wunused-but-set-variable] GTop gtop; ^~~~ GTop.c: In function 'XS_GTop__new': GTop.c:858:7: warning: unused variable 'CLASS' [-Wunused-variable] SV * CLASS = ST(0) ^~~~~ GTop.c: In function 'XS_GTop_mountlist': GTop.c:992:7: warning: variable 'gtop' set but not used [-Wunused-but-set-variable] GTop gtop; ^~~~ GTop.xs: In function 'XS_GTop_proclist': GTop.xs:339:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] ptr = glibtop_get_proclist(RETVAL, which, arg); ^ GTop.c:1044:7: warning: variable 'gtop' set but not used [-Wunused-but-set-variable] GTop gtop; ^~~~ GTop.c: In function 'XS_GTop_proc_args': GTop.c:1113:7: warning: variable 'gtop' set but not used [-Wunused-but-set-variable] GTop gtop; ^~~~ GTop.c: In function 'XS_GTop_proc_map': GTop.c:1183:7: warning: variable 'gtop' set but not used [-Wunused-but-set-variable] GTop gtop; ^~~~ rm -f blib/arch/auto/GTop/GTop.so gcc -lpthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lD9Fpw + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64 + cd GTop-0.18 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64 "/usr/bin/perl" -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 /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/GTop/GTop.so Installing /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64/usr/lib64/perl5/vendor_perl/GTop.pod Installing /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64/usr/lib64/perl5/vendor_perl/config.pl Installing /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64/usr/lib64/perl5/vendor_perl/GTop.pm Installing /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64/usr/share/man/man3/GTop.3pm + find /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64/usr + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: perl-GTop-0.18-20.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DrYA7G + umask 022 + cd /builddir/build/BUILD + cd GTop-0.18 + DOCDIR=/builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64/usr/share/doc/perl-GTop + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64/usr/share/doc/perl-GTop + cp -pr Changes /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64/usr/share/doc/perl-GTop + cp -pr README /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64/usr/share/doc/perl-GTop + cp -pr TODO /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64/usr/share/doc/perl-GTop + cp -pr examples/ /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64/usr/share/doc/perl-GTop + cp -pr t/ /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64/usr/share/doc/perl-GTop + exit 0 Provides: perl(GTop) = 0.18 perl-GTop = 0.18-20.fc28 perl-GTop(riscv-64) = 0.18-20.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libglib-2.0.so.0()(64bit) libgtop-2.0.so.11()(64bit) libperl.so.5.26()(64bit) libpthread.so.0()(64bit) perl(DynaLoader) perl(Scalar::Util) perl(constant) perl(strict) perl(subs) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64 Wrote: /builddir/build/SRPMS/perl-GTop-0.18-20.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/perl-GTop-0.18-20.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MsJJFR + umask 022 + cd /builddir/build/BUILD + cd GTop-0.18 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-GTop-0.18-20.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff