>>> perl-gssapi: Building community/perl-gssapi 0.28-r11 (using abuild 3.15.0-r1) started Mon, 30 Jun 2025 06:01:36 +0000 >>> perl-gssapi: Validating /home/buildozer/aports/community/perl-gssapi/APKBUILD... >>> perl-gssapi: Analyzing dependencies... >>> perl-gssapi: Installing for build: build-base perl-dev krb5-dev (1/41) Installing libbz2 (1.0.8-r6) (2/41) Installing perl (5.42.0_rc2-r0) (3/41) Installing perl-utils (5.42.0_rc2-r0) (4/41) Installing perl-dev (5.42.0_rc2-r0) (5/41) Installing libeconf (0.7.9-r0) (6/41) Installing libblkid (2.41.1-r0) (7/41) Installing libuuid (2.41.1-r0) (8/41) Installing libfdisk (2.41.1-r0) (9/41) Installing sqlite-libs (3.50.2-r0) (10/41) Installing liblastlog2 (2.41.1-r0) (11/41) Installing libmount (2.41.1-r0) (12/41) Installing libsmartcols (2.41.1-r0) (13/41) Installing sqlite (3.50.2-r0) (14/41) Installing sqlite-dev (3.50.2-r0) (15/41) Installing util-linux-dev (2.41.1-r0) (16/41) Installing gawk (5.3.2-r2) (17/41) Installing libcom_err (1.47.2-r3) (18/41) Installing e2fsprogs-libs (1.47.2-r3) (19/41) Installing e2fsprogs-dev (1.47.2-r3) (20/41) Installing libffi (3.5.1-r0) (21/41) Installing libintl (0.24.1-r0) (22/41) Installing glib (2.84.3-r0) (23/41) Installing libverto (0.3.2-r2) (24/41) Installing libverto-glib (0.3.2-r2) (25/41) Installing libev (4.33-r1) (26/41) Installing libverto-libev (0.3.2-r2) (27/41) Installing libevent (2.1.12-r8) (28/41) Installing libverto-libevent (0.3.2-r2) (29/41) Installing libverto-dev (0.3.2-r2) (30/41) Installing krb5-conf (1.0-r2) (31/41) Installing keyutils-libs (1.6.3-r4) (32/41) Installing krb5-libs (1.21.3-r0) (33/41) Installing gdbm (1.24-r0) (34/41) Installing libsasl (2.1.28-r8) (35/41) Installing libldap (2.6.8-r0) (36/41) Installing krb5-server-ldap (1.21.3-r0) (37/41) Installing krb5-dev (1.21.3-r0) (38/41) Installing .makedepends-perl-gssapi (20250630.060137) (39/41) Installing perl-error (0.17030-r0) (40/41) Installing perl-git (2.50.0-r1) (41/41) Installing git-perl (2.50.0-r1) Executing busybox-1.37.0-r18.trigger Executing glib-2.84.3-r0.trigger OK: 323 MiB in 145 packages >>> perl-gssapi: Cleaning up srcdir >>> perl-gssapi: Cleaning up pkgdir >>> perl-gssapi: Cleaning up tmpdir >>> perl-gssapi: Fetching https://distfiles.alpinelinux.org/distfiles/edge/GSSAPI-0.28.tar.gz >>> perl-gssapi: Fetching https://distfiles.alpinelinux.org/distfiles/edge/GSSAPI-0.28.tar.gz >>> perl-gssapi: Checking sha512sums... GSSAPI-0.28.tar.gz: OK >>> perl-gssapi: Unpacking /var/cache/distfiles/edge/GSSAPI-0.28.tar.gz... Welcome to GSSAPI.pm setup! (Makefile.PL Version 0.03) run "perl Makefile.PL --help" to see further installation options ---------------------------------------------------------- Searching krb5-config command... using krb5-config command '/usr/bin/krb5-config'. ---------------------------------------------------------- using GSSAPI implementation Kerberos 5 release 1.21.3 ---------------------------------------------------------- Adding own DEFINEs -DMITKERB12 ---------------------------------------------------------- Using LIBS -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err ---------------------------------------------------------- Using INC includeconfiguration ---------------------------------------------------------- Checking if your kit is complete... Looks good Invalid LICENSE value 'perl' ignored Generating a Unix-style Makefile Writing Makefile for GSSAPI Writing MYMETA.yml and MYMETA.json Running Mkbootstrap for GSSAPI () "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/home/buildozer/aports/community/perl-gssapi/src/GSSAPI-0.28/typemap' GSSAPI.xs > GSSAPI.xsc chmod 644 "GSSAPI.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GSSAPI.bs blib/arch/auto/GSSAPI/GSSAPI.bs 644 cp GSSAPI/Status.pm blib/lib/GSSAPI/Status.pm cp GSSAPI/OID/Set.pm blib/lib/GSSAPI/OID/Set.pm cp GSSAPI.pm blib/lib/GSSAPI.pm cp GSSAPI/OID.pm blib/lib/GSSAPI/OID.pm mv GSSAPI.xsc GSSAPI.c cc -c -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fstack-clash-protection -Wformat -Werror=format-security -DVERSION=\"0.28\" -DXS_VERSION=\"0.28\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DMITKERB12 GSSAPI.c In file included from /usr/lib/perl5/core_perl/CORE/perl.h:6199, from GSSAPI.xs:57: GSSAPI.c: In function 'XS_GSSAPI_indicate_mechs': GSSAPI.c:398:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 398 | sv_setref_iv(ST(0), "GSSAPI::OID::Set", (IV)(void*)oidset); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI_is_valid': GSSAPI.c:426:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 426 | object = (GSSAPI_obj) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Name_new': GSSAPI.c:748:52: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 748 | sv_setref_iv(RETVALSV, "GSSAPI::Name", (IV)(void*)RETVAL); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__Name_DESTROY': GSSAPI.c:773:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 773 | name = (GSSAPI__Name_opt) SvIV(tmp); | ^ ./xs/Name.xs: In function 'XS_GSSAPI__Name_import': ./xs/Name.xs:34:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 34 | nametype = (GSSAPI__OID) SvIV(tmp); | ^ GSSAPI.c:834:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 834 | sv_setref_iv(ST(1), "GSSAPI::Name", (IV)(void*)dest); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__Name_duplicate': GSSAPI.c:863:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 863 | src = (GSSAPI__Name_opt) SvIV(tmp); | ^ GSSAPI.c:878:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 878 | sv_setref_iv(ST(1), "GSSAPI::Name", (IV)(void*)dest); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__Name_display': GSSAPI.c:907:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 907 | src = (GSSAPI__Name_opt) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Name_compare': GSSAPI.c:967:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 967 | arg1 = (GSSAPI__Name_opt) SvIV(tmp); | ^ GSSAPI.c:979:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 979 | arg2 = (GSSAPI__Name_opt) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Name_canonicalize': GSSAPI.c:1024:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1024 | src = (GSSAPI__Name_opt) SvIV(tmp); | ^ GSSAPI.c:1033:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1033 | type = (GSSAPI__OID) SvIV(tmp); | ^ GSSAPI.c:1051:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1051 | sv_setref_iv(ST(2), "GSSAPI::Name", (IV)(void*)dest); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__Name_export': GSSAPI.c:1080:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1080 | name = (GSSAPI__Name_opt) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__OID_new': GSSAPI.c:1139:51: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1139 | sv_setref_iv(RETVALSV, "GSSAPI::OID", (IV)(void*)RETVAL); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__OID_DESTROY': GSSAPI.c:1163:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1163 | oid = (GSSAPI__OID) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__OID_from_str': GSSAPI.c:1229:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1229 | sv_setref_iv(ST(1), "GSSAPI::OID", (IV)(void*)oid); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__OID_to_str': GSSAPI.c:1255:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1255 | oid = (GSSAPI__OID) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__OID_inquire_names': GSSAPI.c:1315:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1315 | oid = (GSSAPI__OID) SvIV(tmp); | ^ GSSAPI.c:1334:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1334 | sv_setref_iv(ST(1), "GSSAPI::OID::Set", (IV)(void*)oidset); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ In file included from /usr/lib/perl5/core_perl/CORE/perl.h:4509: GSSAPI.c: In function 'XS_GSSAPI__OID_gss_nt_user_name': GSSAPI.c:1362:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1362 | (IV)(void*)RETVAL)); | ^ /usr/lib/perl5/core_perl/CORE/sv.h:374:26: note: in definition of macro 'SvFLAGS' 374 | #define SvFLAGS(sv) (sv)->sv_flags | ^~ GSSAPI.c:1361:13: note: in expansion of macro 'SvREADONLY_on' 1361 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~~ GSSAPI.c:1361:27: note: in expansion of macro 'sv_setref_iv' 1361 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~ GSSAPI.c: In function 'XS_GSSAPI__OID_gss_nt_machine_uid_name': GSSAPI.c:1385:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1385 | (IV)(void*)RETVAL)); | ^ /usr/lib/perl5/core_perl/CORE/sv.h:374:26: note: in definition of macro 'SvFLAGS' 374 | #define SvFLAGS(sv) (sv)->sv_flags | ^~ GSSAPI.c:1384:13: note: in expansion of macro 'SvREADONLY_on' 1384 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~~ GSSAPI.c:1384:27: note: in expansion of macro 'sv_setref_iv' 1384 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~ GSSAPI.c: In function 'XS_GSSAPI__OID_gss_nt_string_uid_name': GSSAPI.c:1408:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1408 | (IV)(void*)RETVAL)); | ^ /usr/lib/perl5/core_perl/CORE/sv.h:374:26: note: in definition of macro 'SvFLAGS' 374 | #define SvFLAGS(sv) (sv)->sv_flags | ^~ GSSAPI.c:1407:13: note: in expansion of macro 'SvREADONLY_on' 1407 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~~ GSSAPI.c:1407:27: note: in expansion of macro 'sv_setref_iv' 1407 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~ GSSAPI.c: In function 'XS_GSSAPI__OID_gss_nt_service_name': GSSAPI.c:1431:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1431 | (IV)(void*)RETVAL)); | ^ /usr/lib/perl5/core_perl/CORE/sv.h:374:26: note: in definition of macro 'SvFLAGS' 374 | #define SvFLAGS(sv) (sv)->sv_flags | ^~ GSSAPI.c:1430:13: note: in expansion of macro 'SvREADONLY_on' 1430 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~~ GSSAPI.c:1430:27: note: in expansion of macro 'sv_setref_iv' 1430 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~ GSSAPI.c: In function 'XS_GSSAPI__OID_gss_nt_exported_name': GSSAPI.c:1454:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1454 | (IV)(void*)RETVAL)); | ^ /usr/lib/perl5/core_perl/CORE/sv.h:374:26: note: in definition of macro 'SvFLAGS' 374 | #define SvFLAGS(sv) (sv)->sv_flags | ^~ GSSAPI.c:1453:13: note: in expansion of macro 'SvREADONLY_on' 1453 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~~ GSSAPI.c:1453:27: note: in expansion of macro 'sv_setref_iv' 1453 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~ GSSAPI.c: In function 'XS_GSSAPI__OID_gss_nt_service_name_v2': GSSAPI.c:1477:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1477 | (IV)(void*)RETVAL)); | ^ /usr/lib/perl5/core_perl/CORE/sv.h:374:26: note: in definition of macro 'SvFLAGS' 374 | #define SvFLAGS(sv) (sv)->sv_flags | ^~ GSSAPI.c:1476:13: note: in expansion of macro 'SvREADONLY_on' 1476 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~~ GSSAPI.c:1476:27: note: in expansion of macro 'sv_setref_iv' 1476 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~ GSSAPI.c: In function 'XS_GSSAPI__OID_gss_nt_krb5_name': GSSAPI.c:1500:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1500 | (IV)(void*)RETVAL)); | ^ /usr/lib/perl5/core_perl/CORE/sv.h:374:26: note: in definition of macro 'SvFLAGS' 374 | #define SvFLAGS(sv) (sv)->sv_flags | ^~ GSSAPI.c:1499:13: note: in expansion of macro 'SvREADONLY_on' 1499 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~~ GSSAPI.c:1499:27: note: in expansion of macro 'sv_setref_iv' 1499 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~ GSSAPI.c: In function 'XS_GSSAPI__OID_gss_nt_krb5_principal': GSSAPI.c:1523:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1523 | (IV)(void*)RETVAL)); | ^ /usr/lib/perl5/core_perl/CORE/sv.h:374:26: note: in definition of macro 'SvFLAGS' 374 | #define SvFLAGS(sv) (sv)->sv_flags | ^~ GSSAPI.c:1522:13: note: in expansion of macro 'SvREADONLY_on' 1522 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~~ GSSAPI.c:1522:27: note: in expansion of macro 'sv_setref_iv' 1522 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~ GSSAPI.c: In function 'XS_GSSAPI__OID_gss_mech_krb5': GSSAPI.c:1546:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1546 | (IV)(void*)RETVAL)); | ^ /usr/lib/perl5/core_perl/CORE/sv.h:374:26: note: in definition of macro 'SvFLAGS' 374 | #define SvFLAGS(sv) (sv)->sv_flags | ^~ GSSAPI.c:1545:13: note: in expansion of macro 'SvREADONLY_on' 1545 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~~ GSSAPI.c:1545:27: note: in expansion of macro 'sv_setref_iv' 1545 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~ GSSAPI.c: In function 'XS_GSSAPI__OID_gss_mech_spnego': GSSAPI.c:1569:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1569 | (IV)(void*)RETVAL)); | ^ /usr/lib/perl5/core_perl/CORE/sv.h:374:26: note: in definition of macro 'SvFLAGS' 374 | #define SvFLAGS(sv) (sv)->sv_flags | ^~ GSSAPI.c:1568:13: note: in expansion of macro 'SvREADONLY_on' 1568 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~~ GSSAPI.c:1568:27: note: in expansion of macro 'sv_setref_iv' 1568 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~ GSSAPI.c: In function 'XS_GSSAPI__OID_gss_mech_krb5_old': GSSAPI.c:1592:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1592 | (IV)(void*)RETVAL)); | ^ /usr/lib/perl5/core_perl/CORE/sv.h:374:26: note: in definition of macro 'SvFLAGS' 374 | #define SvFLAGS(sv) (sv)->sv_flags | ^~ GSSAPI.c:1591:13: note: in expansion of macro 'SvREADONLY_on' 1591 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~~ GSSAPI.c:1591:27: note: in expansion of macro 'sv_setref_iv' 1591 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~ GSSAPI.c: In function 'XS_GSSAPI__OID_gss_mech_krb5_v2': GSSAPI.c:1615:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1615 | (IV)(void*)RETVAL)); | ^ /usr/lib/perl5/core_perl/CORE/sv.h:374:26: note: in definition of macro 'SvFLAGS' 374 | #define SvFLAGS(sv) (sv)->sv_flags | ^~ GSSAPI.c:1614:13: note: in expansion of macro 'SvREADONLY_on' 1614 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~~ GSSAPI.c:1614:27: note: in expansion of macro 'sv_setref_iv' 1614 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~ GSSAPI.c: In function 'XS_GSSAPI__OID_gss_nt_hostbased_service': GSSAPI.c:1638:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1638 | (IV)(void*)RETVAL)); | ^ /usr/lib/perl5/core_perl/CORE/sv.h:374:26: note: in definition of macro 'SvFLAGS' 374 | #define SvFLAGS(sv) (sv)->sv_flags | ^~ GSSAPI.c:1637:13: note: in expansion of macro 'SvREADONLY_on' 1637 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~~ GSSAPI.c:1637:27: note: in expansion of macro 'sv_setref_iv' 1637 | SvREADONLY_on(sv_setref_iv(RETVALSV, "GSSAPI::OID", | ^~~~~~~~~~~~ GSSAPI.c: In function 'XS_GSSAPI__OID__Set_new': GSSAPI.c:1673:56: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1673 | sv_setref_iv(RETVALSV, "GSSAPI::OID::Set", (IV)(void*)RETVAL); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__OID__Set_DESTROY': GSSAPI.c:1695:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1695 | oidset = (GSSAPI__OID__Set) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__OID__Set_insert': GSSAPI.c:1727:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1727 | oidset = (GSSAPI__OID__Set) SvIV(tmp); | ^ GSSAPI.c:1739:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1739 | oid = (GSSAPI__OID) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__OID__Set_contains': GSSAPI.c:1780:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1780 | oidset = (GSSAPI__OID__Set) SvIV(tmp); | ^ GSSAPI.c:1792:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1792 | oid = (GSSAPI__OID) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Cred_acquire_cred': GSSAPI.c:1852:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1852 | name = (GSSAPI__Name_opt) SvIV(tmp); | ^ GSSAPI.c:1864:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1864 | in_mechs = (GSSAPI__OID__Set_opt) SvIV(tmp); | ^ GSSAPI.c:1903:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1903 | (IV)(void*)cred_real); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c:1908:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1908 | (IV)(void*)out_mechs_real); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__Cred_add_cred': GSSAPI.c:1959:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1959 | in_cred = (GSSAPI__Cred_opt) SvIV(tmp); | ^ GSSAPI.c:1968:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1968 | name = (GSSAPI__Name) SvIV(tmp); | ^ GSSAPI.c:1980:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1980 | in_mech = (GSSAPI__OID) SvIV(tmp); | ^ GSSAPI.c:2031:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2031 | (IV)(void*)out_cred_real); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c:2036:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2036 | (IV)(void*)out_mechs_real); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__Cred_inquire_cred': GSSAPI.c:2083:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2083 | cred = (GSSAPI__Cred_opt) SvIV(tmp); | ^ GSSAPI.c:2129:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2129 | (IV)(void*)name_real); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c:2142:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2142 | (IV)(void*)mechs_real); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__Cred_inquire_cred_by_mech': GSSAPI.c:2182:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2182 | cred = (GSSAPI__Cred_opt) SvIV(tmp); | ^ GSSAPI.c:2191:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2191 | mech = (GSSAPI__OID) SvIV(tmp); | ^ GSSAPI.c:2240:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2240 | (IV)(void*)name_real); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__Cred_DESTROY': GSSAPI.c:2284:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2284 | cred = (GSSAPI__Cred_opt) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Binding_new': GSSAPI.c:2333:55: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2333 | sv_setref_iv(RETVALSV, "GSSAPI::Binding", (IV)(void*)RETVAL); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__Binding_DESTROY': GSSAPI.c:2352:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2352 | self = (GSSAPI__Binding) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Binding_set_initiator': GSSAPI.c:2389:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2389 | self = (GSSAPI__Binding) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Binding_set_acceptor': GSSAPI.c:2434:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2434 | self = (GSSAPI__Binding) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Binding_set_appl_data': GSSAPI.c:2477:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2477 | self = (GSSAPI__Binding) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Binding_get_initiator_addrtype': GSSAPI.c:2520:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2520 | self = (GSSAPI__Binding) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Binding_get_initiator_address': GSSAPI.c:2551:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2551 | self = (GSSAPI__Binding) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Binding_get_acceptor_addrtype': GSSAPI.c:2593:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2593 | self = (GSSAPI__Binding) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Binding_get_acceptor_address': GSSAPI.c:2624:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2624 | self = (GSSAPI__Binding) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Binding_get_appl_data': GSSAPI.c:2665:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2665 | self = (GSSAPI__Binding) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Context_new': GSSAPI.c:2716:55: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2716 | sv_setref_iv(RETVALSV, "GSSAPI::Context", (IV)(void*)RETVAL); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__Context_DESTROY': GSSAPI.c:2742:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2742 | context = (GSSAPI__Context_opt) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Context_init': GSSAPI.c:2795:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2795 | context = (GSSAPI__Context_opt) SvIV(tmp); | ^ GSSAPI.c:2807:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2807 | cred = (GSSAPI__Cred_opt) SvIV(tmp); | ^ GSSAPI.c:2816:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2816 | name = (GSSAPI__Name) SvIV(tmp); | ^ GSSAPI.c:2831:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2831 | in_mech = (GSSAPI__OID_opt) SvIV(tmp); | ^ GSSAPI.c:2843:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2843 | binding = (GSSAPI__Binding_opt) SvIV(tmp); | ^ GSSAPI.c:2890:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2890 | (IV)(void*)context); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c:2894:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2894 | if ((IV)(void*)context != SvIV(tmp)) { | ^ GSSAPI.c:2896:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2896 | (IV)(void*)context); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c:2902:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2902 | (IV)(void*)out_mech_real); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__Context_accept': GSSAPI.c:2966:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2966 | context = (GSSAPI__Context_opt) SvIV(tmp); | ^ GSSAPI.c:2978:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2978 | acc_cred = (GSSAPI__Cred_opt) SvIV(tmp); | ^ GSSAPI.c:2993:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2993 | binding = (GSSAPI__Binding_opt) SvIV(tmp); | ^ GSSAPI.c:3055:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3055 | (IV)(void*)context); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c:3059:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3059 | if ((IV)(void*)context != SvIV(tmp)) { | ^ GSSAPI.c:3061:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3061 | (IV)(void*)context); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c:3067:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3067 | (IV)(void*)out_name_real); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c:3072:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3072 | (IV)(void*)out_mech_real); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c:3096:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3096 | (IV)(void*)delegated_cred_real); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__Context_delete': GSSAPI.c:3126:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 3126 | context = (GSSAPI__Context_opt) SvIV(tmp); | ^ GSSAPI.c:3147:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3147 | (IV)(void*)context); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c:3151:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3151 | if ((IV)(void*)context != SvIV(tmp)) { | ^ GSSAPI.c:3153:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3153 | (IV)(void*)context); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__Context_process_token': GSSAPI.c:3192:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 3192 | context = (GSSAPI__Context) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Context_valid_time_left': GSSAPI.c:3235:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 3235 | context = (GSSAPI__Context) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Context_wrap_size_limit': GSSAPI.c:3292:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 3292 | context = (GSSAPI__Context) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Context_inquire': GSSAPI.c:3357:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 3357 | context = (GSSAPI__Context) SvIV(tmp); | ^ GSSAPI.c:3433:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3433 | (IV)(void*)src_name_real); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c:3438:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3438 | (IV)(void*)targ_name_real); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c:3447:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3447 | (IV)(void*)mech_real); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__Context_export': GSSAPI.c:3486:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 3486 | context = (GSSAPI__Context) SvIV(tmp); | ^ GSSAPI.c:3504:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3504 | if ((IV)(void*)context != SvIV(tmp)) { | ^ GSSAPI.c:3505:56: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3505 | sv_setref_iv(ST(0), "GSSAPI::Context", (IV)(void*)context); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__Context_import': GSSAPI.c:3555:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3555 | sv_setref_iv(ST(1), "GSSAPI::Context", (IV)(void*)context); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:752:77: note: in definition of macro 'sv_setref_iv' 752 | # define sv_setref_iv(a,b,c) Perl_sv_setref_iv(aTHX_ a,b,c) | ^ GSSAPI.c: In function 'XS_GSSAPI__Context_get_mic': GSSAPI.c:3584:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 3584 | context = (GSSAPI__Context) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Context_verify_mic': GSSAPI.c:3644:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 3644 | context = (GSSAPI__Context) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Context_wrap': GSSAPI.c:3708:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 3708 | context = (GSSAPI__Context) SvIV(tmp); | ^ GSSAPI.c: In function 'XS_GSSAPI__Context_unwrap': GSSAPI.c:3782:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 3782 | context = (GSSAPI__Context) SvIV(tmp); | ^ rm -f blib/arch/auto/GSSAPI/GSSAPI.so LD_RUN_PATH="/usr/lib" cc -shared -O2 -fstack-clash-protection -Wformat -Werror=format-security -L/usr/local/lib -fstack-protector-strong GSSAPI.o -o blib/arch/auto/GSSAPI/GSSAPI.so \ -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err \ chmod 755 blib/arch/auto/GSSAPI/GSSAPI.so Manifying 4 pod documents "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GSSAPI.bs blib/arch/auto/GSSAPI/GSSAPI.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1constants.t ..... ok t/2status.t ........ ok t/checkoids.t ...... ok t/importnames.t .... ok # Kerberos 5, SPNEGO t/indicatemechs.t .. ok # # # No error: acquire_cred() failed, maybe because you have to run kinit first. # Errormessage from your GSSAPI-implementation is: # # "No credentials were supplied, or the credentials were unavailable or inaccessible # No Kerberos credentials available (default cache: FILE:/tmp/krb5cc_1000) # " # run kinit to get a TGT and retry this test (just skipping now). # (in cleanup) oidset has no value at t/inquire_cred.t line 32. t/inquire_cred.t ... ok t/pod.t ............ skipped: Test::Pod 1.00 required for testing POD t/test.t ........... ok # # # if you want to run tests that do a realworld *use* of your GSSAPI # start a kinit and try to run # # ./examples/getcred_hostbased.pl # t/zbugfixes.t ...... ok All tests successful. Files=9, Tests=148, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.44 cusr 0.09 csys = 0.57 CPU) Result: PASS >>> perl-gssapi: Entering fakeroot... "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GSSAPI.bs blib/arch/auto/GSSAPI/GSSAPI.bs 644 Manifying 4 pod documents Appending installation info to /home/buildozer/aports/community/perl-gssapi/pkg/perl-gssapi/usr/lib/perl5/core_perl/perllocal.pod Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/buildozer/aports/community/perl-gssapi/pkg/perl-gssapi/usr/lib/perl5/vendor_perl/auto/GSSAPI/GSSAPI.so Installing /home/buildozer/aports/community/perl-gssapi/pkg/perl-gssapi/usr/lib/perl5/vendor_perl/GSSAPI.pm Installing /home/buildozer/aports/community/perl-gssapi/pkg/perl-gssapi/usr/lib/perl5/vendor_perl/GSSAPI/OID.pm Installing /home/buildozer/aports/community/perl-gssapi/pkg/perl-gssapi/usr/lib/perl5/vendor_perl/GSSAPI/Status.pm Installing /home/buildozer/aports/community/perl-gssapi/pkg/perl-gssapi/usr/lib/perl5/vendor_perl/GSSAPI/OID/Set.pm Installing /home/buildozer/aports/community/perl-gssapi/pkg/perl-gssapi/usr/share/man/man3/GSSAPI::Status.3pm Installing /home/buildozer/aports/community/perl-gssapi/pkg/perl-gssapi/usr/share/man/man3/GSSAPI.3pm Installing /home/buildozer/aports/community/perl-gssapi/pkg/perl-gssapi/usr/share/man/man3/GSSAPI::OID.3pm Installing /home/buildozer/aports/community/perl-gssapi/pkg/perl-gssapi/usr/share/man/man3/GSSAPI::OID::Set.3pm >>> perl-gssapi-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/community/perl-gssapi/pkg/perl-gssapi-doc/usr/share/man' >>> perl-gssapi-doc*: Preparing subpackage perl-gssapi-doc... >>> perl-gssapi-doc*: Running postcheck for perl-gssapi-doc >>> perl-gssapi*: Running postcheck for perl-gssapi >>> perl-gssapi*: Preparing package perl-gssapi... >>> perl-gssapi*: Stripping binaries >>> WARNING: perl-gssapi*: Redundant /usr/lib in rpath found >>> perl-gssapi-doc*: Scanning shared objects >>> perl-gssapi*: Scanning shared objects >>> perl-gssapi-doc*: Tracing dependencies... >>> perl-gssapi-doc*: Package size: 9.0 KB >>> perl-gssapi-doc*: Compressing data... >>> perl-gssapi-doc*: Create checksum... >>> perl-gssapi-doc*: Create perl-gssapi-doc-0.28-r11.apk >>> perl-gssapi*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libgssapi_krb5.so.2 >>> perl-gssapi*: Package size: 66.6 KB >>> perl-gssapi*: Compressing data... >>> perl-gssapi*: Create checksum... >>> perl-gssapi*: Create perl-gssapi-0.28-r11.apk >>> perl-gssapi: Build complete at Mon, 30 Jun 2025 06:01:41 +0000 elapsed time 0h 0m 5s >>> perl-gssapi: Cleaning up srcdir >>> perl-gssapi: Cleaning up pkgdir >>> perl-gssapi: Uninstalling dependencies... (1/41) Purging .makedepends-perl-gssapi (20250630.060137) (2/41) Purging perl-dev (5.42.0_rc2-r0) (3/41) Purging perl-utils (5.42.0_rc2-r0) (4/41) Purging krb5-dev (1.21.3-r0) (5/41) Purging e2fsprogs-dev (1.47.2-r3) (6/41) Purging util-linux-dev (2.41.1-r0) (7/41) Purging libfdisk (2.41.1-r0) (8/41) Purging liblastlog2 (2.41.1-r0) (9/41) Purging libsmartcols (2.41.1-r0) (10/41) Purging libuuid (2.41.1-r0) (11/41) Purging gawk (5.3.2-r2) (12/41) Purging e2fsprogs-libs (1.47.2-r3) (13/41) Purging libverto-dev (0.3.2-r2) (14/41) Purging libverto-glib (0.3.2-r2) (15/41) Purging libverto-libev (0.3.2-r2) (16/41) Purging libverto-libevent (0.3.2-r2) (17/41) Purging krb5-server-ldap (1.21.3-r0) (18/41) Purging git-perl (2.50.0-r1) (19/41) Purging perl-git (2.50.0-r1) (20/41) Purging perl-error (0.17030-r0) (21/41) Purging perl (5.42.0_rc2-r0) (22/41) Purging glib (2.84.3-r0) (23/41) Purging krb5-libs (1.21.3-r0) (24/41) Purging krb5-conf (1.0-r2) (25/41) Purging libbz2 (1.0.8-r6) (26/41) Purging libcom_err (1.47.2-r3) (27/41) Purging libev (4.33-r1) (28/41) Purging libevent (2.1.12-r8) (29/41) Purging libffi (3.5.1-r0) (30/41) Purging libintl (0.24.1-r0) (31/41) Purging libldap (2.6.8-r0) (32/41) Purging libmount (2.41.1-r0) (33/41) Purging libsasl (2.1.28-r8) (34/41) Purging libverto (0.3.2-r2) (35/41) Purging sqlite-dev (3.50.2-r0) (36/41) Purging sqlite (3.50.2-r0) (37/41) Purging sqlite-libs (3.50.2-r0) (38/41) Purging gdbm (1.24-r0) (39/41) Purging keyutils-libs (1.6.3-r4) (40/41) Purging libblkid (2.41.1-r0) (41/41) Purging libeconf (0.7.9-r0) Executing busybox-1.37.0-r18.trigger OK: 275 MiB in 104 packages >>> perl-gssapi: Updating the community/armv7 repository index... >>> perl-gssapi: Signing the index...