>>> Building on exopi-4 under lang/ruby/3.1 BDEPENDS = [devel/dwz;devel/libffi;devel/libyaml;devel/gmp] DIST = [lang/ruby/3.1,-main:ruby-3.1.5.tar.gz;lang/ruby/3.1,-main:ruby-ed25519-fix-1.patch;lang/ruby/3.1,-main:ruby-octeon-fix-2.patch;lang/ruby/3.1,-main:ruby-enable-hkdf-1.patch;lang/ruby/3.1,-main:ruby-asn1time-fix-1.patch] FULLPKGNAME = ruby-3.1.5 RDEPENDS = [devel/libffi;devel/libyaml;devel/gmp] (Junk lock obtained for exopi-4 at 1714744831.92) >>> Running depends in lang/ruby/3.1 at 1714744831.96 last junk was in textproc/aspell/dicts/sv /usr/sbin/pkg_add -aI -Drepair gmp-6.3.0 libffi-3.4.4p1 libyaml-0.2.5 was: /usr/sbin/pkg_add -aI -Drepair dwz-0.15 gmp-6.3.0 libffi-3.4.4p1 libyaml-0.2.5 /usr/sbin/pkg_add -aI -Drepair gmp-6.3.0 libffi-3.4.4p1 libyaml-0.2.5 >>> Running show-prepare-results in lang/ruby/3.1 at 1714744833.98 ===> lang/ruby/3.1 ===> Building from scratch ruby-3.1.5 ===> ruby-3.1.5 depends on: dwz-* -> dwz-0.15 ===> ruby-3.1.5 depends on: gmp-* -> gmp-6.3.0 ===> ruby-3.1.5 depends on: libyaml-* -> libyaml-0.2.5 ===> ruby-3.1.5 depends on: libffi-* -> libffi-3.4.4p1 ===> Verifying specs: c crypto ffi gmp m pthread ssl util yaml-0 z curses readline ===> found c.100.0 crypto.54.0 ffi.2.0 gmp.11.1 m.10.1 pthread.27.1 ssl.57.0 util.18.0 yaml-0.0.0 z.7.0 curses.15.0 readline.5.0 dwz-0.15 gmp-6.3.0 libffi-3.4.4p1 libyaml-0.2.5 (Junk lock released for exopi-4 at 1714744835.76) Woken up www/firefox-esr-i18n/gl distfiles size=20891394 >>> Running patch in lang/ruby/3.1 at 1714744835.81 ===> lang/ruby/3.1 ===> Checking files for ruby-3.1.5 `/exopi-cvs/ports/distfiles/ruby-3.1.5.tar.gz' is up to date. `/exopi-cvs/ports/distfiles/ruby-asn1time-fix-1.patch' is up to date. `/exopi-cvs/ports/distfiles/ruby-enable-hkdf-1.patch' is up to date. `/exopi-cvs/ports/distfiles/ruby-ed25519-fix-1.patch' is up to date. `/exopi-cvs/ports/distfiles/ruby-octeon-fix-2.patch' is up to date. >> (SHA256) ruby-3.1.5.tar.gz: OK >> (SHA256) ruby-asn1time-fix-1.patch: OK >> (SHA256) ruby-enable-hkdf-1.patch: OK >> (SHA256) ruby-ed25519-fix-1.patch: OK >> (SHA256) ruby-octeon-fix-2.patch: OK ===> Extracting for ruby-3.1.5 tar: End of archive volume 1 reached rm -rf /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/ext/fiddle/libffi-* /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/tool/downloader.rb; ===> Patching for ruby-3.1.5 ===> Applying distribution patches for ruby-3.1.5 ===> Applying distribution patch ruby-asn1time-fix-1.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From bbc540fe83195e2a54cf40fab448cea2afe4df1d Mon Sep 17 00:00:00 2001 |From: Kazuki Yamaguchi |Date: Mon, 17 Oct 2022 16:50:01 +0900 |Subject: [PATCH] test/openssl/test_asn1.rb: skip failing tests on LibreSSL | 3.6.0 | |LibreSSL 3.6.0 expects the seconds part in UTCTime and GeneralizedTime |to be always present. LibreSSL 3.6.0 release note [1] says: | |> - The ASN.1 time parser has been refactored and rewritten using CBS. |> It has been made stricter in that it now enforces the rules from |> RFC 5280. | |[1] https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.0-relnotes.txt |--- | test/openssl/test_asn1.rb | 9 ++++++--- | 1 file changed, 6 insertions(+), 3 deletions(-) | |diff --git a/test/openssl/test_asn1.rb b/test/openssl/test_asn1.rb |index c79bc1429..f17ba98d2 100644 |--- a/test/openssl/test_asn1.rb |+++ b/test/openssl/test_asn1.rb -------------------------- Patching file test/openssl/test_asn1.rb using Plan A... Hunk #1 succeeded at 404. Hunk #2 succeeded at 411. Hunk #3 succeeded at 433. done ===> Applying distribution patch ruby-enable-hkdf-1.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 9bdd39a7e2a5851c9090889727f54859e63a4ec9 Mon Sep 17 00:00:00 2001 |From: Theo Buehler |Date: Wed, 23 Nov 2022 17:09:50 +0100 |Subject: [PATCH] Enable HKDF support for LibreSSL 3.6 and later | |LibreSSL 3.6 added support for HKDF in EVP. Enable this in ossl_kdf.c. |--- | ext/openssl/ossl_kdf.c | 6 +++--- | 1 file changed, 3 insertions(+), 3 deletions(-) | |diff --git a/ext/openssl/ossl_kdf.c b/ext/openssl/ossl_kdf.c |index 7fa38b865..0d25a7304 100644 |--- a/ext/openssl/ossl_kdf.c |+++ b/ext/openssl/ossl_kdf.c -------------------------- Patching file ext/openssl/ossl_kdf.c using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 141. Hunk #3 succeeded at 305. done ===> Applying distribution patch ruby-ed25519-fix-1.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 475b2bf766d6093370e49abd5dce5436cc0034ca Mon Sep 17 00:00:00 2001 |From: Theo Buehler |Date: Thu, 10 Nov 2022 14:50:22 +0100 |Subject: [PATCH] Use EVP_Digest{Sign,Verify} when available | |LibreSSL 3.4 added EVP_DigestSign() and EVP_DigestVerify(). Use them |when available to prepare for the addition of Ed25519 support in |LibreSSL 3.7. |--- | ext/openssl/ossl_pkey.c | 4 ++-- | 1 file changed, 2 insertions(+), 2 deletions(-) | |diff --git a/ext/openssl/ossl_pkey.c b/ext/openssl/ossl_pkey.c |index ec39e8bd7..476256679 100644 |--- a/ext/openssl/ossl_pkey.c |+++ b/ext/openssl/ossl_pkey.c -------------------------- Patching file ext/openssl/ossl_pkey.c using Plan A... Hunk #1 succeeded at 951. Hunk #2 succeeded at 1056. done ===> Applying distribution patch ruby-octeon-fix-2.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From fe6245b4309c855e6aca5b786ad50a72d53d278a Mon Sep 17 00:00:00 2001 |From: Jeremy Evans |Date: Sun, 3 Jul 2022 09:42:44 -0700 |Subject: [PATCH] Fix rb_fix_mul_fix on OpenBSD/mips64 | |This fixes invalid and inconsistent results for the Fixnum*Fixnum case |where the result of the multiplication does not fit in 64-bit |on OpenBSD/mips64. For example: | | $ for x in 1 23; do ruby31 -e 'p(54306000000000*86400)'; done | 14409380628474329524 | 11410664325873689790 | |Cases where an argument was Bignum, as well as cases where the result |of the multiplication fits in 64-bit are fine: | | $ for x in 1 23; do ruby31 -e 'p(54306000*86400)'; done | 4692038400000 | 4692038400000 | | $ for x in 1 23; do ruby31 -e 'p(5430600000000000000000*86400)'; done | 469203840000000000000000000 | 469203840000000000000000000 | |This was originally discovered by running the tests for the openssl gem |on OpenBSD/mips64 and having one test fail for a date far in the future. |I eventually traced this to the generic multiplication issue. | |The underlying cause is using the int128_t type. This avoids use of the |int128_t type in this case, falling back to the slower conversion code, |which in the overflow case, turns the Fixnums into Bignums, then |performs the multiplication. |--- | internal/fixnum.h | 2 +- | 1 file changed, 1 insertion(+), 1 deletion(-) | |diff --git a/internal/fixnum.h b/internal/fixnum.h |index cdb60ee1ff68f9..8c251adef17085 100644 |--- a/internal/fixnum.h |+++ b/internal/fixnum.h -------------------------- Patching file internal/fixnum.h using Plan A... Hunk #1 succeeded at 18. done ===> Applying OpenBSD patch patch-common_mk Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Enable verbose mode when building. | |Don't regenerate rdoc documentation during install. | |Index: common.mk |--- common.mk.orig |+++ common.mk -------------------------- Patching file common.mk using Plan A... Hunk #1 succeeded at 7. Hunk #2 succeeded at 303. Hunk #3 succeeded at 547. done ===> Applying OpenBSD patch patch-compile_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Disable peephole optimizer on mips64 and sparc64, since it occasionally |segfaults. | |Index: compile.c |--- compile.c.orig |+++ compile.c -------------------------- Patching file compile.c using Plan A... Hunk #1 succeeded at 2934. done ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Support arm64 coroutines. | |Set correct shared library name. | |Override the arch setting to remove OpenBSD version from it, |so ports don't have to be bumped when OpenBSD version changes. | |Index: configure |--- configure.orig |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 29577. Hunk #2 succeeded at 31841. Hunk #3 succeeded at 33543. done ===> Applying OpenBSD patch patch-coroutine_amd64_Context_S Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add BTI support to amd64 coroutine. | |Index: coroutine/amd64/Context.S |--- coroutine/amd64/Context.S.orig |+++ coroutine/amd64/Context.S -------------------------- Patching file coroutine/amd64/Context.S using Plan A... Hunk #1 succeeded at 7. done ===> Applying OpenBSD patch patch-ext_etc_etc_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Use shadow versions of password functions. | |Index: ext/etc/etc.c |--- ext/etc/etc.c.orig |+++ ext/etc/etc.c -------------------------- Patching file ext/etc/etc.c using Plan A... Hunk #1 succeeded at 218. Hunk #2 succeeded at 248. done ===> Applying OpenBSD patch patch-ext_extmk_rb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Build extensions in verbose mode by default. | |Index: ext/extmk.rb |--- ext/extmk.rb.orig |+++ ext/extmk.rb -------------------------- Patching file ext/extmk.rb using Plan A... Hunk #1 succeeded at 709. done ===> Applying OpenBSD patch patch-ext_fiddle_closure_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Unbreak compilation of fiddle, breakage introduced in Ruby 3.1.5. | |Index: ext/fiddle/closure.c |--- ext/fiddle/closure.c.orig |+++ ext/fiddle/closure.c -------------------------- Patching file ext/fiddle/closure.c using Plan A... Hunk #1 succeeded at 276. done ===> Applying OpenBSD patch patch-ext_openssl_ossl_pkey_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |LibreSSL 3.5 and later provide and need to use |PEM_write_bio_PrivateKey_traditional() | |Index: ext/openssl/ossl_pkey.c |--- ext/openssl/ossl_pkey.c.orig |+++ ext/openssl/ossl_pkey.c -------------------------- Patching file ext/openssl/ossl_pkey.c using Plan A... Hunk #1 succeeded at 710. done ===> Applying OpenBSD patch patch-ext_ripper_depend Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Allow overriding CFLAGS for ripper extension. | |Index: ext/ripper/depend |--- ext/ripper/depend.orig |+++ ext/ripper/depend -------------------------- Patching file ext/ripper/depend using Plan A... Hunk #1 succeeded at 48. done ===> Applying OpenBSD patch patch-include_ruby_internal_has_builtin_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |builtin_bswap32 and builtin_bswap64 don't appear to be |defined on OpenBSD/sparc64, and maybe other GCC arches. | |Backport of upstream commit e7b4abf3845ef006653ef4b951454647e54affe8. | |Index: include/ruby/internal/has/builtin.h |--- include/ruby/internal/has/builtin.h.orig |+++ include/ruby/internal/has/builtin.h -------------------------- Patching file include/ruby/internal/has/builtin.h using Plan A... Hunk #1 succeeded at 53. done ===> Applying OpenBSD patch patch-lib_fileutils_rb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Make FileUtils.mkdir_p act more like mkdir(1) -p, by not attempting |to create directories that already exist. This fixes systrace |warnings when building ports. | |Index: lib/fileutils.rb |--- lib/fileutils.rb.orig |+++ lib/fileutils.rb -------------------------- Patching file lib/fileutils.rb using Plan A... Hunk #1 succeeded at 218. done ===> Applying OpenBSD patch patch-lib_mkmf_rb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Ignore linker warnings when compiling native extensions. | |Index: lib/mkmf.rb |--- lib/mkmf.rb.orig |+++ lib/mkmf.rb -------------------------- Patching file lib/mkmf.rb using Plan A... Hunk #1 succeeded at 415. done ===> Applying OpenBSD patch patch-lib_rubygems_commands_install_command_rb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Make gem binaries on ruby 3.1 use a 31 suffix, so you can have both |other versions of the same gem installed at the same time |without conflicts. | |Index: lib/rubygems/commands/install_command.rb |--- lib/rubygems/commands/install_command.rb.orig |+++ lib/rubygems/commands/install_command.rb -------------------------- Patching file lib/rubygems/commands/install_command.rb using Plan A... Hunk #1 succeeded at 20. done ===> Applying OpenBSD patch patch-lib_rubygems_dependency_installer_rb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: lib/rubygems/dependency_installer.rb |--- lib/rubygems/dependency_installer.rb.orig |+++ lib/rubygems/dependency_installer.rb -------------------------- Patching file lib/rubygems/dependency_installer.rb using Plan A... Hunk #1 succeeded at 20. done ===> Applying OpenBSD patch patch-lib_rubygems_ext_builder_rb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Ugly hack to make --user-install option work. Without this, when |a user uses gem install --user-install, it calls |/usr/bin/install -o root -g bin, which fails due to permission issues. |This removes the -o root -g bin, so it can succeed as a regular user. | |Index: lib/rubygems/ext/builder.rb |--- lib/rubygems/ext/builder.rb.orig |+++ lib/rubygems/ext/builder.rb -------------------------- Patching file lib/rubygems/ext/builder.rb using Plan A... Hunk #1 succeeded at 40. done ===> Applying OpenBSD patch patch-template_builtin_binary_inc_tmpl Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Ensure proper alignment of builtin binary arrays to fix crash on mips64. |compile.c accesses the start of these arrays as struct ibf_header. | |Index: template/builtin_binary.inc.tmpl |--- template/builtin_binary.inc.tmpl.orig |+++ template/builtin_binary.inc.tmpl -------------------------- Patching file template/builtin_binary.inc.tmpl using Plan A... Hunk #1 succeeded at 6. done ===> Applying OpenBSD patch patch-thread_pthread_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |base-gcc doesn't support __thread | |Index: thread_pthread.h |--- thread_pthread.h.orig |+++ thread_pthread.h -------------------------- Patching file thread_pthread.h using Plan A... Hunk #1 succeeded at 72. 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++ >>> Running configure in lang/ruby/3.1 at 1714744841.40 ===> lang/ruby/3.1 ===> Generating configure for ruby-3.1.5 ===> Configuring for ruby-3.1.5 Using /exopi-obj/pobj/ruby-3.1.5/config.site (generated) sed -i 's/%%CFLAGS_OVERRIDE%%//g' /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/ext/ripper/depend; configure: loading site script /exopi-obj/pobj/ruby-3.1.5/config.site checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... x86_64-unknown-openbsd7.5 checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether the compiler supports GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking for c++ option to enable C++11 features... none needed checking how to run the C preprocessor... cc -E checking for ranlib... (cached) ranlib checking for gar... (cached) ar checking for gas... no checking for as... as checking for gld... no checking for ld... ld checking for gnm... no checking for nm... nm checking for gobjcopy... no checking for objcopy... objcopy checking for gobjdump... no checking for objdump... objdump checking for gstrip... (cached) strip checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... no checking for vfork.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking whether the linker is GNU ld... no checking whether cc -E accepts -o... yes checking for cc... (cached) /usr/bin/cc checking for ar flags... rcD checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /exopi-obj/pobj/ruby-3.1.5/bin/install -c checking for a race-free mkdir -p... mkdir -p checking for dtrace... no checking for dot... (cached) no checking for doxygen... (cached) no checking for pkg-config... pkg-config checking whether it is Android... no checking for cd using physical directory... cd -P checking whether CFLAGS is valid... yes checking whether LDFLAGS is valid... yes checking whether ELF binaries are produced... yes checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes checking whether -fdeclspec is accepted as LDFLAGS... yes checking whether -fdeclspec is accepted as CXXFLAGS... yes checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes checking whether -Wdivision-by-zero is accepted as CFLAGS... yes checking whether -Wduplicated-cond is accepted as CFLAGS... no checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes checking whether -Wimplicit-int is accepted as CFLAGS... yes checking whether -Wmisleading-indentation is accepted as CFLAGS... yes checking whether -Wpointer-arith is accepted as CFLAGS... yes checking whether -Wshorten-64-to-32 is accepted as CFLAGS... yes checking whether -Wwrite-strings is accepted as CFLAGS... yes checking whether -Wold-style-definition is accepted as CFLAGS... yes checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... no checking whether -Wmissing-noreturn is accepted as CFLAGS... yes checking whether -Wno-cast-function-type is accepted as CFLAGS... yes checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes checking whether -Wno-long-long is accepted as CFLAGS... yes checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes checking whether -Wno-overlength-strings is accepted as CFLAGS... yes checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... no checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes checking whether -Wno-self-assign is accepted as CFLAGS... yes checking whether -Wno-tautological-compare is accepted as CFLAGS... yes checking whether -Wno-unused-parameter is accepted as CFLAGS... yes checking whether -Wno-unused-value is accepted as CFLAGS... yes checking whether -Wsuggest-attribute=format is accepted as CFLAGS... no checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... no checking whether -Wunused-variable is accepted as CFLAGS... yes checking whether -diag-disable=175,188,1684,2259,2312 is accepted as CFLAGS... no checking whether -Wextra-tokens is accepted as CFLAGS... yes checking whether -Wundef is accepted as CFLAGS... yes checking whether -Wall -Wextra is accepted as CFLAGS... yes checking whether -Qunused-arguments is accepted as CFLAGS... yes checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes checking whether -fstack-protector-strong is accepted as CFLAGS... yes checking whether -fstack-protector-strong is accepted as LDFLAGS... yes checking whether -std=gnu99 is accepted as CFLAGS... yes checking whether -fno-strict-overflow is accepted as CFLAGS... yes checking whether -ggdb3 is accepted as CFLAGS... yes checking whether -fvisibility=hidden is accepted as CFLAGS... yes checking whether -fno-fast-math is accepted as CFLAGS... yes checking whether -fexcess-precision=standard is accepted as CFLAGS... yes checking whether -fp-model precise is accepted as CFLAGS... no checking whether compiler has statement and declarations in expressions... yes checking whether CXXFLAGS is valid... yes checking for crypt in -lcrypt... no checking for dlopen in -ldl... no checking for shl_load in -ldld... no checking for shutdown in -lsocket... no checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for atomic.h... no checking for copyfile.h... no checking for direct.h... no checking for grp.h... (cached) yes checking for fcntl.h... (cached) yes checking for float.h... (cached) yes checking for ieeefp.h... yes checking for intrinsics.h... no checking for langinfo.h... yes checking for limits.h... (cached) yes checking for locale.h... (cached) yes checking for malloc.h... (cached) no checking for malloc/malloc.h... no checking for malloc_np.h... no checking for net/socket.h... no checking for process.h... no checking for pwd.h... (cached) yes checking for sanitizer/asan_interface.h... no checking for sanitizer/msan_interface.h... no checking for setjmpex.h... no checking for stdalign.h... yes checking for sys/attr.h... no checking for sys/eventfd.h... no checking for sys/fcntl.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/id.h... no checking for sys/ioctl.h... (cached) yes checking for sys/mkdev.h... no checking for sys/param.h... (cached) yes checking for sys/prctl.h... no checking for sys/random.h... no checking for sys/resource.h... (cached) yes checking for sys/select.h... (cached) yes checking for sys/sendfile.h... no checking for sys/socket.h... (cached) yes checking for sys/syscall.h... (cached) yes checking for sys/sysmacros.h... no checking for sys/time.h... (cached) yes checking for sys/times.h... (cached) yes checking for sys/uio.h... (cached) yes checking for sys/utime.h... no checking for syscall.h... no checking for time.h... (cached) yes checking for ucontext.h... no checking for utime.h... (cached) yes checking for x86intrin.h... yes checking for x86intrin.h when defined(__x86_64__)... yes checking for gmp.h... yes checking for library containing __gmpz_init... -lgmp checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... (cached) yes checking whether char is unsigned... no checking for inline... inline checking for working volatile... (cached) yes checking for typeof syntax and keyword spelling... typeof checking for C/C++ restrict keyword... (cached) __restrict__ checking for long long... (cached) yes checking for off_t... (cached) yes checking char bit... 8 checking size of int... 4 checking size of short... (cached) 2 checking size of long... 8 checking size of long long... (cached) 8 checking size of __int64... 0 checking size of __int128... 16 checking size of off_t... 8 checking size of void*... 8 checking size of float... 4 checking size of double... 8 checking size of time_t... 8 checking size of clock_t... 8 checking packed struct attribute... x __attribute__((packed)) checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes checking for printf prefix for long long... ll checking for pid_t... (cached) yes checking for convertible type of pid_t... INT checking for uid_t... (cached) yes checking for convertible type of uid_t... UINT checking for gid_t... yes checking for convertible type of gid_t... UINT checking for time_t... yes checking for convertible type of time_t... LL checking for dev_t... (cached) yes checking for convertible type of dev_t... INT checking for mode_t... (cached) yes checking for convertible type of mode_t... UINT checking for rlim_t... yes checking for convertible type of rlim_t... ULL checking for off_t... (cached) yes checking for convertible type of off_t... LL checking for clockid_t... yes checking for convertible type of clockid_t... INT checking for variable length macro... yes checking if _Alignof() works... yes checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x checking for WEAK function attribute... __attribute__ ((__weak__)) x checking for __attribute__((__depreacted__(msg))) in C++... yes checking for std::nullptr_t... yes checking for FUNC_STDCALL function attribute... x checking for FUNC_CDECL function attribute... __attribute__ ((__cdecl__)) x checking for FUNC_FASTCALL function attribute... x checking for FUNC_UNOPTIMIZED function attribute... x checking for FUNC_MINIMIZED function attribute... x checking for function alias... alias checking for __atomic builtins... yes checking for __sync builtins... yes checking for __builtin_unreachable... yes checking for exported function attribute... __attribute__ ((__visibility__("default"))) checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x checking for function name string predefined identifier... __func__ checking if enum over int is allowed... yes checking for cc options needed to detect all undeclared functions... -fno-builtin checking whether sys_nerr is declared... yes checking whether getenv is declared... yes checking for size_t... (cached) yes checking size of size_t... 8 checking size of ptrdiff_t... 8 checking size of dev_t... 4 checking for printf prefix for size_t... z checking for printf prefix for ptrdiff_t... t checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct stat.st_rdev... yes checking size of struct stat.st_size... SIZEOF_OFF_T checking size of struct stat.st_blocks... SIZEOF_OFF_T checking size of struct stat.st_ino... SIZEOF_LONG checking size of struct stat.st_dev... SIZEOF_DEV_T checking size of struct stat.st_rdev... SIZEOF_DEV_T checking for struct stat.st_atim... yes checking for struct stat.st_atimespec... yes checking for struct stat.st_atimensec... yes checking for struct stat.st_mtim... yes checking for struct stat.st_mtimespec... yes checking for struct stat.st_mtimensec... yes checking for struct stat.st_ctim... yes checking for struct stat.st_ctimespec... yes checking for struct stat.st_ctimensec... yes checking for struct stat.st_birthtimespec... no checking for struct statx.stx_btime... no checking for struct timeval... yes checking size of struct timeval.tv_sec... SIZEOF_TIME_T checking for struct timespec... yes checking for struct timezone... yes checking for fd_mask... yes checking for int8_t... yes checking size of int8_t... 1 checking for uint8_t... yes checking size of uint8_t... 1 checking for int16_t... yes checking size of int16_t... 2 checking for uint16_t... yes checking size of uint16_t... 2 checking for int32_t... yes checking size of int32_t... 4 checking for uint32_t... yes checking size of uint32_t... 4 checking for int64_t... yes checking size of int64_t... 8 checking for uint64_t... yes checking size of uint64_t... 8 checking for int128_t... __int128 checking for uint128_t... unsigned __int128 checking for intptr_t... yes checking size of intptr_t... 8 checking for uintptr_t... yes checking size of uintptr_t... 8 checking for printf prefix for intptr_t... NONE checking for ssize_t... yes checking size of ssize_t... 8 checking for printf prefix for int64_t... ll checking for stack end address... no checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for uid_t in sys/types.h... (cached) yes checking type of array argument to getgroups... gid_t checking for working alloca.h... (cached) no checking for alloca... (cached) checking for dynamic size alloca... ok checking for working memcmp... (cached) yes checking for dup... (cached) yes checking for dup2... (cached) yes checking for acosh... yes checking for cbrt... yes checking for crypt... (cached) yes checking for erf... (cached) yes checking for explicit_bzero... yes checking for ffs... (cached) yes checking for flock... (cached) yes checking for hypot... yes checking for lgamma_r... yes checking for memmove... (cached) yes checking for nan... yes checking for nextafter... yes checking for setproctitle... (cached) yes checking for strchr... (cached) yes checking for strerror... (cached) yes checking for strlcat... (cached) yes checking for strlcpy... (cached) yes checking for strstr... (cached) yes checking for tgamma... yes checking for sys/pstat.h... no checking for pid_t... (cached) yes checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for __syscall... no checking for _longjmp... yes checking for arc4random_buf... yes checking for atan2l... yes checking for atan2f... yes checking for chroot... (cached) yes checking for chsize... no checking for clock_gettime... (cached) yes checking for copy_file_range... no checking for cosh... yes checking for crypt_r... no checking for daemon... (cached) yes checking for dirfd... yes checking for dl_iterate_phdr... yes checking for dlopen... yes checking for dladdr... yes checking for dup3... yes checking for eaccess... no checking for endgrent... (cached) yes checking for eventfd... no checking for explicit_memset... no checking for fcopyfile... no checking for fchmod... (cached) yes checking for fchown... (cached) yes checking for fcntl... (cached) yes checking for fdatasync... yes checking for fdopendir... (cached) yes checking for fgetattrlist... no checking for fmod... yes checking for fstatat... yes checking for fsync... (cached) yes checking for ftruncate... (cached) yes checking for ftruncate64... no checking for getattrlist... no checking for getcwd... (cached) yes checking for getentropy... yes checking for getgidx... no checking for getgrnam... (cached) yes checking for getgrnam_r... (cached) yes checking for getgroups... (cached) yes checking for getlogin... (cached) yes checking for getlogin_r... (cached) yes checking for getpgid... (cached) yes checking for getpgrp... (cached) yes checking for getpriority... (cached) yes checking for getpwnam... (cached) yes checking for getpwnam_r... yes checking for getpwuid... (cached) yes checking for getpwuid_r... yes checking for getrandom... no checking for getresgid... yes checking for getresuid... (cached) yes checking for getrlimit... (cached) yes checking for getsid... (cached) yes checking for gettimeofday... (cached) yes checking for getuidx... no checking for gmtime_r... (cached) yes checking for grantpt... (cached) yes checking for initgroups... (cached) yes checking for ioctl... (cached) yes checking for isfinite... no checking for issetugid... (cached) yes checking for killpg... (cached) yes checking for lchmod... no checking for lchown... (cached) yes checking for link... (cached) yes checking for llabs... yes checking for lockf... (cached) yes checking for log2... yes checking for lstat... (cached) yes checking for lutimes... no checking for malloc_usable_size... no checking for malloc_size... no checking for mblen... yes checking for memalign... no checking for memset_s... no checking for writev... (cached) yes checking for memrchr... yes checking for memmem... (cached) yes checking for mkfifo... (cached) yes checking for mknod... (cached) yes checking for mktime... (cached) yes checking for mmap... (cached) yes checking for openat... yes checking for pipe2... yes checking for poll... (cached) yes checking for posix_fadvise... no checking for posix_memalign... yes checking for ppoll... yes checking for pread... (cached) yes checking for pwrite... (cached) yes checking for qsort_r... no checking for qsort_s... no checking for readlink... (cached) yes checking for realpath... (cached) yes checking for round... yes checking for sched_getaffinity... no checking for seekdir... (cached) yes checking for select_large_fdset... no checking for sendfile... no checking for setegid... (cached) yes checking for setenv... (cached) yes checking for seteuid... (cached) yes checking for setgid... (cached) yes checking for setgroups... (cached) yes checking for setpgid... (cached) yes checking for setpgrp... (cached) yes checking for setregid... (cached) yes checking for setresgid... (cached) yes checking for setresuid... (cached) yes checking for setreuid... (cached) yes checking for setrgid... no checking for setrlimit... (cached) yes checking for setruid... no checking for setsid... (cached) yes checking for setuid... (cached) yes checking for shutdown... (cached) yes checking for sigaction... (cached) yes checking for sigaltstack... (cached) yes checking for sigprocmask... (cached) yes checking for sinh... yes checking for spawnv... no checking for symlink... (cached) yes checking for syscall... no checking for sysconf... (cached) yes checking for tanh... yes checking for telldir... (cached) yes checking for timegm... (cached) yes checking for times... (cached) yes checking for truncate... (cached) yes checking for truncate64... no checking for unsetenv... (cached) yes checking for utimensat... (cached) yes checking for utimes... (cached) yes checking for wait4... (cached) yes checking for waitpid... (cached) yes checking for __cospi... no checking for __sinpi... no checking if getcwd allocates buffer if NULL is given... yes checking for __builtin_alloca_with_align... yes checking for __builtin_assume_aligned... yes checking for __builtin_bswap16... yes checking for __builtin_bswap32... yes checking for __builtin_bswap64... yes checking for __builtin_popcount... yes checking for __builtin_popcountll... yes checking for __builtin_clz... yes checking for __builtin_clzl... yes checking for __builtin_clzll... yes checking for __builtin_ctz... yes checking for __builtin_ctzll... yes checking for __builtin_add_overflow... yes checking for __builtin_sub_overflow... yes checking for __builtin_mul_overflow... yes checking for __builtin_mul_overflow_p... no checking for __builtin_constant_p... yes checking for __builtin_choose_expr... yes checking for __builtin_choose_expr_constant_p... yes checking for __builtin_types_compatible_p... yes checking for __builtin_trap... yes checking for __builtin_expect... yes checking whether atan2 handles Inf as C99... yes checking for clock_getres... (cached) yes checking for timer_create in -lrt... no checking for timer_settime in -lrt... no checking for unsetenv returns a value... yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for struct tm.tm_zone... (cached) yes checking for struct tm.tm_gmtoff... yes checking for external int daylight... yes checking for negative time_t for gmtime(3)... yes checking for localtime(3) overflow correctly... yes checking for sig_t... yes checking whether right shift preserve sign bit... yes checking for copy_file_range... no checking whether _SC_CLK_TCK is supported... yes checking stack growing direction on x86_64... -1 checking native coroutine implementation for x86_64-openbsd7.5... amd64 checking for pthread_create in -lthr... no checking for pthread_create in -lpthread... (cached) yes checking for pthread_np.h... yes checking whether pthread_t is scalar type... yes checking for sched_yield... yes checking for pthread_attr_setinheritsched... yes checking for pthread_attr_get_np... no checking for pthread_attr_getstack... yes checking for pthread_attr_getguardsize... yes checking for pthread_get_stackaddr_np... no checking for pthread_get_stacksize_np... no checking for thr_stksegment... no checking for pthread_stackseg_np... yes checking for pthread_getthrds_np... no checking for pthread_condattr_setclock... yes checking for pthread_setname_np... no checking for pthread_set_name_np... yes checking for pthread_sigmask... yes checking for pthread_getattr_np... no checking if signal.h defines ucontext_t... yes checking if mcontext_t is a pointer... no checking for getcontext... no checking for setcontext... no checking if fork works with pthread... yes checking for sys/user.h... yes checking whether PAGE_SIZE is compile-time const... no checking ioctl request type... unsigned long checking for elf.h... yes checking for elf_abi.h... yes checking for uncompress in -lz... yes checking for mach-o/loader.h... no checking whether OS depend dynamic link works... yes checking for backtrace... no checking for valgrind/memcheck.h... no checking for strip flags... NOT running strip -A -n conftest -A -n checking whether -Wl,--no-as-needed is accepted as LDFLAGS... yes checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes checking whether wrapper for LD_LIBRARY_PATH is needed... no checking whether dtrace USDT is available... no checking for __builtin_setjmp... yes with cast ((void **)) checking for _setjmpex as a macro or function... no checking for _setjmp as a macro or function... yes checking for sigsetjmp as a macro or function... (cached) yes checking for setjmp type... _setjmp checking for prefix of external symbols... NONE checking for pthread.h... (cached) yes checking if make is GNU make... no checking for safe null command for make... : .ext/include/x86_64-openbsd/ruby/config.h updated configure: ruby library version = 3.1 configure: creating ./config.status config.status: creating Makefile --- Configuration summary for ruby version 3.1.5 * Installation prefix: /usr/local * exec prefix: ${prefix} * arch: x86_64-openbsd * site arch: ${arch} * RUBY_BASE_NAME: ruby * enable shared: yes * ruby lib prefix: ${libdir}/${RUBY_BASE_NAME} * site libraries path: ${rubylibprefix}/${sitearch} * vendor path: ${rubylibprefix}/vendor_ruby * target OS: openbsd7.5 * compiler: cc * with pthread: yes * with coroutine: amd64 * enable shared libs: yes * dynamic library ext: so * CFLAGS: -fdeclspec ${optflags} ${debugflags} ${warnflags} * LDFLAGS: -L. -L/usr/local/lib -fstack-protector-strong \ -Wl,-E -Wl,--no-as-needed * DLDFLAGS: -L/usr/local/lib * optflags: -fno-fast-math * debugflags: -ggdb3 * warnflags: -Wall -Wextra -Wdeprecated-declarations \ -Wdivision-by-zero \ -Wimplicit-function-declaration -Wimplicit-int \ -Wmisleading-indentation -Wpointer-arith \ -Wshorten-64-to-32 -Wwrite-strings \ -Wold-style-definition -Wmissing-noreturn \ -Wno-cast-function-type \ -Wno-constant-logical-operand -Wno-long-long \ -Wno-missing-field-initializers \ -Wno-overlength-strings -Wno-parentheses-equality \ -Wno-self-assign -Wno-tautological-compare \ -Wno-unused-parameter -Wno-unused-value \ -Wunused-variable -Wextra-tokens -Wundef * strip command: strip -A -n * install doc: rdoc * JIT support: yes * man page type: doc --- >>> Running build in lang/ruby/3.1 at 1714744994.06 ===> lang/ruby/3.1 ===> Building for ruby-3.1.5 echo '#include "probes.dmyh"' > probes.h cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o vm.o -c vm.c In file included from vm.c:376: ./vm_insnhelper.c:2707:19: 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] return (*func)(recv, rb_ary_new4(argc, argv)); ^ ./vm_insnhelper.c:2714:19: 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] return (*func)(argc, argv, recv); ^ ./vm_insnhelper.c:2848:19: 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] return (*func)(recv, rb_ary_new4(argc, argv)); ^ ./vm_insnhelper.c:2854:19: 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] return (*func)(argc, argv, recv); ^ In file included from vm.c:382: ./vm_method.c:1281:33: warning: variable 'ccs' set but not used [-Wunused-but-set-variable] struct rb_class_cc_entries *ccs; ^ 5 warnings generated. mkdir -p .ext/.timestamp/x86_64-openbsd .ext/x86_64-openbsd cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o main.o -c ./main.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o dmydln.o -c dmydln.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o miniinit.o -c miniinit.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o dmyext.o -c dmyext.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o array.o -c array.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o ast.o -c ast.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o bignum.o -c bignum.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o class.o -c class.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o compar.o -c compar.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o compile.o -c compile.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o complex.o -c complex.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o cont.o -c cont.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o debug.o -c debug.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o debug_counter.o -c debug_counter.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o dir.o -c dir.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o dln_find.o -c dln_find.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o encoding.o -c encoding.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o enum.o -c enum.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o enumerator.o -c enumerator.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o error.o -c error.c error.c:2347:11: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] char *strerror(); ^ 1 warning generated. cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o eval.o -c eval.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o file.o -c file.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o gc.o -c gc.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o hash.o -c hash.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o inits.o -c inits.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o io.o -c io.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o io_buffer.o -c io_buffer.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o iseq.o -c iseq.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o load.o -c load.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o marshal.o -c marshal.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o math.o -c math.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o memory_view.o -c memory_view.c + echo #ifndef RUBY_MJIT_CONFIG_H + echo #define RUBY_MJIT_CONFIG_H 1 + echo + sep= + echo #ifdef LOAD_RELATIVE + quote MJIT_HEADER_INSTALL_DIR /include/ruby-3.1/x86_64-openbsd + echo #else + quote MJIT_HEADER_INSTALL_DIR /usr/local/include/ruby-3.1/x86_64-openbsd + echo #endif + quote MJIT_MIN_HEADER_NAME rb_mjit_min_header-3.1.5.h + sep=, + quote MJIT_CC_COMMON /usr/bin/cc + quote MJIT_CFLAGS MJIT_ARCHFLAG -w -fdeclspec + quote MJIT_OPTFLAGS -fno-fast-math + quote MJIT_DEBUGFLAGS -ggdb3 + quote MJIT_LDSHARED /usr/bin/cc -shared + quote MJIT_DLDFLAGS MJIT_ARCHFLAG -L/usr/local/lib + quote MJIT_LIBS -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 + quote PRELOADENV "LD_PRELOAD" + indent= + define_arch_flags + echo + echo #endif /* RUBY_MJIT_CONFIG_H */ cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o mjit.o -c mjit.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o mjit_compile.o -c mjit_compile.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o node.o -c node.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o numeric.o -c numeric.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o object.o -c object.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o pack.o -c pack.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o parse.o -c parse.c parse.c:6859:9: warning: variable 'yynerrs' set but not used [-Wunused-but-set-variable] int yynerrs = 0; ^ In file included from parse.y:8020: defs/keywords:5:30: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static const struct kwtable *reserved_word(/*const char *, unsigned int*/); ^ defs/keywords:162:1: note: conflicting prototype is here rb_reserved_word (register const char *str, register size_t len) ^ defs/keywords:6:36: note: expanded from macro 'rb_reserved_word' #define rb_reserved_word(str, len) reserved_word(str, len) ^ 2 warnings generated. cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o proc.o -c proc.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o process.o -c process.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o ractor.o -c ractor.c ractor.c:2671:10: warning: variable 'pcnt' set but not used [-Wunused-but-set-variable] int *pcnt = (int *)ptr; ^ 1 warning generated. cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o random.o -c random.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o range.o -c range.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o rational.o -c rational.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o re.o -c re.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o regcomp.o -c regcomp.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o regenc.o -c regenc.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o regerror.o -c regerror.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o regexec.o -c regexec.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o regparse.o -c regparse.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o regsyntax.o -c regsyntax.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o ruby.o -c ruby.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o scheduler.o -c scheduler.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o signal.o -c signal.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o sprintf.o -c sprintf.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o st.o -c st.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o strftime.o -c strftime.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o string.o -c string.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o struct.o -c struct.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o symbol.o -c symbol.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o thread.o -c thread.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o time.o -c time.c time.c:3032:33: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned_time_t' (aka 'unsigned long') [-Wformat] guess_lo, guess_hi, guess_diff); ^~~~~~~~~~ 1 warning generated. cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o transcode.o -c transcode.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o transient_heap.o -c transient_heap.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o util.o -c util.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o variable.o -c variable.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o version.o -c version.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o vm_backtrace.o -c vm_backtrace.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o vm_dump.o -c vm_dump.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o vm_sync.o -c vm_sync.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o vm_trace.o -c vm_trace.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o yjit.o -c yjit.c mkdir -p coroutine/amd64 cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DSYMBOL_PREFIX= -o coroutine/amd64/Context.o -c coroutine/amd64/Context.S mkdir -p enc/trans .ext/.timestamp cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o enc/ascii.o -c enc/ascii.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o enc/us_ascii.o -c enc/us_ascii.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o enc/unicode.o -c enc/unicode.c In file included from enc/unicode.c:177: ./enc/unicode/13.0.0/name2ctype.h:39180:43: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static const struct uniname2ctype_struct *uniname2ctype_p( ^ ./enc/unicode/13.0.0/name2ctype.h:41088:1: note: conflicting prototype is here uniname2ctype_p (register const char *str, register size_t len) ^ 1 warning generated. cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o enc/utf_8.o -c enc/utf_8.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o enc/trans/newline.o -c enc/trans/newline.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o addr2line.o -c addr2line.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o dmyenc.o -c dmyenc.c cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -fstack-protector-strong main.o dmydln.o miniinit.o dmyext.o array.o ast.o bignum.o class.o compar.o compile.o complex.o cont.o debug.o debug_counter.o dir.o dln_find.o encoding.o enum.o enumerator.o error.o eval.o file.o gc.o hash.o inits.o io.o io_buffer.o iseq.o load.o marshal.o math.o memory_view.o mjit.o mjit_compile.o node.o numeric.o object.o pack.o parse.o proc.o process.o ractor.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o scheduler.o signal.o sprintf.o st.o strftime.o string.o struct.o symbol.o thread.o time.o transcode.o transient_heap.o util.o variable.o version.o vm.o vm_backtrace.o vm_dump.o vm_sync.o vm_trace.o yjit.o coroutine/amd64/Context.o enc/ascii.o enc/us_ascii.o enc/unicode.o enc/utf_8.o enc/trans/newline.o addr2line.o -lz -pthread -lgmp -lm -lm -o miniruby mjit_worker.c:1223 (./mjit_worker.c:1223)(mjit.o:(convert_unit_to_func)): warning: strcpy() is almost always misused, please use strlcpy() mjit_worker.c:695 (./mjit_worker.c:695)(mjit.o:(sprint_funcname)): warning: sprintf() is often misused, please use snprintf() : ./miniruby -I./lib -I. -I.ext/common -n -e 'BEGIN{version=ARGV.shift;mis=ARGV.dup}' -e 'END{abort "UNICODE version mismatch: #{mis}" unless mis.empty?}' -e '(mis.delete(ARGF.path); ARGF.close) if /ONIG_UNICODE_VERSION_STRING +"#{Regexp.quote(version)}"/o' 13.0.0 ./enc/unicode/13.0.0/casefold.h ./enc/unicode/13.0.0/name2ctype.h ./miniruby -I./lib -I. -I.ext/common ./tool/mkconfig.rb -arch=x86_64-openbsd -version=3.1.5 -install_name=ruby31 -so_name=ruby31 -unicode_version=13.0.0 -unicode_emoji_version=13.1 > rbconfig.tmp /bin/sh ./tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp rbconfig.rb updated ./miniruby -I./lib -I. -I.ext/common ./tool/mjit_tabs.rb "" cc -E -DMJIT_HEADER -P -dD -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include ./vm.c >rb_mjit_header.h.new /bin/sh ./tool/ifchange "--timestamp=.ext/.timestamp/rb_mjit_header.time" rb_mjit_header.h rb_mjit_header.h.new rb_mjit_header.h updated ./miniruby -I./lib -I. -I.ext/common ./tool/transform_mjit_header.rb "cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -w" rb_mjit_header.h .ext/include/x86_64-openbsd/rb_mjit_min_header-3.1.5.h transform_mjit_header: making external definition static inline: rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_opt_cfunc_p, rb_vm_opt_mod, rb_vm_ic_hit_p, rb_vm_splat_array, rb_vm_defined, rb_vm_cc_general, rb_aliased_callable_method_entry, rb_find_defined_class_by_owner, rb_vm_call_ivar_attrset_p, rb_iseq_only_kwparam_p, rb_iseq_only_optparam_p, rb_vm_set_ivar_idx, rb_vm_setinstancevariable, rb_vm_setclassvariable, rb_vm_getclassvariable, rb_vm_rewrite_cref, rb_vm_get_cref, rb_vm_block_ep_update, rb_vm_cref_new_toplevel, rb_vm_cref_dup_without_refinements, rb_vm_frame_block_handler, rb_vm_cframe_keyword_p, rb_vm_ep_local_ep transform_mjit_header: making declaration static inline: rb_vm_lvar_exposed, rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_rewrite_cref, rb_vm_frame_block_handler, rb_vm_block_ep_update, rb_vm_ep_local_ep transform_mjit_header: SKIPPED to transform: sigfillset, sigemptyset, sigismember, sigdelset, sigaddset, toupper_l, tolower_l, isxdigit_l, isupper_l, isspace_l, ispunct_l, isprint_l, islower_l, isgraph_l, isdigit_l, iscntrl_l, isblank_l, isalpha_l, isalnum_l, _toupper, _tolower, toascii, isascii, isblank, toupper, tolower, isxdigit, isupper, isspace, ispunct, isprint, islower, isgraph, isdigit, iscntrl, isalpha, isalnum mkdir -p include/ruby-3.1/x86_64-openbsd ./miniruby -I./lib -I. -I.ext/common -rfileutils -e "include FileUtils::Verbose" -e "src, dest = ARGV" -e "exit if File.identical?(src, dest) or cmp(src, dest) rescue nil" -e "def noraise; yield; rescue; rescue NotImplementedError; end" -e "noraise {ln_sf('../'*dest.count('/')+src, dest)} or" -e "noraise {ln(src, dest)} or" -e "cp(src, dest)" .ext/include/x86_64-openbsd/rb_mjit_min_header-3.1.5.h include/ruby-3.1/x86_64-openbsd/rb_mjit_min_header-3.1.5.h ln -sf ../../../.ext/include/x86_64-openbsd/rb_mjit_min_header-3.1.5.h include/ruby-3.1/x86_64-openbsd/rb_mjit_min_header-3.1.5.h BASERUBY = echo executable host ruby is required. use --with-baseruby option.; false CC = cc LD = ld LDSHARED = cc -shared CFLAGS = -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 CPPFLAGS = -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include DLDFLAGS = -L/usr/local/lib -fstack-protector-strong SOLIBS = -lz -pthread -lgmp -lm LANG = LC_ALL = LC_CTYPE = MFLAGS = V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 OpenBSD clang version 16.0.6 Target: amd64-unknown-openbsd7.5 Thread model: posix InstalledDir: /usr/bin : > revision.tmp /bin/sh ./tool/ifchange "--timestamp=./.revision.time" "./revision.h" revision.tmp ./revision.h unchanged ./miniruby -I./lib -I. -I.ext/common ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc encdb.h updated ./miniruby -I./lib -I. -I.ext/common ./enc/make_encmake.rb --builtin-encs="enc/ascii.o enc/us_ascii.o enc/unicode.o enc/utf_8.o" --builtin-transes="enc/trans/newline.o" --module enc.mk /usr/bin/make -f enc.mk V="1" UNICODE_HDR_DIR="./enc/unicode/13.0.0" RUBY=" ./miniruby -I./lib -I. -I.ext/common " MINIRUBY=" ./miniruby -I./lib -I. -I.ext/common " V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 srcs ./miniruby -I./lib -I. -I.ext/common ./tool/generic_erb.rb -c -o transdb.h ./template/transdb.h.tmpl ./enc/trans enc/trans transdb.h updated cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o dln.o -c dln.c dln.c:74:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] char *getenv(); ^ /usr/include/stdlib.h:110:7: note: conflicting prototype is here char *getenv(const char *); ^ 1 warning generated. cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o localeinit.o -c localeinit.c ./miniruby -I./lib -I. -I.ext/common "./tool/generic_erb.rb" -o verconf.h ./template/verconf.h.tmpl verconf.h updated cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o loadpath.o -c loadpath.c ./miniruby -I./lib -I. -I.ext/common ./tool/generic_erb.rb -o builtin_binary.inc ./template/builtin_binary.inc.tmpl -- --cross=no builtin_binary.inc updated cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o builtin.o -c builtin.c ar rcD libruby31-static.a dln.o localeinit.o loadpath.o array.o ast.o bignum.o class.o compar.o compile.o complex.o cont.o debug.o debug_counter.o dir.o dln_find.o encoding.o enum.o enumerator.o error.o eval.o file.o gc.o hash.o inits.o io.o io_buffer.o iseq.o load.o marshal.o math.o memory_view.o mjit.o mjit_compile.o node.o numeric.o object.o pack.o parse.o proc.o process.o ractor.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o scheduler.o signal.o sprintf.o st.o strftime.o string.o struct.o symbol.o thread.o time.o transcode.o transient_heap.o util.o variable.o version.o vm.o vm_backtrace.o vm_dump.o vm_sync.o vm_trace.o yjit.o coroutine/amd64/Context.o enc/ascii.o enc/us_ascii.o enc/unicode.o enc/utf_8.o enc/trans/newline.o addr2line.o builtin.o dmyext.o dmyenc.o cc -shared -L/usr/local/lib -fstack-protector-strong dln.o localeinit.o loadpath.o array.o ast.o bignum.o class.o compar.o compile.o complex.o cont.o debug.o debug_counter.o dir.o dln_find.o encoding.o enum.o enumerator.o error.o eval.o file.o gc.o hash.o inits.o io.o io_buffer.o iseq.o load.o marshal.o math.o memory_view.o mjit.o mjit_compile.o node.o numeric.o object.o pack.o parse.o proc.o process.o ractor.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o scheduler.o signal.o sprintf.o st.o strftime.o string.o struct.o symbol.o thread.o time.o transcode.o transient_heap.o util.o variable.o version.o vm.o vm_backtrace.o vm_dump.o vm_sync.o vm_trace.o yjit.o coroutine/amd64/Context.o enc/ascii.o enc/us_ascii.o enc/unicode.o enc/utf_8.o enc/trans/newline.o addr2line.o builtin.o dmyext.o dmyenc.o -lz -pthread -lgmp -lm -o libruby31.so.0.0 : -w -L 'Init_*' -L 'ruby_static_id_*' -L '*_threadptr_*' -L '*_ec_*' libruby31.so.0.0 : mkdir -p ext ./miniruby -I./lib -I. -I.ext/common ./tool/generic_erb.rb -o ext/configure-ext.mk -c ./template/configure-ext.mk.tmpl --srcdir="." --miniruby="./miniruby -I./lib -I. -I.ext/common " --script-args='--dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 "' ext/configure-ext.mk updated mkdir -p .ext/.timestamp .ext/common /usr/bin/make -f ext/configure-ext.mk V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 V=1 EXTSTATIC= gnumake= MINIRUBY="./miniruby -I./lib -I. -I.ext/common " EXTLDFLAGS="" srcdir="." ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/-test-/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/-test- ../../.././ext/-test-/RUBY_ALIGNOF/extconf.rb ../../../.././ext/-test-/arith_seq/extract/extconf.rb ../../../.././ext/-test-/array/concat/extconf.rb ../../../.././ext/-test-/array/resize/extconf.rb ../../.././ext/-test-/bignum/extconf.rb ../../.././ext/-test-/bug-14834/extconf.rb ../../.././ext/-test-/bug-3571/extconf.rb ../../.././ext/-test-/bug-5832/extconf.rb ../../.././ext/-test-/bug_reporter/extconf.rb ../../.././ext/-test-/class/extconf.rb ../../.././ext/-test-/cxxanyargs/extconf.rb ../../.././ext/-test-/debug/extconf.rb ../../../.././ext/-test-/dln/empty/extconf.rb ../../.././ext/-test-/econv/extconf.rb ../../.././ext/-test-/enumerator_kw/extconf.rb ../../.././ext/-test-/exception/extconf.rb ../../.././ext/-test-/fatal/extconf.rb ../../.././ext/-test-/file/extconf.rb ../../.././ext/-test-/float/extconf.rb ../../.././ext/-test-/funcall/extconf.rb ../../../.././ext/-test-/gvl/call_without_gvl/extconf.rb ../../.././ext/-test-/hash/extconf.rb ../../.././ext/-test-/integer/extconf.rb ../../.././ext/-test-/iseq_load/extconf.rb ../../.././ext/-test-/iter/extconf.rb ../../../.././ext/-test-/load/dot.dot/extconf.rb ../../../.././ext/-test-/load/protect/extconf.rb ../../../.././ext/-test-/marshal/compat/extconf.rb ../../../.././ext/-test-/marshal/internal_ivar/extconf.rb ../../../.././ext/-test-/marshal/usr/extconf.rb ../../.././ext/-test-/memory_status/extconf.rb ../../.././ext/-test-/memory_view/extconf.rb ../../.././ext/-test-/method/extconf.rb ../../.././ext/-test-/notimplement/extconf.rb ../../.././ext/-test-/num2int/extconf.rb ../../.././ext/-test-/path_to_class/extconf.rb ../../.././ext/-test-/popen_deadlock/extconf.rb ../../.././ext/-test-/postponed_job/extconf.rb ../../.././ext/-test-/printf/extconf.rb ../../.././ext/-test-/proc/extconf.rb ../../.././ext/-test-/random/extconf.rb ../../.././ext/-test-/rational/extconf.rb ../../.././ext/-test-/rb_call_super_kw/extconf.rb ../../.././ext/-test-/recursion/extconf.rb ../../.././ext/-test-/regexp/extconf.rb ../../.././ext/-test-/scan_args/extconf.rb ../../../.././ext/-test-/st/foreach/extconf.rb ../../../.././ext/-test-/st/numhash/extconf.rb ../../../.././ext/-test-/st/update/extconf.rb ../../.././ext/-test-/string/extconf.rb ../../.././ext/-test-/struct/extconf.rb ../../.././ext/-test-/symbol/extconf.rb ../../.././ext/-test-/thread_fd/extconf.rb ../../.././ext/-test-/time/extconf.rb ../../.././ext/-test-/tracepoint/extconf.rb ../../.././ext/-test-/typeddata/extconf.rb ../../.././ext/-test-/vm/extconf.rb ../../.././ext/-test-/wait/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/bigdecimal/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/bigdecimal ../.././ext/bigdecimal/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/cgi/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/cgi ../../.././ext/cgi/escape/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/continuation/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/continuation ../.././ext/continuation/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/coverage/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/coverage ../.././ext/coverage/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/date/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/date ../.././ext/date/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/digest/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/digest ../.././ext/digest/extconf.rb ../../.././ext/digest/bubblebabble/extconf.rb ../../.././ext/digest/md5/extconf.rb ../../.././ext/digest/rmd160/extconf.rb ../../.././ext/digest/sha1/extconf.rb ../../.././ext/digest/sha2/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/etc/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/etc ../.././ext/etc/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/fcntl/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/fcntl ../.././ext/fcntl/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/fiddle/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/fiddle ../.././ext/fiddle/extconf.rb libffi_version: 3.4.4 ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/io/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/io ../../.././ext/io/console/extconf.rb ../../.././ext/io/nonblock/extconf.rb ../../.././ext/io/wait/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/json/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/json ../.././ext/json/extconf.rb ../../.././ext/json/generator/extconf.rb ../../.././ext/json/parser/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/monitor/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/monitor ../.././ext/monitor/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/nkf/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/nkf ../.././ext/nkf/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/objspace/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/objspace ../.././ext/objspace/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/openssl/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/openssl ../.././ext/openssl/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/pathname/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/pathname ../.././ext/pathname/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/psych/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/psych ../.././ext/psych/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/pty/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/pty ../.././ext/pty/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/racc/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/racc ../../.././ext/racc/cparse/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/rbconfig/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/rbconfig ../../.././ext/rbconfig/sizeof/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/readline/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/readline ../.././ext/readline/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/ripper/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/ripper ../.././ext/ripper/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/rubyvm/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/rubyvm ../.././ext/rubyvm/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/socket/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/socket ../.././ext/socket/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/stringio/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/stringio ../.././ext/stringio/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/strscan/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/strscan ../.././ext/strscan/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/syslog/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/syslog ../.././ext/syslog/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/win32/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/win32 ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/win32ole/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/win32ole ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/zlib/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/zlib ../.././ext/zlib/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=.bundle/gems/debug-1.6.3/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --no-extstatic -- configure .bundle/gems/debug-1.6.3 ../../../../.././.bundle/gems/debug-1.6.3/ext/debug/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=.bundle/gems/rbs-2.7.0/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --no-extstatic -- configure .bundle/gems/rbs-2.7.0 ../../../../.././.bundle/gems/rbs-2.7.0/ext/rbs_extension/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./tool/generic_erb.rb -o exts.mk -c ./template/exts.mk.tmpl --gnumake= --configure-exts=ext/configure-ext.mk exts.mk updated /usr/bin/make -f exts.mk V=1 V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 libdir="/usr/local/lib" LIBRUBY_EXTS=./.libruby-with-ext.time EXTENCS="dmyenc.o" MINIRUBY="./miniruby -I./lib -I. -I.ext/common " UPDATE_LIBRARIES=no cd ext/-test-/RUBY_ALIGNOF && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/RUBY_ALIGNOF -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o c.o -c c.c c++ -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/RUBY_ALIGNOF -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -o cpp.o -c cpp.cpp mkdir -p ../../../.ext/.timestamp/x86_64-openbsd ../../../.ext/x86_64-openbsd/-test-/ exit > ../../../.ext/.timestamp/x86_64-openbsd/.-test-.time rm -f ../../../.ext/x86_64-openbsd/-test-/RUBY_ALIGNOF.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/RUBY_ALIGNOF.so c.o cpp.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/arith_seq/extract && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../../.ext/include/x86_64-openbsd -I../../../.././include -I../../../.././ext/-test-/arith_seq/extract -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o extract.o -c extract.c mkdir -p ../../../../.ext/.timestamp/x86_64-openbsd ../../../../.ext/x86_64-openbsd/-test-/arith_seq/ exit > ../../../../.ext/.timestamp/x86_64-openbsd/.-test-.-.arith_seq.time rm -f ../../../../.ext/x86_64-openbsd/-test-/arith_seq/extract.so cc -shared -fPIC -o ../../../../.ext/x86_64-openbsd/-test-/arith_seq/extract.so extract.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/array/concat && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../../.ext/include/x86_64-openbsd -I../../../.././include -I../../../.././ext/-test-/array/concat -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o to_ary_concat.o -c to_ary_concat.c mkdir -p ../../../../.ext/.timestamp/x86_64-openbsd ../../../../.ext/x86_64-openbsd/-test-/array/ exit > ../../../../.ext/.timestamp/x86_64-openbsd/.-test-.-.array.time rm -f ../../../../.ext/x86_64-openbsd/-test-/array/to_ary_concat.so cc -shared -fPIC -o ../../../../.ext/x86_64-openbsd/-test-/array/to_ary_concat.so to_ary_concat.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/array/resize && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../../.ext/include/x86_64-openbsd -I../../../.././include -I../../../.././ext/-test-/array/resize -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o resize.o -c resize.c rm -f ../../../../.ext/x86_64-openbsd/-test-/array/resize.so cc -shared -fPIC -o ../../../../.ext/x86_64-openbsd/-test-/array/resize.so resize.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/bignum && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o big2str.o -c big2str.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o bigzero.o -c bigzero.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o div.o -c div.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o intpack.o -c intpack.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o mul.o -c mul.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o str2big.o -c str2big.c rm -f ../../../.ext/x86_64-openbsd/-test-/bignum.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/bignum.so big2str.o bigzero.o div.o init.o intpack.o mul.o str2big.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/bug-14834 && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/bug-14834 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o bug-14384.o -c bug-14384.c rm -f ../../../.ext/x86_64-openbsd/-test-/bug_14834.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/bug_14834.so bug-14384.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/bug-3571 && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/bug-3571 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o bug.o -c bug.c rm -f ../../../.ext/x86_64-openbsd/-test-/bug_3571.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/bug_3571.so bug.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/bug-5832 && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/bug-5832 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o bug.o -c bug.c rm -f ../../../.ext/x86_64-openbsd/-test-/bug_5832.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/bug_5832.so bug.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/bug_reporter && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/bug_reporter -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o bug_reporter.o -c bug_reporter.c rm -f ../../../.ext/x86_64-openbsd/-test-/bug_reporter.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/bug_reporter.so bug_reporter.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/class && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/class -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o class2name.o -c class2name.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/class -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c rm -f ../../../.ext/x86_64-openbsd/-test-/class.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/class.so class2name.o init.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/cxxanyargs && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all c++ -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/cxxanyargs -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -o cxxanyargs.o -c cxxanyargs.cpp ../../../miniruby -I'../../..' -I'../../.././lib' -I'../../../.ext/x86_64-openbsd' -I'../../../.ext/common' -rfileutils -e "t = ARGV.shift" -e "err = IO.popen(ARGV, err:[:child, :out], &:read)" -e "abort err unless /rb_define_method/ =~ err.b" -e "File.write(t, err)" failure.failed /usr/bin/make failure.o ../../../miniruby -I'../../..' -I'../../.././lib' -I'../../../.ext/x86_64-openbsd' -I'../../../.ext/common' -rfileutils -e "t = ARGV.shift" -e "err = IO.popen(ARGV, err:[:child, :out], &:read)" -e "abort err unless /rb_define_method/ =~ err.b" -e "File.write(t, err)" failurem1.failed /usr/bin/make failurem1.o rm -f ../../../.ext/x86_64-openbsd/-test-/cxxanyargs.so c++ -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/cxxanyargs.so cxxanyargs.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/debug && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/debug -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/debug -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o inspector.o -c inspector.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/debug -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o profile_frames.o -c profile_frames.c rm -f ../../../.ext/x86_64-openbsd/-test-/debug.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/debug.so init.o inspector.o profile_frames.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/dln/empty && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../../.ext/include/x86_64-openbsd -I../../../.././include -I../../../.././ext/-test-/dln/empty -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o empty.o -c empty.c mkdir -p ../../../../.ext/.timestamp/x86_64-openbsd ../../../../.ext/x86_64-openbsd/-test-/dln/ exit > ../../../../.ext/.timestamp/x86_64-openbsd/.-test-.-.dln.time rm -f ../../../../.ext/x86_64-openbsd/-test-/dln/empty.so cc -shared -fPIC -o ../../../../.ext/x86_64-openbsd/-test-/dln/empty.so empty.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/econv && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/econv -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o append.o -c append.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/econv -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c rm -f ../../../.ext/x86_64-openbsd/-test-/econv.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/econv.so append.o init.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/enumerator_kw && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/enumerator_kw -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enumerator_kw.o -c enumerator_kw.c rm -f ../../../.ext/x86_64-openbsd/-test-/enumerator_kw.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/enumerator_kw.so enumerator_kw.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/exception && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/exception -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o dataerror.o -c dataerror.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/exception -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc_raise.o -c enc_raise.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/exception -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ensured.o -c ensured.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/exception -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c rm -f ../../../.ext/x86_64-openbsd/-test-/exception.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/exception.so dataerror.o enc_raise.o ensured.o init.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/fatal && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/fatal -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o rb_fatal.o -c rb_fatal.c mkdir -p ../../../.ext/.timestamp/x86_64-openbsd ../../../.ext/x86_64-openbsd/-test-/fatal/ exit > ../../../.ext/.timestamp/x86_64-openbsd/.-test-.-.fatal.time rm -f ../../../.ext/x86_64-openbsd/-test-/fatal/rb_fatal.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/fatal/rb_fatal.so rb_fatal.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/file && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/file -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o fs.o -c fs.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/file -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/file -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o stat.o -c stat.c rm -f ../../../.ext/x86_64-openbsd/-test-/file.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/file.so fs.o init.o stat.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/float && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/float -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/float -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o nextafter.o -c nextafter.c rm -f ../../../.ext/x86_64-openbsd/-test-/float.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/float.so init.o nextafter.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/funcall && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/funcall -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o funcall.o -c funcall.c rm -f ../../../.ext/x86_64-openbsd/-test-/funcall.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/funcall.so funcall.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/gvl/call_without_gvl && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../../.ext/include/x86_64-openbsd -I../../../.././include -I../../../.././ext/-test-/gvl/call_without_gvl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o call_without_gvl.o -c call_without_gvl.c mkdir -p ../../../../.ext/.timestamp/x86_64-openbsd ../../../../.ext/x86_64-openbsd/-test-/gvl/ exit > ../../../../.ext/.timestamp/x86_64-openbsd/.-test-.-.gvl.time rm -f ../../../../.ext/x86_64-openbsd/-test-/gvl/call_without_gvl.so cc -shared -fPIC -o ../../../../.ext/x86_64-openbsd/-test-/gvl/call_without_gvl.so call_without_gvl.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/hash && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/hash -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o delete.o -c delete.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/hash -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c rm -f ../../../.ext/x86_64-openbsd/-test-/hash.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/hash.so delete.o init.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/integer && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/integer -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o core_ext.o -c core_ext.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/integer -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/integer -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o my_integer.o -c my_integer.c rm -f ../../../.ext/x86_64-openbsd/-test-/integer.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/integer.so core_ext.o init.o my_integer.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/iseq_load && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/iseq_load -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o iseq_load.o -c iseq_load.c rm -f ../../../.ext/x86_64-openbsd/-test-/iseq_load.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/iseq_load.so iseq_load.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/iter && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/iter -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o break.o -c break.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/iter -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/iter -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o yield.o -c yield.c rm -f ../../../.ext/x86_64-openbsd/-test-/iter.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/iter.so break.o init.o yield.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/load/dot.dot && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../../.ext/include/x86_64-openbsd -I../../../.././include -I../../../.././ext/-test-/load/dot.dot -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o dot.dot.o -c dot.dot.c mkdir -p ../../../../.ext/.timestamp/x86_64-openbsd ../../../../.ext/x86_64-openbsd/-test-/load/ exit > ../../../../.ext/.timestamp/x86_64-openbsd/.-test-.-.load.time rm -f ../../../../.ext/x86_64-openbsd/-test-/load/dot.dot.so cc -shared -fPIC -o ../../../../.ext/x86_64-openbsd/-test-/load/dot.dot.so dot.dot.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/load/protect && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../../.ext/include/x86_64-openbsd -I../../../.././include -I../../../.././ext/-test-/load/protect -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o protect.o -c protect.c rm -f ../../../../.ext/x86_64-openbsd/-test-/load/protect.so cc -shared -fPIC -o ../../../../.ext/x86_64-openbsd/-test-/load/protect.so protect.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/marshal/compat && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../../.ext/include/x86_64-openbsd -I../../../.././include -I../../../.././ext/-test-/marshal/compat -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o usrcompat.o -c usrcompat.c mkdir -p ../../../../.ext/.timestamp/x86_64-openbsd ../../../../.ext/x86_64-openbsd/-test-/marshal/ exit > ../../../../.ext/.timestamp/x86_64-openbsd/.-test-.-.marshal.time rm -f ../../../../.ext/x86_64-openbsd/-test-/marshal/compat.so cc -shared -fPIC -o ../../../../.ext/x86_64-openbsd/-test-/marshal/compat.so usrcompat.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/marshal/internal_ivar && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../../.ext/include/x86_64-openbsd -I../../../.././include -I../../../.././ext/-test-/marshal/internal_ivar -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o internal_ivar.o -c internal_ivar.c rm -f ../../../../.ext/x86_64-openbsd/-test-/marshal/internal_ivar.so cc -shared -fPIC -o ../../../../.ext/x86_64-openbsd/-test-/marshal/internal_ivar.so internal_ivar.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/marshal/usr && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../../.ext/include/x86_64-openbsd -I../../../.././include -I../../../.././ext/-test-/marshal/usr -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o usrmarshal.o -c usrmarshal.c rm -f ../../../../.ext/x86_64-openbsd/-test-/marshal/usr.so cc -shared -fPIC -o ../../../../.ext/x86_64-openbsd/-test-/marshal/usr.so usrmarshal.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/memory_status && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cd ext/-test-/memory_view && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/memory_view -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o memory_view.o -c memory_view.c rm -f ../../../.ext/x86_64-openbsd/-test-/memory_view.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/memory_view.so memory_view.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/method && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/method -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o arity.o -c arity.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/method -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c rm -f ../../../.ext/x86_64-openbsd/-test-/method.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/method.so arity.o init.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/notimplement && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/notimplement -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o bug.o -c bug.c rm -f ../../../.ext/x86_64-openbsd/-test-/notimplement.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/notimplement.so bug.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/num2int && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/num2int -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o num2int.o -c num2int.c rm -f ../../../.ext/x86_64-openbsd/-test-/num2int.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/num2int.so num2int.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc num2int.c:7(num2int.o:(test_num2short)): warning: sprintf() is often misused, please use snprintf() cd ext/-test-/path_to_class && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/path_to_class -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o path_to_class.o -c path_to_class.c rm -f ../../../.ext/x86_64-openbsd/-test-/path_to_class.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/path_to_class.so path_to_class.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/popen_deadlock && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cd ext/-test-/postponed_job && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/postponed_job -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o postponed_job.o -c postponed_job.c rm -f ../../../.ext/x86_64-openbsd/-test-/postponed_job.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/postponed_job.so postponed_job.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/printf && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/printf -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o printf.o -c printf.c rm -f ../../../.ext/x86_64-openbsd/-test-/printf.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/printf.so printf.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/proc && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/proc -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/proc -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o receiver.o -c receiver.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/proc -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o super.o -c super.c rm -f ../../../.ext/x86_64-openbsd/-test-/proc.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/proc.so init.o receiver.o super.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/random && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/random -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/random -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o loop.o -c loop.c rm -f ../../../.ext/x86_64-openbsd/-test-/random.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/random.so init.o loop.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/rational && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/rational -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o rat.o -c rat.c rm -f ../../../.ext/x86_64-openbsd/-test-/rational.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/rational.so rat.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/rb_call_super_kw && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/rb_call_super_kw -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o rb_call_super_kw.o -c rb_call_super_kw.c rm -f ../../../.ext/x86_64-openbsd/-test-/rb_call_super_kw.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/rb_call_super_kw.so rb_call_super_kw.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/recursion && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/recursion -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o recursion.o -c recursion.c rm -f ../../../.ext/x86_64-openbsd/-test-/recursion.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/recursion.so recursion.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/regexp && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/regexp -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/regexp -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o parse_depth_limit.o -c parse_depth_limit.c rm -f ../../../.ext/x86_64-openbsd/-test-/regexp.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/regexp.so init.o parse_depth_limit.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/scan_args && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/scan_args -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o scan_args.o -c scan_args.c rm -f ../../../.ext/x86_64-openbsd/-test-/scan_args.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/scan_args.so scan_args.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/st/foreach && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../../.ext/include/x86_64-openbsd -I../../../.././include -I../../../.././ext/-test-/st/foreach -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o foreach.o -c foreach.c mkdir -p ../../../../.ext/.timestamp/x86_64-openbsd ../../../../.ext/x86_64-openbsd/-test-/st/ exit > ../../../../.ext/.timestamp/x86_64-openbsd/.-test-.-.st.time rm -f ../../../../.ext/x86_64-openbsd/-test-/st/foreach.so cc -shared -fPIC -o ../../../../.ext/x86_64-openbsd/-test-/st/foreach.so foreach.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/st/numhash && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../../.ext/include/x86_64-openbsd -I../../../.././include -I../../../.././ext/-test-/st/numhash -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o numhash.o -c numhash.c rm -f ../../../../.ext/x86_64-openbsd/-test-/st/numhash.so cc -shared -fPIC -o ../../../../.ext/x86_64-openbsd/-test-/st/numhash.so numhash.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/st/update && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../../.ext/include/x86_64-openbsd -I../../../.././include -I../../../.././ext/-test-/st/update -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o update.o -c update.c rm -f ../../../../.ext/x86_64-openbsd/-test-/st/update.so cc -shared -fPIC -o ../../../../.ext/x86_64-openbsd/-test-/st/update.so update.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/string && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o capacity.o -c capacity.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o coderange.o -c coderange.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o cstr.o -c cstr.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ellipsize.o -c ellipsize.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc_associate.o -c enc_associate.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc_str_buf_cat.o -c enc_str_buf_cat.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o fstring.o -c fstring.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o modify.o -c modify.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o new.o -c new.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o nofree.o -c nofree.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o normalize.o -c normalize.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o qsort.o -c qsort.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o rb_interned_str.o -c rb_interned_str.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o rb_str_dup.o -c rb_str_dup.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o set_len.o -c set_len.c rm -f ../../../.ext/x86_64-openbsd/-test-/string.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/string.so capacity.o coderange.o cstr.o ellipsize.o enc_associate.o enc_str_buf_cat.o fstring.o init.o modify.o new.o nofree.o normalize.o qsort.o rb_interned_str.o rb_str_dup.o set_len.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/struct && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/struct -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o duplicate.o -c duplicate.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/struct -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/struct -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o len.o -c len.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/struct -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o member.o -c member.c rm -f ../../../.ext/x86_64-openbsd/-test-/struct.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/struct.so duplicate.o init.o len.o member.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/symbol && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/symbol -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/symbol -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o type.o -c type.c rm -f ../../../.ext/x86_64-openbsd/-test-/symbol.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/symbol.so init.o type.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/thread_fd && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/thread_fd -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o thread_fd.o -c thread_fd.c rm -f ../../../.ext/x86_64-openbsd/-test-/thread_fd.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/thread_fd.so thread_fd.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/time && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/time -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/time -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o leap_second.o -c leap_second.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/time -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o new.o -c new.c rm -f ../../../.ext/x86_64-openbsd/-test-/time.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/time.so init.o leap_second.o new.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/tracepoint && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/tracepoint -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o gc_hook.o -c gc_hook.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/tracepoint -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o tracepoint.o -c tracepoint.c rm -f ../../../.ext/x86_64-openbsd/-test-/tracepoint.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/tracepoint.so gc_hook.o tracepoint.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/typeddata && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/typeddata -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o typeddata.o -c typeddata.c rm -f ../../../.ext/x86_64-openbsd/-test-/typeddata.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/typeddata.so typeddata.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/vm && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/vm -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o at_exit.o -c at_exit.c mkdir -p ../../../.ext/.timestamp/x86_64-openbsd ../../../.ext/x86_64-openbsd/-test-/vm/ exit > ../../../.ext/.timestamp/x86_64-openbsd/.-test-.-.vm.time rm -f ../../../.ext/x86_64-openbsd/-test-/vm/at_exit.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/vm/at_exit.so at_exit.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/-test-/wait && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/-test-/wait -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o wait.o -c wait.c rm -f ../../../.ext/x86_64-openbsd/-test-/wait.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/-test-/wait.so wait.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/bigdecimal && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/bigdecimal -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o bigdecimal.o -c bigdecimal.c bigdecimal.c:6943:18: warning: variable 'prec' set but not used [-Wunused-but-set-variable] SIGNED_VALUE prec; ^ 1 warning generated. cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/bigdecimal -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o missing.o -c missing.c rm -f ../../.ext/x86_64-openbsd/bigdecimal.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/bigdecimal.so bigdecimal.o missing.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc bigdecimal.c:6543(bigdecimal.o:(BigDecimal_to_s)): warning: sprintf() is often misused, please use snprintf() mkdir -p ../../.ext/.timestamp ../../.ext/common/bigdecimal exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.bigdecimal.time cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal.rb ../../.ext/common cd ext/cgi/escape && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/cgi/escape -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o escape.o -c escape.c mkdir -p ../../../.ext/.timestamp/x86_64-openbsd ../../../.ext/x86_64-openbsd/cgi/ exit > ../../../.ext/.timestamp/x86_64-openbsd/.cgi.time rm -f ../../../.ext/x86_64-openbsd/cgi/escape.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/cgi/escape.so escape.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/continuation && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/continuation -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o continuation.o -c continuation.c rm -f ../../.ext/x86_64-openbsd/continuation.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/continuation.so continuation.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/coverage && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/coverage -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o coverage.o -c coverage.c rm -f ../../.ext/x86_64-openbsd/coverage.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/coverage.so coverage.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cp ../.././ext/coverage/lib/coverage.rb ../../.ext/common cd ext/date && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -o date_core.o -c date_core.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -o date_parse.o -c date_parse.c In file included from date_parse.c:362: zonetab.list:6:27: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static const struct zone *zonetab(); ^ zonetab.list:774:1: note: conflicting prototype is here zonetab (register const char *str, register size_t len) ^ 1 warning generated. cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -o date_strftime.o -c date_strftime.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -o date_strptime.o -c date_strptime.c rm -f ../../.ext/x86_64-openbsd/date_core.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/date_core.so date_core.o date_parse.o date_strftime.o date_strptime.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cp ../.././ext/date/lib/date.rb ../../.ext/common cd ext/digest && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/digest -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o digest.o -c digest.c rm -f ../../.ext/x86_64-openbsd/digest.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/digest.so digest.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc mkdir -p ../../.ext/.timestamp ../../.ext/include/ruby exit > ../../.ext/.timestamp/.include.-.ruby.time cp ../.././ext/digest/digest.h ../../.ext/include/ruby mkdir -p ../../.ext/.timestamp ../../.ext/common/digest exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.digest.time cp ../.././ext/digest/lib/digest/loader.rb ../../.ext/common/digest cp ../.././ext/digest/lib/digest/version.rb ../../.ext/common/digest cp ../.././ext/digest/lib/digest.rb ../../.ext/common cd ext/digest/bubblebabble && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/digest/bubblebabble -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o bubblebabble.o -c bubblebabble.c mkdir -p ../../../.ext/.timestamp/x86_64-openbsd ../../../.ext/x86_64-openbsd/digest/ exit > ../../../.ext/.timestamp/x86_64-openbsd/.digest.time rm -f ../../../.ext/x86_64-openbsd/digest/bubblebabble.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/digest/bubblebabble.so bubblebabble.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/digest/md5 && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/digest/md5 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o md5init.o -c md5init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/digest/md5 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o md5.o -c md5.c rm -f ../../../.ext/x86_64-openbsd/digest/md5.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/digest/md5.so md5init.o md5.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/digest/rmd160 && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/digest/rmd160 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o rmd160init.o -c rmd160init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/digest/rmd160 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o rmd160.o -c rmd160.c rm -f ../../../.ext/x86_64-openbsd/digest/rmd160.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/digest/rmd160.so rmd160init.o rmd160.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/digest/sha1 && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/digest/sha1 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o sha1init.o -c sha1init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/digest/sha1 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o sha1.o -c sha1.c rm -f ../../../.ext/x86_64-openbsd/digest/sha1.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/digest/sha1.so sha1init.o sha1.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/digest/sha2 && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/digest/sha2 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o sha2init.o -c sha2init.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/digest/sha2 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o sha2.o -c sha2.c rm -f ../../../.ext/x86_64-openbsd/digest/sha2.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/digest/sha2.so sha2init.o sha2.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc mkdir -p ../../../.ext/.timestamp ../../../.ext/common/digest/sha2 exit > ../../../.ext/.timestamp/.RUBYCOMMONDIR.-.digest.-.sha2.time cp ../../.././ext/digest/sha2/lib/sha2/loader.rb ../../../.ext/common/digest/sha2 cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest cd ext/etc && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/etc -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o etc.o -c etc.c etc.c:51:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] char *getenv(); ^ /usr/include/stdlib.h:110:7: note: conflicting prototype is here char *getenv(const char *); ^ 1 warning generated. rm -f ../../.ext/x86_64-openbsd/etc.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/etc.so etc.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/fcntl && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/fcntl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o fcntl.o -c fcntl.c rm -f ../../.ext/x86_64-openbsd/fcntl.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/fcntl.so fcntl.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/fiddle && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/fiddle -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o closure.o -c closure.c closure.c:17:10: warning: 'USE_FFI_CLOSURE_ALLOC' macro redefined [-Wmacro-redefined] # define USE_FFI_CLOSURE_ALLOC 0 ^ ./extconf.h:5:9: note: previous definition is here #define USE_FFI_CLOSURE_ALLOC 1 ^ closure.c:279:14: warning: 'ffi_prep_closure' is deprecated [-Wdeprecated-declarations] result = ffi_prep_closure(pcl, cif, callback, (void *)self); ^ /usr/local/include/ffi.h:382:18: note: 'ffi_prep_closure' has been explicitly marked deprecated here __attribute__((deprecated)) ^ 2 warnings generated. cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/fiddle -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o conversions.o -c conversions.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/fiddle -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o fiddle.o -c fiddle.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/fiddle -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o function.o -c function.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/fiddle -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o handle.o -c handle.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/fiddle -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o memory_view.o -c memory_view.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/fiddle -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o pinned.o -c pinned.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/fiddle -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o pointer.o -c pointer.c rm -f ../../.ext/x86_64-openbsd/fiddle.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/fiddle.so closure.o conversions.o fiddle.o function.o handle.o memory_view.o pinned.o pointer.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lffi -lffi -lm -lc mkdir -p ../../.ext/.timestamp ../../.ext/common/fiddle exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.fiddle.time cp ../.././ext/fiddle/lib/fiddle/closure.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/cparser.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/function.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/import.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/pack.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/struct.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/types.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/value.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/version.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle.rb ../../.ext/common cd ext/io/console && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/io/console -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o console.o -c console.c mkdir -p ../../../.ext/.timestamp/x86_64-openbsd ../../../.ext/x86_64-openbsd/io/ exit > ../../../.ext/.timestamp/x86_64-openbsd/.io.time rm -f ../../../.ext/x86_64-openbsd/io/console.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/io/console.so console.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc mkdir -p ../../../.ext/.timestamp ../../../.ext/common/io/console exit > ../../../.ext/.timestamp/.RUBYCOMMONDIR.-.io.-.console.time cp ../../.././ext/io/console/lib/console/size.rb ../../../.ext/common/io/console cd ext/io/nonblock && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/io/nonblock -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o nonblock.o -c nonblock.c rm -f ../../../.ext/x86_64-openbsd/io/nonblock.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/io/nonblock.so nonblock.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/io/wait && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/io/wait -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o wait.o -c wait.c rm -f ../../../.ext/x86_64-openbsd/io/wait.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/io/wait.so wait.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/json && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all mkdir -p ../../.ext/.timestamp ../../.ext/common/json/add exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.json.-.add.time mkdir -p ../../.ext/.timestamp ../../.ext/common/json exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.json.time cp ../.././ext/json/lib/json/add/bigdecimal.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/complex.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/core.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/date.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/date_time.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/exception.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/ostruct.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/range.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/rational.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/regexp.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/set.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/struct.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/symbol.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/time.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/common.rb ../../.ext/common/json cp ../.././ext/json/lib/json/ext.rb ../../.ext/common/json cp ../.././ext/json/lib/json/generic_object.rb ../../.ext/common/json cp ../.././ext/json/lib/json/version.rb ../../.ext/common/json cp ../.././ext/json/lib/json.rb ../../.ext/common cd ext/json/generator && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/json/generator -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o generator.o -c generator.c mkdir -p ../../../.ext/.timestamp/x86_64-openbsd ../../../.ext/x86_64-openbsd/json/ext/ exit > ../../../.ext/.timestamp/x86_64-openbsd/.json.-.ext.time rm -f ../../../.ext/x86_64-openbsd/json/ext/generator.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/json/ext/generator.so generator.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/json/parser && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/json/parser -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -DSTR_UMINUS_DEDUPE=1 -DSTR_UMINUS_DEDUPE_FROZEN=1 -o parser.o -c parser.c rm -f ../../../.ext/x86_64-openbsd/json/ext/parser.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/json/ext/parser.so parser.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/monitor && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/monitor -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o monitor.o -c monitor.c rm -f ../../.ext/x86_64-openbsd/monitor.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/monitor.so monitor.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cp ../.././ext/monitor/lib/monitor.rb ../../.ext/common cd ext/nkf && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/nkf -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o nkf.o -c nkf.c rm -f ../../.ext/x86_64-openbsd/nkf.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/nkf.so nkf.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cp ../.././ext/nkf/lib/kconv.rb ../../.ext/common cd ext/objspace && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/objspace -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o object_tracing.o -c object_tracing.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/objspace -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o objspace.o -c objspace.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/objspace -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o objspace_dump.o -c objspace_dump.c rm -f ../../.ext/x86_64-openbsd/objspace.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/objspace.so object_tracing.o objspace.o objspace_dump.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc mkdir -p ../../.ext/.timestamp ../../.ext/common/objspace exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.objspace.time cp ../.././ext/objspace/lib/objspace/trace.rb ../../.ext/common/objspace cp ../.././ext/objspace/lib/objspace.rb ../../.ext/common cd ext/openssl && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o openssl_missing.o -c openssl_missing.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl.o -c ossl.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_asn1.o -c ossl_asn1.c ossl_asn1.c:572:25: 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(free_func) free_func(ptr); ^ 1 warning generated. cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_bio.o -c ossl_bio.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_bn.o -c ossl_bn.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_cipher.o -c ossl_cipher.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_config.o -c ossl_config.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_digest.o -c ossl_digest.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_engine.o -c ossl_engine.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_hmac.o -c ossl_hmac.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_kdf.o -c ossl_kdf.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_ns_spki.o -c ossl_ns_spki.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_ocsp.o -c ossl_ocsp.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_pkcs12.o -c ossl_pkcs12.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_pkcs7.o -c ossl_pkcs7.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_pkey.o -c ossl_pkey.c ossl_pkey.c:326:22: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] arg->interrupted = 1; ^ ~ 1 warning generated. cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_pkey_dh.o -c ossl_pkey_dh.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_pkey_dsa.o -c ossl_pkey_dsa.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_pkey_ec.o -c ossl_pkey_ec.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_pkey_rsa.o -c ossl_pkey_rsa.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_rand.o -c ossl_rand.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_ssl.o -c ossl_ssl.c ossl_ssl.c:1643:12: 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] ret = func(ssl); ^ 1 warning generated. cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_ssl_session.o -c ossl_ssl_session.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_ts.o -c ossl_ts.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_x509.o -c ossl_x509.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_x509attr.o -c ossl_x509attr.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_x509cert.o -c ossl_x509cert.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_x509crl.o -c ossl_x509crl.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_x509ext.o -c ossl_x509ext.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_x509name.o -c ossl_x509name.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_x509req.o -c ossl_x509req.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_x509revoked.o -c ossl_x509revoked.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ossl_x509store.o -c ossl_x509store.c rm -f ../../.ext/x86_64-openbsd/openssl.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/openssl.so openssl_missing.o ossl.o ossl_asn1.o ossl_bio.o ossl_bn.o ossl_cipher.o ossl_config.o ossl_digest.o ossl_engine.o ossl_hmac.o ossl_kdf.o ossl_ns_spki.o ossl_ocsp.o ossl_pkcs12.o ossl_pkcs7.o ossl_pkey.o ossl_pkey_dh.o ossl_pkey_dsa.o ossl_pkey_ec.o ossl_pkey_rsa.o ossl_rand.o ossl_ssl.o ossl_ssl_session.o ossl_ts.o ossl_x509.o ossl_x509attr.o ossl_x509cert.o ossl_x509crl.o ossl_x509ext.o ossl_x509name.o ossl_x509req.o ossl_x509revoked.o ossl_x509store.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lssl -lcrypto -lm -lc mkdir -p ../../.ext/.timestamp ../../.ext/common/openssl exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.openssl.time cp ../.././ext/openssl/lib/openssl/bn.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/buffering.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/cipher.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/digest.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/hmac.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/marshal.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/pkcs5.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/pkey.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/ssl.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/version.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/x509.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl.rb ../../.ext/common cd ext/pathname && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/pathname -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o pathname.o -c pathname.c rm -f ../../.ext/x86_64-openbsd/pathname.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/pathname.so pathname.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cp ../.././ext/pathname/lib/pathname.rb ../../.ext/common cd ext/psych && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o psych.o -c psych.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o psych_emitter.o -c psych_emitter.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o psych_parser.o -c psych_parser.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o psych_to_ruby.o -c psych_to_ruby.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o psych_yaml_tree.o -c psych_yaml_tree.c rm -f ../../.ext/x86_64-openbsd/psych.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/psych.so psych.o psych_emitter.o psych_parser.o psych_to_ruby.o psych_yaml_tree.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lyaml -lm -lc mkdir -p ../../.ext/.timestamp ../../.ext/common/psych exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.psych.time mkdir -p ../../.ext/.timestamp ../../.ext/common/psych/handlers exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.psych.-.handlers.time mkdir -p ../../.ext/.timestamp ../../.ext/common/psych/json exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.psych.-.json.time mkdir -p ../../.ext/.timestamp ../../.ext/common/psych/nodes exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.psych.-.nodes.time mkdir -p ../../.ext/.timestamp ../../.ext/common/psych/visitors exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.psych.-.visitors.time cp ../.././ext/psych/lib/psych/class_loader.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/coder.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/core_ext.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/exception.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/handler.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/nodes.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/omap.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/parser.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/scalar_scanner.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/set.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/stream.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/streaming.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/syntax_error.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/tree_builder.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/versions.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/visitors.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/y.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/handlers/document_stream.rb ../../.ext/common/psych/handlers cp ../.././ext/psych/lib/psych/handlers/recorder.rb ../../.ext/common/psych/handlers cp ../.././ext/psych/lib/psych/json/ruby_events.rb ../../.ext/common/psych/json cp ../.././ext/psych/lib/psych/json/stream.rb ../../.ext/common/psych/json cp ../.././ext/psych/lib/psych/json/tree_builder.rb ../../.ext/common/psych/json cp ../.././ext/psych/lib/psych/json/yaml_events.rb ../../.ext/common/psych/json cp ../.././ext/psych/lib/psych/nodes/alias.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/document.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/mapping.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/node.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/scalar.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/sequence.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/stream.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/visitors/depth_first.rb ../../.ext/common/psych/visitors cp ../.././ext/psych/lib/psych/visitors/emitter.rb ../../.ext/common/psych/visitors cp ../.././ext/psych/lib/psych/visitors/json_tree.rb ../../.ext/common/psych/visitors cp ../.././ext/psych/lib/psych/visitors/to_ruby.rb ../../.ext/common/psych/visitors cp ../.././ext/psych/lib/psych/visitors/visitor.rb ../../.ext/common/psych/visitors cp ../.././ext/psych/lib/psych/visitors/yaml_tree.rb ../../.ext/common/psych/visitors cp ../.././ext/psych/lib/psych.rb ../../.ext/common cd ext/pty && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/pty -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o pty.o -c pty.c pty.c:173:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] char *p, *getenv(); ^ /usr/include/stdlib.h:110:7: note: conflicting prototype is here char *getenv(const char *); ^ 1 warning generated. rm -f ../../.ext/x86_64-openbsd/pty.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/pty.so pty.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lutil -lm -lc cp ../.././ext/pty/lib/expect.rb ../../.ext/common cd ext/racc/cparse && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/racc/cparse -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o cparse.o -c cparse.c mkdir -p ../../../.ext/.timestamp/x86_64-openbsd ../../../.ext/x86_64-openbsd/racc/ exit > ../../../.ext/.timestamp/x86_64-openbsd/.racc.time rm -f ../../../.ext/x86_64-openbsd/racc/cparse.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/racc/cparse.so cparse.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/rbconfig/sizeof && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/rbconfig/sizeof -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o sizes.o -c sizes.c cc -I. -I../../../.ext/include/x86_64-openbsd -I../../.././include -I../../.././ext/rbconfig/sizeof -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o limits.o -c limits.c mkdir -p ../../../.ext/.timestamp/x86_64-openbsd ../../../.ext/x86_64-openbsd/rbconfig/ exit > ../../../.ext/.timestamp/x86_64-openbsd/.rbconfig.time rm -f ../../../.ext/x86_64-openbsd/rbconfig/sizeof.so cc -shared -fPIC -o ../../../.ext/x86_64-openbsd/rbconfig/sizeof.so sizes.o limits.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/readline && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/readline -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o readline.o -c readline.c rm -f ../../.ext/x86_64-openbsd/readline.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/readline.so readline.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lreadline -lncurses -lm -lc readline.c:1036(readline.o:(readline_attempted_completion_function)): warning: strcpy() is almost always misused, please use strlcpy() cd ext/ripper && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/ripper -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ripper.o -c ripper.c ripper.c:6856:9: warning: variable 'yynerrs' set but not used [-Wunused-but-set-variable] int yynerrs = 0; ^ 1 warning generated. rm -f ../../.ext/x86_64-openbsd/ripper.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/ripper.so ripper.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc mkdir -p ../../.ext/.timestamp ../../.ext/common/ripper exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.ripper.time cp ../.././ext/ripper/lib/ripper/core.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/filter.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/lexer.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/sexp.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper.rb ../../.ext/common ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/x86_64-openbsd' -I'../../.ext/common' ../.././ext/ripper/tools/generate.rb --mode=check --ids1src=../.././parse.y --ids2src=../.././ext/ripper/eventids2.c cd ext/rubyvm && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all mkdir -p ../../.ext/.timestamp ../../.ext/common/forwardable exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.forwardable.time cp ../.././ext/rubyvm/lib/forwardable/impl.rb ../../.ext/common/forwardable cd ext/socket && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o init.o -c init.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o constants.o -c constants.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o basicsocket.o -c basicsocket.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o socket.o -c socket.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ipsocket.o -c ipsocket.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o tcpsocket.o -c tcpsocket.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o tcpserver.o -c tcpserver.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o sockssocket.o -c sockssocket.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o udpsocket.o -c udpsocket.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o unixsocket.o -c unixsocket.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o unixserver.o -c unixserver.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o option.o -c option.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ancdata.o -c ancdata.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o raddrinfo.o -c raddrinfo.c cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o ifaddr.o -c ifaddr.c rm -f ../../.ext/x86_64-openbsd/socket.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/socket.so init.o constants.o basicsocket.o socket.o ipsocket.o tcpsocket.o tcpserver.o sockssocket.o udpsocket.o unixsocket.o unixserver.o option.o ancdata.o raddrinfo.o ifaddr.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc raddrinfo.c:621(raddrinfo.o:(rsock_ipaddr)): warning: sprintf() is often misused, please use snprintf() cp ../.././ext/socket/lib/socket.rb ../../.ext/common cd ext/stringio && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/stringio -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o stringio.o -c stringio.c rm -f ../../.ext/x86_64-openbsd/stringio.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/stringio.so stringio.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/strscan && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/strscan -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o strscan.o -c strscan.c rm -f ../../.ext/x86_64-openbsd/strscan.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/strscan.so strscan.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc cd ext/syslog && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/syslog -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o syslog.o -c syslog.c rm -f ../../.ext/x86_64-openbsd/syslog.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/syslog.so syslog.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc mkdir -p ../../.ext/.timestamp ../../.ext/common/syslog exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.syslog.time cp ../.././ext/syslog/lib/syslog/logger.rb ../../.ext/common/syslog cd ext/zlib && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all cc -I. -I../../.ext/include/x86_64-openbsd -I../.././include -I../.././ext/zlib -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o zlib.o -c zlib.c rm -f ../../.ext/x86_64-openbsd/zlib.so cc -shared -fPIC -o ../../.ext/x86_64-openbsd/zlib.so zlib.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lz -lm -lc cd .bundle/gems/debug-1.6.3/ext/debug && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all mkdir -p ../../../../../.bundle/specifications cp ../../../../.././.bundle/gems/debug-1.6.3/.bundled.debug-1.6.3.gemspec ../../../../../.bundle/specifications/debug-1.6.3.gemspec cc -I. -I../../../../../.ext/include/x86_64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/debug-1.6.3/ext/debug -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o debug.o -c debug.c cc -I. -I../../../../../.ext/include/x86_64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/debug-1.6.3/ext/debug -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o iseq_collector.o -c iseq_collector.c mkdir -p ../../../../../.bundle/.timestamp/x86_64-openbsd ../../../../../.bundle/extensions/x86_64-openbsd/3.1/debug-1.6.3/debug/ exit > ../../../../../.bundle/.timestamp/x86_64-openbsd/.gems.-.debug-1.6.3.-.debug.time rm -f ../../../../../.bundle/extensions/x86_64-openbsd/3.1/debug-1.6.3/debug/debug.so cc -shared -fPIC -o ../../../../../.bundle/extensions/x86_64-openbsd/3.1/debug-1.6.3/debug/debug.so debug.o iseq_collector.o -L. -L../../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc exit > ../../../../../.bundle/extensions/x86_64-openbsd/3.1/debug-1.6.3/gem.build_complete : ../../../../../miniruby -I'../../../../..' -I'../../../../.././lib' -I'../../../../../.ext/x86_64-openbsd' -I'../../../../../.ext/common' ../../../../.././tool/ln_sr.rb -q -f -T ../../../../.././.bundle/gems/debug-1.6.3/lib ../../../../../.bundle/gems/debug-1.6.3/lib cd .bundle/gems/rbs-2.7.0/ext/rbs_extension && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 V=1 all mkdir -p ../../../../../.bundle/specifications cp ../../../../.././.bundle/gems/rbs-2.7.0/.bundled.rbs-2.7.0.gemspec ../../../../../.bundle/specifications/rbs-2.7.0.gemspec cc -I. -I../../../../../.ext/include/x86_64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-2.7.0/ext/rbs_extension -I../../../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -std=c99 -o constants.o -c constants.c cc -I. -I../../../../../.ext/include/x86_64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-2.7.0/ext/rbs_extension -I../../../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -std=c99 -o lexer.o -c lexer.c cc -I. -I../../../../../.ext/include/x86_64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-2.7.0/ext/rbs_extension -I../../../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -std=c99 -o lexstate.o -c lexstate.c cc -I. -I../../../../../.ext/include/x86_64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-2.7.0/ext/rbs_extension -I../../../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -std=c99 -o location.o -c location.c cc -I. -I../../../../../.ext/include/x86_64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-2.7.0/ext/rbs_extension -I../../../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -std=c99 -o main.o -c main.c cc -I. -I../../../../../.ext/include/x86_64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-2.7.0/ext/rbs_extension -I../../../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -std=c99 -o parser.o -c parser.c cc -I. -I../../../../../.ext/include/x86_64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-2.7.0/ext/rbs_extension -I../../../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -std=c99 -o parserstate.o -c parserstate.c cc -I. -I../../../../../.ext/include/x86_64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-2.7.0/ext/rbs_extension -I../../../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -std=c99 -o ruby_objs.o -c ruby_objs.c cc -I. -I../../../../../.ext/include/x86_64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-2.7.0/ext/rbs_extension -I../../../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -std=c99 -o unescape.o -c unescape.c mkdir -p ../../../../../.bundle/.timestamp/x86_64-openbsd ../../../../../.bundle/extensions/x86_64-openbsd/3.1/rbs-2.7.0/ exit > ../../../../../.bundle/.timestamp/x86_64-openbsd/.gems.-.rbs-2.7.0.time rm -f ../../../../../.bundle/extensions/x86_64-openbsd/3.1/rbs-2.7.0/rbs_extension.so cc -shared -fPIC -o ../../../../../.bundle/extensions/x86_64-openbsd/3.1/rbs-2.7.0/rbs_extension.so constants.o lexer.o lexstate.o location.o main.o parser.o parserstate.o ruby_objs.o unescape.o -L. -L../../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm -lc exit > ../../../../../.bundle/extensions/x86_64-openbsd/3.1/rbs-2.7.0/gem.build_complete : ../../../../../miniruby -I'../../../../..' -I'../../../../.././lib' -I'../../../../../.ext/x86_64-openbsd' -I'../../../../../.ext/common' ../../../../.././tool/ln_sr.rb -q -f -T ../../../../.././.bundle/gems/rbs-2.7.0/lib ../../../../../.bundle/gems/rbs-2.7.0/lib /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DLDOBJS="dmyext.o dmyenc.o" EXTOBJS= EXTSOLIBS="" LIBRUBY_SO_UPDATE=./.libruby-with-ext.time EXTLDFLAGS="" EXTINITS="" UPDATE_LIBRARIES="no" SHOWFLAGS= ruby31 cc -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -fstack-protector-strong main.o -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lz -pthread -lgmp -lm -lm -o ruby31 : /usr/bin/make -f exts.mk V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 RUBY="./miniruby -I./lib -I. -I.ext/common " top_srcdir="." note /usr/bin/make -f enc.mk V="1" UNICODE_HDR_DIR="./enc/unicode/13.0.0" RUBY=" ./miniruby -I./lib -I. -I.ext/common " MINIRUBY=" ./miniruby -I./lib -I. -I.ext/common " V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 enc mkdir -p .ext/x86_64-openbsd/enc/trans cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/encdb.o -c ./enc/encdb.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/encdb.so enc/encdb.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/big5.o -c ./enc/big5.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/big5.so enc/big5.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/cesu_8.o -c ./enc/cesu_8.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/cesu_8.so enc/cesu_8.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/cp949.o -c ./enc/cp949.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/cp949.so enc/cp949.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/emacs_mule.o -c ./enc/emacs_mule.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/emacs_mule.so enc/emacs_mule.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/euc_jp.o -c ./enc/euc_jp.c In file included from ./enc/euc_jp.c:503: enc/jis/props.kwd:40:35: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static const struct enc_property *onig_jis_property(/*const char *str, unsigned int len*/); ^ enc/jis/props.kwd:146:1: note: conflicting prototype is here onig_jis_property (register const char *str, register size_t len) ^ 1 warning generated. cc -shared -fPIC -o .ext/x86_64-openbsd/enc/euc_jp.so enc/euc_jp.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/euc_kr.o -c ./enc/euc_kr.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/euc_kr.so enc/euc_kr.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/euc_tw.o -c ./enc/euc_tw.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/euc_tw.so enc/euc_tw.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/gb2312.o -c ./enc/gb2312.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/gb2312.so enc/gb2312.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/gb18030.o -c ./enc/gb18030.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/gb18030.so enc/gb18030.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/gbk.o -c ./enc/gbk.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/gbk.so enc/gbk.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/iso_8859_1.o -c ./enc/iso_8859_1.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/iso_8859_1.so enc/iso_8859_1.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/iso_8859_2.o -c ./enc/iso_8859_2.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/iso_8859_2.so enc/iso_8859_2.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/iso_8859_3.o -c ./enc/iso_8859_3.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/iso_8859_3.so enc/iso_8859_3.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/iso_8859_4.o -c ./enc/iso_8859_4.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/iso_8859_4.so enc/iso_8859_4.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/iso_8859_5.o -c ./enc/iso_8859_5.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/iso_8859_5.so enc/iso_8859_5.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/iso_8859_6.o -c ./enc/iso_8859_6.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/iso_8859_6.so enc/iso_8859_6.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/iso_8859_7.o -c ./enc/iso_8859_7.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/iso_8859_7.so enc/iso_8859_7.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/iso_8859_8.o -c ./enc/iso_8859_8.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/iso_8859_8.so enc/iso_8859_8.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/iso_8859_9.o -c ./enc/iso_8859_9.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/iso_8859_9.so enc/iso_8859_9.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/iso_8859_10.o -c ./enc/iso_8859_10.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/iso_8859_10.so enc/iso_8859_10.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/iso_8859_11.o -c ./enc/iso_8859_11.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/iso_8859_11.so enc/iso_8859_11.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/iso_8859_13.o -c ./enc/iso_8859_13.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/iso_8859_13.so enc/iso_8859_13.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/iso_8859_14.o -c ./enc/iso_8859_14.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/iso_8859_14.so enc/iso_8859_14.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/iso_8859_15.o -c ./enc/iso_8859_15.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/iso_8859_15.so enc/iso_8859_15.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/iso_8859_16.o -c ./enc/iso_8859_16.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/iso_8859_16.so enc/iso_8859_16.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/koi8_r.o -c ./enc/koi8_r.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/koi8_r.so enc/koi8_r.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/koi8_u.o -c ./enc/koi8_u.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/koi8_u.so enc/koi8_u.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/shift_jis.o -c ./enc/shift_jis.c In file included from ./enc/shift_jis.c:31: In file included from ./enc/shift_jis.h:490: enc/jis/props.kwd:40:35: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static const struct enc_property *onig_jis_property(/*const char *str, unsigned int len*/); ^ enc/jis/props.kwd:146:1: note: conflicting prototype is here onig_jis_property (register const char *str, register size_t len) ^ 1 warning generated. cc -shared -fPIC -o .ext/x86_64-openbsd/enc/shift_jis.so enc/shift_jis.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/utf_16be.o -c ./enc/utf_16be.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/utf_16be.so enc/utf_16be.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/utf_16le.o -c ./enc/utf_16le.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/utf_16le.so enc/utf_16le.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/utf_32be.o -c ./enc/utf_32be.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/utf_32be.so enc/utf_32be.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/utf_32le.o -c ./enc/utf_32le.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/utf_32le.so enc/utf_32le.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/windows_31j.o -c ./enc/windows_31j.c In file included from ./enc/windows_31j.c:32: In file included from ./enc/shift_jis.h:490: enc/jis/props.kwd:40:35: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static const struct enc_property *onig_jis_property(/*const char *str, unsigned int len*/); ^ enc/jis/props.kwd:146:1: note: conflicting prototype is here onig_jis_property (register const char *str, register size_t len) ^ 1 warning generated. cc -shared -fPIC -o .ext/x86_64-openbsd/enc/windows_31j.so enc/windows_31j.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/windows_1250.o -c ./enc/windows_1250.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/windows_1250.so enc/windows_1250.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/windows_1251.o -c ./enc/windows_1251.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/windows_1251.so enc/windows_1251.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/windows_1252.o -c ./enc/windows_1252.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/windows_1252.so enc/windows_1252.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/windows_1253.o -c ./enc/windows_1253.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/windows_1253.so enc/windows_1253.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/windows_1254.o -c ./enc/windows_1254.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/windows_1254.so enc/windows_1254.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/windows_1257.o -c ./enc/windows_1257.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/windows_1257.so enc/windows_1257.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm /usr/bin/make -f enc.mk V="1" UNICODE_HDR_DIR="./enc/unicode/13.0.0" RUBY=" ./miniruby -I./lib -I. -I.ext/common " MINIRUBY=" ./miniruby -I./lib -I. -I.ext/common " V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 trans cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/transdb.o -c ./enc/trans/transdb.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/transdb.so enc/trans/transdb.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/big5.o -c ./enc/trans/big5.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/big5.so enc/trans/big5.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/cesu_8.o -c ./enc/trans/cesu_8.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/cesu_8.so enc/trans/cesu_8.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/chinese.o -c ./enc/trans/chinese.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/chinese.so enc/trans/chinese.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/ebcdic.o -c ./enc/trans/ebcdic.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/ebcdic.so enc/trans/ebcdic.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/emoji.o -c ./enc/trans/emoji.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/emoji.so enc/trans/emoji.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/emoji_iso2022_kddi.o -c ./enc/trans/emoji_iso2022_kddi.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/emoji_iso2022_kddi.so enc/trans/emoji_iso2022_kddi.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/emoji_sjis_docomo.o -c ./enc/trans/emoji_sjis_docomo.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/emoji_sjis_docomo.so enc/trans/emoji_sjis_docomo.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/emoji_sjis_kddi.o -c ./enc/trans/emoji_sjis_kddi.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/emoji_sjis_kddi.so enc/trans/emoji_sjis_kddi.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/emoji_sjis_softbank.o -c ./enc/trans/emoji_sjis_softbank.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/emoji_sjis_softbank.so enc/trans/emoji_sjis_softbank.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/escape.o -c ./enc/trans/escape.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/escape.so enc/trans/escape.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/gb18030.o -c ./enc/trans/gb18030.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/gb18030.so enc/trans/gb18030.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/gbk.o -c ./enc/trans/gbk.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/gbk.so enc/trans/gbk.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/iso2022.o -c ./enc/trans/iso2022.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/iso2022.so enc/trans/iso2022.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/japanese.o -c ./enc/trans/japanese.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/japanese.so enc/trans/japanese.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/japanese_euc.o -c ./enc/trans/japanese_euc.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/japanese_euc.so enc/trans/japanese_euc.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/japanese_sjis.o -c ./enc/trans/japanese_sjis.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/japanese_sjis.so enc/trans/japanese_sjis.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/korean.o -c ./enc/trans/korean.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/korean.so enc/trans/korean.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/single_byte.o -c ./enc/trans/single_byte.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/single_byte.so enc/trans/single_byte.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/utf8_mac.o -c ./enc/trans/utf8_mac.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/utf8_mac.so enc/trans/utf8_mac.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm cc -I. -I.ext/include/x86_64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -fPIC -o enc/trans/utf_16_32.o -c ./enc/trans/utf_16_32.c cc -shared -fPIC -o .ext/x86_64-openbsd/enc/trans/utf_16_32.so enc/trans/utf_16_32.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -Wl,--no-as-needed -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby31 -lm /usr/bin/make -f enc.mk V="1" UNICODE_HDR_DIR="./enc/unicode/13.0.0" RUBY=" ./miniruby -I./lib -I. -I.ext/common " MINIRUBY=" ./miniruby -I./lib -I. -I.ext/common " V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 encs Generating RDoc documentation ./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./libexec/rdoc" --root "." --encoding=UTF-8 --all --ri --op ".ext/rdoc" --page-dir "./doc" --no-force-update "." Parsing sources... 0% [ 1/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/NEWS-1.8.7 0% [ 2/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/NEWS-1.9.1 0% [ 3/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/NEWS-1.9.2 0% [ 4/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/NEWS-1.9.3 0% [ 5/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/NEWS-2.0.0 0% [ 6/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/NEWS-2.1.0 0% [ 7/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/NEWS-2.2.0 0% [ 8/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/NEWS-2.3.0 0% [ 9/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/NEWS-2.4.0 1% [10/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/NEWS-2.5.0 1% [11/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/NEWS-2.6.0 1% [12/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/NEWS-2.7.0 1% [13/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/NEWS-3.0.0.md 1% [14/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/bsearch.rdoc 1% [15/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/bug_triaging.rdoc 1% [16/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/case_mapping.rdoc 1% [17/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/contributing.rdoc 1% [18/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/dig_methods.rdoc 2% [19/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/documentation_guide.rdoc 2% [20/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/dtrace_probes.rdoc 2% [21/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/extension.ja.rdoc 2% [22/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/extension.rdoc 2% [23/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/fiber.md 2% [24/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/globals.rdoc 2% [25/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/hacking.md 2% [26/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/implicit_conversion.rdoc 2% [27/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/keywords.rdoc 3% [28/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/maintainers.rdoc 3% [29/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/make_cheatsheet.md 3% [30/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/marshal.rdoc 3% [31/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/memory_view.md 3% [32/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/ractor.md 3% [33/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/regexp.rdoc 3% [34/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/security.rdoc 3% [35/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/signals.rdoc 3% [36/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/standard_library.rdoc 4% [37/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/syntax.rdoc 4% [38/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/syntax/assignment.rdoc 4% [39/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/syntax/calling_methods.rdoc 4% [40/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/syntax/comments.rdoc 4% [41/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/syntax/control_expressions.rdoc 4% [42/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/syntax/exceptions.rdoc 4% [43/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/syntax/literals.rdoc 4% [44/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/syntax/methods.rdoc 4% [45/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/syntax/miscellaneous.rdoc 5% [46/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/syntax/modules_and_classes.rdoc 5% [47/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/syntax/pattern_matching.rdoc 5% [48/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/syntax/precedence.rdoc 5% [49/918] /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/doc/syntax/refinements.rdoc 5% [50/918] CONTRIBUTING.md 5% [51/918] COPYING 5% [52/918] COPYING.ja 5% [53/918] LEGAL 5% [54/918] NEWS.md 5% [55/918] README.ja.md 6% [56/918] README.md 6% [57/918] addr2line.c 6% [58/918] array.c 6% [59/918] array.rb 6% [60/918] ast.c 6% [61/918] ast.rb 6% [62/918] bignum.c 6% [63/918] builtin.c 6% [64/918] class.c 7% [65/918] compar.c 7% [66/918] compile.c 7% [67/918] complex.c 7% [68/918] cont.c 7% [69/918] debug.c 7% [70/918] debug_counter.c 7% [71/918] dir.c 7% [72/918] dir.rb 7% [73/918] dln.c 8% [74/918] dln_find.c 8% [75/918] dmydln.c 8% [76/918] dmyenc.c 8% [77/918] dmyext.c 8% [78/918] doc/NEWS-1.8.7 8% [79/918] doc/NEWS-1.9.1 8% [80/918] doc/NEWS-1.9.2 8% [81/918] doc/NEWS-1.9.3 8% [82/918] doc/NEWS-2.0.0 9% [83/918] doc/NEWS-2.1.0 9% [84/918] doc/NEWS-2.2.0 9% [85/918] doc/NEWS-2.3.0 9% [86/918] doc/NEWS-2.4.0 9% [87/918] doc/NEWS-2.5.0 9% [88/918] doc/NEWS-2.6.0 9% [89/918] doc/NEWS-2.7.0 9% [90/918] doc/NEWS-3.0.0.md 9% [91/918] doc/bsearch.rdoc 10% [92/918] doc/bug_triaging.rdoc 10% [93/918] doc/case_mapping.rdoc 10% [94/918] doc/contributing.rdoc 10% [95/918] doc/dig_methods.rdoc 10% [96/918] doc/documentation_guide.rdoc 10% [97/918] doc/dtrace_probes.rdoc 10% [98/918] doc/extension.ja.rdoc 10% [99/918] doc/extension.rdoc 10% [100/918] doc/fiber.md 11% [101/918] doc/globals.rdoc 11% [102/918] doc/hacking.md 11% [103/918] doc/implicit_conversion.rdoc 11% [104/918] doc/keywords.rdoc 11% [105/918] doc/maintainers.rdoc 11% [106/918] doc/make_cheatsheet.md 11% [107/918] doc/marshal.rdoc 11% [108/918] doc/memory_view.md 11% [109/918] doc/ractor.md 11% [110/918] doc/regexp.rdoc 12% [111/918] doc/security.rdoc 12% [112/918] doc/signals.rdoc 12% [113/918] doc/standard_library.rdoc 12% [114/918] doc/syntax.rdoc 12% [115/918] doc/syntax/assignment.rdoc 12% [116/918] doc/syntax/calling_methods.rdoc 12% [117/918] doc/syntax/comments.rdoc 12% [118/918] doc/syntax/control_expressions.rdoc 12% [119/918] doc/syntax/exceptions.rdoc 13% [120/918] doc/syntax/literals.rdoc 13% [121/918] doc/syntax/methods.rdoc 13% [122/918] doc/syntax/miscellaneous.rdoc 13% [123/918] doc/syntax/modules_and_classes.rdoc 13% [124/918] doc/syntax/pattern_matching.rdoc 13% [125/918] doc/syntax/precedence.rdoc 13% [126/918] doc/syntax/refinements.rdoc 13% [127/918] encoding.c 13% [128/918] enum.c 14% [129/918] enumerator.c 14% [130/918] error.c 14% [131/918] eval.c 14% [132/918] eval_error.c 14% [133/918] eval_jump.c 14% [134/918] ext/bigdecimal/bigdecimal.c 14% [135/918] ext/bigdecimal/lib/bigdecimal.rb 14% [136/918] ext/bigdecimal/lib/bigdecimal/jacobian.rb 14% [137/918] ext/bigdecimal/lib/bigdecimal/ludcmp.rb 15% [138/918] ext/bigdecimal/lib/bigdecimal/math.rb 15% [139/918] ext/bigdecimal/lib/bigdecimal/newton.rb 15% [140/918] ext/bigdecimal/lib/bigdecimal/util.rb 15% [141/918] ext/cgi/escape/escape.c 15% [142/918] ext/continuation/continuation.c 15% [143/918] ext/coverage/coverage.c 15% [144/918] ext/coverage/lib/coverage.rb 15% [145/918] ext/date/date_core.c 15% [146/918] ext/date/date_parse.c 16% [147/918] ext/date/date_strftime.c 16% [148/918] ext/date/date_strptime.c 16% [149/918] ext/date/lib/date.rb 16% [150/918] ext/digest/bubblebabble/bubblebabble.c 16% [151/918] ext/digest/digest.c 16% [152/918] ext/digest/lib/digest.rb 16% [153/918] ext/digest/lib/digest/loader.rb 16% [154/918] ext/digest/lib/digest/version.rb 16% [155/918] ext/digest/md5/md5init.c 16% [156/918] ext/digest/rmd160/rmd160init.c 17% [157/918] ext/digest/sha1/sha1init.c 17% [158/918] ext/digest/sha2/lib/sha2.rb 17% [159/918] ext/digest/sha2/lib/sha2/loader.rb 17% [160/918] ext/digest/sha2/sha2init.c 17% [161/918] ext/etc/etc.c 17% [162/918] ext/fcntl/fcntl.c 17% [163/918] ext/fiddle/closure.c 17% [164/918] ext/fiddle/conversions.c 17% [165/918] ext/fiddle/fiddle.c 18% [166/918] ext/fiddle/function.c 18% [167/918] ext/fiddle/handle.c 18% [168/918] ext/fiddle/lib/fiddle.rb 18% [169/918] ext/fiddle/lib/fiddle/closure.rb 18% [170/918] ext/fiddle/lib/fiddle/cparser.rb 18% [171/918] ext/fiddle/lib/fiddle/function.rb 18% [172/918] ext/fiddle/lib/fiddle/import.rb 18% [173/918] ext/fiddle/lib/fiddle/pack.rb 18% [174/918] ext/fiddle/lib/fiddle/struct.rb 19% [175/918] ext/fiddle/lib/fiddle/types.rb 19% [176/918] ext/fiddle/lib/fiddle/value.rb 19% [177/918] ext/fiddle/lib/fiddle/version.rb 19% [178/918] ext/fiddle/pinned.c 19% [179/918] ext/fiddle/pointer.c 19% [180/918] ext/io/console/console.c 19% [181/918] ext/io/console/lib/console/size.rb 19% [182/918] ext/io/nonblock/nonblock.c 19% [183/918] ext/io/wait/wait.c 20% [184/918] ext/json/generator/generator.c 20% [185/918] ext/json/lib/json.rb 20% [186/918] ext/json/lib/json/add/bigdecimal.rb 20% [187/918] ext/json/lib/json/add/complex.rb 20% [188/918] ext/json/lib/json/add/core.rb 20% [189/918] ext/json/lib/json/add/date.rb 20% [190/918] ext/json/lib/json/add/date_time.rb 20% [191/918] ext/json/lib/json/add/exception.rb 20% [192/918] ext/json/lib/json/add/ostruct.rb 21% [193/918] ext/json/lib/json/add/range.rb 21% [194/918] ext/json/lib/json/add/rational.rb 21% [195/918] ext/json/lib/json/add/regexp.rb 21% [196/918] ext/json/lib/json/add/set.rb 21% [197/918] ext/json/lib/json/add/struct.rb 21% [198/918] ext/json/lib/json/add/symbol.rb 21% [199/918] ext/json/lib/json/add/time.rb 21% [200/918] ext/json/lib/json/common.rb 21% [201/918] ext/json/lib/json/ext.rb 22% [202/918] ext/json/lib/json/generic_object.rb 22% [203/918] ext/json/lib/json/version.rb 22% [204/918] ext/json/parser/parser.c 22% [205/918] ext/monitor/lib/monitor.rb 22% [206/918] ext/monitor/monitor.c 22% [207/918] ext/nkf/lib/kconv.rb 22% [208/918] ext/nkf/nkf.c 22% [209/918] ext/objspace/lib/objspace.rb 22% [210/918] ext/objspace/lib/objspace/trace.rb 22% [211/918] ext/objspace/object_tracing.c 23% [212/918] ext/objspace/objspace.c 23% [213/918] ext/objspace/objspace_dump.c 23% [214/918] ext/openssl/lib/openssl.rb 23% [215/918] ext/openssl/lib/openssl/bn.rb 23% [216/918] ext/openssl/lib/openssl/buffering.rb 23% [217/918] ext/openssl/lib/openssl/cipher.rb 23% [218/918] ext/openssl/lib/openssl/digest.rb 23% [219/918] ext/openssl/lib/openssl/hmac.rb 23% [220/918] ext/openssl/lib/openssl/marshal.rb 24% [221/918] ext/openssl/lib/openssl/pkcs5.rb 24% [222/918] ext/openssl/lib/openssl/pkey.rb 24% [223/918] ext/openssl/lib/openssl/ssl.rb 24% [224/918] ext/openssl/lib/openssl/version.rb 24% [225/918] ext/openssl/lib/openssl/x509.rb 24% [226/918] ext/openssl/ossl.c 24% [227/918] ext/openssl/ossl_asn1.c 24% [228/918] ext/openssl/ossl_bio.c 24% [229/918] ext/openssl/ossl_bn.c 25% [230/918] ext/openssl/ossl_cipher.c 25% [231/918] ext/openssl/ossl_config.c 25% [232/918] ext/openssl/ossl_digest.c 25% [233/918] ext/openssl/ossl_engine.c 25% [234/918] ext/openssl/ossl_hmac.c 25% [235/918] ext/openssl/ossl_kdf.c 25% [236/918] ext/openssl/ossl_ns_spki.c 25% [237/918] ext/openssl/ossl_ocsp.c 25% [238/918] ext/openssl/ossl_pkcs12.c 26% [239/918] ext/openssl/ossl_pkcs7.c 26% [240/918] ext/openssl/ossl_pkey.c 26% [241/918] ext/openssl/ossl_pkey_dh.c 26% [242/918] ext/openssl/ossl_pkey_dsa.c 26% [243/918] ext/openssl/ossl_pkey_ec.c 26% [244/918] ext/openssl/ossl_pkey_rsa.c 26% [245/918] ext/openssl/ossl_rand.c 26% [246/918] ext/openssl/ossl_ssl.c 26% [247/918] ext/openssl/ossl_ssl_session.c 27% [248/918] ext/openssl/ossl_ts.c 27% [249/918] ext/openssl/ossl_x509.c 27% [250/918] ext/openssl/ossl_x509attr.c 27% [251/918] ext/openssl/ossl_x509cert.c 27% [252/918] ext/openssl/ossl_x509crl.c 27% [253/918] ext/openssl/ossl_x509ext.c 27% [254/918] ext/openssl/ossl_x509name.c 27% [255/918] ext/openssl/ossl_x509req.c 27% [256/918] ext/openssl/ossl_x509revoked.c 27% [257/918] ext/openssl/ossl_x509store.c 28% [258/918] ext/pathname/lib/pathname.rb 28% [259/918] ext/pathname/pathname.c 28% [260/918] ext/psych/lib/psych.rb 28% [261/918] ext/psych/lib/psych/class_loader.rb 28% [262/918] ext/psych/lib/psych/coder.rb 28% [263/918] ext/psych/lib/psych/core_ext.rb 28% [264/918] ext/psych/lib/psych/exception.rb 28% [265/918] ext/psych/lib/psych/handler.rb 28% [266/918] ext/psych/lib/psych/handlers/document_stream.rb 29% [267/918] ext/psych/lib/psych/handlers/recorder.rb 29% [268/918] ext/psych/lib/psych/json/ruby_events.rb 29% [269/918] ext/psych/lib/psych/json/stream.rb 29% [270/918] ext/psych/lib/psych/json/tree_builder.rb 29% [271/918] ext/psych/lib/psych/json/yaml_events.rb 29% [272/918] ext/psych/lib/psych/nodes.rb 29% [273/918] ext/psych/lib/psych/nodes/alias.rb 29% [274/918] ext/psych/lib/psych/nodes/document.rb 29% [275/918] ext/psych/lib/psych/nodes/mapping.rb 30% [276/918] ext/psych/lib/psych/nodes/node.rb 30% [277/918] ext/psych/lib/psych/nodes/scalar.rb 30% [278/918] ext/psych/lib/psych/nodes/sequence.rb 30% [279/918] ext/psych/lib/psych/nodes/stream.rb 30% [280/918] ext/psych/lib/psych/omap.rb 30% [281/918] ext/psych/lib/psych/parser.rb 30% [282/918] ext/psych/lib/psych/scalar_scanner.rb 30% [283/918] ext/psych/lib/psych/set.rb 30% [284/918] ext/psych/lib/psych/stream.rb 31% [285/918] ext/psych/lib/psych/streaming.rb 31% [286/918] ext/psych/lib/psych/syntax_error.rb 31% [287/918] ext/psych/lib/psych/tree_builder.rb 31% [288/918] ext/psych/lib/psych/versions.rb 31% [289/918] ext/psych/lib/psych/visitors.rb 31% [290/918] ext/psych/lib/psych/visitors/depth_first.rb 31% [291/918] ext/psych/lib/psych/visitors/emitter.rb 31% [292/918] ext/psych/lib/psych/visitors/json_tree.rb 31% [293/918] ext/psych/lib/psych/visitors/to_ruby.rb 32% [294/918] ext/psych/lib/psych/visitors/visitor.rb 32% [295/918] ext/psych/lib/psych/visitors/yaml_tree.rb 32% [296/918] ext/psych/lib/psych/y.rb 32% [297/918] ext/psych/psych.c 32% [298/918] ext/psych/psych_emitter.c 32% [299/918] ext/psych/psych_parser.c 32% [300/918] ext/psych/psych_to_ruby.c 32% [301/918] ext/psych/psych_yaml_tree.c 32% [302/918] ext/pty/lib/expect.rb 33% [303/918] ext/pty/pty.c 33% [304/918] ext/racc/cparse/cparse.c 33% [305/918] ext/rbconfig/sizeof/limits.c 33% [306/918] ext/rbconfig/sizeof/sizes.c 33% [307/918] ext/readline/readline.c 33% [308/918] ext/ripper/lib/ripper.rb 33% [309/918] ext/ripper/lib/ripper/core.rb 33% [310/918] ext/ripper/lib/ripper/filter.rb 33% [311/918] ext/ripper/lib/ripper/lexer.rb 33% [312/918] ext/ripper/lib/ripper/sexp.rb 34% [313/918] ext/socket/ancdata.c 34% [314/918] ext/socket/basicsocket.c 34% [315/918] ext/socket/constants.c 34% [316/918] ext/socket/constdefs.c 34% [317/918] ext/socket/ifaddr.c 34% [318/918] ext/socket/init.c 34% [319/918] ext/socket/ipsocket.c 34% [320/918] ext/socket/lib/socket.rb 34% [321/918] ext/socket/option.c 35% [322/918] ext/socket/raddrinfo.c 35% [323/918] ext/socket/socket.c 35% [324/918] ext/socket/sockssocket.c 35% [325/918] ext/socket/tcpserver.c 35% [326/918] ext/socket/tcpsocket.c 35% [327/918] ext/socket/udpsocket.c 35% [328/918] ext/socket/unixserver.c 35% [329/918] ext/socket/unixsocket.c 35% [330/918] ext/stringio/stringio.c 36% [331/918] ext/strscan/strscan.c 36% [332/918] ext/syslog/lib/syslog/logger.rb 36% [333/918] ext/syslog/syslog.c 36% [334/918] ext/win32/lib/win32/registry.rb 36% [335/918] ext/win32/lib/win32/resolv.rb 36% [336/918] ext/win32/lib/win32/sspi.rb 36% [337/918] ext/win32/resolv/resolv.c 36% [338/918] ext/win32ole/lib/win32ole.rb 36% [339/918] ext/win32ole/lib/win32ole/property.rb 37% [340/918] ext/win32ole/win32ole.c 37% [341/918] ext/win32ole/win32ole_error.c 37% [342/918] ext/win32ole/win32ole_event.c 37% [343/918] ext/win32ole/win32ole_method.c 37% [344/918] ext/win32ole/win32ole_param.c 37% [345/918] ext/win32ole/win32ole_record.c 37% [346/918] ext/win32ole/win32ole_type.c 37% [347/918] ext/win32ole/win32ole_typelib.c 37% [348/918] ext/win32ole/win32ole_variable.c 38% [349/918] ext/win32ole/win32ole_variant.c 38% [350/918] ext/win32ole/win32ole_variant_m.c 38% [351/918] ext/zlib/zlib.c 38% [352/918] file.c 38% [353/918] gc.c 38% [354/918] gc.rb 38% [355/918] golf_prelude.c 38% [356/918] goruby.c 38% [357/918] hash.c 38% [358/918] id.c 39% [359/918] id_table.c 39% [360/918] inits.c 39% [361/918] io.c 39% [362/918] io.rb 39% [363/918] io_buffer.c 39% [364/918] iseq.c 39% [365/918] kernel.rb 39% [366/918] lex.c 39% [367/918] lib/English.rb 40% [368/918] lib/abbrev.rb 40% [369/918] lib/base64.rb 40% [370/918] lib/benchmark.rb 40% [371/918] lib/benchmark/version.rb 40% [372/918] lib/bundler.rb 40% [373/918] lib/cgi.rb 40% [374/918] lib/cgi/cookie.rb 40% [375/918] lib/cgi/core.rb 40% [376/918] lib/cgi/html.rb 41% [377/918] lib/cgi/session.rb 41% [378/918] lib/cgi/session/pstore.rb 41% [379/918] lib/cgi/util.rb 41% [380/918] lib/csv.rb 41% [381/918] lib/csv/core_ext/array.rb 41% [382/918] lib/csv/core_ext/string.rb 41% [383/918] lib/csv/delete_suffix.rb 41% [384/918] lib/csv/fields_converter.rb 41% [385/918] lib/csv/input_record_separator.rb 42% [386/918] lib/csv/match_p.rb 42% [387/918] lib/csv/parser.rb 42% [388/918] lib/csv/row.rb 42% [389/918] lib/csv/table.rb 42% [390/918] lib/csv/version.rb 42% [391/918] lib/csv/writer.rb 42% [392/918] lib/delegate.rb 42% [393/918] lib/did_you_mean.rb 42% [394/918] lib/did_you_mean/core_ext/name_error.rb 43% [395/918] lib/did_you_mean/experimental.rb 43% [396/918] lib/did_you_mean/formatter.rb 43% [397/918] lib/did_you_mean/formatters/plain_formatter.rb 43% [398/918] lib/did_you_mean/formatters/verbose_formatter.rb 43% [399/918] lib/did_you_mean/jaro_winkler.rb 43% [400/918] lib/did_you_mean/levenshtein.rb 43% [401/918] lib/did_you_mean/spell_checker.rb 43% [402/918] lib/did_you_mean/spell_checkers/key_error_checker.rb 43% [403/918] lib/did_you_mean/spell_checkers/method_name_checker.rb 44% [404/918] lib/did_you_mean/spell_checkers/name_error_checkers.rb 44% [405/918] lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb 44% [406/918] lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb 44% [407/918] lib/did_you_mean/spell_checkers/null_checker.rb 44% [408/918] lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb 44% [409/918] lib/did_you_mean/spell_checkers/require_path_checker.rb 44% [410/918] lib/did_you_mean/tree_spell_checker.rb 44% [411/918] lib/did_you_mean/verbose.rb 44% [412/918] lib/did_you_mean/version.rb 44% [413/918] lib/drb.rb 45% [414/918] lib/drb/acl.rb 45% [415/918] lib/drb/drb.rb 45% [416/918] lib/drb/eq.rb 45% [417/918] lib/drb/extserv.rb 45% [418/918] lib/drb/extservm.rb 45% [419/918] lib/drb/gw.rb 45% [420/918] lib/drb/invokemethod.rb 45% [421/918] lib/drb/observer.rb 45% [422/918] lib/drb/ssl.rb 46% [423/918] lib/drb/timeridconv.rb 46% [424/918] lib/drb/unix.rb 46% [425/918] lib/drb/version.rb 46% [426/918] lib/drb/weakidconv.rb 46% [427/918] lib/erb.rb 46% [428/918] lib/erb/version.rb 46% [429/918] lib/error_highlight.rb 46% [430/918] lib/error_highlight/base.rb 46% [431/918] lib/error_highlight/core_ext.rb 47% [432/918] lib/error_highlight/formatter.rb 47% [433/918] lib/error_highlight/version.rb 47% [434/918] lib/fileutils.rb 47% [435/918] lib/find.rb 47% [436/918] lib/forwardable.rb 47% [437/918] lib/forwardable/impl.rb 47% [438/918] lib/getoptlong.rb 47% [439/918] lib/ipaddr.rb 47% [440/918] lib/irb.rb 48% [441/918] lib/irb/cmd/chws.rb 48% [442/918] lib/irb/cmd/fork.rb 48% [443/918] lib/irb/cmd/help.rb 48% [444/918] lib/irb/cmd/info.rb 48% [445/918] lib/irb/cmd/load.rb 48% [446/918] lib/irb/cmd/ls.rb 48% [447/918] lib/irb/cmd/measure.rb 48% [448/918] lib/irb/cmd/nop.rb 48% [449/918] lib/irb/cmd/pushws.rb 49% [450/918] lib/irb/cmd/show_source.rb 49% [451/918] lib/irb/cmd/subirb.rb 49% [452/918] lib/irb/cmd/whereami.rb 49% [453/918] lib/irb/color.rb 49% [454/918] lib/irb/color_printer.rb 49% [455/918] lib/irb/completion.rb 49% [456/918] lib/irb/context.rb 49% [457/918] lib/irb/easter-egg.rb 49% [458/918] lib/irb/ext/change-ws.rb 50% [459/918] lib/irb/ext/history.rb 50% [460/918] lib/irb/ext/loader.rb 50% [461/918] lib/irb/ext/multi-irb.rb 50% [462/918] lib/irb/ext/save-history.rb 50% [463/918] lib/irb/ext/tracer.rb 50% [464/918] lib/irb/ext/use-loader.rb 50% [465/918] lib/irb/ext/workspaces.rb 50% [466/918] lib/irb/extend-command.rb 50% [467/918] lib/irb/frame.rb 50% [468/918] lib/irb/help.rb 51% [469/918] lib/irb/init.rb 51% [470/918] lib/irb/input-method.rb 51% [471/918] lib/irb/inspector.rb 51% [472/918] lib/irb/lc/error.rb 51% [473/918] lib/irb/lc/ja/encoding_aliases.rb 51% [474/918] lib/irb/lc/ja/error.rb 51% [475/918] lib/irb/locale.rb 51% [476/918] lib/irb/magic-file.rb 51% [477/918] lib/irb/notifier.rb 52% [478/918] lib/irb/output-method.rb 52% [479/918] lib/irb/ruby-lex.rb 52% [480/918] lib/irb/src_encoding.rb 52% [481/918] lib/irb/version.rb 52% [482/918] lib/irb/workspace.rb 52% [483/918] lib/irb/ws-for-case-2.rb 52% [484/918] lib/irb/xmp.rb 52% [485/918] lib/logger.rb 52% [486/918] lib/logger/errors.rb 53% [487/918] lib/logger/formatter.rb 53% [488/918] lib/logger/log_device.rb 53% [489/918] lib/logger/period.rb 53% [490/918] lib/logger/severity.rb 53% [491/918] lib/logger/version.rb 53% [492/918] lib/mkmf.rb 53% [493/918] lib/mutex_m.rb 53% [494/918] lib/net/http.rb 53% [495/918] lib/net/http/backward.rb 54% [496/918] lib/net/http/exceptions.rb 54% [497/918] lib/net/http/generic_request.rb 54% [498/918] lib/net/http/header.rb 54% [499/918] lib/net/http/proxy_delta.rb 54% [500/918] lib/net/http/request.rb 54% [501/918] lib/net/http/requests.rb 54% [502/918] lib/net/http/response.rb 54% [503/918] lib/net/http/responses.rb 54% [504/918] lib/net/http/status.rb 55% [505/918] lib/net/https.rb 55% [506/918] lib/net/protocol.rb 55% [507/918] lib/observer.rb 55% [508/918] lib/open-uri.rb 55% [509/918] lib/open3.rb 55% [510/918] lib/open3/version.rb 55% [511/918] lib/optionparser.rb 55% [512/918] lib/optparse.rb 55% [513/918] lib/optparse/ac.rb 55% [514/918] lib/optparse/date.rb 56% [515/918] lib/optparse/kwargs.rb 56% [516/918] lib/optparse/shellwords.rb 56% [517/918] lib/optparse/time.rb 56% [518/918] lib/optparse/uri.rb 56% [519/918] lib/optparse/version.rb 56% [520/918] lib/ostruct.rb 56% [521/918] lib/pp.rb 56% [522/918] lib/prettyprint.rb 56% [523/918] lib/pstore.rb 57% [524/918] lib/racc.rb 57% [525/918] lib/racc/compat.rb 57% [526/918] lib/racc/debugflags.rb 57% [527/918] lib/racc/exception.rb 57% [528/918] lib/racc/grammar.rb 57% [529/918] lib/racc/grammarfileparser.rb 57% [530/918] lib/racc/info.rb 57% [531/918] lib/racc/iset.rb 57% [532/918] lib/racc/logfilegenerator.rb 58% [533/918] lib/racc/parser-text.rb 58% [534/918] lib/racc/parser.rb 58% [535/918] lib/racc/parserfilegenerator.rb 58% [536/918] lib/racc/sourcetext.rb 58% [537/918] lib/racc/state.rb 58% [538/918] lib/racc/statetransitiontable.rb 58% [539/918] lib/racc/static.rb 58% [540/918] lib/random/formatter.rb 58% [541/918] lib/rdoc.rb 59% [542/918] lib/rdoc/alias.rb 59% [543/918] lib/rdoc/anon_class.rb 59% [544/918] lib/rdoc/any_method.rb 59% [545/918] lib/rdoc/attr.rb 59% [546/918] lib/rdoc/class_module.rb 59% [547/918] lib/rdoc/code_object.rb 59% [548/918] lib/rdoc/code_objects.rb 59% [549/918] lib/rdoc/comment.rb 59% [550/918] lib/rdoc/constant.rb 60% [551/918] lib/rdoc/context.rb 60% [552/918] lib/rdoc/cross_reference.rb 60% [553/918] lib/rdoc/encoding.rb 60% [554/918] lib/rdoc/erb_partial.rb 60% [555/918] lib/rdoc/erbio.rb 60% [556/918] lib/rdoc/extend.rb 60% [557/918] lib/rdoc/generator.rb 60% [558/918] lib/rdoc/ghost_method.rb 60% [559/918] lib/rdoc/i18n.rb 61% [560/918] lib/rdoc/include.rb 61% [561/918] lib/rdoc/known_classes.rb 61% [562/918] lib/rdoc/markdown.rb 61% [563/918] lib/rdoc/markup.rb 61% [564/918] lib/rdoc/meta_method.rb 61% [565/918] lib/rdoc/method_attr.rb 61% [566/918] lib/rdoc/mixin.rb 61% [567/918] lib/rdoc/normal_class.rb 61% [568/918] lib/rdoc/normal_module.rb 61% [569/918] lib/rdoc/options.rb 62% [570/918] lib/rdoc/parser.rb 62% [571/918] lib/rdoc/parser/c.rb 62% [572/918] lib/rdoc/parser/changelog.rb 62% [573/918] lib/rdoc/parser/markdown.rb 62% [574/918] lib/rdoc/parser/rd.rb 62% [575/918] lib/rdoc/parser/ripper_state_lex.rb 62% [576/918] lib/rdoc/parser/ruby.rb 62% [577/918] lib/rdoc/parser/ruby_tools.rb 62% [578/918] lib/rdoc/parser/simple.rb 63% [579/918] lib/rdoc/parser/text.rb 63% [580/918] lib/rdoc/rd.rb 63% [581/918] lib/rdoc/rdoc.rb 63% [582/918] lib/rdoc/require.rb 63% [583/918] lib/rdoc/ri.rb 63% [584/918] lib/rdoc/rubygems_hook.rb 63% [585/918] lib/rdoc/servlet.rb 63% [586/918] lib/rdoc/single_class.rb 63% [587/918] lib/rdoc/stats.rb 64% [588/918] lib/rdoc/store.rb 64% [589/918] lib/rdoc/task.rb 64% [590/918] lib/rdoc/text.rb 64% [591/918] lib/rdoc/token_stream.rb 64% [592/918] lib/rdoc/tom_doc.rb 64% [593/918] lib/rdoc/top_level.rb 64% [594/918] lib/rdoc/version.rb 64% [595/918] lib/readline.rb 64% [596/918] lib/reline.rb 65% [597/918] lib/reline/ansi.rb 65% [598/918] lib/reline/config.rb 65% [599/918] lib/reline/general_io.rb 65% [600/918] lib/reline/history.rb 65% [601/918] lib/reline/key_actor.rb 65% [602/918] lib/reline/key_actor/base.rb 65% [603/918] lib/reline/key_actor/emacs.rb 65% [604/918] lib/reline/key_actor/vi_command.rb 65% [605/918] lib/reline/key_actor/vi_insert.rb 66% [606/918] lib/reline/key_stroke.rb 66% [607/918] lib/reline/kill_ring.rb 66% [608/918] lib/reline/line_editor.rb 66% [609/918] lib/reline/terminfo.rb 66% [610/918] lib/reline/unicode.rb 66% [611/918] lib/reline/unicode/east_asian_width.rb 66% [612/918] lib/reline/version.rb 66% [613/918] lib/reline/windows.rb 66% [614/918] lib/resolv-replace.rb 66% [615/918] lib/resolv.rb 67% [616/918] lib/rinda/rinda.rb 67% [617/918] lib/rinda/ring.rb 67% [618/918] lib/rinda/tuplespace.rb 67% [619/918] lib/rubygems.rb 67% [620/918] lib/rubygems/available_set.rb 67% [621/918] lib/rubygems/basic_specification.rb 67% [622/918] lib/rubygems/bundler_version_finder.rb 67% [623/918] lib/rubygems/command.rb 67% [624/918] lib/rubygems/command_manager.rb 68% [625/918] lib/rubygems/commands/build_command.rb 68% [626/918] lib/rubygems/commands/cert_command.rb 68% [627/918] lib/rubygems/commands/check_command.rb 68% [628/918] lib/rubygems/commands/cleanup_command.rb 68% [629/918] lib/rubygems/commands/contents_command.rb 68% [630/918] lib/rubygems/commands/dependency_command.rb 68% [631/918] lib/rubygems/commands/environment_command.rb 68% [632/918] lib/rubygems/commands/fetch_command.rb 68% [633/918] lib/rubygems/commands/generate_index_command.rb 69% [634/918] lib/rubygems/commands/help_command.rb 69% [635/918] lib/rubygems/commands/info_command.rb 69% [636/918] lib/rubygems/commands/install_command.rb 69% [637/918] lib/rubygems/commands/list_command.rb 69% [638/918] lib/rubygems/commands/lock_command.rb 69% [639/918] lib/rubygems/commands/mirror_command.rb 69% [640/918] lib/rubygems/commands/open_command.rb 69% [641/918] lib/rubygems/commands/outdated_command.rb 69% [642/918] lib/rubygems/commands/owner_command.rb 70% [643/918] lib/rubygems/commands/pristine_command.rb 70% [644/918] lib/rubygems/commands/push_command.rb 70% [645/918] lib/rubygems/commands/query_command.rb 70% [646/918] lib/rubygems/commands/rdoc_command.rb 70% [647/918] lib/rubygems/commands/search_command.rb 70% [648/918] lib/rubygems/commands/server_command.rb 70% [649/918] lib/rubygems/commands/setup_command.rb 70% [650/918] lib/rubygems/commands/signin_command.rb 70% [651/918] lib/rubygems/commands/signout_command.rb 71% [652/918] lib/rubygems/commands/sources_command.rb 71% [653/918] lib/rubygems/commands/specification_command.rb 71% [654/918] lib/rubygems/commands/stale_command.rb 71% [655/918] lib/rubygems/commands/uninstall_command.rb 71% [656/918] lib/rubygems/commands/unpack_command.rb 71% [657/918] lib/rubygems/commands/update_command.rb 71% [658/918] lib/rubygems/commands/which_command.rb 71% [659/918] lib/rubygems/commands/yank_command.rb 71% [660/918] lib/rubygems/compatibility.rb 72% [661/918] lib/rubygems/config_file.rb 72% [662/918] lib/rubygems/core_ext/kernel_gem.rb 72% [663/918] lib/rubygems/core_ext/kernel_require.rb 72% [664/918] lib/rubygems/core_ext/kernel_warn.rb 72% [665/918] lib/rubygems/core_ext/tcpsocket_init.rb 72% [666/918] lib/rubygems/defaults.rb 72% [667/918] lib/rubygems/dependency.rb 72% [668/918] lib/rubygems/dependency_installer.rb 72% [669/918] lib/rubygems/dependency_list.rb 72% [670/918] lib/rubygems/deprecate.rb 73% [671/918] lib/rubygems/doctor.rb 73% [672/918] lib/rubygems/errors.rb 73% [673/918] lib/rubygems/exceptions.rb 73% [674/918] lib/rubygems/ext.rb 73% [675/918] lib/rubygems/ext/build_error.rb 73% [676/918] lib/rubygems/ext/builder.rb 73% [677/918] lib/rubygems/ext/cargo_builder.rb 73% [678/918] lib/rubygems/ext/cargo_builder/link_flag_converter.rb 73% [679/918] lib/rubygems/ext/cmake_builder.rb 74% [680/918] lib/rubygems/ext/configure_builder.rb 74% [681/918] lib/rubygems/ext/ext_conf_builder.rb 74% [682/918] lib/rubygems/ext/rake_builder.rb 74% [683/918] lib/rubygems/gem_runner.rb 74% [684/918] lib/rubygems/gemcutter_utilities.rb 74% [685/918] lib/rubygems/indexer.rb 74% [686/918] lib/rubygems/install_default_message.rb 74% [687/918] lib/rubygems/install_message.rb 74% [688/918] lib/rubygems/install_update_options.rb 75% [689/918] lib/rubygems/installer.rb 75% [690/918] lib/rubygems/installer_uninstaller_utils.rb 75% [691/918] lib/rubygems/local_remote_options.rb 75% [692/918] lib/rubygems/mock_gem_ui.rb 75% [693/918] lib/rubygems/name_tuple.rb 75% [694/918] lib/rubygems/openssl.rb 75% [695/918] lib/rubygems/optparse.rb 75% [696/918] lib/rubygems/package.rb 75% [697/918] lib/rubygems/package/digest_io.rb 76% [698/918] lib/rubygems/package/file_source.rb 76% [699/918] lib/rubygems/package/io_source.rb 76% [700/918] lib/rubygems/package/old.rb 76% [701/918] lib/rubygems/package/source.rb 76% [702/918] lib/rubygems/package/tar_header.rb 76% [703/918] lib/rubygems/package/tar_reader.rb 76% [704/918] lib/rubygems/package/tar_reader/entry.rb 76% [705/918] lib/rubygems/package/tar_writer.rb 76% [706/918] lib/rubygems/package_task.rb 77% [707/918] lib/rubygems/path_support.rb 77% [708/918] lib/rubygems/platform.rb 77% [709/918] lib/rubygems/psych_tree.rb 77% [710/918] lib/rubygems/query_utils.rb 77% [711/918] lib/rubygems/rdoc.rb 77% [712/918] lib/rubygems/remote_fetcher.rb 77% [713/918] lib/rubygems/request.rb 77% [714/918] lib/rubygems/request/connection_pools.rb 77% [715/918] lib/rubygems/request/http_pool.rb 77% [716/918] lib/rubygems/request/https_pool.rb 78% [717/918] lib/rubygems/request_set.rb 78% [718/918] lib/rubygems/request_set/gem_dependency_api.rb 78% [719/918] lib/rubygems/request_set/lockfile.rb 78% [720/918] lib/rubygems/request_set/lockfile/parser.rb 78% [721/918] lib/rubygems/request_set/lockfile/tokenizer.rb 78% [722/918] lib/rubygems/requirement.rb 78% [723/918] lib/rubygems/resolver.rb 78% [724/918] lib/rubygems/resolver/activation_request.rb 78% [725/918] lib/rubygems/resolver/api_set.rb 79% [726/918] lib/rubygems/resolver/api_set/gem_parser.rb 79% [727/918] lib/rubygems/resolver/api_specification.rb 79% [728/918] lib/rubygems/resolver/best_set.rb 79% [729/918] lib/rubygems/resolver/composed_set.rb 79% [730/918] lib/rubygems/resolver/conflict.rb 79% [731/918] lib/rubygems/resolver/current_set.rb 79% [732/918] lib/rubygems/resolver/dependency_request.rb 79% [733/918] lib/rubygems/resolver/git_set.rb 79% [734/918] lib/rubygems/resolver/git_specification.rb 80% [735/918] lib/rubygems/resolver/index_set.rb 80% [736/918] lib/rubygems/resolver/index_specification.rb 80% [737/918] lib/rubygems/resolver/installed_specification.rb 80% [738/918] lib/rubygems/resolver/installer_set.rb 80% [739/918] lib/rubygems/resolver/local_specification.rb 80% [740/918] lib/rubygems/resolver/lock_set.rb 80% [741/918] lib/rubygems/resolver/lock_specification.rb 80% [742/918] lib/rubygems/resolver/molinillo.rb 80% [743/918] lib/rubygems/resolver/molinillo/lib/molinillo.rb 81% [744/918] lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb 81% [745/918] lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb 81% [746/918] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb 81% [747/918] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb 81% [748/918] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb 81% [749/918] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb 81% [750/918] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb 81% [751/918] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb 81% [752/918] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb 82% [753/918] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb 82% [754/918] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb 82% [755/918] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb 82% [756/918] lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb 82% [757/918] lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb 82% [758/918] lib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb 82% [759/918] lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb 82% [760/918] lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb 82% [761/918] lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb 83% [762/918] lib/rubygems/resolver/molinillo/lib/molinillo/state.rb 83% [763/918] lib/rubygems/resolver/requirement_list.rb 83% [764/918] lib/rubygems/resolver/set.rb 83% [765/918] lib/rubygems/resolver/source_set.rb 83% [766/918] lib/rubygems/resolver/spec_specification.rb 83% [767/918] lib/rubygems/resolver/specification.rb 83% [768/918] lib/rubygems/resolver/stats.rb 83% [769/918] lib/rubygems/resolver/vendor_set.rb 83% [770/918] lib/rubygems/resolver/vendor_specification.rb 83% [771/918] lib/rubygems/s3_uri_signer.rb 84% [772/918] lib/rubygems/safe_yaml.rb 84% [773/918] lib/rubygems/security.rb 84% [774/918] lib/rubygems/security/policies.rb 84% [775/918] lib/rubygems/security/policy.rb 84% [776/918] lib/rubygems/security/signer.rb 84% [777/918] lib/rubygems/security/trust_dir.rb 84% [778/918] lib/rubygems/security_option.rb 84% [779/918] lib/rubygems/source.rb 84% [780/918] lib/rubygems/source/git.rb 85% [781/918] lib/rubygems/source/installed.rb 85% [782/918] lib/rubygems/source/local.rb 85% [783/918] lib/rubygems/source/lock.rb 85% [784/918] lib/rubygems/source/specific_file.rb 85% [785/918] lib/rubygems/source/vendor.rb 85% [786/918] lib/rubygems/source_list.rb 85% [787/918] lib/rubygems/spec_fetcher.rb 85% [788/918] lib/rubygems/specification.rb 85% [789/918] lib/rubygems/specification_policy.rb 86% [790/918] lib/rubygems/stub_specification.rb 86% [791/918] lib/rubygems/text.rb 86% [792/918] lib/rubygems/tsort.rb 86% [793/918] lib/rubygems/uninstaller.rb 86% [794/918] lib/rubygems/unknown_command_spell_checker.rb 86% [795/918] lib/rubygems/uri.rb 86% [796/918] lib/rubygems/uri_formatter.rb 86% [797/918] lib/rubygems/user_interaction.rb 86% [798/918] lib/rubygems/util.rb 87% [799/918] lib/rubygems/util/licenses.rb 87% [800/918] lib/rubygems/util/list.rb 87% [801/918] lib/rubygems/validator.rb 87% [802/918] lib/rubygems/version.rb 87% [803/918] lib/rubygems/version_option.rb 87% [804/918] lib/securerandom.rb 87% [805/918] lib/set.rb 87% [806/918] lib/set/sorted_set.rb 87% [807/918] lib/shellwords.rb 88% [808/918] lib/singleton.rb 88% [809/918] lib/tempfile.rb 88% [810/918] lib/time.rb 88% [811/918] lib/timeout.rb 88% [812/918] lib/tmpdir.rb 88% [813/918] lib/tsort.rb 88% [814/918] lib/un.rb 88% [815/918] lib/unicode_normalize/normalize.rb 88% [816/918] lib/unicode_normalize/tables.rb 88% [817/918] lib/uri.rb 89% [818/918] lib/uri/common.rb 89% [819/918] lib/uri/file.rb 89% [820/918] lib/uri/ftp.rb 89% [821/918] lib/uri/generic.rb 89% [822/918] lib/uri/http.rb 89% [823/918] lib/uri/https.rb 89% [824/918] lib/uri/ldap.rb 89% [825/918] lib/uri/ldaps.rb 89% [826/918] lib/uri/mailto.rb 90% [827/918] lib/uri/rfc2396_parser.rb 90% [828/918] lib/uri/rfc3986_parser.rb 90% [829/918] lib/uri/version.rb 90% [830/918] lib/uri/ws.rb 90% [831/918] lib/uri/wss.rb 90% [832/918] lib/weakref.rb 90% [833/918] lib/yaml.rb 90% [834/918] lib/yaml/dbm.rb 90% [835/918] lib/yaml/store.rb 91% [836/918] load.c 91% [837/918] loadpath.c 91% [838/918] localeinit.c 91% [839/918] main.c 91% [840/918] marshal.c 91% [841/918] marshal.rb 91% [842/918] math.c 91% [843/918] memory_view.c 91% [844/918] mini_builtin.c 92% [845/918] miniinit.c 92% [846/918] miniprelude.c 92% [847/918] mjit.c 92% [848/918] mjit_compile.c 92% [849/918] mjit_worker.c 92% [850/918] nilclass.rb 92% [851/918] node.c 92% [852/918] numeric.c 92% [853/918] numeric.rb 93% [854/918] object.c 93% [855/918] pack.c 93% [856/918] pack.rb 93% [857/918] parse.c 93% [858/918] parse.y 93% [859/918] prelude.rb 93% [860/918] proc.c 93% [861/918] process.c 93% [862/918] ractor.c 94% [863/918] ractor.rb 94% [864/918] random.c 94% [865/918] range.c 94% [866/918] rational.c 94% [867/918] rbconfig.rb 94% [868/918] re.c 94% [869/918] regcomp.c 94% [870/918] regenc.c 94% [871/918] regerror.c 94% [872/918] regexec.c 95% [873/918] regparse.c 95% [874/918] regsyntax.c 95% [875/918] ruby-runner.c 95% [876/918] ruby.c 95% [877/918] rubystub.c 95% [878/918] scheduler.c 95% [879/918] signal.c 95% [880/918] siphash.c 95% [881/918] sparc.c 96% [882/918] sprintf.c 96% [883/918] st.c 96% [884/918] strftime.c 96% [885/918] string.c 96% [886/918] struct.c 96% [887/918] symbol.c 96% [888/918] thread.c 96% [889/918] thread_pthread.c 96% [890/918] thread_sync.c 97% [891/918] thread_win32.c 97% [892/918] time.c 97% [893/918] timev.rb 97% [894/918] trace_point.rb 97% [895/918] transcode.c 97% [896/918] transient_heap.c 97% [897/918] util.c 97% [898/918] variable.c 97% [899/918] version.c 98% [900/918] vm.c 98% [901/918] vm_args.c 98% [902/918] vm_backtrace.c 98% [903/918] vm_dump.c 98% [904/918] vm_eval.c 98% [905/918] vm_exec.c 98% [906/918] vm_insnhelper.c 98% [907/918] vm_method.c 98% [908/918] vm_sync.c 99% [909/918] vm_trace.c 99% [910/918] vsnprintf.c 99% [911/918] warning.rb 99% [912/918] win32/README.win32 99% [913/918] yjit.c 99% [914/918] yjit_asm.c 99% [915/918] yjit_codegen.c 99% [916/918] yjit_core.c 99% [917/918] yjit_iface.c 100% [918/918] yjit_utils.c Generating RI format into /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/.ext/rdoc... Files: 918 Classes: 922 ( 261 undocumented) Modules: 206 ( 58 undocumented) Constants: 2126 ( 523 undocumented) Attributes: 991 ( 293 undocumented) Methods: 9532 (2203 undocumented) Total: 13777 (3338 undocumented) 75.77% documented Elapsed: 52.8s >>> Running fake in lang/ruby/3.1 at 1714745642.21 ===> lang/ruby/3.1 ===> Faking installation for ruby-3.1.5 find /exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5 -name '*.orig' -delete; /exopi-obj/pobj/ruby-3.1.5/bin/install -d -m 755 /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/share/doc/ruby /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/gems/3.1/extensions/x86_64-openbsd /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/gems/3.1/extensions/x86_64-openbsd/3.1; ./config.status --file=-:./template/ruby.pc.in | sed -e 's/\$(\([A-Za-z_][A-Za-z0-9_]*\))/${\1}/g' -e 's|^prefix=.*|prefix=/usr/local|' > ruby.tmp.pc pkg_config=pkg-config && PKG_CONFIG_PATH=. ${pkg_config:-:} --print-errors ruby.tmp mv -f ruby.tmp.pc ruby-3.1.pc cc -E -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include "./version.c" | ./miniruby -I./lib -I. -I.ext/common "./tool/generic_erb.rb" -o x86_64-openbsd-fake.rb "./template/fake.rb.in" i=- srcdir="." BASERUBY="echo executable host ruby is required. use --with-baseruby option.; false" x86_64-openbsd-fake.rb updated BASERUBY = echo executable host ruby is required. use --with-baseruby option.; false CC = cc LD = ld LDSHARED = cc -shared CFLAGS = -O2 -pipe -g -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -fPIC XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/13.0.0 CPPFLAGS = -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include DLDFLAGS = -L/usr/local/lib -fstack-protector-strong SOLIBS = -lz -pthread -lgmp -lm LANG = LC_ALL = LC_CTYPE = MFLAGS = V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 OpenBSD clang version 16.0.6 Target: amd64-unknown-openbsd7.5 Thread model: posix InstalledDir: /usr/bin : > revision.tmp /bin/sh ./tool/ifchange "--timestamp=./.revision.time" "./revision.h" revision.tmp ./revision.h unchanged ./miniruby -I./lib -I. -I.ext/common ./enc/make_encmake.rb --builtin-encs="enc/ascii.o enc/us_ascii.o enc/unicode.o enc/utf_8.o" --builtin-transes="enc/trans/newline.o" --module enc.mk /usr/bin/make -f enc.mk V="1" UNICODE_HDR_DIR="./enc/unicode/13.0.0" RUBY=" ./miniruby -I./lib -I. -I.ext/common " MINIRUBY=" ./miniruby -I./lib -I. -I.ext/common " V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 srcs ./miniruby -I./lib -I. -I.ext/common ./tool/generic_erb.rb -c -o transdb.h ./template/transdb.h.tmpl ./enc/trans enc/trans transdb.h unchanged mkdir -p ext ./miniruby -I./lib -I. -I.ext/common ./tool/generic_erb.rb -o ext/configure-ext.mk -c ./template/configure-ext.mk.tmpl --srcdir="." --miniruby="./miniruby -I./lib -I. -I.ext/common " --script-args='--dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 "' ext/configure-ext.mk updated /usr/bin/make -f ext/configure-ext.mk V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 EXTSTATIC= gnumake= MINIRUBY="./miniruby -I./lib -I. -I.ext/common " EXTLDFLAGS="" srcdir="." ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/-test-/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/-test- ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/bigdecimal/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/bigdecimal ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/cgi/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/cgi ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/continuation/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/continuation ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/coverage/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/coverage ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/date/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/date ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/digest/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/digest ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/etc/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/etc ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/fcntl/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/fcntl ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/fiddle/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/fiddle ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/io/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/io ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/json/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/json ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/monitor/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/monitor ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/nkf/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/nkf ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/objspace/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/objspace ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/openssl/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/openssl ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/pathname/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/pathname ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/psych/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/psych ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/pty/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/pty ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/racc/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/racc ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/rbconfig/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/rbconfig ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/readline/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/readline ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/ripper/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/ripper ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/rubyvm/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/rubyvm ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/socket/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/socket ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/stringio/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/stringio ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/strscan/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/strscan ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/syslog/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/syslog ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/win32/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/win32 ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/win32ole/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/win32ole ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=ext/zlib/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/zlib ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=.bundle/gems/debug-1.6.3/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --no-extstatic -- configure .bundle/gems/debug-1.6.3 ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=.bundle/gems/rbs-2.7.0/exts.mk --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --no-extstatic -- configure .bundle/gems/rbs-2.7.0 ./miniruby -I./lib -I. -I.ext/common ./tool/generic_erb.rb -o exts.mk -c ./template/exts.mk.tmpl --gnumake= --configure-exts=ext/configure-ext.mk exts.mk unchanged /usr/bin/make -f exts.mk V=1 V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 libdir="/usr/local/lib" LIBRUBY_EXTS=./.libruby-with-ext.time EXTENCS="dmyenc.o" MINIRUBY="./miniruby -I./lib -I. -I.ext/common " UPDATE_LIBRARIES=no cd ext/-test-/RUBY_ALIGNOF && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/arith_seq/extract && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/array/concat && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/array/resize && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/bignum && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/bug-14834 && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/bug-3571 && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/bug-5832 && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/bug_reporter && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/class && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/cxxanyargs && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/debug && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/dln/empty && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/econv && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/enumerator_kw && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/exception && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/fatal && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/file && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/float && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/funcall && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/gvl/call_without_gvl && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/hash && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/integer && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/iseq_load && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/iter && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/load/dot.dot && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/load/protect && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/marshal/compat && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/marshal/internal_ivar && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/marshal/usr && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/memory_status && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/memory_view && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/method && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/notimplement && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/num2int && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/path_to_class && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/popen_deadlock && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/postponed_job && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/printf && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/proc && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/random && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/rational && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/rb_call_super_kw && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/recursion && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/regexp && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/scan_args && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/st/foreach && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/st/numhash && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/st/update && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/string && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/struct && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/symbol && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/thread_fd && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/time && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/tracepoint && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/typeddata && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/vm && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/-test-/wait && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/bigdecimal && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/cgi/escape && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/continuation && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/coverage && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/date && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/digest && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/digest/bubblebabble && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/digest/md5 && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/digest/rmd160 && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/digest/sha1 && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/digest/sha2 && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/etc && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/fcntl && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/fiddle && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/io/console && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/io/nonblock && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/io/wait && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/json && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/json/generator && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/json/parser && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/monitor && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/nkf && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/objspace && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/openssl && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/pathname && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/psych && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/pty && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/racc/cparse && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/rbconfig/sizeof && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/readline && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/ripper && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/rubyvm && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/socket && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/stringio && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/strscan && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/syslog && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd ext/zlib && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all cd .bundle/gems/debug-1.6.3/ext/debug && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all : ../../../../../miniruby -I'../../../../..' -I'../../../../.././lib' -I'../../../../../.ext/x86_64-openbsd' -I'../../../../../.ext/common' ../../../../.././tool/ln_sr.rb -q -f -T ../../../../.././.bundle/gems/debug-1.6.3/lib ../../../../../.bundle/gems/debug-1.6.3/lib cd .bundle/gems/rbs-2.7.0/ext/rbs_extension && exec /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 V=1 all : ../../../../../miniruby -I'../../../../..' -I'../../../../.././lib' -I'../../../../../.ext/x86_64-openbsd' -I'../../../../../.ext/common' ../../../../.././tool/ln_sr.rb -q -f -T ../../../../.././.bundle/gems/rbs-2.7.0/lib ../../../../../.bundle/gems/rbs-2.7.0/lib /usr/bin/make UPDATE_LIBRARIES=no V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ libdir=/usr/local/lib LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 LIBRUBY_EXTS=./.libruby-with-ext.time libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 DLDOBJS="dmyext.o dmyenc.o" EXTOBJS= EXTSOLIBS="" LIBRUBY_SO_UPDATE=./.libruby-with-ext.time EXTLDFLAGS="" EXTINITS="" UPDATE_LIBRARIES="no" SHOWFLAGS= ruby31 `ruby31' is up to date. /usr/bin/make -f exts.mk V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 RUBY="./miniruby -I./lib -I. -I.ext/common " top_srcdir="." note /usr/bin/make -f enc.mk V="1" UNICODE_HDR_DIR="./enc/unicode/13.0.0" RUBY=" ./miniruby -I./lib -I. -I.ext/common " MINIRUBY=" ./miniruby -I./lib -I. -I.ext/common " V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 enc /usr/bin/make -f enc.mk V="1" UNICODE_HDR_DIR="./enc/unicode/13.0.0" RUBY=" ./miniruby -I./lib -I. -I.ext/common " MINIRUBY=" ./miniruby -I./lib -I. -I.ext/common " V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 trans /usr/bin/make -f enc.mk V="1" UNICODE_HDR_DIR="./enc/unicode/13.0.0" RUBY=" ./miniruby -I./lib -I. -I.ext/common " MINIRUBY=" ./miniruby -I./lib -I. -I.ext/common " V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 encs ./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-openbsd-fake ./tool/rbinstall.rb --make="/usr/bin/make" --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --install=all --exclude=doc installing binary commands: /usr/local/bin installing base libraries: /usr/local/lib installing arch files: /usr/local/lib/ruby/3.1/x86_64-openbsd installing pkgconfig data: /usr/local/lib/pkgconfig installing extension objects: /usr/local/lib/ruby/3.1/x86_64-openbsd installing extension objects: /usr/local/lib/ruby/site_ruby/3.1/x86_64-openbsd installing extension objects: /usr/local/lib/ruby/vendor_ruby/3.1/x86_64-openbsd installing extension headers: /usr/local/include/ruby-3.1/x86_64-openbsd installing extension scripts: /usr/local/lib/ruby/3.1 installing extension scripts: /usr/local/lib/ruby/site_ruby/3.1 installing extension scripts: /usr/local/lib/ruby/vendor_ruby/3.1 installing extension headers: /usr/local/include/ruby-3.1/ruby installing command scripts: /usr/local/bin installing library scripts: /usr/local/lib/ruby/3.1 installing common headers: /usr/local/include/ruby-3.1 installing manpages: /usr/local/man/man1 installing default gems from lib: /usr/local/lib/ruby/gems/3.1 abbrev 0.1.0 base64 0.1.1 benchmark 0.2.0 bundler 2.3.27 cgi 0.3.6 csv 3.2.5 delegate 0.2.0 did_you_mean 1.6.1 drb 2.1.0 english 0.7.1 erb 2.2.3 error_highlight 0.3.0 fileutils 1.6.0 find 0.1.1 forwardable 1.3.2 getoptlong 0.1.1 ipaddr 1.2.4 irb 1.4.1 logger 1.5.0 mutex_m 0.1.1 net-http 0.3.0.1 net-protocol 0.1.2 observer 0.1.1 open-uri 0.2.0 open3 0.1.1 optparse 0.2.0 ostruct 0.5.2 pp 0.3.0 prettyprint 0.1.1 pstore 0.1.1 racc 1.6.0 rdoc 6.4.1.1 readline 0.0.3 reline 0.3.1 resolv 0.2.1 resolv-replace 0.1.0 rinda 0.1.1 ruby2_keywords 0.0.5 securerandom 0.2.0 set 1.0.2 shellwords 0.1.0 singleton 0.1.1 tempfile 0.1.2 time 0.2.2 timeout 0.2.0 tmpdir 0.1.2 tsort 0.1.0 un 0.2.0 uri 0.12.2 weakref 0.1.1 yaml 0.2.0 installing default gems from ext: /usr/local/lib/ruby/gems/3.1 bigdecimal 3.1.1 date 3.2.2 digest 3.1.0 etc 1.3.0 fcntl 1.0.1 fiddle 1.1.0 io-console 0.5.11 io-nonblock 0.1.0 io-wait 0.2.1 json 2.6.1 nkf 0.1.1 openssl 3.0.1 pathname 0.2.0 psych 4.0.4 readline-ext 0.1.4 stringio 3.0.1.2 strscan 3.0.1 syslog 0.1.0 zlib 2.1.1 installing bundled gems: /usr/local/lib/ruby/gems/3.1 minitest 5.15.0 power_assert 2.0.1 rake 13.0.6 test-unit 3.5.3 rexml 3.2.5 rss 0.2.9 net-ftp 0.1.4 net-imap 0.2.4 net-pop 0.1.1 net-smtp 0.3.1.1 matrix 0.4.2 prime 0.1.2 rbs 2.7.0 typeprof 0.21.3 debug 1.6.3 installing bundled gem cache: /usr/local/lib/ruby/gems/3.1/cache ./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-openbsd-fake ./tool/rbinstall.rb --make="/usr/bin/make" --dest-dir="/exopi-obj/pobj/ruby-3.1.5/fake-amd64" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/ruby-3.1.5/ruby-3.1.5/shared_libs.log LIBTOOL=/usr/bin/libtool LIBruby31_LTVERSION=-version-info\ 0:0:0 libruby31_ltversion=0.0 DESTDIR=/exopi-obj/pobj/ruby-3.1.5/fake-amd64 " --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --install=rdoc --rdoc-output=".ext/rdoc" --html-output=".ext/html" installing rdoc: /usr/local/share/ri/3.1/system sed 's/INSTALL_ARGS/-c -o root -g bin/' < /exopi-cvs/ports/lang/ruby/3.1/../files/rbconfig_fix.rb >> /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/rbconfig.rb >>> Running package in lang/ruby/3.1 at 1714745688.44 ===> lang/ruby/3.1 `/exopi-obj/pobj/ruby-3.1.5/fake-amd64/.fake_done' is up to date. Reading existing plist for ruby-3.1.5 Writing /exopi-obj/pobj/ruby-3.1.5/fake-amd64/debug-pkg/Makefile.new Writing /exopi-obj/pobj/ruby-3.1.5/fake-amd64/debug-pkg/PLIST-main Renaming /exopi-obj/pobj/ruby-3.1.5/fake-amd64/debug-pkg/Makefile.new to Makefile > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/bin/ruby31 > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/libruby31.so.0.0 dwz: /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/.debug/libruby31.so.0.0.dbg: DWARF compression not beneficial - old size 4829152 new size 4866755 > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/bigdecimal.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/cgi/escape.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/continuation.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/coverage.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/date_core.so dwz: /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/.debug/date_core.so.dbg: DWARF compression not beneficial - old size 256643 new size 281333 > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/digest.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/digest/bubblebabble.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/digest/md5.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/digest/rmd160.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/digest/sha1.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/digest/sha2.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/big5.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/cesu_8.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/cp949.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/emacs_mule.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/encdb.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/euc_jp.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/euc_kr.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/euc_tw.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/gb18030.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/gb2312.so dwz: /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/.debug/gb2312.so.dbg: DWARF compression not beneficial - old size 207 new size 207 > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/gbk.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/iso_8859_1.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/iso_8859_10.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/iso_8859_11.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/iso_8859_13.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/iso_8859_14.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/iso_8859_15.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/iso_8859_16.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/iso_8859_2.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/iso_8859_3.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/iso_8859_4.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/iso_8859_5.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/iso_8859_6.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/iso_8859_7.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/iso_8859_8.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/iso_8859_9.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/koi8_r.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/koi8_u.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/shift_jis.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/big5.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/cesu_8.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/chinese.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/ebcdic.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/emoji.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/emoji_iso2022_kddi.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/emoji_sjis_docomo.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/emoji_sjis_kddi.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/emoji_sjis_softbank.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/escape.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/gb18030.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/gbk.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/iso2022.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/japanese.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/japanese_euc.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/japanese_sjis.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/korean.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/single_byte.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/transdb.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/utf8_mac.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/trans/utf_16_32.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/utf_16be.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/utf_16le.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/utf_32be.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/utf_32le.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/windows_1250.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/windows_1251.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/windows_1252.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/windows_1253.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/windows_1254.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/windows_1257.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/enc/windows_31j.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/etc.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/fcntl.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/fiddle.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/io/console.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/io/nonblock.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/io/wait.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/json/ext/generator.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/json/ext/parser.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/monitor.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/nkf.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/objspace.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/openssl.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/pathname.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/psych.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/pty.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/racc/cparse.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/rbconfig/sizeof.so dwz: /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/rbconfig/.debug/sizeof.so.dbg: DWARF compression not beneficial - old size 14886 new size 15856 > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/readline.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/ripper.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/socket.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/stringio.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/strscan.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/syslog.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/3.1/x86_64-openbsd/zlib.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/gems/3.1/extensions/x86_64-openbsd/3.1/debug-1.6.3/debug/debug.so > Extracting debug info from /exopi-obj/pobj/ruby-3.1.5/fake-amd64/usr/local/lib/ruby/gems/3.1/extensions/x86_64-openbsd/3.1/rbs-2.7.0/rbs_extension.so ===> Building package for ruby-3.1.5 Create /exopi-cvs/ports/packages/amd64/all/ruby-3.1.5.tgz Creating package ruby-3.1.5 reading plist| reading plist|- checking dependencies| checking dependencies|devel/gmp,-main checking dependencies|devel/libffi checking dependencies|devel/libyaml checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********* | 16% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|*********************** | 39% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|********************************** | 57% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************ | 80% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|*********************************************************** | 98% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|***** | 7% archiving|********* | 14% archiving|********** | 16% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|************** | 22% archiving|************** | 23% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|******************* | 30% archiving|******************** | 31% archiving|********************* | 32% archiving|********************* | 33% archiving|********************* | 34% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 35% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|**************************** | 45% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 46% archiving|****************************** | 47% archiving|****************************** | 48% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 49% archiving|********************************* | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************* | 59% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 63% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|********************************************** | 73% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 80% archiving|**************************************************** | 81% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************ | 95% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Creating package debug-ruby-3.1.5 reading plist| checking dependencies| checking dependencies|devel/gmp,-main checking dependencies|devel/libffi checking dependencies|devel/libyaml checking dependencies|lang/ruby/3.1,-main checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******* | 11% archiving|************** | 22% archiving|********************* | 33% archiving|**************************** | 44% archiving|*********************************** | 55% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|***************************************************** | 83% archiving|***************************************************** | 84% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|************************************************************ | 94% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/ruby-3.1.5.tgz Link to /exopi-cvs/ports/packages/amd64/ftp/debug-ruby-3.1.5.tgz `/exopi-obj/pobj/ruby-3.1.5/fake-amd64/.fake_done' is up to date. ===> Building package for ruby31-ri_docs-3.1.5 Create /exopi-cvs/ports/packages/amd64/no-arch/ruby31-ri_docs-3.1.5.tgz Creating package ruby31-ri_docs-3.1.5 reading plist| reading plist|- reading plist|\ reading plist|| reading plist|/ reading plist|- reading plist|\ checking dependencies| checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********* | 16% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|*********************** | 39% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|********************************** | 57% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************ | 80% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|*********************************************************** | 98% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|*** | 4% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|***** | 8% archiving|****** | 9% archiving|****** | 10% archiving|******* | 10% archiving|******* | 11% archiving|******* | 12% archiving|******** | 12% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|********* | 15% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************ | 20% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|************** | 22% archiving|************** | 23% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 24% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************* | 34% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 35% archiving|*********************** | 36% archiving|*********************** | 37% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 38% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 46% archiving|****************************** | 47% archiving|****************************** | 48% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 49% archiving|******************************** | 50% archiving|******************************** | 51% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 63% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|******************************************** | 70% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|***************************************************** | 84% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************ | 95% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/all/ruby31-ri_docs-3.1.5.tgz Link to /exopi-cvs/ports/packages/amd64/ftp/ruby31-ri_docs-3.1.5.tgz >>> Running clean in lang/ruby/3.1 at 1714745748.91 ===> lang/ruby/3.1 ===> Cleaning for ruby-3.1.5 >>> Ended at 1714745755.71 max_stuck=48.55/depends=2.02/show-prepare-results=1.81/patch=5.57/configure=152.71/build=648.14/fake=46.11/package=60.56/clean=6.82