>>> Building on exopi-4 under security/arirang BDEPENDS = [lang/ruby/3.2] DIST = [security/arirang:arirang-2.03.tar.gz] FULLPKGNAME = arirang-2.03p10 RDEPENDS = [lang/ruby/3.2] (Junk lock obtained for exopi-4 at 1714760682.21) >>> Running depends in security/arirang at 1714760682.35 last junk was in mail/dovecot-fts-xapian /usr/sbin/pkg_add -aI -Drepair ruby-3.2.4 was: /usr/sbin/pkg_add -aI -Drepair ruby-3.2.4 /usr/sbin/pkg_add -aI -Drepair ruby-3.2.4 >>> Running show-prepare-results in security/arirang at 1714760684.63 ===> security/arirang ===> Building from scratch arirang-2.03p10 ===> arirang-2.03p10 depends on: ruby->=3.2.0,<3.3 -> ruby-3.2.4 ===> Verifying specs: crypto ssl ruby32 c gmp m pthread ===> found crypto.54.0 ssl.57.0 ruby32.0.0 c.100.0 gmp.11.1 m.10.1 pthread.27.1 ruby-3.2.4 (Junk lock released for exopi-4 at 1714760685.35) distfiles size=87187 >>> Running build in security/arirang at 1714760685.38 ===> security/arirang ===> Checking files for arirang-2.03p10 `/exopi-cvs/ports/distfiles/arirang-2.03.tar.gz' is up to date. >> (SHA256) arirang-2.03.tar.gz: OK ===> Extracting for arirang-2.03p10 ===> Patching for arirang-2.03p10 ===> Applying OpenBSD patch patch-extconf_rb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Support ruby 3.0+. | |Index: extconf.rb |--- extconf.rb.orig |+++ extconf.rb -------------------------- Patching file extconf.rb using Plan A... Hunk #1 succeeded at 23. 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 arirang-2.03p10 ===> Configuring for arirang-2.03p10 ===> Building for arirang-2.03p10 cc -O2 -pipe -fdeclspec -Wall -pedantic -c arirang.c -I /usr/local/include/ruby-3.2 -I /usr/local/include/ruby-3.2/x86_64-openbsd -DRUBY_19 In file included from arirang.c:42: In file included from /usr/local/include/ruby-3.2/ruby.h:38: In file included from /usr/local/include/ruby-3.2/ruby/ruby.h:27: In file included from /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:76: /usr/local/include/ruby-3.2/ruby/internal/intern/class.h:301:60: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rb_define_method_id(VALUE klass, ID mid, VALUE (*func)(ANYARGS), int arity); ^ void /usr/local/include/ruby-3.2/ruby/internal/intern/class.h:339:76: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rb_define_protected_method(VALUE klass, const char *mid, VALUE (*func)(ANYARGS), int arity); ^ void /usr/local/include/ruby-3.2/ruby/internal/intern/class.h:352:74: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rb_define_private_method(VALUE klass, const char *mid, VALUE (*func)(ANYARGS), int arity); ^ void /usr/local/include/ruby-3.2/ruby/internal/intern/class.h:365:73: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rb_define_singleton_method(VALUE obj, const char *mid, VALUE(*func)(ANYARGS), int arity); ^ void In file included from arirang.c:42: In file included from /usr/local/include/ruby-3.2/ruby.h:38: In file included from /usr/local/include/ruby-3.2/ruby/ruby.h:27: In file included from /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:78: /usr/local/include/ruby-3.2/ruby/internal/method.h:99:66: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rb_define_method(VALUE klass, const char *mid, VALUE (*func)(ANYARGS), int arity); ^ void /usr/local/include/ruby-3.2/ruby/internal/method.h:112:75: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rb_define_module_function(VALUE klass, const char *mid, VALUE (*func)(ANYARGS), int arity); ^ void /usr/local/include/ruby-3.2/ruby/internal/method.h:124:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rb_define_global_function(const char *mid, VALUE (*func)(ANYARGS), int arity); ^ void In file included from arirang.c:42: In file included from /usr/local/include/ruby-3.2/ruby.h:38: In file included from /usr/local/include/ruby-3.2/ruby/ruby.h:27: /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:271:1: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RBIMPL_ANYARGS_DECL(rb_define_singleton_method, VALUE, const char *) ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:252:73: note: expanded from macro 'RBIMPL_ANYARGS_DECL' RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m3(__VA_ARGS__, VALUE(*)(ANYARGS), int); \ ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:272:1: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RBIMPL_ANYARGS_DECL(rb_define_protected_method, VALUE, const char *) ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:252:73: note: expanded from macro 'RBIMPL_ANYARGS_DECL' RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m3(__VA_ARGS__, VALUE(*)(ANYARGS), int); \ ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:273:1: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RBIMPL_ANYARGS_DECL(rb_define_private_method, VALUE, const char *) ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:252:73: note: expanded from macro 'RBIMPL_ANYARGS_DECL' RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m3(__VA_ARGS__, VALUE(*)(ANYARGS), int); \ ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:274:1: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:252:73: note: expanded from macro 'RBIMPL_ANYARGS_DECL' RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m3(__VA_ARGS__, VALUE(*)(ANYARGS), int); \ ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:275:1: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RBIMPL_ANYARGS_DECL(rb_define_global_function, const char *) ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:252:73: note: expanded from macro 'RBIMPL_ANYARGS_DECL' RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m3(__VA_ARGS__, VALUE(*)(ANYARGS), int); \ ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:276:1: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RBIMPL_ANYARGS_DECL(rb_define_method_id, VALUE, ID) ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:252:73: note: expanded from macro 'RBIMPL_ANYARGS_DECL' RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m3(__VA_ARGS__, VALUE(*)(ANYARGS), int); \ ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:277:1: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RBIMPL_ANYARGS_DECL(rb_define_method, VALUE, const char *) ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:252:73: note: expanded from macro 'RBIMPL_ANYARGS_DECL' RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m3(__VA_ARGS__, VALUE(*)(ANYARGS), int); \ ^ 14 warnings generated. cc -O2 -pipe -fdeclspec -Wall -pedantic -c grabhead.c -I /usr/local/include/ruby-3.2 -I /usr/local/include/ruby-3.2/x86_64-openbsd -DRUBY_19 cc -O2 -pipe -fdeclspec -Wall -pedantic -c rule.c -I /usr/local/include/ruby-3.2 -I /usr/local/include/ruby-3.2/x86_64-openbsd -DRUBY_19 cc -O2 -pipe -fdeclspec -Wall -pedantic -c screen.c -I /usr/local/include/ruby-3.2 -I /usr/local/include/ruby-3.2/x86_64-openbsd -DRUBY_19 cc -O2 -pipe -fdeclspec -Wall -pedantic -c report.c -I /usr/local/include/ruby-3.2 -I /usr/local/include/ruby-3.2/x86_64-openbsd -DRUBY_19 cc -O2 -pipe -fdeclspec -Wall -pedantic -c arissl.c -I /usr/local/include/ruby-3.2 -I /usr/local/include/ruby-3.2/x86_64-openbsd -DRUBY_19 cc -O2 -pipe -fdeclspec -Wall -pedantic -c ariruby.c -I /usr/local/include/ruby-3.2 -I /usr/local/include/ruby-3.2/x86_64-openbsd -DRUBY_19 In file included from ariruby.c:40: In file included from /usr/local/include/ruby-3.2/ruby.h:38: In file included from /usr/local/include/ruby-3.2/ruby/ruby.h:27: In file included from /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:76: /usr/local/include/ruby-3.2/ruby/internal/intern/class.h:301:60: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rb_define_method_id(VALUE klass, ID mid, VALUE (*func)(ANYARGS), int arity); ^ void /usr/local/include/ruby-3.2/ruby/internal/intern/class.h:339:76: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rb_define_protected_method(VALUE klass, const char *mid, VALUE (*func)(ANYARGS), int arity); ^ void /usr/local/include/ruby-3.2/ruby/internal/intern/class.h:352:74: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rb_define_private_method(VALUE klass, const char *mid, VALUE (*func)(ANYARGS), int arity); ^ void /usr/local/include/ruby-3.2/ruby/internal/intern/class.h:365:73: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rb_define_singleton_method(VALUE obj, const char *mid, VALUE(*func)(ANYARGS), int arity); ^ void In file included from ariruby.c:40: In file included from /usr/local/include/ruby-3.2/ruby.h:38: In file included from /usr/local/include/ruby-3.2/ruby/ruby.h:27: In file included from /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:78: /usr/local/include/ruby-3.2/ruby/internal/method.h:99:66: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rb_define_method(VALUE klass, const char *mid, VALUE (*func)(ANYARGS), int arity); ^ void /usr/local/include/ruby-3.2/ruby/internal/method.h:112:75: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rb_define_module_function(VALUE klass, const char *mid, VALUE (*func)(ANYARGS), int arity); ^ void /usr/local/include/ruby-3.2/ruby/internal/method.h:124:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rb_define_global_function(const char *mid, VALUE (*func)(ANYARGS), int arity); ^ void In file included from ariruby.c:40: In file included from /usr/local/include/ruby-3.2/ruby.h:38: In file included from /usr/local/include/ruby-3.2/ruby/ruby.h:27: /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:271:1: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RBIMPL_ANYARGS_DECL(rb_define_singleton_method, VALUE, const char *) ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:252:73: note: expanded from macro 'RBIMPL_ANYARGS_DECL' RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m3(__VA_ARGS__, VALUE(*)(ANYARGS), int); \ ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:272:1: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RBIMPL_ANYARGS_DECL(rb_define_protected_method, VALUE, const char *) ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:252:73: note: expanded from macro 'RBIMPL_ANYARGS_DECL' RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m3(__VA_ARGS__, VALUE(*)(ANYARGS), int); \ ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:273:1: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RBIMPL_ANYARGS_DECL(rb_define_private_method, VALUE, const char *) ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:252:73: note: expanded from macro 'RBIMPL_ANYARGS_DECL' RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m3(__VA_ARGS__, VALUE(*)(ANYARGS), int); \ ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:274:1: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *) ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:252:73: note: expanded from macro 'RBIMPL_ANYARGS_DECL' RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m3(__VA_ARGS__, VALUE(*)(ANYARGS), int); \ ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:275:1: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RBIMPL_ANYARGS_DECL(rb_define_global_function, const char *) ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:252:73: note: expanded from macro 'RBIMPL_ANYARGS_DECL' RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m3(__VA_ARGS__, VALUE(*)(ANYARGS), int); \ ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:276:1: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RBIMPL_ANYARGS_DECL(rb_define_method_id, VALUE, ID) ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:252:73: note: expanded from macro 'RBIMPL_ANYARGS_DECL' RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m3(__VA_ARGS__, VALUE(*)(ANYARGS), int); \ ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:277:1: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RBIMPL_ANYARGS_DECL(rb_define_method, VALUE, const char *) ^ /usr/local/include/ruby-3.2/ruby/internal/anyargs.h:252:73: note: expanded from macro 'RBIMPL_ANYARGS_DECL' RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m3(__VA_ARGS__, VALUE(*)(ANYARGS), int); \ ^ 14 warnings generated. cc -O2 -pipe -fdeclspec -Wall -pedantic -c proxy.c -I /usr/local/include/ruby-3.2 -I /usr/local/include/ruby-3.2/x86_64-openbsd -DRUBY_19 proxy.c:91:9: warning: variable 'rt' set but not used [-Wunused-but-set-variable] int rt; ^ proxy.c:98:15: warning: variable 'sock' is uninitialized when used here [-Wuninitialized] close(sock); ^~~~ proxy.c:90:13: note: initialize the variable 'sock' to silence this warning int sock; ^ = 0 2 warnings generated. cc -O2 -pipe -fdeclspec -Wall -pedantic -c debug.c -I /usr/local/include/ruby-3.2 -I /usr/local/include/ruby-3.2/x86_64-openbsd -DRUBY_19 cc -O2 -pipe -fdeclspec -Wall -pedantic -o arirang arirang.o grabhead.o rule.o screen.o report.o arissl.o ariruby.o proxy.o debug.o -L/usr/local/lib -lssl -lcrypto -lruby32 >>> Running package in security/arirang at 1714760688.72 ===> security/arirang ===> Faking installation for arirang-2.03p10 /exopi-obj/pobj/arirang-2.03/bin/install -c -s -m 755 /exopi-obj/pobj/arirang-2.03/arirang-2.03/arirang /exopi-obj/pobj/arirang-2.03/fake-amd64/usr/local/bin /exopi-obj/pobj/arirang-2.03/bin/install -d -m 755 /exopi-obj/pobj/arirang-2.03/fake-amd64/usr/local/share/arirang /exopi-obj/pobj/arirang-2.03/bin/install -c -m 644 /exopi-obj/pobj/arirang-2.03/arirang-2.03/scanrule/*.uxe /exopi-obj/pobj/arirang-2.03/fake-amd64/usr/local/share/arirang /exopi-obj/pobj/arirang-2.03/bin/install -c -m 644 /exopi-obj/pobj/arirang-2.03/arirang-2.03/script/*.rb /exopi-obj/pobj/arirang-2.03/fake-amd64/usr/local/share/arirang ===> Building package for arirang-2.03p10 Create /exopi-cvs/ports/packages/amd64/all/arirang-2.03p10.tgz Creating package arirang-2.03p10 reading plist| checking dependencies| checking dependencies|lang/ruby/3.2,-main checksumming| checksumming| | 0% checksumming|* | 1% checksumming|** | 3% checksumming|*** | 4% checksumming|*** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 10% checksumming|******* | 11% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************* | 21% checksumming|************** | 22% checksumming|************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************* | 40% checksumming|************************* | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|************************************ | 58% checksumming|************************************ | 60% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|*********************************************** | 76% checksumming|*********************************************** | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|***************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************** | 94% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********* | 14% archiving|********* | 15% archiving|********** | 15% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 35% archiving|*********************** | 37% archiving|************************ | 37% archiving|************************* | 38% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|**************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|****************************** | 47% archiving|****************************** | 48% archiving|******************************* | 48% archiving|*************************************** | 60% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 77% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|****************************************************** | 84% archiving|********************************************************* | 89% archiving|************************************************************ | 94% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/arirang-2.03p10.tgz >>> Running clean in security/arirang at 1714760691.07 ===> security/arirang ===> Cleaning for arirang-2.03p10 >>> Ended at 1714760691.40 max_stuck=0.00/depends=2.37/show-prepare-results=0.78/build=3.34/package=2.35/clean=0.35