>>> Building on octeon-3 under lang/ruby/4.0 BDEPENDS = [devel/gmp;devel/libyaml;devel/libffi] DIST = [lang/ruby/4.0,-main:ruby-4.0.0.tar.gz;lang/ruby/4.0,-main:ruby-box-test-fix.patch] FULLPKGNAME = ruby-4.0.0 RDEPENDS = [devel/libffi;devel/libyaml;devel/gmp] (Junk lock failure for octeon-3 at 1767215528.80939) Received IO (Junk lock obtained for octeon-3 at 1767215533.86) Received IO Woken up lang/ruby/4.0 >>> Running depends in lang/ruby/4.0 at 1767215539.12 last junk was in net/flow-tools /usr/sbin/pkg_add -aI -Drepair gmp-6.3.0p0 libffi-3.5.2 libyaml-0.2.5 was: /usr/sbin/pkg_add -aI -Drepair gmp-6.3.0p0 libffi-3.5.2 libyaml-0.2.5 /usr/sbin/pkg_add -aI -Drepair gmp-6.3.0p0 libffi-3.5.2 libyaml-0.2.5 >>> Running show-prepare-results in lang/ruby/4.0 at 1767215546.17 ===> lang/ruby/4.0 ===> Building from scratch ruby-4.0.0 ===> ruby-4.0.0 depends on: gmp-* -> gmp-6.3.0p0 ===> ruby-4.0.0 depends on: libyaml-* -> libyaml-0.2.5 ===> ruby-4.0.0 depends on: libffi-* -> libffi-3.5.2 ===> Verifying specs: c crypto ffi gmp m pthread ssl util yaml-0 z ===> found c.102.2 crypto.57.2 ffi.2.4 gmp.11.1 m.10.1 pthread.28.1 ssl.60.2 util.21.0 yaml-0.0.0 z.7.1 gmp-6.3.0p0 libffi-3.5.2 libyaml-0.2.5 (Junk lock released for octeon-3 at 1767215551.37) distfiles size=23956156 >>> Running patch in lang/ruby/4.0 at 1767215551.48 ===> lang/ruby/4.0 ===> Checking files for ruby-4.0.0 `/ports/distfiles/ruby-4.0.0.tar.gz' is up to date. `/ports/distfiles/ruby-box-test-fix.patch' is up to date. >> (SHA256) all files: OK ===> Extracting for ruby-4.0.0 tar: End of archive volume 1 reached rm -rf /pobj/ruby-4.0.0/ruby-4.0.0/ext/fiddle/libffi-* /pobj/ruby-4.0.0/ruby-4.0.0/tool/downloader.rb; ===> Patching for ruby-4.0.0 ===> Applying distribution patches for ruby-4.0.0 ===> Applying distribution patch ruby-box-test-fix.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 099da884fe95ccf6c684a1563ed1c4b0fd8e1196 Mon Sep 17 00:00:00 2001 |From: Sorah Fukumori |Date: Thu, 25 Dec 2025 21:35:15 +0900 |Subject: [PATCH] test_box: avoid failure with --program-suffix (#15734) | |--- | test/ruby/test_box.rb | 3 ++- | 1 file changed, 2 insertions(+), 1 deletion(-) | |diff --git a/test/ruby/test_box.rb b/test/ruby/test_box.rb |index a531afa679689e..28c9dd02b03d09 100644 |--- a/test/ruby/test_box.rb |+++ b/test/ruby/test_box.rb -------------------------- Patching file test/ruby/test_box.rb using Plan A... Hunk #1 succeeded at 1. 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 9. Hunk #2 succeeded at 591. 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 3358. done ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Using -mbranch-protection=standard to build with BTI support on aarch64. | |Don't use -A -n flags to strip (broken by default due to ports infrastructure). | |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 11106. Hunk #2 succeeded at 31848. Hunk #3 succeeded at 32396. Hunk #4 succeeded at 34645. 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 236. Hunk #2 succeeded at 266. 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 730. 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 52. 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. | |Index: lib/fileutils.rb |--- lib/fileutils.rb.orig |+++ lib/fileutils.rb -------------------------- Patching file lib/fileutils.rb using Plan A... Hunk #1 succeeded at 378. 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 444. 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.5 use a 35 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 23. 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 19. 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 54. done ===> Applying OpenBSD patch patch-lib_rubygems_ext_ext_conf_builder_rb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Don't clean extension dir when installing gems. Doing so breaks packaging |of some ports. | |Index: lib/rubygems/ext/ext_conf_builder.rb |--- lib/rubygems/ext/ext_conf_builder.rb.orig |+++ lib/rubygems/ext/ext_conf_builder.rb -------------------------- Patching file lib/rubygems/ext/ext_conf_builder.rb using Plan A... Hunk #1 succeeded at 60. done ===> Applying OpenBSD patch patch-lib_rubygems_rb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Disable the use of `gem update --system`, which is not supported when using |OpenBSD packages. Also avoids printing the nagging update message: | | A new release of RubyGems is available: 3.4.1 - 3.4.2! | Run `gem update --system 3.4.2` to update your installation. | |The ENV usage is to skip this logic during tests, to avoid test failures. | |Index: lib/rubygems.rb |--- lib/rubygems.rb.orig |+++ lib/rubygems.rb -------------------------- Patching file lib/rubygems.rb using Plan A... Hunk #1 succeeded at 1244. done ===> Applying OpenBSD patch patch-spec_ruby_library_socket_socket_connect_spec_rb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Skip spec that requires network access. | |Index: spec/ruby/library/socket/socket/connect_spec.rb |--- spec/ruby/library/socket/socket/connect_spec.rb.orig |+++ spec/ruby/library/socket/socket/connect_spec.rb -------------------------- Patching file spec/ruby/library/socket/socket/connect_spec.rb using Plan A... Hunk #1 succeeded at 73. done ===> Applying OpenBSD patch patch-spec_ruby_library_socket_tcpsocket_shared_new_rb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Skip spec that requires network access. | |Index: spec/ruby/library/socket/tcpsocket/shared/new.rb |--- spec/ruby/library/socket/tcpsocket/shared/new.rb.orig |+++ spec/ruby/library/socket/tcpsocket/shared/new.rb -------------------------- Patching file spec/ruby/library/socket/tcpsocket/shared/new.rb using Plan A... Hunk #1 succeeded at 15. done ===> Applying OpenBSD patch patch-template_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Allow linking libruby to libc++abi on amd64/aarch64, so other |software that links to libruby other than ruby itself does |not need to manually handle arch-dependent linking. | |Index: template/Makefile.in |--- template/Makefile.in.orig |+++ template/Makefile.in -------------------------- Patching file template/Makefile.in using Plan A... Hunk #1 succeeded at 338. done ===> Applying OpenBSD patch patch-test_rubygems_test_gem_commands_install_command_rb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Avoid test failure. | |Index: test/rubygems/test_gem_commands_install_command.rb |--- test/rubygems/test_gem_commands_install_command.rb.orig |+++ test/rubygems/test_gem_commands_install_command.rb -------------------------- Patching file test/rubygems/test_gem_commands_install_command.rb using Plan A... Hunk #1 succeeded at 1638. done ===> Applying OpenBSD patch patch-test_rubygems_test_gem_installer_rb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Change expectation in test as we modify Ruby to keep intermediate files |in order to work with the ports system. | |Index: test/rubygems/test_gem_installer.rb |--- test/rubygems/test_gem_installer.rb.orig |+++ test/rubygems/test_gem_installer.rb -------------------------- Patching file test/rubygems/test_gem_installer.rb using Plan A... Hunk #1 succeeded at 1699. 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/4.0 at 1767215575.37 ===> lang/ruby/4.0 ===> Generating configure for ruby-4.0.0 ===> Configuring for ruby-4.0.0 Using /pobj/ruby-4.0.0/config.site (generated) sed -i 's/%%CFLAGS_OVERRIDE%%//g' /pobj/ruby-4.0.0/ruby-4.0.0/ext/ripper/depend; /usr/bin/touch /pobj/ruby-4.0.0/ruby-4.0.0/ext/ripper/ripper.c configure: loading site script /pobj/ruby-4.0.0/config.site checking build system type... mips64-unknown-openbsd7.8 checking host system type... mips64-unknown-openbsd7.8 checking target system type... mips64-unknown-openbsd7.8 checking for cl.exe... c++ 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... yes checking whether cc -E accepts -o... yes checking for ar flags... rcD checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /pobj/ruby-4.0.0/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 if make is GNU make... no 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 -Wextra-tokens is accepted as CFLAGS... yes checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes checking whether -Wdivision-by-zero is accepted as CFLAGS... yes checking whether -Wdiv-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 -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 -Wno-maybe-uninitialized is accepted as CFLAGS... no checking whether -Wmisleading-indentation 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 for -fstack-protector... -fstack-protector-strong checking whether -fno-strict-overflow is accepted as CFLAGS... yes checking whether -ggdb3 is accepted as LDFLAGS... 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 for pthread.h... (cached) yes checking for pthread_create in -lthr... no checking for pthread_create in -lpthread... (cached) yes checking for pthread_np.h... yes checking thread model... pthread checking whether CXXFLAGS is valid... yes checking for crypt in -lcrypt... no checking for dlopen in -ldl... 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 afunix.h... no 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 sanitizer/tsan_interface.h... no checking for setjmpex.h... no checking for stdalign.h... yes checking for stdio.h... (cached) 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 sys/epoll.h... no checking for sys/event.h... yes checking for stdckdint.h... no checking for stdatomic.h... 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... yes 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 word size... 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 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 64bit __atomic builtins... yes checking for __sync builtins... yes checking for __builtin_unreachable... no checking for __assume... no 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 whether atomic_signal_fence is declared... yes checking for chmod... (cached) yes checking for chown... (cached) 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 execl... (cached) yes checking for execle... yes checking for execv... (cached) yes checking for execve... (cached) yes checking for explicit_memset... no checking for fcopyfile... no checking for fchdir... (cached) yes 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 getegid... (cached) yes checking for getentropy... yes checking for geteuid... (cached) yes checking for getgid... (cached) 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 getppid... (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 getuid... (cached) yes checking for getuidx... no checking for gmtime_r... (cached) yes checking for initgroups... (cached) yes checking for ioctl... (cached) yes checking for isfinite... no checking for issetugid... (cached) yes checking for kill... (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 malloc_trim... 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 mremap... no checking for openat... yes checking for pclose... (cached) yes checking for pipe... (cached) yes checking for pipe2... yes checking for poll... (cached) yes checking for popen... (cached) yes checking for posix_fadvise... no checking for posix_madvise... yes 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 snprintf... (cached) yes checking for spawnv... no checking for symlink... (cached) yes checking for syscall... no checking for sysconf... (cached) yes checking for system... (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 tzset... (cached) yes checking for umask... (cached) yes 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_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 for __builtin_add_overflow... yes checking for __builtin_add_overflow_p... no checking for __builtin_add_overflow with long long arguments... yes checking for __builtin_sub_overflow... yes checking for __builtin_sub_overflow_p... no checking for __builtin_sub_overflow with long long arguments... yes checking for __builtin_mul_overflow... yes checking for __builtin_mul_overflow_p... no checking for __builtin_mul_overflow with long long arguments... 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 mips64... -1 checking native coroutine implementation for mips64-openbsd7.8... pthread 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 for thread-local storage specifier... none 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... -S -x checking whether -Wl,--no-as-needed is accepted as LDFLAGS... no checking whether -Wl,--no-undefined is accepted as LDFLAGS... no checking whether wrapper for LD_LIBRARY_PATH is needed... no checking whether dtrace USDT is available... no checking for __builtin_setjmp... no checking for _setjmpex as a macro or function... no checking for _setjmp as a macro or function... yes checking for setjmp type... _setjmp checking if building with modular GC support... no checking for rustc... no checking for prefix of external symbols... NONE checking for default symbols in empty shared library... conftest.c _gp __cxa_finalize _thread_atfork _init _ftext __cxa_atexit __bss_start _fini _edata _GLOBAL_OFFSET_TABLE_ _end __data_start _Jv_RegisterClasses _fbss checking for safe null command for make... : .ext/include/mips64-openbsd/ruby/config.h updated configure: ruby library version = 4.0 configure: creating ./config.status config.status: creating Makefile --- Configuration summary for ruby version 4.0.0 * Installation prefix: /usr/local * exec prefix: ${prefix} * arch: mips64-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.8 * compiler: cc * with thread: pthread * with coroutine: pthread * with modular GC: no * enable shared libs: yes * dynamic library ext: so * CFLAGS: ${hardenflags} -fdeclspec ${optflags} \ ${debugflags} ${warnflags} * LDFLAGS: -L. -L/usr/local/lib -fstack-protector-strong \ -Wl,-E * DLDFLAGS: -L/usr/local/lib * optflags: -fno-fast-math * debugflags: -ggdb3 * warnflags: -Wall -Wextra -Wextra-tokens \ -Wdeprecated-declarations -Wdivision-by-zero \ -Wdiv-by-zero -Wimplicit-function-declaration \ -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 \ -Wwrite-strings -Wold-style-definition \ -Wmissing-noreturn -Wno-cast-function-type \ -Wno-constant-logical-operand -Wno-long-long \ -Wno-missing-field-initializers \ -Wno-overlength-strings -Wno-parentheses-equality \ -Wno-self-assign -Wno-tautological-compare \ -Wno-unused-parameter -Wno-unused-value \ -Wunused-variable -Wmisleading-indentation -Wundef * hardenflags: -fstack-protector-strong -U_FORTIFY_SOURCE \ -D_FORTIFY_SOURCE=2 * strip command: strip -S -x * install doc: rdoc * YJIT support: no * ZJIT support: no * man page type: doc --- >>> Running build in lang/ruby/4.0 at 1767216010.59 ===> lang/ruby/4.0 ===> Building for ruby-4.0.0 BASERUBY = ./tool/missing-baseruby.bat CC = cc LD = ld LDSHARED = cc -shared CFLAGS = -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir= CPPFLAGS = -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include DLDFLAGS = -L/usr/local/lib -fstack-protector-strong SOLIBS = -lz -lgmp -lm -pthread LANG = LC_ALL = LC_CTYPE = MFLAGS = V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 RUSTC = no YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/pobj/ruby-4.0.0/ruby-4.0.0/target/release/' './yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/pobj/ruby-4.0.0/ruby-4.0.0/target/release/' './zjit/src/lib.rs' OpenBSD clang version 19.1.7 Target: mips64-unknown-openbsd7.8 Thread model: posix InstalledDir: /usr/bin cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o main.o -c ./main.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o dmydln.o -c dmydln.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o miniinit.o -c miniinit.c echo '#include "probes.dmyh"' > probes.h cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o array.o -c array.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o ast.o -c ast.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o bignum.o -c bignum.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o box.o -c box.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o class.o -c class.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o compar.o -c compar.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o compile.o -c compile.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o complex.o -c complex.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o concurrent_set.o -c concurrent_set.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o cont.o -c cont.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o debug.o -c debug.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o debug_counter.o -c debug_counter.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o dir.o -c dir.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o dln_find.o -c dln_find.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o encoding.o -c encoding.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o enum.o -c enum.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o enumerator.o -c enumerator.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o error.o -c error.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o eval.o -c eval.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o file.o -c file.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o gc.o -c gc.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o hash.o -c hash.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o imemo.o -c imemo.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o inits.o -c inits.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o io.o -c io.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o io_buffer.o -c io_buffer.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o iseq.o -c iseq.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o load.o -c load.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o marshal.o -c marshal.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o math.o -c math.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o memory_view.o -c memory_view.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o node.o -c node.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o node_dump.o -c node_dump.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o numeric.o -c numeric.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o object.o -c object.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o pack.o -c pack.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o pathname.o -c pathname.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o parse.o -c parse.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o parser_st.o -c parser_st.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o proc.o -c proc.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o process.o -c process.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o ractor.o -c ractor.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o random.o -c random.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o range.o -c range.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o rational.o -c rational.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o re.o -c re.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o regcomp.o -c regcomp.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o regenc.o -c regenc.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o regerror.o -c regerror.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o regexec.o -c regexec.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o regparse.o -c regparse.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o regsyntax.o -c regsyntax.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o ruby.o -c ruby.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o ruby_parser.o -c ruby_parser.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o scheduler.o -c scheduler.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o set.o -c set.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o shape.o -c shape.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o signal.o -c signal.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o sprintf.o -c sprintf.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o st.o -c st.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o strftime.o -c strftime.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o string.o -c string.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o struct.o -c struct.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o symbol.o -c symbol.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o thread.o -c thread.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o time.o -c time.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o transcode.o -c transcode.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o util.o -c util.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o variable.o -c variable.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o version.o -c version.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o vm.o -c vm.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o vm_backtrace.o -c vm_backtrace.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o vm_dump.o -c vm_dump.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o vm_sync.o -c vm_sync.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o vm_trace.o -c vm_trace.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o weakmap.o -c weakmap.c mkdir -p prism/util cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/api_node.o -c prism/api_node.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/api_pack.o -c prism/api_pack.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/diagnostic.o -c prism/diagnostic.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/encoding.o -c prism/encoding.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/extension.o -c prism/extension.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/node.o -c prism/node.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/options.o -c prism/options.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/pack.o -c prism/pack.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/prettyprint.o -c prism/prettyprint.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/regexp.o -c prism/regexp.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/serialize.o -c prism/serialize.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/static_literals.o -c prism/static_literals.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/token_type.o -c prism/token_type.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/util/pm_buffer.o -c prism/util/pm_buffer.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/util/pm_char.o -c prism/util/pm_char.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/util/pm_constant_pool.o -c prism/util/pm_constant_pool.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/util/pm_integer.o -c prism/util/pm_integer.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/util/pm_list.o -c prism/util/pm_list.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/util/pm_memchr.o -c prism/util/pm_memchr.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/util/pm_newline_list.o -c prism/util/pm_newline_list.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/util/pm_string.o -c prism/util/pm_string.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/util/pm_strncasecmp.o -c prism/util/pm_strncasecmp.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/util/pm_strpbrk.o -c prism/util/pm_strpbrk.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism/prism.o -c prism/prism.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o prism_init.o -c ./prism_init.c mkdir -p coroutine/pthread cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o coroutine/pthread/Context.o -c coroutine/pthread/Context.c mkdir -p enc/trans .ext/.timestamp cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o enc/ascii.o -c enc/ascii.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o enc/us_ascii.o -c enc/us_ascii.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o enc/unicode.o -c enc/unicode.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o enc/utf_8.o -c enc/utf_8.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o enc/trans/newline.o -c enc/trans/newline.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o addr2line.o -c addr2line.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -fstack-protector-strong main.o dmydln.o miniinit.o array.o ast.o bignum.o box.o class.o compar.o compile.o complex.o concurrent_set.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 imemo.o inits.o io.o io_buffer.o iseq.o load.o marshal.o math.o memory_view.o node.o node_dump.o numeric.o object.o pack.o pathname.o parse.o parser_st.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 ruby_parser.o scheduler.o set.o shape.o signal.o sprintf.o st.o strftime.o string.o struct.o symbol.o thread.o time.o transcode.o util.o variable.o version.o vm.o vm_backtrace.o vm_dump.o vm_sync.o vm_trace.o weakmap.o prism/api_node.o prism/api_pack.o prism/diagnostic.o prism/encoding.o prism/extension.o prism/node.o prism/options.o prism/pack.o prism/prettyprint.o prism/regexp.o prism/serialize.o prism/static_literals.o prism/token_type.o prism/util/pm_buffer.o prism/util/pm_char.o prism/util/pm_constant_pool.o prism/util/pm_integer.o prism/util/pm_list.o prism/util/pm_memchr.o prism/util/pm_newline_list.o prism/util/pm_string.o prism/util/pm_strncasecmp.o prism/util/pm_strpbrk.o prism/prism.o prism_init.o coroutine/pthread/Context.o enc/ascii.o enc/us_ascii.o enc/unicode.o enc/utf_8.o enc/trans/newline.o addr2line.o -lz -lgmp -lm -pthread -o miniruby /usr/local/lib/libgmp.so.11.1: warning: vsprintf() is often misused, please use vsnprintf() : exit > ./.revision.time ./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' 17.0.0 ./enc/unicode/17.0.0/casefold.h ./enc/unicode/17.0.0/name2ctype.h ./miniruby -I./lib -I. -I.ext/common ./tool/mkconfig.rb -arch=mips64-openbsd -version=4.0.0 -install_name=ruby40 -so_name=ruby40 -unicode_version=17.0.0 -unicode_emoji_version=17.0 > rbconfig.tmp /bin/sh ./tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp rbconfig.rb updated ./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/17.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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o dln.o -c dln.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -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 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -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.rbbin ./template/builtin_binary.rbbin.tmpl builtin_binary.rbbin updated sha256sum builtin_binary.rbbin 2> /dev/null || : cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o builtin.o -c builtin.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o dmyext.o -c dmyext.c cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/mips64-openbsd -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir="" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -o dmyenc.o -c dmyenc.c ar rcD libruby40-static.a dln.o localeinit.o loadpath.o array.o ast.o bignum.o box.o class.o compar.o compile.o complex.o concurrent_set.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 imemo.o inits.o io.o io_buffer.o iseq.o load.o marshal.o math.o memory_view.o node.o node_dump.o numeric.o object.o pack.o pathname.o parse.o parser_st.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 ruby_parser.o scheduler.o set.o shape.o signal.o sprintf.o st.o strftime.o string.o struct.o symbol.o thread.o time.o transcode.o util.o variable.o version.o vm.o vm_backtrace.o vm_dump.o vm_sync.o vm_trace.o weakmap.o prism/api_node.o prism/api_pack.o prism/diagnostic.o prism/encoding.o prism/extension.o prism/node.o prism/options.o prism/pack.o prism/prettyprint.o prism/regexp.o prism/serialize.o prism/static_literals.o prism/token_type.o prism/util/pm_buffer.o prism/util/pm_char.o prism/util/pm_constant_pool.o prism/util/pm_integer.o prism/util/pm_list.o prism/util/pm_memchr.o prism/util/pm_newline_list.o prism/util/pm_string.o prism/util/pm_strncasecmp.o prism/util/pm_strpbrk.o prism/prism.o prism_init.o coroutine/pthread/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 box.o class.o compar.o compile.o complex.o concurrent_set.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 imemo.o inits.o io.o io_buffer.o iseq.o load.o marshal.o math.o memory_view.o node.o node_dump.o numeric.o object.o pack.o pathname.o parse.o parser_st.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 ruby_parser.o scheduler.o set.o shape.o signal.o sprintf.o st.o strftime.o string.o struct.o symbol.o thread.o time.o transcode.o util.o variable.o version.o vm.o vm_backtrace.o vm_dump.o vm_sync.o vm_trace.o weakmap.o prism/api_node.o prism/api_pack.o prism/diagnostic.o prism/encoding.o prism/extension.o prism/node.o prism/options.o prism/pack.o prism/prettyprint.o prism/regexp.o prism/serialize.o prism/static_literals.o prism/token_type.o prism/util/pm_buffer.o prism/util/pm_char.o prism/util/pm_constant_pool.o prism/util/pm_integer.o prism/util/pm_list.o prism/util/pm_memchr.o prism/util/pm_newline_list.o prism/util/pm_string.o prism/util/pm_strncasecmp.o prism/util/pm_strpbrk.o prism/prism.o prism_init.o coroutine/pthread/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 -lgmp -lm -pthread -o libruby40.so.0.0 objcopy -w -L 'Init_*' -L 'InitVM_*' -L 'ruby_static_id_*' -L '*_threadptr_*' -L '*_ec_*' libruby40.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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 "' ext/configure-ext.mk updated mkdir -p .ext/.timestamp/mips64-openbsd .ext/mips64-openbsd mkdir -p .ext/.timestamp .ext/common /usr/bin/make -f ext/configure-ext.mk V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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-/abi/extconf.rb ../../../.././ext/-test-/arith_seq/beg_len_step/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-/box/yay1/extconf.rb ../../../.././ext/-test-/box/yay2/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-/ensure_and_callcc/extconf.rb ../../.././ext/-test-/enumerator_kw/extconf.rb ../../.././ext/-test-/eval/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-/load/resolve_symbol_resolver/extconf.rb ../../../.././ext/-test-/load/resolve_symbol_target/extconf.rb ../../../.././ext/-test-/load/stringify_symbols/extconf.rb ../../../.././ext/-test-/load/stringify_target/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-/public_header_warnings/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-/sanitizers/extconf.rb ../../.././ext/-test-/scan_args/extconf.rb ../../.././ext/-test-/scheduler/extconf.rb ../../../.././ext/-test-/st/foreach/extconf.rb ../../../.././ext/-test-/st/numhash/extconf.rb ../../../.././ext/-test-/st/update/extconf.rb ../../.././ext/-test-/stack/extconf.rb ../../.././ext/-test-/string/extconf.rb ../../.././ext/-test-/struct/extconf.rb ../../.././ext/-test-/symbol/extconf.rb ../../../.././ext/-test-/thread/id/extconf.rb ../../../.././ext/-test-/thread/instrumentation/extconf.rb ../../../.././ext/-test-/thread/lock_native_thread/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/cgi/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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/erb/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic -- configure ext/erb ../../.././ext/erb/escape/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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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/io/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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/objspace/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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/psych/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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/rbconfig/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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/ripper/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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/win32/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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/zlib/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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/bigdecimal-4.0.1/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --no-extstatic -- configure .bundle/gems/bigdecimal-4.0.1 ../../../../.././.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=.bundle/gems/debug-1.11.1/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --no-extstatic -- configure .bundle/gems/debug-1.11.1 ../../../../.././.bundle/gems/debug-1.11.1/ext/debug/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=.bundle/gems/fiddle-1.1.8/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --no-extstatic -- configure .bundle/gems/fiddle-1.1.8 ../../../../.././.bundle/gems/fiddle-1.1.8/ext/fiddle/extconf.rb libffi_version: 3.5.2 ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=.bundle/gems/nkf-0.2.0/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --no-extstatic -- configure .bundle/gems/nkf-0.2.0 ../../../../.././.bundle/gems/nkf-0.2.0/ext/nkf/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=.bundle/gems/racc-1.8.1/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --no-extstatic -- configure .bundle/gems/racc-1.8.1 ../../../../../.././.bundle/gems/racc-1.8.1/ext/racc/cparse/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=.bundle/gems/rbs-3.10.0/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --no-extstatic -- configure .bundle/gems/rbs-3.10.0 ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=.bundle/gems/syslog-0.3.0/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --no-extstatic -- configure .bundle/gems/syslog-0.3.0 ../../../../.././.bundle/gems/syslog-0.3.0/ext/syslog/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='/usr/bin/make' --command-output=.bundle/gems/win32ole-1.9.2/exts.mk --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --make-flags=" V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 " --gnumake= --extflags="" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --no-extstatic -- configure .bundle/gems/win32ole-1.9.2 ./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 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 libdir="/usr/local/lib" LIBRUBY_EXTS=./.libruby-with-ext.time EXTENCS="dmyenc.o" BASERUBY="./tool/missing-baseruby.bat" MINIRUBY="./miniruby -I./lib -I. -I.ext/common " cd ext/-test-/RUBY_ALIGNOF && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/RUBY_ALIGNOF -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o c.o -c c.c c++ -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/RUBY_ALIGNOF -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -o cpp.o -c cpp.cpp mkdir -p ../../../.ext/.timestamp/mips64-openbsd ../../../.ext/mips64-openbsd/-test-/ exit > ../../../.ext/.timestamp/mips64-openbsd/.-test-.time rm -f ../../../.ext/mips64-openbsd/-test-/RUBY_ALIGNOF.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/RUBY_ALIGNOF.so c.o cpp.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/abi && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cd ext/-test-/arith_seq/beg_len_step && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/arith_seq/beg_len_step -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o beg_len_step.o -c beg_len_step.c mkdir -p ../../../../.ext/.timestamp/mips64-openbsd ../../../../.ext/mips64-openbsd/-test-/arith_seq/ exit > ../../../../.ext/.timestamp/mips64-openbsd/.-test-.-.arith_seq.time rm -f ../../../../.ext/mips64-openbsd/-test-/arith_seq/beg_len_step.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/arith_seq/beg_len_step.so beg_len_step.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/arith_seq/extract && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o extract.o -c extract.c rm -f ../../../../.ext/mips64-openbsd/-test-/arith_seq/extract.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/arith_seq/extract.so extract.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/array/concat && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/array/concat -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o to_ary_concat.o -c to_ary_concat.c mkdir -p ../../../../.ext/.timestamp/mips64-openbsd ../../../../.ext/mips64-openbsd/-test-/array/ exit > ../../../../.ext/.timestamp/mips64-openbsd/.-test-.-.array.time rm -f ../../../../.ext/mips64-openbsd/-test-/array/to_ary_concat.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/array/to_ary_concat.so to_ary_concat.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/array/resize && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/array/resize -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o resize.o -c resize.c rm -f ../../../../.ext/mips64-openbsd/-test-/array/resize.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/array/resize.so resize.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/bignum && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o big2str.o -c big2str.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o bigzero.o -c bigzero.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o div.o -c div.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o intpack.o -c intpack.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o mul.o -c mul.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o str2big.o -c str2big.c rm -f ../../../.ext/mips64-openbsd/-test-/bignum.so cc -shared -fPIC -o ../../../.ext/mips64-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 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/box/yay1 && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/box/yay1 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o yay1.o -c yay1.c mkdir -p ../../../../.ext/.timestamp/mips64-openbsd ../../../../.ext/mips64-openbsd/-test-/box/ exit > ../../../../.ext/.timestamp/mips64-openbsd/.-test-.-.box.time rm -f ../../../../.ext/mips64-openbsd/-test-/box/yay1.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/box/yay1.so yay1.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/box/yay2 && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/box/yay2 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o yay2.o -c yay2.c rm -f ../../../../.ext/mips64-openbsd/-test-/box/yay2.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/box/yay2.so yay2.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/bug-14834 && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/bug-14834 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o bug-14834.o -c bug-14834.c rm -f ../../../.ext/mips64-openbsd/-test-/bug_14834.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/bug_14834.so bug-14834.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/bug-3571 && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/bug-3571 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o bug.o -c bug.c rm -f ../../../.ext/mips64-openbsd/-test-/bug_3571.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/bug_3571.so bug.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/bug-5832 && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/bug-5832 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o bug.o -c bug.c rm -f ../../../.ext/mips64-openbsd/-test-/bug_5832.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/bug_5832.so bug.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/bug_reporter && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/bug_reporter -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o bug_reporter.o -c bug_reporter.c rm -f ../../../.ext/mips64-openbsd/-test-/bug_reporter.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/bug_reporter.so bug_reporter.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/class && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o class2name.o -c class2name.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c rm -f ../../../.ext/mips64-openbsd/-test-/class.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/class.so class2name.o init.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/cxxanyargs && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all c++ -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/cxxanyargs -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -o cxxanyargs.o -c cxxanyargs.cpp ../../../miniruby -I'../../..' -I'../../.././lib' -I'../../../.ext/mips64-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/mips64-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/mips64-openbsd/-test-/cxxanyargs.so c++ -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/cxxanyargs.so cxxanyargs.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/debug && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/debug -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/debug -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o inspector.o -c inspector.c cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/debug -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o profile_frames.o -c profile_frames.c rm -f ../../../.ext/mips64-openbsd/-test-/debug.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/debug.so init.o inspector.o profile_frames.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/dln/empty && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/dln/empty -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o empty.o -c empty.c mkdir -p ../../../../.ext/.timestamp/mips64-openbsd ../../../../.ext/mips64-openbsd/-test-/dln/ exit > ../../../../.ext/.timestamp/mips64-openbsd/.-test-.-.dln.time rm -f ../../../../.ext/mips64-openbsd/-test-/dln/empty.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/dln/empty.so empty.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/econv && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o append.o -c append.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c rm -f ../../../.ext/mips64-openbsd/-test-/econv.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/econv.so append.o init.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/ensure_and_callcc && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/ensure_and_callcc -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ensure_and_callcc.o -c ensure_and_callcc.c rm -f ../../../.ext/mips64-openbsd/-test-/ensure_and_callcc.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/ensure_and_callcc.so ensure_and_callcc.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/enumerator_kw && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/enumerator_kw -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enumerator_kw.o -c enumerator_kw.c rm -f ../../../.ext/mips64-openbsd/-test-/enumerator_kw.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/enumerator_kw.so enumerator_kw.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/eval && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/eval -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o eval.o -c eval.c rm -f ../../../.ext/mips64-openbsd/-test-/eval.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/eval.so eval.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/exception && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/exception -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o dataerror.o -c dataerror.c cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/exception -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc_raise.o -c enc_raise.c cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/exception -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ensured.o -c ensured.c cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/exception -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c rm -f ../../../.ext/mips64-openbsd/-test-/exception.so cc -shared -fPIC -o ../../../.ext/mips64-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 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/fatal && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/fatal -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/fatal -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o invalid.o -c invalid.c cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/fatal -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o rb_fatal.o -c rb_fatal.c rm -f ../../../.ext/mips64-openbsd/-test-/fatal.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/fatal.so init.o invalid.o rb_fatal.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/file && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o fs.o -c fs.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o newline_conv.o -c newline_conv.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o stat.o -c stat.c rm -f ../../../.ext/mips64-openbsd/-test-/file.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/file.so fs.o init.o newline_conv.o stat.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/float && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o nextafter.o -c nextafter.c rm -f ../../../.ext/mips64-openbsd/-test-/float.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/float.so init.o nextafter.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/funcall && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/funcall -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o funcall.o -c funcall.c rm -f ../../../.ext/mips64-openbsd/-test-/funcall.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/funcall.so funcall.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/gvl/call_without_gvl && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o call_without_gvl.o -c call_without_gvl.c mkdir -p ../../../../.ext/.timestamp/mips64-openbsd ../../../../.ext/mips64-openbsd/-test-/gvl/ exit > ../../../../.ext/.timestamp/mips64-openbsd/.-test-.-.gvl.time rm -f ../../../../.ext/mips64-openbsd/-test-/gvl/call_without_gvl.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/gvl/call_without_gvl.so call_without_gvl.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/hash && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o delete.o -c delete.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c rm -f ../../../.ext/mips64-openbsd/-test-/hash.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/hash.so delete.o init.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/integer && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o core_ext.o -c core_ext.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o my_integer.o -c my_integer.c rm -f ../../../.ext/mips64-openbsd/-test-/integer.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/integer.so core_ext.o init.o my_integer.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/iseq_load && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/iseq_load -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o iseq_load.o -c iseq_load.c rm -f ../../../.ext/mips64-openbsd/-test-/iseq_load.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/iseq_load.so iseq_load.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/iter && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o break.o -c break.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o yield.o -c yield.c rm -f ../../../.ext/mips64-openbsd/-test-/iter.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/iter.so break.o init.o yield.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/load/dot.dot && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o dot.dot.o -c dot.dot.c mkdir -p ../../../../.ext/.timestamp/mips64-openbsd ../../../../.ext/mips64-openbsd/-test-/load/ exit > ../../../../.ext/.timestamp/mips64-openbsd/.-test-.-.load.time rm -f ../../../../.ext/mips64-openbsd/-test-/load/dot.dot.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/load/dot.dot.so dot.dot.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/load/protect && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/load/protect -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o protect.o -c protect.c rm -f ../../../../.ext/mips64-openbsd/-test-/load/protect.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/load/protect.so protect.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/load/resolve_symbol_resolver && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/load/resolve_symbol_resolver -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o resolve_symbol_resolver.o -c resolve_symbol_resolver.c rm -f ../../../../.ext/mips64-openbsd/-test-/load/resolve_symbol_resolver.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/load/resolve_symbol_resolver.so resolve_symbol_resolver.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/load/resolve_symbol_target && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/load/resolve_symbol_target -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o resolve_symbol_target.o -c resolve_symbol_target.c rm -f ../../../../.ext/mips64-openbsd/-test-/load/resolve_symbol_target.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/load/resolve_symbol_target.so resolve_symbol_target.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/load/stringify_symbols && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/load/stringify_symbols -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o stringify_symbols.o -c stringify_symbols.c rm -f ../../../../.ext/mips64-openbsd/-test-/load/stringify_symbols.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/load/stringify_symbols.so stringify_symbols.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/load/stringify_target && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/load/stringify_target -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o stringify_target.o -c stringify_target.c rm -f ../../../../.ext/mips64-openbsd/-test-/load/stringify_target.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/load/stringify_target.so stringify_target.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/marshal/compat && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/marshal/compat -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o usrcompat.o -c usrcompat.c mkdir -p ../../../../.ext/.timestamp/mips64-openbsd ../../../../.ext/mips64-openbsd/-test-/marshal/ exit > ../../../../.ext/.timestamp/mips64-openbsd/.-test-.-.marshal.time rm -f ../../../../.ext/mips64-openbsd/-test-/marshal/compat.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/marshal/compat.so usrcompat.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/marshal/internal_ivar && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o internal_ivar.o -c internal_ivar.c rm -f ../../../../.ext/mips64-openbsd/-test-/marshal/internal_ivar.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/marshal/internal_ivar.so internal_ivar.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/marshal/usr && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/marshal/usr -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o usrmarshal.o -c usrmarshal.c rm -f ../../../../.ext/mips64-openbsd/-test-/marshal/usr.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/marshal/usr.so usrmarshal.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/memory_status && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cd ext/-test-/memory_view && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o memory_view.o -c memory_view.c rm -f ../../../.ext/mips64-openbsd/-test-/memory_view.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/memory_view.so memory_view.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/method && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/method -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o arity.o -c arity.c cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/method -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c rm -f ../../../.ext/mips64-openbsd/-test-/method.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/method.so arity.o init.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/notimplement && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/notimplement -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o bug.o -c bug.c rm -f ../../../.ext/mips64-openbsd/-test-/notimplement.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/notimplement.so bug.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/num2int && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/num2int -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o num2int.o -c num2int.c rm -f ../../../.ext/mips64-openbsd/-test-/num2int.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/num2int.so num2int.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/path_to_class && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o path_to_class.o -c path_to_class.c rm -f ../../../.ext/mips64-openbsd/-test-/path_to_class.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/path_to_class.so path_to_class.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/popen_deadlock && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cd ext/-test-/postponed_job && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/postponed_job -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o postponed_job.o -c postponed_job.c rm -f ../../../.ext/mips64-openbsd/-test-/postponed_job.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/postponed_job.so postponed_job.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/printf && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/printf -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o printf.o -c printf.c rm -f ../../../.ext/mips64-openbsd/-test-/printf.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/printf.so printf.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/proc && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o receiver.o -c receiver.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o super.o -c super.c rm -f ../../../.ext/mips64-openbsd/-test-/proc.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/proc.so init.o receiver.o super.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/public_header_warnings && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cd ext/-test-/random && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o bad_version.o -c bad_version.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o loop.o -c loop.c rm -f ../../../.ext/mips64-openbsd/-test-/random.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/random.so bad_version.o init.o loop.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/rational && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o rat.o -c rat.c rm -f ../../../.ext/mips64-openbsd/-test-/rational.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/rational.so rat.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/rb_call_super_kw && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o rb_call_super_kw.o -c rb_call_super_kw.c rm -f ../../../.ext/mips64-openbsd/-test-/rb_call_super_kw.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/rb_call_super_kw.so rb_call_super_kw.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/recursion && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/recursion -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o recursion.o -c recursion.c rm -f ../../../.ext/mips64-openbsd/-test-/recursion.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/recursion.so recursion.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/regexp && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/regexp -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/regexp -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o parse_depth_limit.o -c parse_depth_limit.c rm -f ../../../.ext/mips64-openbsd/-test-/regexp.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/regexp.so init.o parse_depth_limit.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/sanitizers && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/sanitizers -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o sanitizers.o -c sanitizers.c rm -f ../../../.ext/mips64-openbsd/-test-/sanitizers.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/sanitizers.so sanitizers.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/scan_args && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/scan_args -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o scan_args.o -c scan_args.c rm -f ../../../.ext/mips64-openbsd/-test-/scan_args.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/scan_args.so scan_args.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/scheduler && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/scheduler -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o scheduler.o -c scheduler.c rm -f ../../../.ext/mips64-openbsd/-test-/scheduler.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/scheduler.so scheduler.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/st/foreach && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/st/foreach -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o foreach.o -c foreach.c mkdir -p ../../../../.ext/.timestamp/mips64-openbsd ../../../../.ext/mips64-openbsd/-test-/st/ exit > ../../../../.ext/.timestamp/mips64-openbsd/.-test-.-.st.time rm -f ../../../../.ext/mips64-openbsd/-test-/st/foreach.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/st/foreach.so foreach.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/st/numhash && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/st/numhash -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o numhash.o -c numhash.c rm -f ../../../../.ext/mips64-openbsd/-test-/st/numhash.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/st/numhash.so numhash.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/st/update && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/st/update -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o update.o -c update.c rm -f ../../../../.ext/mips64-openbsd/-test-/st/update.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/st/update.so update.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/stack && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/stack -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o stack.o -c stack.c rm -f ../../../.ext/mips64-openbsd/-test-/stack.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/stack.so stack.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/string && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o capacity.o -c capacity.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o coderange.o -c coderange.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o cstr.o -c cstr.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ellipsize.o -c ellipsize.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc_associate.o -c enc_associate.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc_dummy.o -c enc_dummy.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc_str_buf_cat.o -c enc_str_buf_cat.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o fstring.o -c fstring.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o modify.o -c modify.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o new.o -c new.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o nofree.o -c nofree.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o normalize.o -c normalize.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o qsort.o -c qsort.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o rb_interned_str.o -c rb_interned_str.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o rb_str_dup.o -c rb_str_dup.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o set_len.o -c set_len.c rm -f ../../../.ext/mips64-openbsd/-test-/string.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/string.so capacity.o coderange.o cstr.o ellipsize.o enc_associate.o enc_dummy.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 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/struct && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o data.o -c data.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o duplicate.o -c duplicate.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o len.o -c len.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o member.o -c member.c rm -f ../../../.ext/mips64-openbsd/-test-/struct.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/struct.so data.o duplicate.o init.o len.o member.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/symbol && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/symbol -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/symbol -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o type.o -c type.c rm -f ../../../.ext/mips64-openbsd/-test-/symbol.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/symbol.so init.o type.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/thread/id && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cd ext/-test-/thread/instrumentation && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/thread/instrumentation -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o instrumentation.o -c instrumentation.c mkdir -p ../../../../.ext/.timestamp/mips64-openbsd ../../../../.ext/mips64-openbsd/-test-/thread/ exit > ../../../../.ext/.timestamp/mips64-openbsd/.-test-.-.thread.time rm -f ../../../../.ext/mips64-openbsd/-test-/thread/instrumentation.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/thread/instrumentation.so instrumentation.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/thread/lock_native_thread && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../../.ext/include/mips64-openbsd -I../../../.././include -I../../../.././ext/-test-/thread/lock_native_thread -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o lock_native_thread.o -c lock_native_thread.c rm -f ../../../../.ext/mips64-openbsd/-test-/thread/lock_native_thread.so cc -shared -fPIC -o ../../../../.ext/mips64-openbsd/-test-/thread/lock_native_thread.so lock_native_thread.o -L. -L../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/time && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c cc -I. -I../../../.ext/include/mips64-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 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o new.o -c new.c rm -f ../../../.ext/mips64-openbsd/-test-/time.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/time.so init.o new.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/tracepoint && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/tracepoint -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o gc_hook.o -c gc_hook.c cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/tracepoint -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o tracepoint.o -c tracepoint.c rm -f ../../../.ext/mips64-openbsd/-test-/tracepoint.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/tracepoint.so gc_hook.o tracepoint.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/typeddata && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/typeddata -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o typeddata.o -c typeddata.c rm -f ../../../.ext/mips64-openbsd/-test-/typeddata.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/typeddata.so typeddata.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/vm && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/vm -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o at_exit.o -c at_exit.c mkdir -p ../../../.ext/.timestamp/mips64-openbsd ../../../.ext/mips64-openbsd/-test-/vm/ exit > ../../../.ext/.timestamp/mips64-openbsd/.-test-.-.vm.time rm -f ../../../.ext/mips64-openbsd/-test-/vm/at_exit.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/vm/at_exit.so at_exit.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/-test-/wait && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/-test-/wait -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o wait.o -c wait.c rm -f ../../../.ext/mips64-openbsd/-test-/wait.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/-test-/wait.so wait.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/cgi/escape && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/cgi/escape -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o escape.o -c escape.c mkdir -p ../../../.ext/.timestamp/mips64-openbsd ../../../.ext/mips64-openbsd/cgi/ exit > ../../../.ext/.timestamp/mips64-openbsd/.cgi.time rm -f ../../../.ext/mips64-openbsd/cgi/escape.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/cgi/escape.so escape.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/continuation && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/continuation -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o continuation.o -c continuation.c rm -f ../../.ext/mips64-openbsd/continuation.so cc -shared -fPIC -o ../../.ext/mips64-openbsd/continuation.so continuation.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/coverage && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/coverage -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o coverage.o -c coverage.c rm -f ../../.ext/mips64-openbsd/coverage.so cc -shared -fPIC -o ../../.ext/mips64-openbsd/coverage.so coverage.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cp ../.././ext/coverage/lib/coverage.rb ../../.ext/common/coverage.rb cd ext/date && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o date_core.o -c date_core.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o date_parse.o -c date_parse.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o date_strftime.o -c date_strftime.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o date_strptime.o -c date_strptime.c rm -f ../../.ext/mips64-openbsd/date_core.so cc -shared -fPIC -o ../../.ext/mips64-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 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cp ../.././ext/date/lib/date.rb ../../.ext/common/date.rb cd ext/digest && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/digest -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o digest.o -c digest.c rm -f ../../.ext/mips64-openbsd/digest.so cc -shared -fPIC -o ../../.ext/mips64-openbsd/digest.so digest.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : mkdir -p ../../.ext/.timestamp ../../.ext/include/ruby exit > ../../.ext/.timestamp/.include.-.ruby.time cp ../.././ext/digest/digest.h ../../.ext/include/ruby/digest.h mkdir -p ../../.ext/.timestamp ../../.ext/common/digest exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.digest.time cp ../.././ext/digest/lib/digest/loader.rb ../../.ext/common/digest/loader.rb cp ../.././ext/digest/lib/digest/version.rb ../../.ext/common/digest/version.rb cp ../.././ext/digest/lib/digest.rb ../../.ext/common/digest.rb cd ext/digest/bubblebabble && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/digest/bubblebabble -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o bubblebabble.o -c bubblebabble.c mkdir -p ../../../.ext/.timestamp/mips64-openbsd ../../../.ext/mips64-openbsd/digest/ exit > ../../../.ext/.timestamp/mips64-openbsd/.digest.time rm -f ../../../.ext/mips64-openbsd/digest/bubblebabble.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/digest/bubblebabble.so bubblebabble.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/digest/md5 && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/digest/md5 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o md5init.o -c md5init.c cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/digest/md5 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o md5.o -c md5.c rm -f ../../../.ext/mips64-openbsd/digest/md5.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/digest/md5.so md5init.o md5.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/digest/rmd160 && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/digest/rmd160 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o rmd160init.o -c rmd160init.c cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/digest/rmd160 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o rmd160.o -c rmd160.c rm -f ../../../.ext/mips64-openbsd/digest/rmd160.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/digest/rmd160.so rmd160init.o rmd160.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/digest/sha1 && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/digest/sha1 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o sha1init.o -c sha1init.c cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/digest/sha1 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o sha1.o -c sha1.c rm -f ../../../.ext/mips64-openbsd/digest/sha1.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/digest/sha1.so sha1init.o sha1.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/digest/sha2 && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/digest/sha2 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o sha2init.o -c sha2init.c cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/digest/sha2 -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o sha2.o -c sha2.c rm -f ../../../.ext/mips64-openbsd/digest/sha2.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/digest/sha2.so sha2init.o sha2.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -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/loader.rb cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest/sha2.rb cd ext/erb/escape && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/erb/escape -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o escape.o -c escape.c mkdir -p ../../../.ext/.timestamp/mips64-openbsd ../../../.ext/mips64-openbsd/erb/ exit > ../../../.ext/.timestamp/mips64-openbsd/.erb.time rm -f ../../../.ext/mips64-openbsd/erb/escape.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/erb/escape.so escape.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/etc && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/etc -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o etc.o -c etc.c rm -f ../../.ext/mips64-openbsd/etc.so cc -shared -fPIC -o ../../.ext/mips64-openbsd/etc.so etc.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/fcntl && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/fcntl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o fcntl.o -c fcntl.c rm -f ../../.ext/mips64-openbsd/fcntl.so cc -shared -fPIC -o ../../.ext/mips64-openbsd/fcntl.so fcntl.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/io/console && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/io/console -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o console.o -c console.c mkdir -p ../../../.ext/.timestamp/mips64-openbsd ../../../.ext/mips64-openbsd/io/ exit > ../../../.ext/.timestamp/mips64-openbsd/.io.time rm -f ../../../.ext/mips64-openbsd/io/console.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/io/console.so console.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -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/size.rb cd ext/io/nonblock && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/io/nonblock -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o nonblock.o -c nonblock.c rm -f ../../../.ext/mips64-openbsd/io/nonblock.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/io/nonblock.so nonblock.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/io/wait && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/io/wait -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o wait.o -c wait.c rm -f ../../../.ext/mips64-openbsd/io/wait.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/io/wait.so wait.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/json && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time 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 mkdir -p ../../.ext/.timestamp ../../.ext/common/json/ext/generator exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.json.-.ext.-.generator.time cp ../.././ext/json/lib/json/add/bigdecimal.rb ../../.ext/common/json/add/bigdecimal.rb cp ../.././ext/json/lib/json/add/complex.rb ../../.ext/common/json/add/complex.rb cp ../.././ext/json/lib/json/add/core.rb ../../.ext/common/json/add/core.rb cp ../.././ext/json/lib/json/add/date.rb ../../.ext/common/json/add/date.rb cp ../.././ext/json/lib/json/add/date_time.rb ../../.ext/common/json/add/date_time.rb cp ../.././ext/json/lib/json/add/exception.rb ../../.ext/common/json/add/exception.rb cp ../.././ext/json/lib/json/add/ostruct.rb ../../.ext/common/json/add/ostruct.rb cp ../.././ext/json/lib/json/add/range.rb ../../.ext/common/json/add/range.rb cp ../.././ext/json/lib/json/add/rational.rb ../../.ext/common/json/add/rational.rb cp ../.././ext/json/lib/json/add/regexp.rb ../../.ext/common/json/add/regexp.rb cp ../.././ext/json/lib/json/add/set.rb ../../.ext/common/json/add/set.rb cp ../.././ext/json/lib/json/add/string.rb ../../.ext/common/json/add/string.rb cp ../.././ext/json/lib/json/add/struct.rb ../../.ext/common/json/add/struct.rb cp ../.././ext/json/lib/json/add/symbol.rb ../../.ext/common/json/add/symbol.rb cp ../.././ext/json/lib/json/add/time.rb ../../.ext/common/json/add/time.rb cp ../.././ext/json/lib/json/common.rb ../../.ext/common/json/common.rb cp ../.././ext/json/lib/json/ext.rb ../../.ext/common/json/ext.rb cp ../.././ext/json/lib/json/generic_object.rb ../../.ext/common/json/generic_object.rb cp ../.././ext/json/lib/json/version.rb ../../.ext/common/json/version.rb cp ../.././ext/json/lib/json/ext/generator/state.rb ../../.ext/common/json/ext/generator/state.rb cp ../.././ext/json/lib/json.rb ../../.ext/common/json.rb cd ext/json/generator && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/json/generator -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=c99 -o generator.o -c generator.c mkdir -p ../../../.ext/.timestamp/mips64-openbsd ../../../.ext/mips64-openbsd/json/ext/ exit > ../../../.ext/.timestamp/mips64-openbsd/.json.-.ext.time rm -f ../../../.ext/mips64-openbsd/json/ext/generator.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/json/ext/generator.so generator.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/json/parser && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/json/parser -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=c99 -o parser.o -c parser.c rm -f ../../../.ext/mips64-openbsd/json/ext/parser.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/json/ext/parser.so parser.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/monitor && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/monitor -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o monitor.o -c monitor.c rm -f ../../.ext/mips64-openbsd/monitor.so cc -shared -fPIC -o ../../.ext/mips64-openbsd/monitor.so monitor.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cp ../.././ext/monitor/lib/monitor.rb ../../.ext/common/monitor.rb cd ext/objspace && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/objspace -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o object_tracing.o -c object_tracing.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/objspace -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o objspace.o -c objspace.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/objspace -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o objspace_dump.o -c objspace_dump.c rm -f ../../.ext/mips64-openbsd/objspace.so cc -shared -fPIC -o ../../.ext/mips64-openbsd/objspace.so object_tracing.o objspace.o objspace_dump.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : mkdir -p ../../.ext/.timestamp ../../.ext/common/objspace exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.objspace.time cp ../.././ext/objspace/lib/objspace/trace.rb ../../.ext/common/objspace/trace.rb cp ../.././ext/objspace/lib/objspace.rb ../../.ext/common/objspace.rb cd ext/openssl && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl.o -c ossl.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_asn1.o -c ossl_asn1.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_bio.o -c ossl_bio.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_bn.o -c ossl_bn.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_cipher.o -c ossl_cipher.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_config.o -c ossl_config.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_digest.o -c ossl_digest.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_engine.o -c ossl_engine.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_hmac.o -c ossl_hmac.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_kdf.o -c ossl_kdf.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_ns_spki.o -c ossl_ns_spki.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_ocsp.o -c ossl_ocsp.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_pkcs12.o -c ossl_pkcs12.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_pkcs7.o -c ossl_pkcs7.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_pkey.o -c ossl_pkey.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_pkey_dh.o -c ossl_pkey_dh.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_pkey_dsa.o -c ossl_pkey_dsa.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_pkey_ec.o -c ossl_pkey_ec.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_pkey_rsa.o -c ossl_pkey_rsa.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_provider.o -c ossl_provider.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_rand.o -c ossl_rand.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_ssl.o -c ossl_ssl.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_ssl_session.o -c ossl_ssl_session.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_ts.o -c ossl_ts.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_x509.o -c ossl_x509.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_x509attr.o -c ossl_x509attr.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_x509cert.o -c ossl_x509cert.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_x509crl.o -c ossl_x509crl.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_x509ext.o -c ossl_x509ext.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_x509name.o -c ossl_x509name.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_x509req.o -c ossl_x509req.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_x509revoked.o -c ossl_x509revoked.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ossl_x509store.o -c ossl_x509store.c rm -f ../../.ext/mips64-openbsd/openssl.so cc -shared -fPIC -o ../../.ext/mips64-openbsd/openssl.so 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_provider.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 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lssl -lcrypto -lm -pthread -lc : mkdir -p ../../.ext/.timestamp ../../.ext/common/openssl exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.openssl.time cp ../.././ext/openssl/lib/openssl/bn.rb ../../.ext/common/openssl/bn.rb cp ../.././ext/openssl/lib/openssl/buffering.rb ../../.ext/common/openssl/buffering.rb cp ../.././ext/openssl/lib/openssl/cipher.rb ../../.ext/common/openssl/cipher.rb cp ../.././ext/openssl/lib/openssl/digest.rb ../../.ext/common/openssl/digest.rb cp ../.././ext/openssl/lib/openssl/hmac.rb ../../.ext/common/openssl/hmac.rb cp ../.././ext/openssl/lib/openssl/marshal.rb ../../.ext/common/openssl/marshal.rb cp ../.././ext/openssl/lib/openssl/pkcs5.rb ../../.ext/common/openssl/pkcs5.rb cp ../.././ext/openssl/lib/openssl/pkey.rb ../../.ext/common/openssl/pkey.rb cp ../.././ext/openssl/lib/openssl/ssl.rb ../../.ext/common/openssl/ssl.rb cp ../.././ext/openssl/lib/openssl/version.rb ../../.ext/common/openssl/version.rb cp ../.././ext/openssl/lib/openssl/x509.rb ../../.ext/common/openssl/x509.rb cp ../.././ext/openssl/lib/openssl.rb ../../.ext/common/openssl.rb cd ext/psych && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/psych -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o psych.o -c psych.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/psych -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o psych_emitter.o -c psych_emitter.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/psych -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o psych_parser.o -c psych_parser.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/psych -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o psych_to_ruby.o -c psych_to_ruby.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/psych -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o psych_yaml_tree.o -c psych_yaml_tree.c rm -f ../../.ext/mips64-openbsd/psych.so cc -shared -fPIC -o ../../.ext/mips64-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 -L/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lyaml -lm -pthread -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/class_loader.rb cp ../.././ext/psych/lib/psych/coder.rb ../../.ext/common/psych/coder.rb cp ../.././ext/psych/lib/psych/core_ext.rb ../../.ext/common/psych/core_ext.rb cp ../.././ext/psych/lib/psych/exception.rb ../../.ext/common/psych/exception.rb cp ../.././ext/psych/lib/psych/handler.rb ../../.ext/common/psych/handler.rb cp ../.././ext/psych/lib/psych/nodes.rb ../../.ext/common/psych/nodes.rb cp ../.././ext/psych/lib/psych/omap.rb ../../.ext/common/psych/omap.rb cp ../.././ext/psych/lib/psych/parser.rb ../../.ext/common/psych/parser.rb cp ../.././ext/psych/lib/psych/scalar_scanner.rb ../../.ext/common/psych/scalar_scanner.rb cp ../.././ext/psych/lib/psych/set.rb ../../.ext/common/psych/set.rb cp ../.././ext/psych/lib/psych/stream.rb ../../.ext/common/psych/stream.rb cp ../.././ext/psych/lib/psych/streaming.rb ../../.ext/common/psych/streaming.rb cp ../.././ext/psych/lib/psych/syntax_error.rb ../../.ext/common/psych/syntax_error.rb cp ../.././ext/psych/lib/psych/tree_builder.rb ../../.ext/common/psych/tree_builder.rb cp ../.././ext/psych/lib/psych/versions.rb ../../.ext/common/psych/versions.rb cp ../.././ext/psych/lib/psych/visitors.rb ../../.ext/common/psych/visitors.rb cp ../.././ext/psych/lib/psych/y.rb ../../.ext/common/psych/y.rb cp ../.././ext/psych/lib/psych/handlers/document_stream.rb ../../.ext/common/psych/handlers/document_stream.rb cp ../.././ext/psych/lib/psych/handlers/recorder.rb ../../.ext/common/psych/handlers/recorder.rb cp ../.././ext/psych/lib/psych/json/ruby_events.rb ../../.ext/common/psych/json/ruby_events.rb cp ../.././ext/psych/lib/psych/json/stream.rb ../../.ext/common/psych/json/stream.rb cp ../.././ext/psych/lib/psych/json/tree_builder.rb ../../.ext/common/psych/json/tree_builder.rb cp ../.././ext/psych/lib/psych/json/yaml_events.rb ../../.ext/common/psych/json/yaml_events.rb cp ../.././ext/psych/lib/psych/nodes/alias.rb ../../.ext/common/psych/nodes/alias.rb cp ../.././ext/psych/lib/psych/nodes/document.rb ../../.ext/common/psych/nodes/document.rb cp ../.././ext/psych/lib/psych/nodes/mapping.rb ../../.ext/common/psych/nodes/mapping.rb cp ../.././ext/psych/lib/psych/nodes/node.rb ../../.ext/common/psych/nodes/node.rb cp ../.././ext/psych/lib/psych/nodes/scalar.rb ../../.ext/common/psych/nodes/scalar.rb cp ../.././ext/psych/lib/psych/nodes/sequence.rb ../../.ext/common/psych/nodes/sequence.rb cp ../.././ext/psych/lib/psych/nodes/stream.rb ../../.ext/common/psych/nodes/stream.rb cp ../.././ext/psych/lib/psych/visitors/depth_first.rb ../../.ext/common/psych/visitors/depth_first.rb cp ../.././ext/psych/lib/psych/visitors/emitter.rb ../../.ext/common/psych/visitors/emitter.rb cp ../.././ext/psych/lib/psych/visitors/json_tree.rb ../../.ext/common/psych/visitors/json_tree.rb cp ../.././ext/psych/lib/psych/visitors/to_ruby.rb ../../.ext/common/psych/visitors/to_ruby.rb cp ../.././ext/psych/lib/psych/visitors/visitor.rb ../../.ext/common/psych/visitors/visitor.rb cp ../.././ext/psych/lib/psych/visitors/yaml_tree.rb ../../.ext/common/psych/visitors/yaml_tree.rb cp ../.././ext/psych/lib/psych.rb ../../.ext/common/psych.rb cd ext/pty && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/pty -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o pty.o -c pty.c rm -f ../../.ext/mips64-openbsd/pty.so cc -shared -fPIC -o ../../.ext/mips64-openbsd/pty.so pty.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lutil -lm -pthread -lc : cp ../.././ext/pty/lib/expect.rb ../../.ext/common/expect.rb cd ext/rbconfig/sizeof && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/rbconfig/sizeof -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o sizes.o -c sizes.c cc -I. -I../../../.ext/include/mips64-openbsd -I../../.././include -I../../.././ext/rbconfig/sizeof -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o limits.o -c limits.c mkdir -p ../../../.ext/.timestamp/mips64-openbsd ../../../.ext/mips64-openbsd/rbconfig/ exit > ../../../.ext/.timestamp/mips64-openbsd/.rbconfig.time rm -f ../../../.ext/mips64-openbsd/rbconfig/sizeof.so cc -shared -fPIC -o ../../../.ext/mips64-openbsd/rbconfig/sizeof.so sizes.o limits.o -L. -L../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/ripper && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/mips64-openbsd' -I'../../.ext/common' ../.././ext/ripper/tools/generate.rb --mode=eventids1_h --ids1src=../.././parse.y --output=eventids1.h ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/mips64-openbsd' -I'../../.ext/common' ../.././ext/ripper/tools/generate.rb --mode=eventids1 --ids1src=../.././parse.y --output=eventids1.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/ripper -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o eventids1.o -c eventids1.c ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/mips64-openbsd' -I'../../.ext/common' ../.././ext/ripper/tools/generate.rb --mode=eventids2table --ids2src=../.././ext/ripper/eventids2.c --output=eventids2table.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/ripper -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o eventids2.o -c eventids2.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/ripper -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ripper.o -c ripper.c ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/mips64-openbsd' -I'../../.ext/common' ../.././ext/ripper/tools/preproc.rb --output=ripper_init.c --template=../.././ext/ripper/ripper_init.c.tmpl ../.././internal/ruby_parser.h cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/ripper -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ripper_init.o -c ripper_init.c rm -f ../../.ext/mips64-openbsd/ripper.so cc -shared -fPIC -o ../../.ext/mips64-openbsd/ripper.so eventids1.o eventids2.o ripper.o ripper_init.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : mkdir -p ../../.ext/.timestamp ../../.ext/common/ripper exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.ripper.time cp ../.././ext/ripper/lib/ripper/core.rb ../../.ext/common/ripper/core.rb cp ../.././ext/ripper/lib/ripper/filter.rb ../../.ext/common/ripper/filter.rb cp ../.././ext/ripper/lib/ripper/lexer.rb ../../.ext/common/ripper/lexer.rb cp ../.././ext/ripper/lib/ripper/sexp.rb ../../.ext/common/ripper/sexp.rb cp ../.././ext/ripper/lib/ripper.rb ../../.ext/common/ripper.rb ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/mips64-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 V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time 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/impl.rb cd ext/socket && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o init.o -c init.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o constants.o -c constants.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o basicsocket.o -c basicsocket.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o socket.o -c socket.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ipsocket.o -c ipsocket.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o tcpsocket.o -c tcpsocket.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o tcpserver.o -c tcpserver.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o sockssocket.o -c sockssocket.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o udpsocket.o -c udpsocket.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o unixsocket.o -c unixsocket.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o unixserver.o -c unixserver.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o option.o -c option.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ancdata.o -c ancdata.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o raddrinfo.o -c raddrinfo.c cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o ifaddr.o -c ifaddr.c rm -f ../../.ext/mips64-openbsd/socket.so cc -shared -fPIC -o ../../.ext/mips64-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 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cp ../.././ext/socket/lib/socket.rb ../../.ext/common/socket.rb cd ext/stringio && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/stringio -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o stringio.o -c stringio.c rm -f ../../.ext/mips64-openbsd/stringio.so cc -shared -fPIC -o ../../.ext/mips64-openbsd/stringio.so stringio.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : cd ext/strscan && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/strscan -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o strscan.o -c strscan.c rm -f ../../.ext/mips64-openbsd/strscan.so cc -shared -fPIC -o ../../.ext/mips64-openbsd/strscan.so strscan.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : mkdir -p ../../.ext/.timestamp ../../.ext/common/strscan exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.strscan.time cp ../.././ext/strscan/lib/strscan/strscan.rb ../../.ext/common/strscan/strscan.rb cd ext/zlib && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all cc -I. -I../../.ext/include/mips64-openbsd -I../.././include -I../.././ext/zlib -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o zlib.o -c zlib.c rm -f ../../.ext/mips64-openbsd/zlib.so cc -shared -fPIC -o ../../.ext/mips64-openbsd/zlib.so zlib.o -L. -L../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lz -lm -pthread -lc : cd .bundle/gems/bigdecimal-4.0.1/ext/bigdecimal && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all mkdir -p ../../../../../.bundle/specifications cp ../../../../.././.bundle/gems/bigdecimal-4.0.1/.bundled.bigdecimal-4.0.1.gemspec ../../../../../.bundle/specifications/bigdecimal-4.0.1.gemspec cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o bigdecimal.o -c bigdecimal.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o missing.o -c missing.c mkdir -p ../../../../../.bundle/.timestamp/mips64-openbsd/4.0 ../../../../../.bundle/extensions/mips64-openbsd/4.0/bigdecimal-4.0.1/ exit > ../../../../../.bundle/.timestamp/mips64-openbsd/4.0/.gems.-.bigdecimal-4.0.1.time rm -f ../../../../../.bundle/extensions/mips64-openbsd/4.0/bigdecimal-4.0.1/bigdecimal.so cc -shared -fPIC -o ../../../../../.bundle/extensions/mips64-openbsd/4.0/bigdecimal-4.0.1/bigdecimal.so bigdecimal.o missing.o -L. -L../../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : exit > ../../../../../.bundle/extensions/mips64-openbsd/4.0/bigdecimal-4.0.1/gem.build_complete cd .bundle/gems/debug-1.11.1/ext/debug && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all mkdir -p ../../../../../.bundle/specifications cp ../../../../.././.bundle/gems/debug-1.11.1/.bundled.debug-1.11.1.gemspec ../../../../../.bundle/specifications/debug-1.11.1.gemspec cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/debug-1.11.1/ext/debug -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o debug.o -c debug.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/debug-1.11.1/ext/debug -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o iseq_collector.o -c iseq_collector.c mkdir -p ../../../../../.bundle/.timestamp/mips64-openbsd/4.0 ../../../../../.bundle/extensions/mips64-openbsd/4.0/debug-1.11.1/debug/ exit > ../../../../../.bundle/.timestamp/mips64-openbsd/4.0/.gems.-.debug-1.11.1.-.debug.time rm -f ../../../../../.bundle/extensions/mips64-openbsd/4.0/debug-1.11.1/debug/debug.so cc -shared -fPIC -o ../../../../../.bundle/extensions/mips64-openbsd/4.0/debug-1.11.1/debug/debug.so debug.o iseq_collector.o -L. -L../../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : exit > ../../../../../.bundle/extensions/mips64-openbsd/4.0/debug-1.11.1/gem.build_complete cd .bundle/gems/fiddle-1.1.8/ext/fiddle && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all mkdir -p ../../../../../.bundle/specifications cp ../../../../.././.bundle/gems/fiddle-1.1.8/.bundled.fiddle-1.1.8.gemspec ../../../../../.bundle/specifications/fiddle-1.1.8.gemspec cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/fiddle-1.1.8/ext/fiddle -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o closure.o -c closure.c In file included from closure.c:1: In file included from ./fiddle.h:47: In file included from /usr/local/include/ffi.h:84: /usr/local/include/ffitarget.h:59:19: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 59 | # if (_MIPS_SIM==_ABIN32 && defined(_ABIN32)) || (_MIPS_SIM==_ABI64 && defined(_ABI64)) | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ /usr/local/include/ffitarget.h:76:20: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 76 | # if _MIPS_SIM == _ABIN32 | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ /usr/local/include/ffitarget.h:239:9: warning: 'FFI_GO_CLOSURES' macro redefined [-Wmacro-redefined] 239 | #define FFI_GO_CLOSURES 1 | ^ ./fiddle.h:43:9: note: previous definition is here 43 | #define FFI_GO_CLOSURES 0 /* fiddle does not use go closures */ | ^ In file included from closure.c:1: In file included from ./fiddle.h:47: In file included from /usr/local/include/ffi.h:84: /usr/local/include/ffitarget.h:242:43: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 242 | #if defined(FFI_MIPS_O32) || (_MIPS_SIM ==_ABIN32) | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ closure.c:18:10: warning: 'USE_FFI_CLOSURE_ALLOC' macro redefined [-Wmacro-redefined] 18 | # define USE_FFI_CLOSURE_ALLOC 0 | ^ ./extconf.h:5:9: note: previous definition is here 5 | #define USE_FFI_CLOSURE_ALLOC 1 | ^ closure.c:326:14: warning: 'ffi_prep_closure' is deprecated [-Wdeprecated-declarations] 326 | result = ffi_prep_closure(pcl, cif, callback, (void *)(data->self)); | ^ /usr/local/include/ffi.h:381:18: note: 'ffi_prep_closure' has been explicitly marked deprecated here 381 | __attribute__((deprecated)) | ^ 6 warnings generated. cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/fiddle-1.1.8/ext/fiddle -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o conversions.o -c conversions.c In file included from conversions.c:3: In file included from ./fiddle.h:47: In file included from /usr/local/include/ffi.h:84: /usr/local/include/ffitarget.h:59:19: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 59 | # if (_MIPS_SIM==_ABIN32 && defined(_ABIN32)) || (_MIPS_SIM==_ABI64 && defined(_ABI64)) | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ /usr/local/include/ffitarget.h:76:20: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 76 | # if _MIPS_SIM == _ABIN32 | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ /usr/local/include/ffitarget.h:239:9: warning: 'FFI_GO_CLOSURES' macro redefined [-Wmacro-redefined] 239 | #define FFI_GO_CLOSURES 1 | ^ ./fiddle.h:43:9: note: previous definition is here 43 | #define FFI_GO_CLOSURES 0 /* fiddle does not use go closures */ | ^ In file included from conversions.c:3: In file included from ./fiddle.h:47: In file included from /usr/local/include/ffi.h:84: /usr/local/include/ffitarget.h:242:43: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 242 | #if defined(FFI_MIPS_O32) || (_MIPS_SIM ==_ABIN32) | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ 4 warnings generated. cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/fiddle-1.1.8/ext/fiddle -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o fiddle.o -c fiddle.c In file included from fiddle.c:3: In file included from ./fiddle.h:47: In file included from /usr/local/include/ffi.h:84: /usr/local/include/ffitarget.h:59:19: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 59 | # if (_MIPS_SIM==_ABIN32 && defined(_ABIN32)) || (_MIPS_SIM==_ABI64 && defined(_ABI64)) | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ /usr/local/include/ffitarget.h:76:20: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 76 | # if _MIPS_SIM == _ABIN32 | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ /usr/local/include/ffitarget.h:239:9: warning: 'FFI_GO_CLOSURES' macro redefined [-Wmacro-redefined] 239 | #define FFI_GO_CLOSURES 1 | ^ ./fiddle.h:43:9: note: previous definition is here 43 | #define FFI_GO_CLOSURES 0 /* fiddle does not use go closures */ | ^ In file included from fiddle.c:3: In file included from ./fiddle.h:47: In file included from /usr/local/include/ffi.h:84: /usr/local/include/ffitarget.h:242:43: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 242 | #if defined(FFI_MIPS_O32) || (_MIPS_SIM ==_ABIN32) | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ 4 warnings generated. cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/fiddle-1.1.8/ext/fiddle -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o function.o -c function.c In file included from function.c:1: In file included from ./fiddle.h:47: In file included from /usr/local/include/ffi.h:84: /usr/local/include/ffitarget.h:59:19: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 59 | # if (_MIPS_SIM==_ABIN32 && defined(_ABIN32)) || (_MIPS_SIM==_ABI64 && defined(_ABI64)) | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ /usr/local/include/ffitarget.h:76:20: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 76 | # if _MIPS_SIM == _ABIN32 | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ /usr/local/include/ffitarget.h:239:9: warning: 'FFI_GO_CLOSURES' macro redefined [-Wmacro-redefined] 239 | #define FFI_GO_CLOSURES 1 | ^ ./fiddle.h:43:9: note: previous definition is here 43 | #define FFI_GO_CLOSURES 0 /* fiddle does not use go closures */ | ^ In file included from function.c:1: In file included from ./fiddle.h:47: In file included from /usr/local/include/ffi.h:84: /usr/local/include/ffitarget.h:242:43: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 242 | #if defined(FFI_MIPS_O32) || (_MIPS_SIM ==_ABIN32) | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ 4 warnings generated. cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/fiddle-1.1.8/ext/fiddle -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o handle.o -c handle.c In file included from handle.c:2: In file included from ./fiddle.h:47: In file included from /usr/local/include/ffi.h:84: /usr/local/include/ffitarget.h:59:19: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 59 | # if (_MIPS_SIM==_ABIN32 && defined(_ABIN32)) || (_MIPS_SIM==_ABI64 && defined(_ABI64)) | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ /usr/local/include/ffitarget.h:76:20: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 76 | # if _MIPS_SIM == _ABIN32 | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ /usr/local/include/ffitarget.h:239:9: warning: 'FFI_GO_CLOSURES' macro redefined [-Wmacro-redefined] 239 | #define FFI_GO_CLOSURES 1 | ^ ./fiddle.h:43:9: note: previous definition is here 43 | #define FFI_GO_CLOSURES 0 /* fiddle does not use go closures */ | ^ In file included from handle.c:2: In file included from ./fiddle.h:47: In file included from /usr/local/include/ffi.h:84: /usr/local/include/ffitarget.h:242:43: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 242 | #if defined(FFI_MIPS_O32) || (_MIPS_SIM ==_ABIN32) | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ 4 warnings generated. cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/fiddle-1.1.8/ext/fiddle -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o memory_view.o -c memory_view.c In file included from memory_view.c:1: In file included from ./fiddle.h:47: In file included from /usr/local/include/ffi.h:84: /usr/local/include/ffitarget.h:59:19: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 59 | # if (_MIPS_SIM==_ABIN32 && defined(_ABIN32)) || (_MIPS_SIM==_ABI64 && defined(_ABI64)) | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ /usr/local/include/ffitarget.h:76:20: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 76 | # if _MIPS_SIM == _ABIN32 | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ /usr/local/include/ffitarget.h:239:9: warning: 'FFI_GO_CLOSURES' macro redefined [-Wmacro-redefined] 239 | #define FFI_GO_CLOSURES 1 | ^ ./fiddle.h:43:9: note: previous definition is here 43 | #define FFI_GO_CLOSURES 0 /* fiddle does not use go closures */ | ^ In file included from memory_view.c:1: In file included from ./fiddle.h:47: In file included from /usr/local/include/ffi.h:84: /usr/local/include/ffitarget.h:242:43: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 242 | #if defined(FFI_MIPS_O32) || (_MIPS_SIM ==_ABIN32) | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ 4 warnings generated. cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/fiddle-1.1.8/ext/fiddle -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o pinned.o -c pinned.c In file included from pinned.c:1: In file included from ./fiddle.h:47: In file included from /usr/local/include/ffi.h:84: /usr/local/include/ffitarget.h:59:19: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 59 | # if (_MIPS_SIM==_ABIN32 && defined(_ABIN32)) || (_MIPS_SIM==_ABI64 && defined(_ABI64)) | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ /usr/local/include/ffitarget.h:76:20: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 76 | # if _MIPS_SIM == _ABIN32 | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ /usr/local/include/ffitarget.h:239:9: warning: 'FFI_GO_CLOSURES' macro redefined [-Wmacro-redefined] 239 | #define FFI_GO_CLOSURES 1 | ^ ./fiddle.h:43:9: note: previous definition is here 43 | #define FFI_GO_CLOSURES 0 /* fiddle does not use go closures */ | ^ In file included from pinned.c:1: In file included from ./fiddle.h:47: In file included from /usr/local/include/ffi.h:84: /usr/local/include/ffitarget.h:242:43: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 242 | #if defined(FFI_MIPS_O32) || (_MIPS_SIM ==_ABIN32) | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ 4 warnings generated. cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/fiddle-1.1.8/ext/fiddle -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o pointer.o -c pointer.c In file included from pointer.c:10: In file included from ./fiddle.h:47: In file included from /usr/local/include/ffi.h:84: /usr/local/include/ffitarget.h:59:19: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 59 | # if (_MIPS_SIM==_ABIN32 && defined(_ABIN32)) || (_MIPS_SIM==_ABI64 && defined(_ABI64)) | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ /usr/local/include/ffitarget.h:76:20: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 76 | # if _MIPS_SIM == _ABIN32 | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ /usr/local/include/ffitarget.h:239:9: warning: 'FFI_GO_CLOSURES' macro redefined [-Wmacro-redefined] 239 | #define FFI_GO_CLOSURES 1 | ^ ./fiddle.h:43:9: note: previous definition is here 43 | #define FFI_GO_CLOSURES 0 /* fiddle does not use go closures */ | ^ In file included from pointer.c:10: In file included from ./fiddle.h:47: In file included from /usr/local/include/ffi.h:84: /usr/local/include/ffitarget.h:242:43: warning: '_MIPS_SIM_NABI32' is not defined, evaluates to 0 [-Wundef] 242 | #if defined(FFI_MIPS_O32) || (_MIPS_SIM ==_ABIN32) | ^ /usr/local/include/ffitarget.h:47:21: note: expanded from macro '_ABIN32' 47 | # define _ABIN32 _MIPS_SIM_NABI32 | ^ 4 warnings generated. mkdir -p ../../../../../.bundle/.timestamp/mips64-openbsd/4.0 ../../../../../.bundle/extensions/mips64-openbsd/4.0/fiddle-1.1.8/ exit > ../../../../../.bundle/.timestamp/mips64-openbsd/4.0/.gems.-.fiddle-1.1.8.time rm -f ../../../../../.bundle/extensions/mips64-openbsd/4.0/fiddle-1.1.8/fiddle.so cc -shared -fPIC -o ../../../../../.bundle/extensions/mips64-openbsd/4.0/fiddle-1.1.8/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 -L/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lffi -lffi -lm -pthread -lc : exit > ../../../../../.bundle/extensions/mips64-openbsd/4.0/fiddle-1.1.8/gem.build_complete cd .bundle/gems/nkf-0.2.0/ext/nkf && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all mkdir -p ../../../../../.bundle/specifications cp ../../../../.././.bundle/gems/nkf-0.2.0/.bundled.nkf-0.2.0.gemspec ../../../../../.bundle/specifications/nkf-0.2.0.gemspec cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/nkf-0.2.0/ext/nkf -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o nkf.o -c nkf.c mkdir -p ../../../../../.bundle/.timestamp/mips64-openbsd/4.0 ../../../../../.bundle/extensions/mips64-openbsd/4.0/nkf-0.2.0/ exit > ../../../../../.bundle/.timestamp/mips64-openbsd/4.0/.gems.-.nkf-0.2.0.time rm -f ../../../../../.bundle/extensions/mips64-openbsd/4.0/nkf-0.2.0/nkf.so cc -shared -fPIC -o ../../../../../.bundle/extensions/mips64-openbsd/4.0/nkf-0.2.0/nkf.so nkf.o -L. -L../../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : exit > ../../../../../.bundle/extensions/mips64-openbsd/4.0/nkf-0.2.0/gem.build_complete cd .bundle/gems/racc-1.8.1/ext/racc/cparse && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all mkdir -p ../../../../../../.bundle/specifications cp ../../../../../.././.bundle/gems/racc-1.8.1/.bundled.racc-1.8.1.gemspec ../../../../../../.bundle/specifications/racc-1.8.1.gemspec cc -I. -I../../../../../../.ext/include/mips64-openbsd -I../../../../../.././include -I../../../../../.././.bundle/gems/racc-1.8.1/ext/racc/cparse -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o cparse.o -c cparse.c mkdir -p ../../../../../../.bundle/.timestamp/mips64-openbsd/4.0 ../../../../../../.bundle/extensions/mips64-openbsd/4.0/racc-1.8.1/racc/ exit > ../../../../../../.bundle/.timestamp/mips64-openbsd/4.0/.gems.-.racc-1.8.1.-.racc.time rm -f ../../../../../../.bundle/extensions/mips64-openbsd/4.0/racc-1.8.1/racc/cparse.so cc -shared -fPIC -o ../../../../../../.bundle/extensions/mips64-openbsd/4.0/racc-1.8.1/racc/cparse.so cparse.o -L. -L../../../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : exit > ../../../../../../.bundle/extensions/mips64-openbsd/4.0/racc-1.8.1/gem.build_complete cd .bundle/gems/rbs-3.10.0/ext/rbs_extension && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all mkdir -p ../../../../../.bundle/specifications cp ../../../../.././.bundle/gems/rbs-3.10.0/.bundled.rbs-3.10.0.gemspec ../../../../../.bundle/specifications/rbs-3.10.0.gemspec cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o ast.o -c ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/ast.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o lexer.o -c ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/lexer.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o lexstate.o -c ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/lexstate.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o location.o -c ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/location.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o parser.o -c ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/parser.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o string.o -c ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/string.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o rbs_allocator.o -c ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/util/rbs_allocator.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o rbs_assert.o -c ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/util/rbs_assert.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o rbs_buffer.o -c ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/util/rbs_buffer.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o rbs_constant_pool.o -c ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/util/rbs_constant_pool.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o rbs_encoding.o -c ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/util/rbs_encoding.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o rbs_unescape.o -c ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/util/rbs_unescape.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o ast_translation.o -c ast_translation.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o class_constants.o -c class_constants.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o legacy_location.o -c legacy_location.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o main.o -c main.c cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension -I../../../../../. -I../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../include -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=gnu99 -Wimplicit-fallthrough -Wunused-result -Wc++-compat -DNDEBUG -o rbs_string_bridging.o -c rbs_string_bridging.c mkdir -p ../../../../../.bundle/.timestamp/mips64-openbsd/4.0 ../../../../../.bundle/extensions/mips64-openbsd/4.0/rbs-3.10.0/ exit > ../../../../../.bundle/.timestamp/mips64-openbsd/4.0/.gems.-.rbs-3.10.0.time rm -f ../../../../../.bundle/extensions/mips64-openbsd/4.0/rbs-3.10.0/rbs_extension.so cc -shared -fPIC -o ../../../../../.bundle/extensions/mips64-openbsd/4.0/rbs-3.10.0/rbs_extension.so ast.o lexer.o lexstate.o location.o parser.o string.o rbs_allocator.o rbs_assert.o rbs_buffer.o rbs_constant_pool.o rbs_encoding.o rbs_unescape.o ast_translation.o class_constants.o legacy_location.o main.o rbs_string_bridging.o -L. -L../../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : exit > ../../../../../.bundle/extensions/mips64-openbsd/4.0/rbs-3.10.0/gem.build_complete cd .bundle/gems/syslog-0.3.0/ext/syslog && exec /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time V=1 all mkdir -p ../../../../../.bundle/specifications cp ../../../../.././.bundle/gems/syslog-0.3.0/.bundled.syslog-0.3.0.gemspec ../../../../../.bundle/specifications/syslog-0.3.0.gemspec cc -I. -I../../../../../.ext/include/mips64-openbsd -I../../../../.././include -I../../../../.././.bundle/gems/syslog-0.3.0/ext/syslog -DRUBY_EXTCONF_H=\"extconf.h\" -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -fPIC -O2 -pipe -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o syslog.o -c syslog.c mkdir -p ../../../../../.bundle/.timestamp/mips64-openbsd/4.0 ../../../../../.bundle/extensions/mips64-openbsd/4.0/syslog-0.3.0/ exit > ../../../../../.bundle/.timestamp/mips64-openbsd/4.0/.gems.-.syslog-0.3.0.time rm -f ../../../../../.bundle/extensions/mips64-openbsd/4.0/syslog-0.3.0/syslog_ext.so cc -shared -fPIC -o ../../../../../.bundle/extensions/mips64-openbsd/4.0/syslog-0.3.0/syslog_ext.so syslog.o -L. -L../../../../.. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread -lc : exit > ../../../../../.bundle/extensions/mips64-openbsd/4.0/syslog-0.3.0/gem.build_complete /usr/bin/make V=1 mkdir_p=mkdir\ -p\ -- EXTENCS=dmyenc.o LIBruby40_LTVERSION=-version-info\ 0:0:0 SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log BASERUBY=./tool/missing-baseruby.bat libdir=/usr/local/lib MINIRUBY=./miniruby\ -I./lib\ -I.\ -I.ext/common\ LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBRUBY_EXTS=./.libruby-with-ext.time DLDOBJS="dmyext.o dmyenc.o" EXTOBJS= EXTSOLIBS="" LIBRUBY_SO_UPDATE=./.libruby-with-ext.time EXTLDFLAGS="" EXTINITS="" SHOWFLAGS= ruby40 cc -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -fstack-protector-strong main.o -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lz -lgmp -lm -pthread -o ruby40 /usr/local/lib/libgmp.so.11.1: warning: vsprintf() is often misused, please use vsnprintf() : /usr/bin/make -f exts.mk V=1 mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0: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/17.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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 enc mkdir -p .ext/mips64-openbsd/enc/trans mkdir -p enc/trans cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/encdb.o -c ./enc/encdb.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/encdb.so enc/encdb.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/big5.o -c ./enc/big5.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/big5.so enc/big5.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/cesu_8.o -c ./enc/cesu_8.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/cesu_8.so enc/cesu_8.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/cp949.o -c ./enc/cp949.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/cp949.so enc/cp949.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/emacs_mule.o -c ./enc/emacs_mule.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/emacs_mule.so enc/emacs_mule.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/euc_jp.o -c ./enc/euc_jp.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/euc_jp.so enc/euc_jp.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/euc_kr.o -c ./enc/euc_kr.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/euc_kr.so enc/euc_kr.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/euc_tw.o -c ./enc/euc_tw.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/euc_tw.so enc/euc_tw.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/gb2312.o -c ./enc/gb2312.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/gb2312.so enc/gb2312.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/gb18030.o -c ./enc/gb18030.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/gb18030.so enc/gb18030.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/gbk.o -c ./enc/gbk.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/gbk.so enc/gbk.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/iso_8859_1.o -c ./enc/iso_8859_1.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/iso_8859_1.so enc/iso_8859_1.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/iso_8859_2.o -c ./enc/iso_8859_2.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/iso_8859_2.so enc/iso_8859_2.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/iso_8859_3.o -c ./enc/iso_8859_3.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/iso_8859_3.so enc/iso_8859_3.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/iso_8859_4.o -c ./enc/iso_8859_4.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/iso_8859_4.so enc/iso_8859_4.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/iso_8859_5.o -c ./enc/iso_8859_5.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/iso_8859_5.so enc/iso_8859_5.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/iso_8859_6.o -c ./enc/iso_8859_6.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/iso_8859_6.so enc/iso_8859_6.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/iso_8859_7.o -c ./enc/iso_8859_7.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/iso_8859_7.so enc/iso_8859_7.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/iso_8859_8.o -c ./enc/iso_8859_8.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/iso_8859_8.so enc/iso_8859_8.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/iso_8859_9.o -c ./enc/iso_8859_9.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/iso_8859_9.so enc/iso_8859_9.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/iso_8859_10.o -c ./enc/iso_8859_10.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/iso_8859_10.so enc/iso_8859_10.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/iso_8859_11.o -c ./enc/iso_8859_11.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/iso_8859_11.so enc/iso_8859_11.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/iso_8859_13.o -c ./enc/iso_8859_13.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/iso_8859_13.so enc/iso_8859_13.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/iso_8859_14.o -c ./enc/iso_8859_14.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/iso_8859_14.so enc/iso_8859_14.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/iso_8859_15.o -c ./enc/iso_8859_15.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/iso_8859_15.so enc/iso_8859_15.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/iso_8859_16.o -c ./enc/iso_8859_16.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/iso_8859_16.so enc/iso_8859_16.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/koi8_r.o -c ./enc/koi8_r.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/koi8_r.so enc/koi8_r.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/koi8_u.o -c ./enc/koi8_u.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/koi8_u.so enc/koi8_u.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/shift_jis.o -c ./enc/shift_jis.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/shift_jis.so enc/shift_jis.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/utf_16be.o -c ./enc/utf_16be.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/utf_16be.so enc/utf_16be.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/utf_16le.o -c ./enc/utf_16le.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/utf_16le.so enc/utf_16le.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/utf_32be.o -c ./enc/utf_32be.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/utf_32be.so enc/utf_32be.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/utf_32le.o -c ./enc/utf_32le.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/utf_32le.so enc/utf_32le.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/windows_31j.o -c ./enc/windows_31j.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/windows_31j.so enc/windows_31j.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/windows_1250.o -c ./enc/windows_1250.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/windows_1250.so enc/windows_1250.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/windows_1251.o -c ./enc/windows_1251.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/windows_1251.so enc/windows_1251.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/windows_1252.o -c ./enc/windows_1252.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/windows_1252.so enc/windows_1252.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/windows_1253.o -c ./enc/windows_1253.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/windows_1253.so enc/windows_1253.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/windows_1254.o -c ./enc/windows_1254.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/windows_1254.so enc/windows_1254.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/windows_1257.o -c ./enc/windows_1257.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/windows_1257.so enc/windows_1257.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : /usr/bin/make -f enc.mk V="1" UNICODE_HDR_DIR="./enc/unicode/17.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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 trans cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/transdb.o -c ./enc/trans/transdb.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/trans/transdb.so enc/trans/transdb.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/big5.o -c ./enc/trans/big5.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/trans/big5.so enc/trans/big5.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/cesu_8.o -c ./enc/trans/cesu_8.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/trans/cesu_8.so enc/trans/cesu_8.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/chinese.o -c ./enc/trans/chinese.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/trans/chinese.so enc/trans/chinese.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/ebcdic.o -c ./enc/trans/ebcdic.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/trans/ebcdic.so enc/trans/ebcdic.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/emoji.o -c ./enc/trans/emoji.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/trans/emoji.so enc/trans/emoji.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/emoji_iso2022_kddi.o -c ./enc/trans/emoji_iso2022_kddi.c cc -shared -fPIC -o .ext/mips64-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 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/emoji_sjis_docomo.o -c ./enc/trans/emoji_sjis_docomo.c cc -shared -fPIC -o .ext/mips64-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 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/emoji_sjis_kddi.o -c ./enc/trans/emoji_sjis_kddi.c cc -shared -fPIC -o .ext/mips64-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 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/emoji_sjis_softbank.o -c ./enc/trans/emoji_sjis_softbank.c cc -shared -fPIC -o .ext/mips64-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 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/escape.o -c ./enc/trans/escape.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/trans/escape.so enc/trans/escape.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/gb18030.o -c ./enc/trans/gb18030.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/trans/gb18030.so enc/trans/gb18030.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/gbk.o -c ./enc/trans/gbk.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/trans/gbk.so enc/trans/gbk.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/iso2022.o -c ./enc/trans/iso2022.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/trans/iso2022.so enc/trans/iso2022.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/japanese.o -c ./enc/trans/japanese.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/trans/japanese.so enc/trans/japanese.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/japanese_euc.o -c ./enc/trans/japanese_euc.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/trans/japanese_euc.so enc/trans/japanese_euc.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/japanese_sjis.o -c ./enc/trans/japanese_sjis.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/trans/japanese_sjis.so enc/trans/japanese_sjis.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/korean.o -c ./enc/trans/korean.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/trans/korean.so enc/trans/korean.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/single_byte.o -c ./enc/trans/single_byte.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/trans/single_byte.so enc/trans/single_byte.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/utf8_mac.o -c ./enc/trans/utf8_mac.c cc -shared -fPIC -o .ext/mips64-openbsd/enc/trans/utf8_mac.so enc/trans/utf8_mac.o -L. -L. -L. -L/usr/local/lib -fstack-protector-strong -Wl,-E -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : cc -I. -I.ext/include/mips64-openbsd -I./include -I. -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -o enc/trans/utf_16_32.o -c ./enc/trans/utf_16_32.c cc -shared -fPIC -o .ext/mips64-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 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby40 -lm -pthread : /usr/bin/make -f enc.mk V="1" UNICODE_HDR_DIR="./enc/unicode/17.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=/pobj/ruby-4.0.0/ruby-4.0.0/shared_libs.log LIBTOOL=/usr/bin/libtool libruby40_ltversion=0.0 LIBruby40_LTVERSION=-version-info\ 0:0:0 encs Generating RDoc documentation ./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./tool/rdoc-srcdir" --ri --op ".ext/rdoc" --no-force-update . : [BUG] Bus Error at 0x000000214a21234c ruby 4.0.0 (2025-12-25 revision 553f1675f3) +PRISM [mips64-openbsd] -- Control frame information ----------------------------------------------- c:0004 p:---- s:0012 e:000011 l:y b:---- DUMMY [FINISH] c:0003 p:---- s:0009 e:000008 l:y b:---- DUMMY [FINISH] c:0002 p:---- s:0006 e:000005 l:y b:---- DUMMY [FINISH] c:0001 p:0000 s:0003 E:000220 l:y b:---- DUMMY [FINISH] -- Threading information --------------------------------------------------- Total ractor count: 1 Ruby thread count for this ractor: 1 -- Other runtime information ----------------------------------------------- * Loaded script: /pobj/ruby-4.0.0/ruby-4.0.0/ruby40 * Ruby Box: disabled * Loaded features: 0 enumerator.so 1 thread.rb 2 fiber.so 3 rational.so 4 complex.so 5 pathname.so 6 ruby2_keywords.rb 7 set.rb 8 /pobj/ruby-4.0.0/ruby-4.0.0/.ext/mips64-openbsd/enc/encdb.so 9 /pobj/ruby-4.0.0/ruby-4.0.0/.ext/mips64-openbsd/enc/trans/transdb.so Bus error (core dumped) *** Error 138 in /pobj/ruby-4.0.0/ruby-4.0.0 (Makefile:1378 'rdoc') *** Error 2 in lang/ruby/4.0 (/ports/infrastructure/mk/bsd.port.mk:3067 '/pobj/ruby-4.0.0/.build_done': @cd /pobj/ruby-4.0.0/ruby-4.0.0 && e...) *** Error 2 in lang/ruby/4.0 (/ports/infrastructure/mk/bsd.port.mk:2710 'build': @lock=ruby-4.0.0; export _LOCKS_HELD=" ruby-4.0.0"; /usr...) ===> Exiting lang/ruby/4.0 with an error *** Error 1 in /ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval ${e...) >>> Ended at 1767221277.10 max_stuck=339.72/waiting-for-lock #36=10.32/depends=7.05/show-prepare-results=5.27/patch=23.89/configure=435.22/build=5266.57 Error: job failed with 512 on octeon-3 at 1767221277