>>> Building on exopi-5 under misc/p5-File-MMagic-XS BDEPENDS = [devel/p5-Module-Install;devel/p5-Module-Install-AuthorTests;devel/p5-Module-Install-Repository;devel/p5-Module-Install-XSUtil] DIST = [misc/p5-File-MMagic-XS:File-MMagic-XS-0.09008.tar.gz] FULLPKGNAME = p5-File-MMagic-XS-0.09008p3 (Junk lock obtained for exopi-5 at 1713955100.21) >>> Running depends in misc/p5-File-MMagic-XS at 1713955100.25 last junk was in net/tcptraceroute /usr/sbin/pkg_add -aI -Drepair p5-Module-Install-1.19 p5-Module-Install-AuthorTests-0.002p0 p5-Module-Install-Repository-0.06p0 p5-Module-Install-XSUtil-0.45p1 was: /usr/sbin/pkg_add -aI -Drepair p5-Module-Install-1.19 p5-Module-Install-AuthorTests-0.002p0 p5-Module-Install-Repository-0.06p0 p5-Module-Install-XSUtil-0.45p1 /usr/sbin/pkg_add -aI -Drepair p5-Module-Install-1.19 p5-Module-Install-AuthorTests-0.002p0 p5-Module-Install-Repository-0.06p0 p5-Module-Install-XSUtil-0.45p1 >>> Running show-prepare-results in misc/p5-File-MMagic-XS at 1713955104.56 ===> misc/p5-File-MMagic-XS ===> Building from scratch p5-File-MMagic-XS-0.09008p3 ===> p5-File-MMagic-XS-0.09008p3 depends on: p5-Module-Install-AuthorTests-* -> p5-Module-Install-AuthorTests-0.002p0 ===> p5-File-MMagic-XS-0.09008p3 depends on: p5-Module-Install-Repository-* -> p5-Module-Install-Repository-0.06p0 ===> p5-File-MMagic-XS-0.09008p3 depends on: p5-Module-Install-XSUtil-* -> p5-Module-Install-XSUtil-0.45p1 ===> p5-File-MMagic-XS-0.09008p3 depends on: p5-Module-Install-* -> p5-Module-Install-1.19 ===> Verifying specs: c perl ===> found c.100.0 perl.23.0 p5-Module-Install-1.19 p5-Module-Install-AuthorTests-0.002p0 p5-Module-Install-Repository-0.06p0 p5-Module-Install-XSUtil-0.45p1 (Junk lock released for exopi-5 at 1713955106.09) distfiles size=120918 >>> Running build in misc/p5-File-MMagic-XS at 1713955106.12 ===> misc/p5-File-MMagic-XS ===> Checking files for p5-File-MMagic-XS-0.09008p3 `/exopi-cvs/ports/distfiles/File-MMagic-XS-0.09008.tar.gz' is up to date. >> (SHA256) File-MMagic-XS-0.09008.tar.gz: OK ===> Extracting for p5-File-MMagic-XS-0.09008p3 ===> Patching for p5-File-MMagic-XS-0.09008p3 ===> Applying OpenBSD patch patch-src_perl-mmagic-xs_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://rt.cpan.org/Public/Bug/Display.html?id=123503 |https://github.com/lestrrat/File-MMagic-XS/pull/6 | |Index: src/perl-mmagic-xs.c |--- src/perl-mmagic-xs.c.orig |+++ src/perl-mmagic-xs.c -------------------------- Patching file src/perl-mmagic-xs.c using Plan A... Hunk #1 succeeded at 1616. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-MMagic-XS-0.09008p3 ===> Configuring for p5-File-MMagic-XS-0.09008p3 Cannot determine perl version info from lib/File/MMagic/XS.pm include /exopi-obj/pobj/p5-File-MMagic-XS-0.09008/File-MMagic-XS-0.09008/inc/Module/Install.pm include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm include inc/Module/Install/Makefile.pm include inc/Module/Install/XSUtil.pm include inc/Module/Install/Can.pm Writing ppport.h include inc/Module/Install/AuthorTests.pm include inc/Module/Install/Repository.pm include inc/Module/Install/WriteAll.pm include inc/Module/Install/Win32.pm include inc/Module/Install/Fetch.pm Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::MMagic::XS Writing MYMETA.yml and MYMETA.json Writing META.yml ===> Building for p5-File-MMagic-XS-0.09008p3 cp lib/File/MMagic/magic blib/lib/File/MMagic/magic cp benchmark.pl blib/lib/File/MMagic/benchmark.pl cp lib/File/MMagic/XS.pm blib/lib/File/MMagic/XS.pm Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/File/MMagic/XS/XS.bs 644 "/usr/bin/perl" "-Iinc" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' src/MMagic.xs > src/MMagic.xsc mv src/MMagic.xsc src/MMagic.c cc -c "-I." "-I." -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -Wall -W -Wno-comment -O2 -DVERSION=\"0.09008\" -DXS_VERSION=\"0.09008\" -o src/MMagic.o -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" -DUSE_PPPORT src/MMagic.c src/MMagic.c:297:13: warning: variable 'self' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (mg) { ^~ src/MMagic.c:303:25: note: uninitialized use occurs here RETVAL = PerlFMM_clone(self); ^~~~ src/MMagic.c:297:9: note: remove the 'if' if its condition is always true if (mg) { ^~~~~~~~ src/MMagic.c:288:16: note: initialize the variable 'self' to silence this warning PerlFMM * self; ^ = NULL src/MMagic.c:353:13: warning: variable 'self' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (mg) { ^~ src/MMagic.c:359:36: note: uninitialized use occurs here RETVAL = PerlFMM_parse_magic_file(self, file); ^~~~ src/MMagic.c:353:9: note: remove the 'if' if its condition is always true if (mg) { ^~~~~~~~ src/MMagic.c:345:16: note: initialize the variable 'self' to silence this warning PerlFMM * self; ^ = NULL src/MMagic.c:382:13: warning: variable 'self' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (mg) { ^~ src/MMagic.c:388:27: note: uninitialized use occurs here RETVAL = PerlFMM_fhmagic(self, svio); ^~~~ src/MMagic.c:382:9: note: remove the 'if' if its condition is always true if (mg) { ^~~~~~~~ src/MMagic.c:374:16: note: initialize the variable 'self' to silence this warning PerlFMM * self; ^ = NULL src/MMagic.c:411:13: warning: variable 'self' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (mg) { ^~ src/MMagic.c:417:27: note: uninitialized use occurs here RETVAL = PerlFMM_fsmagic(self, filename); ^~~~ src/MMagic.c:411:9: note: remove the 'if' if its condition is always true if (mg) { ^~~~~~~~ src/MMagic.c:403:16: note: initialize the variable 'self' to silence this warning PerlFMM * self; ^ = NULL src/MMagic.c:440:13: warning: variable 'self' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (mg) { ^~ src/MMagic.c:446:28: note: uninitialized use occurs here RETVAL = PerlFMM_bufmagic(self, buf); ^~~~ src/MMagic.c:440:9: note: remove the 'if' if its condition is always true if (mg) { ^~~~~~~~ src/MMagic.c:432:16: note: initialize the variable 'self' to silence this warning PerlFMM * self; ^ = NULL src/MMagic.c:469:13: warning: variable 'self' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (mg) { ^~ src/MMagic.c:475:28: note: uninitialized use occurs here RETVAL = PerlFMM_ascmagic(self, data); ^~~~ src/MMagic.c:469:9: note: remove the 'if' if its condition is always true if (mg) { ^~~~~~~~ src/MMagic.c:461:16: note: initialize the variable 'self' to silence this warning PerlFMM * self; ^ = NULL src/MMagic.c:498:13: warning: variable 'self' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (mg) { ^~ src/MMagic.c:504:28: note: uninitialized use occurs here RETVAL = PerlFMM_get_mime(self, filename); ^~~~ src/MMagic.c:498:9: note: remove the 'if' if its condition is always true if (mg) { ^~~~~~~~ src/MMagic.c:490:16: note: initialize the variable 'self' to silence this warning PerlFMM * self; ^ = NULL src/MMagic.c:527:13: warning: variable 'self' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (mg) { ^~ src/MMagic.c:533:29: note: uninitialized use occurs here RETVAL = PerlFMM_add_magic(self, magic); ^~~~ src/MMagic.c:527:9: note: remove the 'if' if its condition is always true if (mg) { ^~~~~~~~ src/MMagic.c:519:16: note: initialize the variable 'self' to silence this warning PerlFMM * self; ^ = NULL src/MMagic.c:558:13: warning: variable 'self' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (mg) { ^~ src/MMagic.c:564:32: note: uninitialized use occurs here RETVAL = PerlFMM_add_file_ext(self, ext, mime); ^~~~ src/MMagic.c:558:9: note: remove the 'if' if its condition is always true if (mg) { ^~~~~~~~ src/MMagic.c:548:16: note: initialize the variable 'self' to silence this warning PerlFMM * self; ^ = NULL src/MMagic.c:585:13: warning: variable 'self' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (mg) { ^~ src/MMagic.xs:139:22: note: uninitialized use occurs here if (! FMM_OK(self)) ^~~~ src/perl-mmagic-xs.h:80:6: note: expanded from macro 'FMM_OK' (x != NULL) ^ src/MMagic.c:585:9: note: remove the 'if' if its condition is always true if (mg) { ^~~~~~~~ src/MMagic.c:579:16: note: initialize the variable 'self' to silence this warning PerlFMM * self; ^ = NULL 10 warnings generated. cc -c "-I." "-I." -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -Wall -W -Wno-comment -O2 -DVERSION=\"0.09008\" -DXS_VERSION=\"0.09008\" -o src/MMagicST.o -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" -DUSE_PPPORT src/MMagicST.c src/MMagicST.c:119:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] new_size(size) ^ src/MMagicST.c:133:5: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] i < sizeof(primes)/sizeof(primes[0]); ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/MMagicST.c:157:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_init_table_with_size(type, size) ^ src/MMagicST.c:182:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_init_table(type) ^ src/MMagicST.c:195:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_init_numtable_with_size(size) ^ src/MMagicST.c:208:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_init_strtable_with_size(size) ^ src/MMagicST.c:215:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_free_table(table) ^ src/MMagicST.c:255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_lookup(table, key, value) ^ src/MMagicST.c:263:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hash_val = do_hash(key, table); ^ src/MMagicST.c:74:64: note: expanded from macro 'do_hash' #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key)) ^ src/MMagicST.c:264:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FIND_ENTRY(table, ptr, hash_val, bin_pos); ^ src/MMagicST.c:245:9: note: expanded from macro 'FIND_ENTRY' if (PTR_NOT_EQUAL(table, ptr, hash_val, key)) {\ ^ src/MMagicST.c:234:45: note: expanded from macro 'PTR_NOT_EQUAL' ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key))) ^ src/MMagicST.c:72:62: note: expanded from macro 'EQUAL' #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) ^ src/MMagicST.c:264:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] src/MMagicST.c:247:9: note: expanded from macro 'FIND_ENTRY' while (PTR_NOT_EQUAL(table, ptr->next, hash_val, key)) {\ ^ src/MMagicST.c:234:45: note: expanded from macro 'PTR_NOT_EQUAL' ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key))) ^ src/MMagicST.c:72:62: note: expanded from macro 'EQUAL' #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) ^ src/MMagicST.c:294:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_insert(table, key, value) ^ src/MMagicST.c:302:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hash_val = do_hash(key, table); ^ src/MMagicST.c:74:64: note: expanded from macro 'do_hash' #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key)) ^ src/MMagicST.c:303:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FIND_ENTRY(table, ptr, hash_val, bin_pos); ^ src/MMagicST.c:245:9: note: expanded from macro 'FIND_ENTRY' if (PTR_NOT_EQUAL(table, ptr, hash_val, key)) {\ ^ src/MMagicST.c:234:45: note: expanded from macro 'PTR_NOT_EQUAL' ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key))) ^ src/MMagicST.c:72:62: note: expanded from macro 'EQUAL' #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) ^ src/MMagicST.c:303:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] src/MMagicST.c:247:9: note: expanded from macro 'FIND_ENTRY' while (PTR_NOT_EQUAL(table, ptr->next, hash_val, key)) {\ ^ src/MMagicST.c:234:45: note: expanded from macro 'PTR_NOT_EQUAL' ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key))) ^ src/MMagicST.c:72:62: note: expanded from macro 'EQUAL' #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) ^ src/MMagicST.c:316:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_add_direct(table, key, value) ^ src/MMagicST.c:323:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hash_val = do_hash(key, table); ^ src/MMagicST.c:74:64: note: expanded from macro 'do_hash' #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key)) ^ src/MMagicST.c:329:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rehash(table) ^ src/MMagicST.c:355:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_copy(old_table) ^ src/MMagicST.c:396:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_delete(table, key, value) ^ src/MMagicST.c:405:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hash_val = do_hash_bin(*key, table); ^ src/MMagicST.c:75:33: note: expanded from macro 'do_hash_bin' #define do_hash_bin(key,table) (do_hash(key, table)%(table)->num_bins) ^ src/MMagicST.c:74:64: note: expanded from macro 'do_hash' #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key)) ^ src/MMagicST.c:413:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (EQUAL(table, *key, ptr->key)) { ^ src/MMagicST.c:72:62: note: expanded from macro 'EQUAL' #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) ^ src/MMagicST.c:423:6: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (EQUAL(table, ptr->next->key, *key)) { ^ src/MMagicST.c:72:62: note: expanded from macro 'EQUAL' #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) ^ src/MMagicST.c:438:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_delete_safe(table, key, value, never) ^ src/MMagicST.c:447:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hash_val = do_hash_bin(*key, table); ^ src/MMagicST.c:75:33: note: expanded from macro 'do_hash_bin' #define do_hash_bin(key,table) (do_hash(key, table)%(table)->num_bins) ^ src/MMagicST.c:74:64: note: expanded from macro 'do_hash' #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key)) ^ src/MMagicST.c:456:29: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((ptr->key != never) && EQUAL(table, ptr->key, *key)) { ^ src/MMagicST.c:72:62: note: expanded from macro 'EQUAL' #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) ^ src/MMagicST.c:470:15: warning: unused parameter 'key' [-Wunused-parameter] st_data_t key, value, never; ^ src/MMagicST.c:469:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] delete_never(key, value, never) ^ src/MMagicST.c:477:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_cleanup_safe(table, never) ^ src/MMagicST.c:488:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_foreach(table, func, arg) ^ src/MMagicST.c:500:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] retval = (*func)(ptr->key, ptr->record, arg, 0); ^ src/MMagicST.c:511:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] retval = (*func)(0, 0, arg, 1); ^ src/MMagicST.c:538:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] strhash(string) ^ src/MMagicST.c:577:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] numcmp(x, y) ^ src/MMagicST.c:584:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] numhash(n) ^ 35 warnings generated. cc -c "-I." "-I." -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -Wall -W -Wno-comment -O2 -DVERSION=\"0.09008\" -DXS_VERSION=\"0.09008\" -o src/perl-mmagic-xs.o -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" -DUSE_PPPORT src/perl-mmagic-xs.c src/perl-mmagic-xs.c:1113:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security] croak(SvPV_nolen(err)); ^~~~~~~~~~~~~~~ /usr/libdata/perl5/amd64-openbsd/CORE/sv.h:1883:5: note: expanded from macro 'SvPV_nolen' (SvPOK_or_cached_IV(sv) \ ^~~~~~~~~~~~~~~~~~~~~~~~~ src/perl-mmagic-xs.c:1113:11: note: treat the string as an argument to avoid this croak(SvPV_nolen(err)); ^ "%s", /usr/libdata/perl5/amd64-openbsd/CORE/sv.h:1883:5: note: expanded from macro 'SvPV_nolen' (SvPOK_or_cached_IV(sv) \ ^ src/perl-mmagic-xs.c:1122:11: warning: variable 'errs' set but not used [-Wunused-but-set-variable] int errs; ^ src/perl-mmagic-xs.c:1167:15: warning: variable 'errs' is uninitialized when used here [-Wuninitialized] ++errs; ^~~~ src/perl-mmagic-xs.c:1122:15: note: initialize the variable 'errs' to silence this warning int errs; ^ = 0 3 warnings generated. rm -f blib/arch/auto/File/MMagic/XS/XS.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib src/MMagic.o src/MMagicST.o src/perl-mmagic-xs.o -o blib/arch/auto/File/MMagic/XS/XS.so chmod 755 blib/arch/auto/File/MMagic/XS/XS.so Manifying 1 pod document >>> Running package in misc/p5-File-MMagic-XS at 1713955111.31 ===> misc/p5-File-MMagic-XS ===> Faking installation for p5-File-MMagic-XS-0.09008p3 "/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/File/MMagic/XS/XS.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /exopi-obj/pobj/p5-File-MMagic-XS-0.09008/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/File/MMagic/XS/XS.so Installing /exopi-obj/pobj/p5-File-MMagic-XS-0.09008/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/File/MMagic/magic Installing /exopi-obj/pobj/p5-File-MMagic-XS-0.09008/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/File/MMagic/benchmark.pl Installing /exopi-obj/pobj/p5-File-MMagic-XS-0.09008/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/File/MMagic/XS.pm Installing /exopi-obj/pobj/p5-File-MMagic-XS-0.09008/fake-amd64/usr/local/man/man3p/File::MMagic::XS.3p Appending installation info to /exopi-obj/pobj/p5-File-MMagic-XS-0.09008/fake-amd64/usr/./libdata/perl5/amd64-openbsd/perllocal.pod ===> Building package for p5-File-MMagic-XS-0.09008p3 Create /exopi-cvs/ports/packages/amd64/all/p5-File-MMagic-XS-0.09008p3.tgz Creating package p5-File-MMagic-XS-0.09008p3 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 10% checksumming|********* | 14% checksumming|************ | 19% checksumming|*************** | 24% checksumming|***************** | 29% checksumming|******************** | 33% checksumming|*********************** | 38% checksumming|************************** | 43% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|*********************************** | 57% checksumming|************************************** | 62% checksumming|***************************************** | 67% checksumming|******************************************** | 71% checksumming|********************************************** | 76% checksumming|************************************************* | 81% checksumming|**************************************************** | 86% checksumming|******************************************************* | 90% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************************** | 53% archiving|*************************************** | 60% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/p5-File-MMagic-XS-0.09008p3.tgz >>> Running clean in misc/p5-File-MMagic-XS at 1713955113.95 ===> misc/p5-File-MMagic-XS ===> Cleaning for p5-File-MMagic-XS-0.09008p3 >>> Ended at 1713955114.22 max_stuck=2.96/depends=4.32/show-prepare-results=1.55/build=5.18/package=2.65/clean=0.30