* Package: dev-lang/ruby-2.6.6-r2 * Repository: gentoo * Maintainer: ruby@gentoo.org * USE: abi_x86_64 amd64 berkdb elibc_glibc gdbm ipv6 kernel_linux rdoc ssl userland_GNU * FEATURES: ccache network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking ruby-2.6.6.tar.xz to /var/tmp/portage/dev-lang/ruby-2.6.6-r2/work >>> Source unpacked in /var/tmp/portage/dev-lang/ruby-2.6.6-r2/work >>> Preparing source in /var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6 ... * Applying 002-autoconf-2.70.patch ... patching file configure.ac Hunk #1 succeeded at 180 with fuzz 2 (offset -91 lines). [ ok ] * Applying 010-default-gem-location.patch ... [ ok ] * Unbundling gems... * Removing bundled libraries... * Running eautoreconf in '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6' ... * Running 'aclocal' ... [ ok ] * Running 'autoconf --force' ... [ ok ] * Running elibtoolize in: ruby-2.6.6/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6 ... * econf: updating ruby-2.6.6/config.sub with /usr/share/gnuconfig/config.sub * econf: updating ruby-2.6.6/config.guess with /usr/share/gnuconfig/config.guess * econf: updating ruby-2.6.6/tool/config.sub with /usr/share/gnuconfig/config.sub * econf: updating ruby-2.6.6/tool/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/ruby-2.6.6-r2 --htmldir=/usr/share/doc/ruby-2.6.6-r2/html --libdir=/usr/lib64 --program-suffix=26 --with-soname=ruby26 --with-readline-dir=/usr --enable-shared --enable-pthread --disable-rpath --with-out-ext=,tk --without-jemalloc --disable-jit-support --disable-socks --disable-dtrace --disable-install-doc --enable-ipv6 --disable-static --disable-install-static-library --without-static-linked-ext --disable-debug --enable-option-checking=no checking for ruby... false checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc 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... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no checking for x86_64-pc-linux-gnu-ld... x86_64-pc-linux-gnu-ld checking whether the linker is GNU ld... yes checking whether x86_64-pc-linux-gnu-gcc -E accepts -o... yes checking for x86_64-pc-linux-gnu-gcc... /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for x86_64-pc-linux-gnu-ar flags... rcD checking for x86_64-pc-linux-gnu-as... x86_64-pc-linux-gnu-as checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump checking for x86_64-pc-linux-gnu-objcopy... x86_64-pc-linux-gnu-objcopy checking for x86_64-pc-linux-gnu-nm... x86_64-pc-linux-gnu-nm checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for a thread-safe mkdir -p... /bin/mkdir -p checking for x86_64-pc-linux-gnu-dtrace... no checking for dtrace... no checking for dot... no checking for doxygen... no checking for pkg-config... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for cd using physical directory... cd -P checking whether CFLAGS is valid... yes checking whether LDFLAGS is valid... yes checking whether -Wl,-R. is accepted as LDFLAGS... yes checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes checking whether -Wdivision-by-zero is accepted as CFLAGS... no checking whether -Wduplicated-cond is accepted as CFLAGS... yes checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes checking whether -Wimplicit-int is accepted as CFLAGS... yes checking whether -Wmisleading-indentation is accepted as CFLAGS... yes checking whether -Wpointer-arith is accepted as CFLAGS... yes checking whether -Wrestrict is accepted as CFLAGS... yes checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no checking whether -Wwrite-strings is accepted as CFLAGS... yes checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... yes 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... yes 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... yes checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... yes checking whether -Wunused-variable is accepted as CFLAGS... yes checking whether -diag-disable=175,188,2259 is accepted as CFLAGS... no checking whether -Wextra-tokens is accepted as CFLAGS... no checking whether -Wall -Wextra is accepted as CFLAGS... yes checking whether -Qunused-arguments is accepted as CFLAGS... no checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes checking whether -fstack-protector-strong is accepted as CFLAGS... yes checking whether -fstack-protector-strong is accepted as LDFLAGS... yes checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes checking whether -std=gnu99 is accepted as CFLAGS... yes checking whether -fno-strict-overflow is accepted as CFLAGS... yes checking whether -ggdb3 is accepted as CFLAGS... yes checking whether -fvisibility=hidden is accepted as CFLAGS... yes checking whether -fno-fast-math is accepted as CFLAGS... yes checking whether -fexcess-precision=standard is accepted as CFLAGS... yes checking whether -fp-model precise is accepted as CFLAGS... no checking whether compiler has statement and declarations in expressions... yes checking for crypt in -lcrypt... yes checking for dlopen in -ldl... yes checking for shl_load in -ldld... no checking for shutdown in -lsocket... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking a.out.h usability... yes checking a.out.h presence... yes checking for a.out.h... yes checking atomic.h usability... no checking atomic.h presence... no checking for atomic.h... no checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking intrinsics.h usability... no checking intrinsics.h presence... no checking for intrinsics.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking malloc/malloc.h usability... no checking malloc/malloc.h presence... no checking for malloc/malloc.h... no checking malloc_np.h usability... no checking malloc_np.h presence... no checking for malloc_np.h... no checking net/socket.h usability... no checking net/socket.h presence... no checking for net/socket.h... no checking process.h usability... no checking process.h presence... no checking for process.h... no checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking sanitizer/asan_interface.h usability... yes checking sanitizer/asan_interface.h presence... yes checking for sanitizer/asan_interface.h... yes checking sanitizer/msan_interface.h usability... no checking sanitizer/msan_interface.h presence... no checking for sanitizer/msan_interface.h... no checking setjmpex.h usability... no checking setjmpex.h presence... no checking for setjmpex.h... no checking stdalign.h usability... yes checking stdalign.h presence... yes checking for stdalign.h... yes checking sys/attr.h usability... no checking sys/attr.h presence... no checking for sys/attr.h... no checking sys/eventfd.h usability... yes checking sys/eventfd.h presence... yes checking for sys/eventfd.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/id.h usability... no checking sys/id.h presence... no checking for sys/id.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/sendfile.h usability... yes checking sys/sendfile.h presence... yes checking for sys/sendfile.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking syscall.h usability... yes checking syscall.h presence... yes checking for syscall.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking ucontext.h usability... yes checking ucontext.h presence... yes checking for ucontext.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking gmp.h usability... yes checking gmp.h presence... yes checking for gmp.h... yes checking for library containing __gmpz_init... -lgmp checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking whether char is unsigned... no checking for inline... inline checking for working volatile... yes checking for typeof syntax and keyword spelling... typeof checking for long long... yes checking for off_t... yes checking char bit... 8 checking size of int... 4 checking size of short... 2 checking size of long... 8 checking size of long long... 8 checking size of __int64... 0 checking size of __int128... 16 checking size of off_t... 8 checking size of void*... 8 checking size of float... 4 checking size of double... 8 checking size of time_t... 8 checking size of clock_t... 8 checking packed struct attribute... x __attribute__((packed)) checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes checking for printf prefix for long long... ll checking for pid_t... yes checking for convertible type of pid_t... INT checking for uid_t... 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... LONG checking for dev_t... yes checking for convertible type of dev_t... ULONG checking for mode_t... yes checking for convertible type of mode_t... UINT checking for rlim_t... yes checking for convertible type of rlim_t... ULONG checking for off_t... (cached) yes checking for convertible type of off_t... LONG checking for clockid_t... yes checking for convertible type of clockid_t... INT checking for prototypes... yes checking token paste string... ansi checking stringization... #expr checking string literal concatenation... yes checking for variable length prototypes and stdarg.h... yes checking for variable length macro... yes checking for alignas() syntax... __attribute__((__aligned__(x))) checking for alignof() syntax... alignof 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 DEPRECATED_TYPE type attribute... __attribute__ ((__deprecated__ mesg)) 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 FUNC_STDCALL function attribute... x checking for FUNC_CDECL function attribute... x checking for FUNC_FASTCALL function attribute... x checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x checking for function alias... alias checking for __atomic builtins... yes checking for __sync builtins... yes checking for __builtin_unreachable... yes checking for exported function attribute... __attribute__ ((__visibility__("default"))) checking for function name string predefined identifier... __func__ checking if enum over int is allowed... yes checking whether sys_nerr is declared... no checking whether getenv is declared... yes checking for size_t... yes checking size of size_t... 8 checking size of ptrdiff_t... 8 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 for struct stat.st_atim... yes checking for struct stat.st_atimespec... no checking for struct stat.st_atimensec... no checking for struct stat.st_mtim... yes checking for struct stat.st_mtimespec... no checking for struct stat.st_mtimensec... no checking for struct stat.st_ctim... yes checking for struct stat.st_ctimespec... no checking for struct stat.st_ctimensec... no checking for struct stat.st_birthtimespec... 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... NONE checking for stack end address... __libc_stack_end checking for uid_t in sys/types.h... (cached) yes checking type of array argument to getgroups... gid_t checking return type of signal handlers... void checking for working alloca.h... yes checking for alloca... yes checking for dynamic size alloca... ok checking for working memcmp... yes checking for broken erfc of glibc-2.3.6 on IA64... no checking for acosh... yes checking for cbrt... yes checking for crypt... yes checking for dup2... yes checking for erf... yes checking for explicit_bzero... yes checking for ffs... yes checking for finite... yes checking for flock... yes checking for hypot... yes checking for isinf... yes checking for isnan... yes checking for lgamma_r... yes checking for memmove... yes checking for nan... yes checking for nextafter... yes checking for setproctitle... no checking for strchr... yes checking for strerror... yes checking for strlcat... no checking for strlcpy... no checking for strstr... yes checking for tgamma... yes checking sys/pstat.h usability... no checking sys/pstat.h presence... no checking for sys/pstat.h... no checking for signbit... yes checking for broken memmem... no checking for pid_t... (cached) yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for __syscall... no checking for _longjmp... yes checking for arc4random_buf... no checking for atan2l... yes checking for atan2f... yes checking for chroot... yes checking for chsize... no checking for clock_gettime... yes checking for cosh... yes checking for crypt_r... yes checking for daemon... (cached) no checking for dirfd... yes checking for dl_iterate_phdr... yes checking for dlopen... yes checking for dladdr... yes checking for dup... yes checking for dup3... yes checking for eaccess... yes checking for endgrent... yes checking for eventfd... yes checking for fchmod... yes checking for fchown... yes checking for fcntl... yes checking for fdatasync... yes checking for fdopendir... yes checking for fgetattrlist... no checking for fmod... yes checking for fstatat... yes checking for fsync... yes checking for ftruncate... yes checking for ftruncate64... yes checking for getattrlist... no checking for getcwd... yes checking for getgidx... no checking for getgrnam... yes checking for getgrnam_r... yes checking for getgroups... yes checking for getpgid... yes checking for getpgrp... yes checking for getpriority... yes checking for getpwnam_r... yes checking for getresgid... yes checking for getresuid... yes checking for getrlimit... yes checking for getsid... yes checking for gettimeofday... yes checking for getuidx... no checking for gmtime_r... yes checking for grantpt... yes checking for initgroups... yes checking for ioctl... yes checking for isfinite... no checking for issetugid... no checking for killpg... yes checking for lchmod... yes checking for lchown... yes checking for link... yes checking for llabs... yes checking for lockf... yes checking for log2... yes checking for lstat... yes checking for lutimes... yes checking for malloc_usable_size... yes checking for malloc_size... no checking for mblen... yes checking for memalign... yes checking for memset_s... no checking for writev... yes checking for memrchr... yes checking for memmem... yes checking for mkfifo... yes checking for mknod... yes checking for mktime... yes checking for openat... yes checking for pipe2... yes checking for poll... yes checking for posix_fadvise... yes checking for posix_memalign... yes checking for ppoll... yes checking for pread... yes checking for pwrite... yes checking for qsort_r... yes checking for qsort_s... no checking for readlink... yes checking for round... yes checking for sched_getaffinity... yes checking for seekdir... yes checking for select_large_fdset... no checking for sendfile... yes checking for setegid... yes checking for setenv... yes checking for seteuid... yes checking for setgid... yes checking for setgroups... yes checking for setpgid... yes checking for setpgrp... yes checking for setregid... yes checking for setresgid... yes checking for setresuid... yes checking for setreuid... yes checking for setrgid... no checking for setrlimit... yes checking for setruid... no checking for setsid... yes checking for setuid... yes checking for shutdown... yes checking for sigaction... yes checking for sigaltstack... yes checking for sigprocmask... yes checking for sinh... yes checking for spawnv... no checking for symlink... yes checking for syscall... yes checking for sysconf... yes checking for tanh... yes checking for telldir... yes checking for timegm... yes checking for times... yes checking for truncate... yes checking for truncate64... yes checking for unsetenv... yes checking for utimensat... yes checking for utimes... yes checking for wait4... yes checking for waitpid... yes checking if getcwd allocates buffer if NULL is given... yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking for struct crypt_data.initialized... yes checking for __builtin_alloca_with_align... yes checking for __builtin_assume_aligned... yes checking for __builtin_bswap16... yes checking for __builtin_bswap32... yes checking for __builtin_bswap64... yes checking for __builtin_popcount... yes checking for __builtin_popcountll... yes checking for __builtin_clz... yes checking for __builtin_clzl... yes checking for __builtin_clzll... yes checking for __builtin_ctz... yes checking for __builtin_ctzll... yes checking for __builtin_add_overflow... yes checking for __builtin_sub_overflow... yes checking for __builtin_mul_overflow... yes checking for __builtin_mul_overflow_p... 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 whether qsort_r is GNU version... yes checking whether qsort_r is BSD version... no checking whether atan2 handles Inf as C99... yes checking for clock_getres... yes checking for timer_create in -lrt... yes checking for timer_settime in -lrt... yes checking for unsetenv returns a value... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... 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 whether _SC_CLK_TCK is supported... yes checking stack growing direction on x86_64... -1 checking native coroutine implementation for x86_64-linux... amd64 checking for pthread_create in -lthr... no checking for pthread_create in -lpthread... yes checking for pthread_np.h... no 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... no checking for pthread_getthrds_np... no checking for pthread_condattr_setclock... yes checking for pthread_sigmask... yes checking for pthread_setname_np... yes checking for pthread_set_name_np... no checking for pthread_getattr_np... yes checking arguments of pthread_setname_np... (pthread_self(), name) checking if mcontext_t is a pointer... no checking for getcontext... yes checking for setcontext... yes checking if fork works with pthread... yes checking whether ELF binaries are produced... yes checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking elf_abi.h usability... no checking elf_abi.h presence... no checking for elf_abi.h... no checking for uncompress in -lz... yes checking mach-o/loader.h usability... no checking mach-o/loader.h presence... no checking for mach-o/loader.h... no checking whether OS depend dynamic link works... yes checking for backtrace... yes checking for broken backtrace... no checking valgrind/memcheck.h usability... no checking valgrind/memcheck.h presence... no checking for valgrind/memcheck.h... no checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes checking for __builtin_setjmp... yes with cast () checking for _setjmpex as a macro or function... no checking for _setjmp as a macro or function... yes checking for sigsetjmp as a macro or function... no checking for setjmp type... __builtin_setjmp checking for prefix of external symbols... NONE checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking if make is GNU make... yes .ext/include/x86_64-linux/ruby/config.h updated configure: ruby library version = 2.6.0 configure: creating ./config.status config.status: creating GNUmakefile config.status: creating Makefile config.status: creating ruby-2.6.pc --- Configuration summary for ruby version 2.6.6 * Installation prefix: /usr * exec prefix: ${prefix} * arch: x86_64-linux * 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: linux * compiler: x86_64-pc-linux-gnu-gcc * with pthread: yes * enable shared libs: yes * dynamic library ext: so * CFLAGS: ${optflags} ${debugflags} ${warnflags} * LDFLAGS: -L. -Wl,-O1 -Wl,--as-needed \ -Wl,--defsym=__gentoo_check_ldflags__=0 \ -fstack-protector-strong -rdynamic \ -Wl,-export-dynamic * DLDFLAGS: -Wl,-O1 -Wl,--as-needed \ -Wl,--defsym=__gentoo_check_ldflags__=0 \ -Wl,--compress-debug-sections=zlib * optflags: -O3 * debugflags: -ggdb3 * warnflags: -Wall -Wextra -Wdeclaration-after-statement \ -Wdeprecated-declarations -Wduplicated-cond \ -Wimplicit-function-declaration -Wimplicit-int \ -Wmisleading-indentation -Wpointer-arith \ -Wrestrict -Wwrite-strings \ -Wimplicit-fallthrough=0 -Wmissing-noreturn \ -Wno-cast-function-type \ -Wno-constant-logical-operand -Wno-long-long \ -Wno-missing-field-initializers \ -Wno-overlength-strings \ -Wno-packed-bitfield-compat \ -Wno-parentheses-equality -Wno-self-assign \ -Wno-tautological-compare -Wno-unused-parameter \ -Wno-unused-value -Wsuggest-attribute=format \ -Wsuggest-attribute=noreturn -Wunused-variable * strip command: x86_64-pc-linux-gnu-strip -S -x * install doc: no * JIT support: no * man page type: doc --- >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6 ... make -j1 V=1 'EXTLDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' 'MJIT_CFLAGS=-O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing' MJIT_OPTFLAGS= MJIT_DEBUGFLAGS= BASERUBY = echo executable host ruby is required. use --with-baseruby option.; false CC = x86_64-pc-linux-gnu-gcc LD = x86_64-pc-linux-gnu-ld LDSHARED = x86_64-pc-linux-gnu-gcc -shared CFLAGS = -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 DLDFLAGS = -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby26.so.2.6 -fstack-protector-strong -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = x86_64-pc-linux-gnu-gcc (Gentoo 10.3.0 p1) 10.3.0 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o main.o -c ./main.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o dmydln.o -c dmydln.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o miniinit.o -c miniinit.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o dmyext.o -c dmyext.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o miniprelude.o -c miniprelude.c echo '#include "probes.dmyh"' > probes.h x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o array.o -c array.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o ast.o -c ast.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o bignum.o -c bignum.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o class.o -c class.c In file included from ./include/ruby.h:33, from internal.h:15, from class.c:26: class.c: In function ‘move_refined_method’: class.c:955:23: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member] 955 | RB_OBJ_WRITE(me, &me->def->body.refined.orig_me, NULL); ./include/ruby/ruby.h:1493:75: note: in definition of macro ‘RB_OBJ_WRITE’ 1493 | #define RB_OBJ_WRITE(a, slot, b) rb_obj_write((VALUE)(a), (VALUE *)(slot), (VALUE)(b), __FILE__, __LINE__) | ^~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o compar.o -c compar.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o compile.o -c compile.c compile.c: In function ‘update_catch_except_flags’: compile.c:1291:54: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member] 1291 | const struct iseq_catch_table_entry *entry = &ct->entries[i]; | ^~~~~~~~~~~~~~~ compile.c: In function ‘iseq_set_exception_table’: compile.c:2356:14: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member] 2356 | entry = &table->entries[i]; | ^~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o complex.o -c complex.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o cont.o -c cont.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o debug.o -c debug.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o debug_counter.o -c debug_counter.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o dir.o -c dir.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o dln_find.o -c dln_find.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o encoding.o -c encoding.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o enum.o -c enum.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o enumerator.o -c enumerator.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o error.o -c error.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o eval.o -c eval.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o file.o -c file.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o gc.o -c gc.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o hash.o -c hash.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o inits.o -c inits.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o io.o -c io.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o iseq.o -c iseq.c iseq.c: In function ‘rb_iseq_mark’: iseq.c:252:11: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member] 252 | entry = &table->entries[i]; | ^~~~~~~~~~~~~~~~~~ iseq.c: In function ‘rb_iseq_disasm_recursive’: iseq.c:2067:51: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member] 2067 | const struct iseq_catch_table_entry *entry = &body->catch_table->entries[i]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iseq.c: In function ‘iseq_iterate_children’: iseq.c:2200:58: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member] 2200 | const struct iseq_catch_table_entry *entry = &body->catch_table->entries[i]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iseq.c: In function ‘iseq_data_to_ary’: iseq.c:2710:47: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member] 2710 | const struct iseq_catch_table_entry *entry = &iseq_body->catch_table->entries[i]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o load.o -c load.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o marshal.o -c marshal.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o math.o -c math.c + echo '#ifndef RUBY_MJIT_CONFIG_H' + echo '#define RUBY_MJIT_CONFIG_H 1' + echo + sep= + echo '#ifdef LOAD_RELATIVE' + quote MJIT_HEADER_INSTALL_DIR /include/ruby-2.6.0/x86_64-linux + printf '#define MJIT_HEADER_INSTALL_DIR' + shift + printf ' "%s"' /include/ruby-2.6.0/x86_64-linux + echo + echo '#else' + quote MJIT_HEADER_INSTALL_DIR /usr/include/ruby-2.6.0/x86_64-linux + printf '#define MJIT_HEADER_INSTALL_DIR' + shift + printf ' "%s"' /usr/include/ruby-2.6.0/x86_64-linux + echo + echo '#endif' + quote MJIT_MIN_HEADER_NAME rb_mjit_min_header-2.6.6.h + printf '#define MJIT_MIN_HEADER_NAME' + shift + printf ' "%s"' rb_mjit_min_header-2.6.6.h + echo + sep=, + quote 'MJIT_CC_COMMON ' /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc + printf '#define MJIT_CC_COMMON ' + shift + printf ' "%s",' /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc + echo + quote 'MJIT_CFLAGS MJIT_ARCHFLAG' -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing + printf '#define MJIT_CFLAGS MJIT_ARCHFLAG' + shift + printf ' "%s",' -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing + echo + quote 'MJIT_OPTFLAGS ' + printf '#define MJIT_OPTFLAGS ' + shift + echo + quote 'MJIT_DEBUGFLAGS ' + printf '#define MJIT_DEBUGFLAGS ' + shift + echo + quote 'MJIT_LDSHARED ' /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc -shared + printf '#define MJIT_LDSHARED ' + shift + printf ' "%s",' /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc -shared + echo + quote 'MJIT_DLDFLAGS MJIT_ARCHFLAG' -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib + printf '#define MJIT_DLDFLAGS MJIT_ARCHFLAG' + shift + printf ' "%s",' -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib + echo + quote 'MJIT_LIBS ' -lruby26 + printf '#define MJIT_LIBS ' + shift + printf ' "%s",' -lruby26 + echo + quote 'PRELOADENV "LD_PRELOAD"' + printf '#define PRELOADENV "LD_PRELOAD"' + shift + echo + indent= + define_arch_flags + quote 'MJIT_ARCHFLAG /* no flag */' + printf '#define MJIT_ARCHFLAG /* no flag */' + shift + echo + echo + echo '#endif /* RUBY_MJIT_CONFIG_H */' x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o mjit.o -c mjit.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o mjit_compile.o -c mjit_compile.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o node.o -c node.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o numeric.o -c numeric.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o object.o -c object.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o pack.o -c pack.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o parse.o -c parse.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o proc.o -c proc.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o process.o -c process.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o random.o -c random.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o range.o -c range.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o rational.o -c rational.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o re.o -c re.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o regcomp.o -c regcomp.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o regenc.o -c regenc.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o regerror.o -c regerror.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o regexec.o -c regexec.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o regparse.o -c regparse.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o regsyntax.o -c regsyntax.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o ruby.o -c ruby.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o safe.o -c safe.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o signal.o -c signal.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o sprintf.o -c sprintf.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o st.o -c st.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o strftime.o -c strftime.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o string.o -c string.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o struct.o -c struct.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o symbol.o -c symbol.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o thread.o -c thread.c In file included from thread.c:68: thread_sync.c: In function ‘queue_alloc’: eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:545:24: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 545 | #define queue_waitq(q) UNALIGNED_MEMBER_PTR(q, waitq) | ^~~~~~~~~~~~~~~~~~~~ thread_sync.c:590:20: note: in expansion of macro ‘queue_waitq’ 590 | list_head_init(queue_waitq(q)); | ^~~~~~~~~~~ thread_sync.c: In function ‘queue_fork_check’: eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:545:24: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 545 | #define queue_waitq(q) UNALIGNED_MEMBER_PTR(q, waitq) | ^~~~~~~~~~~~~~~~~~~~ thread_sync.c:604:20: note: in expansion of macro ‘queue_waitq’ 604 | list_head_init(queue_waitq(q)); | ^~~~~~~~~~~ thread_sync.c: In function ‘szqueue_alloc’: eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:553:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 553 | #define szqueue_waitq(sq) UNALIGNED_MEMBER_PTR(sq, q.waitq) | ^~~~~~~~~~~~~~~~~~~~ thread_sync.c:648:20: note: in expansion of macro ‘szqueue_waitq’ 648 | list_head_init(szqueue_waitq(sq)); | ^~~~~~~~~~~~~ eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_szqueue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:554:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 554 | #define szqueue_pushq(sq) UNALIGNED_MEMBER_PTR(sq, pushq) | ^~~~~~~~~~~~~~~~~~~~ thread_sync.c:649:20: note: in expansion of macro ‘szqueue_pushq’ 649 | list_head_init(szqueue_pushq(sq)); | ^~~~~~~~~~~~~ thread_sync.c: In function ‘szqueue_ptr’: eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_szqueue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:554:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 554 | #define szqueue_pushq(sq) UNALIGNED_MEMBER_PTR(sq, pushq) | ^~~~~~~~~~~~~~~~~~~~ thread_sync.c:660:24: note: in expansion of macro ‘szqueue_pushq’ 660 | list_head_init(szqueue_pushq(sq)); | ^~~~~~~~~~~~~ thread_sync.c: In function ‘rb_queue_initialize’: thread_sync.c:761:24: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 761 | RB_OBJ_WRITE(self, &q->que, ary_buf_new()); eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:761:5: note: in expansion of macro ‘RB_OBJ_WRITE’ 761 | RB_OBJ_WRITE(self, &q->que, ary_buf_new()); | ^~~~~~~~~~~~ eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:545:24: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 545 | #define queue_waitq(q) UNALIGNED_MEMBER_PTR(q, waitq) | ^~~~~~~~~~~~~~~~~~~~ thread_sync.c:762:20: note: in expansion of macro ‘queue_waitq’ 762 | list_head_init(queue_waitq(q)); | ^~~~~~~~~~~ thread_sync.c: In function ‘queue_do_push’: eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:545:24: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 545 | #define queue_waitq(q) UNALIGNED_MEMBER_PTR(q, waitq) | ^~~~~~~~~~~~~~~~~~~~ thread_sync.c:773:16: note: in expansion of macro ‘queue_waitq’ 773 | wakeup_one(queue_waitq(q)); | ^~~~~~~~~~~ thread_sync.c: In function ‘rb_queue_close’: eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:545:24: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 545 | #define queue_waitq(q) UNALIGNED_MEMBER_PTR(q, waitq) | ^~~~~~~~~~~~~~~~~~~~ thread_sync.c:818:13: note: in expansion of macro ‘queue_waitq’ 818 | wakeup_all(queue_waitq(q)); | ^~~~~~~~~~~ In file included from vm_core.h:77, from eval_intern.h:5, from thread.c:68: thread_sync.c: In function ‘queue_do_pop’: thread_sync.c:910:20: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 910 | list_add_tail(&qw.as.q->waitq, &qw.w.node); | ^~~~~~~~~~~~~~~ ccan/list/list.h:195:44: note: in definition of macro ‘list_add_tail’ 195 | #define list_add_tail(h, n) list_add_tail_(h, n, LIST_LOC) | ^ In file included from thread.c:68: thread_sync.c: In function ‘rb_szqueue_initialize’: thread_sync.c:1036:24: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 1036 | RB_OBJ_WRITE(self, &sq->q.que, ary_buf_new()); eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:1036:5: note: in expansion of macro ‘RB_OBJ_WRITE’ 1036 | RB_OBJ_WRITE(self, &sq->q.que, ary_buf_new()); | ^~~~~~~~~~~~ eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:553:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 553 | #define szqueue_waitq(sq) UNALIGNED_MEMBER_PTR(sq, q.waitq) | ^~~~~~~~~~~~~~~~~~~~ thread_sync.c:1037:20: note: in expansion of macro ‘szqueue_waitq’ 1037 | list_head_init(szqueue_waitq(sq)); | ^~~~~~~~~~~~~ eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_szqueue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:554:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 554 | #define szqueue_pushq(sq) UNALIGNED_MEMBER_PTR(sq, pushq) | ^~~~~~~~~~~~~~~~~~~~ thread_sync.c:1038:20: note: in expansion of macro ‘szqueue_pushq’ 1038 | list_head_init(szqueue_pushq(sq)); | ^~~~~~~~~~~~~ thread_sync.c: In function ‘rb_szqueue_close’: eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:553:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 553 | #define szqueue_waitq(sq) UNALIGNED_MEMBER_PTR(sq, q.waitq) | ^~~~~~~~~~~~~~~~~~~~ thread_sync.c:1063:13: note: in expansion of macro ‘szqueue_waitq’ 1063 | wakeup_all(szqueue_waitq(sq)); | ^~~~~~~~~~~~~ eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_szqueue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:554:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 554 | #define szqueue_pushq(sq) UNALIGNED_MEMBER_PTR(sq, pushq) | ^~~~~~~~~~~~~~~~~~~~ thread_sync.c:1064:13: note: in expansion of macro ‘szqueue_pushq’ 1064 | wakeup_all(szqueue_pushq(sq)); | ^~~~~~~~~~~~~ thread_sync.c: In function ‘rb_szqueue_max_set’: eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_szqueue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:554:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 554 | #define szqueue_pushq(sq) UNALIGNED_MEMBER_PTR(sq, pushq) | ^~~~~~~~~~~~~~~~~~~~ thread_sync.c:1102:17: note: in expansion of macro ‘szqueue_pushq’ 1102 | sync_wakeup(szqueue_pushq(sq), diff); | ^~~~~~~~~~~~~ thread_sync.c: In function ‘rb_szqueue_push’: eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_szqueue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:554:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 554 | #define szqueue_pushq(sq) UNALIGNED_MEMBER_PTR(sq, pushq) | ^~~~~~~~~~~~~~~~~~~~ thread_sync.c:1146:32: note: in expansion of macro ‘szqueue_pushq’ 1146 | struct list_head *pushq = szqueue_pushq(sq); | ^~~~~~~~~~~~~ thread_sync.c: In function ‘szqueue_do_pop’: eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_szqueue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:554:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 554 | #define szqueue_pushq(sq) UNALIGNED_MEMBER_PTR(sq, pushq) | ^~~~~~~~~~~~~~~~~~~~ thread_sync.c:1172:13: note: in expansion of macro ‘szqueue_pushq’ 1172 | wakeup_one(szqueue_pushq(sq)); | ^~~~~~~~~~~~~ thread_sync.c: In function ‘rb_szqueue_clear’: eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_szqueue’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ thread_sync.c:554:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 554 | #define szqueue_pushq(sq) UNALIGNED_MEMBER_PTR(sq, pushq) | ^~~~~~~~~~~~~~~~~~~~ thread_sync.c:1211:16: note: in expansion of macro ‘szqueue_pushq’ 1211 | wakeup_all(szqueue_pushq(sq)); | ^~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o time.o -c time.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o transcode.o -c transcode.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o transient_heap.o -c transient_heap.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o util.o -c util.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o variable.o -c variable.c echo executable host ruby is required. use --with-baseruby option.; false ./tool/file2lastrev.rb -q --revision.h "." > revision.tmp executable host ruby is required. use --with-baseruby option. make: [uncommon.mk:1089: .revision.time] Error 1 (ignored) ./tool/ifchange "--timestamp=.revision.time" "./revision.h" revision.tmp ./revision.h unchanged # rm -f revision.h # exit > revision.h || exit > revision.h x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o version.o -c version.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o vm.o -c vm.c In file included from vm.c:320: vm_insnhelper.c: In function ‘vm_throw_start’: vm_insnhelper.c:1135:56: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member] 1135 | const struct iseq_catch_table_entry * const entry = &ct->entries[i]; | ^~~~~~~~~~~~~~~ In file included from vm.c:320: vm_insnhelper.c: In function ‘vm_method_cfunc_entry’: vm_insnhelper.c:1883:12: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member] 1883 | return &me->def->body.cfunc; | ^~~~~~~~~~~~~~~~~~~~ In file included from vm.c:21: vm_insnhelper.c: In function ‘aliased_callable_method_entry’: vm_insnhelper.c:2195:23: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member] 2195 | RB_OBJ_WRITE(me, &me->def->body.alias.original_me, cme); eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ vm_insnhelper.c:2195:6: note: in expansion of macro ‘RB_OBJ_WRITE’ 2195 | RB_OBJ_WRITE(me, &me->def->body.alias.original_me, cme); | ^~~~~~~~~~~~ In file included from vm.c:21: vm_method.c: In function ‘rb_method_definition_set’: vm_method.c:241:20: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member] 241 | RB_OBJ_WRITE(me, &def->body.iseq.iseqptr, iseq_body->iseqptr); eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ vm_method.c:241:3: note: in expansion of macro ‘RB_OBJ_WRITE’ 241 | RB_OBJ_WRITE(me, &def->body.iseq.iseqptr, iseq_body->iseqptr); | ^~~~~~~~~~~~ vm_method.c:252:20: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member] 252 | RB_OBJ_WRITE(me, &def->body.iseq.cref, method_cref); eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ vm_method.c:252:3: note: in expansion of macro ‘RB_OBJ_WRITE’ 252 | RB_OBJ_WRITE(me, &def->body.iseq.cref, method_cref); | ^~~~~~~~~~~~ eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ vm_method.c:258:29: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 258 | setup_method_cfunc_struct(UNALIGNED_MEMBER_PTR(def, body.cfunc), cfunc->func, cfunc->argc); | ^~~~~~~~~~~~~~~~~~~~ vm_method.c:274:24: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member] 274 | RB_OBJ_WRITE(me, &def->body.attr.location, rb_ary_freeze(location)); eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ vm_method.c:274:7: note: in expansion of macro ‘RB_OBJ_WRITE’ 274 | RB_OBJ_WRITE(me, &def->body.attr.location, rb_ary_freeze(location)); | ^~~~~~~~~~~~ vm_method.c:282:30: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member] 282 | RB_OBJ_WRITE(me, &def->body.bmethod.proc, (VALUE)opts); eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ vm_method.c:282:13: note: in expansion of macro ‘RB_OBJ_WRITE’ 282 | RB_OBJ_WRITE(me, &def->body.bmethod.proc, (VALUE)opts); | ^~~~~~~~~~~~ eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member] 172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem) eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ vm_method.c:285:32: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’ 285 | setup_method_cfunc_struct(UNALIGNED_MEMBER_PTR(def, body.cfunc), rb_f_notimplement, -1); | ^~~~~~~~~~~~~~~~~~~~ vm_method.c:293:20: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member] 293 | RB_OBJ_WRITE(me, &def->body.refined.orig_me, refined->orig_me); eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ vm_method.c:293:3: note: in expansion of macro ‘RB_OBJ_WRITE’ 293 | RB_OBJ_WRITE(me, &def->body.refined.orig_me, refined->orig_me); | ^~~~~~~~~~~~ vm_method.c:294:20: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member] 294 | RB_OBJ_WRITE(me, &def->body.refined.owner, refined->owner); eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ vm_method.c:294:3: note: in expansion of macro ‘RB_OBJ_WRITE’ 294 | RB_OBJ_WRITE(me, &def->body.refined.owner, refined->owner); | ^~~~~~~~~~~~ vm_method.c:298:23: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member] 298 | RB_OBJ_WRITE(me, &def->body.alias.original_me, (rb_method_entry_t *)opts); eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’ 170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr | ^~~~ vm_method.c:298:6: note: in expansion of macro ‘RB_OBJ_WRITE’ 298 | RB_OBJ_WRITE(me, &def->body.alias.original_me, (rb_method_entry_t *)opts); | ^~~~~~~~~~~~ In file included from vm.c:328: vm_eval.c: In function ‘vm_call0_cfunc_with_frame’: vm_eval.c:68:38: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member] 68 | const rb_method_cfunc_t *cfunc = &me->def->body.cfunc; | ^~~~~~~~~~~~~~~~~~~~ vm.c: In function ‘vm_exec_handle_exception’: vm.c:1954:16: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member] 1954 | entry = &ct->entries[i]; | ^~~~~~~~~~~~~~~ vm.c:1990:11: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member] 1990 | entry = &ct->entries[i]; | ^~~~~~~~~~~~~~~ vm.c:2006:11: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member] 2006 | entry = &ct->entries[i]; | ^~~~~~~~~~~~~~~ vm.c:2033:11: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member] 2033 | entry = &ct->entries[i]; | ^~~~~~~~~~~~~~~ vm.c:2071:11: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member] 2071 | entry = &ct->entries[i]; | ^~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o vm_backtrace.o -c vm_backtrace.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o vm_dump.o -c vm_dump.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o vm_trace.o -c vm_trace.c /bin/mkdir -p coroutine/amd64 x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o coroutine/amd64/Context.o -c coroutine/amd64/Context.S /bin/mkdir -p enc/trans .ext/.timestamp x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o enc/ascii.o -c enc/ascii.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o enc/us_ascii.o -c enc/us_ascii.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o enc/unicode.o -c enc/unicode.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o enc/utf_8.o -c enc/utf_8.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o enc/trans/newline.o -c enc/trans/newline.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o setproctitle.o -c ./missing/setproctitle.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o strlcat.o -c ./missing/strlcat.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o strlcpy.o -c ./missing/strlcpy.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o addr2line.o -c addr2line.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o dmyenc.o -c dmyenc.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -fstack-protector-strong -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 main.o dmydln.o miniinit.o dmyext.o miniprelude.o array.o ast.o bignum.o class.o compar.o compile.o complex.o cont.o debug.o debug_counter.o dir.o dln_find.o encoding.o enum.o enumerator.o error.o eval.o file.o gc.o hash.o inits.o io.o iseq.o load.o marshal.o math.o mjit.o mjit_compile.o node.o numeric.o object.o pack.o parse.o proc.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o symbol.o thread.o time.o transcode.o transient_heap.o util.o variable.o version.o vm.o vm_backtrace.o vm_dump.o vm_trace.o coroutine/amd64/Context.o enc/ascii.o enc/us_ascii.o enc/unicode.o enc/utf_8.o enc/trans/newline.o setproctitle.o strlcat.o strlcpy.o addr2line.o -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lm -o miniruby : ./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 -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' \ 12.1.0 ./enc/unicode/12.1.0/casefold.h ./enc/unicode/12.1.0/name2ctype.h ./miniruby -I./lib -I. -I.ext/common ./tool/mkconfig.rb \ -arch=x86_64-linux -version=2.6.6 \ -install_name=ruby26 \ -so_name=ruby26 \ -unicode_version=12.1.0 \ -unicode_emoji_version=12.0 \ > rbconfig.tmp ./tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp rbconfig.rb 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 make -f enc.mk V="1" UNICODE_HDR_DIR="./enc/unicode/12.1.0" RUBY="./miniruby -I./lib -I. -I.ext/common " MINIRUBY="./miniruby -I./lib -I. -I.ext/common " srcs make[1]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6' ./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 x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o dln.o -c dln.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -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 x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o loadpath.o -c loadpath.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 -o prelude.o -c prelude.c x86_64-pc-linux-gnu-ar rcD libruby26-static.a dln.o localeinit.o loadpath.o array.o ast.o bignum.o class.o compar.o compile.o complex.o cont.o debug.o debug_counter.o dir.o dln_find.o encoding.o enum.o enumerator.o error.o eval.o file.o gc.o hash.o inits.o io.o iseq.o load.o marshal.o math.o mjit.o mjit_compile.o node.o numeric.o object.o pack.o parse.o proc.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o symbol.o thread.o time.o transcode.o transient_heap.o util.o variable.o version.o vm.o vm_backtrace.o vm_dump.o vm_trace.o coroutine/amd64/Context.o enc/ascii.o enc/us_ascii.o enc/unicode.o enc/utf_8.o enc/trans/newline.o setproctitle.o strlcat.o strlcpy.o addr2line.o prelude.o dmyext.o dmyenc.o x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby26.so.2.6 -fstack-protector-strong -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 dln.o localeinit.o loadpath.o array.o ast.o bignum.o class.o compar.o compile.o complex.o cont.o debug.o debug_counter.o dir.o dln_find.o encoding.o enum.o enumerator.o error.o eval.o file.o gc.o hash.o inits.o io.o iseq.o load.o marshal.o math.o mjit.o mjit_compile.o node.o numeric.o object.o pack.o parse.o proc.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o symbol.o thread.o time.o transcode.o transient_heap.o util.o variable.o version.o vm.o vm_backtrace.o vm_dump.o vm_trace.o coroutine/amd64/Context.o enc/ascii.o enc/us_ascii.o enc/unicode.o enc/utf_8.o enc/trans/newline.o setproctitle.o strlcat.o strlcpy.o addr2line.o prelude.o dmyext.o dmyenc.o -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -o libruby26.so.2.6.6 : -w -L 'Init_*' -L 'ruby_static_id_*' \ -L '*_threadptr_*' -L '*_ec_*' libruby26.so.2.6.6 : /bin/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" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1"' ext/configure-ext.mk updated /bin/mkdir -p .ext/.timestamp/x86_64-linux .ext/x86_64-linux make -f ext/configure-ext.mk V=1 EXTSTATIC= \ gnumake=yes MINIRUBY="./miniruby -I./lib -I. -I.ext/common " \ EXTLDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" srcdir="." make[1]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6' ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='make' \ --command-output=ext/cgi/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/pathname/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic \ -- configure ext/pathname ../.././ext/pathname/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='make' \ --command-output=ext/pty/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/io/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/-test-/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic \ -- configure ext/-test- ../../../.././ext/-test-/arith_seq/extract/extconf.rb ../../../.././ext/-test-/array/resize/extconf.rb ../../.././ext/-test-/bignum/extconf.rb ../../.././ext/-test-/bug-14834/extconf.rb ../../.././ext/-test-/bug-3571/extconf.rb ../../.././ext/-test-/bug-5832/extconf.rb ../../.././ext/-test-/bug_reporter/extconf.rb ../../.././ext/-test-/class/extconf.rb ../../.././ext/-test-/debug/extconf.rb ../../../.././ext/-test-/dln/empty/extconf.rb ../../.././ext/-test-/exception/extconf.rb ../../.././ext/-test-/fatal/extconf.rb ../../.././ext/-test-/file/extconf.rb ../../.././ext/-test-/float/extconf.rb ../../.././ext/-test-/funcall/extconf.rb ../../../.././ext/-test-/gvl/call_without_gvl/extconf.rb ../../.././ext/-test-/hash/extconf.rb ../../.././ext/-test-/integer/extconf.rb ../../.././ext/-test-/iseq_load/extconf.rb ../../.././ext/-test-/iter/extconf.rb ../../../.././ext/-test-/load/dot.dot/extconf.rb ../../../.././ext/-test-/load/protect/extconf.rb ../../../.././ext/-test-/marshal/compat/extconf.rb ../../../.././ext/-test-/marshal/internal_ivar/extconf.rb ../../../.././ext/-test-/marshal/usr/extconf.rb ../../.././ext/-test-/memory_status/extconf.rb ../../.././ext/-test-/method/extconf.rb ../../.././ext/-test-/notimplement/extconf.rb ../../.././ext/-test-/num2int/extconf.rb ../../.././ext/-test-/path_to_class/extconf.rb ../../.././ext/-test-/postponed_job/extconf.rb ../../.././ext/-test-/printf/extconf.rb ../../.././ext/-test-/proc/extconf.rb ../../.././ext/-test-/rational/extconf.rb ../../.././ext/-test-/recursion/extconf.rb ../../.././ext/-test-/regexp/extconf.rb ../../.././ext/-test-/scan_args/extconf.rb ../../../.././ext/-test-/st/foreach/extconf.rb ../../../.././ext/-test-/st/numhash/extconf.rb ../../../.././ext/-test-/st/update/extconf.rb ../../.././ext/-test-/string/extconf.rb ../../.././ext/-test-/struct/extconf.rb ../../.././ext/-test-/symbol/extconf.rb ../../.././ext/-test-/thread_fd_close/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_for_single_fd/extconf.rb ../../../.././ext/-test-/win32/console/extconf.rb ../../../.././ext/-test-/win32/dln/extconf.rb ../../../.././ext/-test-/win32/fd_setsize/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='make' \ --command-output=ext/stringio/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/sdbm/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic \ -- configure ext/sdbm ../.././ext/sdbm/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='make' \ --command-output=ext/objspace/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/win32/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic \ -- configure ext/win32 ../.././ext/win32/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='make' \ --command-output=ext/nkf/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic \ -- configure ext/nkf ../.././ext/nkf/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='make' \ --command-output=ext/json/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/digest/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/rubyvm/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/fiddle/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic \ -- configure ext/fiddle ../.././ext/fiddle/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='make' \ --command-output=ext/gdbm/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic \ -- configure ext/gdbm ../.././ext/gdbm/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='make' \ --command-output=ext/ripper/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/syslog/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic \ -- configure ext/syslog ../.././ext/syslog/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='make' \ --command-output=ext/strscan/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/coverage/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/psych/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/fiber/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic \ -- configure ext/fiber ../.././ext/fiber/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='make' \ --command-output=ext/racc/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic \ -- configure ext/racc ../../.././ext/racc/cparse/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='make' \ --command-output=ext/date/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/win32ole/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic \ -- configure ext/win32ole ../.././ext/win32ole/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='make' \ --command-output=ext/etc/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/readline/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic \ -- configure ext/readline ../.././ext/readline/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='make' \ --command-output=ext/openssl/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/fcntl/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/rbconfig/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/zlib/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/bigdecimal/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic \ -- configure ext/bigdecimal ../.././ext/bigdecimal/extconf.rb ../../.././ext/bigdecimal/util/extconf.rb ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='make' \ --command-output=ext/dbm/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic \ -- configure ext/dbm ../.././ext/dbm/extconf.rb header: db.h library: db ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make='make' \ --command-output=ext/continuation/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --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='make' \ --command-output=ext/socket/exts.mk --dest-dir="" --extout=".ext" --mflags="-j1" --make-flags=" -j1 -- MJIT_DEBUGFLAGS= MJIT_OPTFLAGS= MJIT_CFLAGS=-O2\ -pipe\ -march=znver1\ -mtune=znver1\ -frecord-gcc-switches\ -fno-strict-aliasing EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--defsym=__gentoo_check_ldflags__=0 V=1" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" --make-flags="MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --extstatic \ -- configure ext/socket ../.././ext/socket/extconf.rb make[1]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6' ./miniruby -I./lib -I. -I.ext/common ./tool/generic_erb.rb -o exts.mk -c \ ./template/exts.mk.tmpl --gnumake=yes exts.mk updated make -f exts.mk libdir="/usr/lib64" LIBRUBY_EXTS=./.libruby-with-ext.time \ EXTENCS="dmyenc.o" UPDATE_LIBRARIES=no make[1]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6' make -C ext/cgi/escape V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/cgi/escape' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/cgi/escape -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o escape.o -c escape.c /bin/mkdir -p ../../../.ext/.timestamp/x86_64-linux ../../../.ext/x86_64-linux/cgi/ exit > ../../../.ext/.timestamp/x86_64-linux/.cgi.time rm -f ../../../.ext/x86_64-linux/cgi/escape.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/cgi/escape.so escape.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/cgi/escape' make -C ext/pathname V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/pathname' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/pathname -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o pathname.o -c pathname.c rm -f ../../.ext/x86_64-linux/pathname.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/pathname.so pathname.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.time cp ../.././ext/pathname/lib/pathname.rb ../../.ext/common make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/pathname' make -C ext/pty V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/pty' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/pty -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o pty.o -c pty.c rm -f ../../.ext/x86_64-linux/pty.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/pty.so pty.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lutil -lm -lc cp ../.././ext/pty/lib/expect.rb ../../.ext/common make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/pty' make -C ext/io/console V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/io/console' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/io/console -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o console.o -c console.c /bin/mkdir -p ../../../.ext/.timestamp/x86_64-linux ../../../.ext/x86_64-linux/io/ exit > ../../../.ext/.timestamp/x86_64-linux/.io.time rm -f ../../../.ext/x86_64-linux/io/console.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/io/console.so console.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc /bin/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 make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/io/console' make -C ext/io/nonblock V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/io/nonblock' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/io/nonblock -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o nonblock.o -c nonblock.c rm -f ../../../.ext/x86_64-linux/io/nonblock.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/io/nonblock.so nonblock.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/io/nonblock' make -C ext/io/wait V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/io/wait' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/io/wait -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o wait.o -c wait.c rm -f ../../../.ext/x86_64-linux/io/wait.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/io/wait.so wait.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/io/wait' make -C ext/-test-/arith_seq/extract V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/arith_seq/extract' x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/arith_seq/extract -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o extract.o -c extract.c /bin/mkdir -p ../../../../.ext/.timestamp/x86_64-linux ../../../../.ext/x86_64-linux/-test-/arith_seq/ exit > ../../../../.ext/.timestamp/x86_64-linux/.-test-.-.arith_seq.time rm -f ../../../../.ext/x86_64-linux/-test-/arith_seq/extract.so x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/arith_seq/extract.so extract.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/arith_seq/extract' make -C ext/-test-/array/resize V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/array/resize' x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/array/resize -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o resize.o -c resize.c /bin/mkdir -p ../../../../.ext/.timestamp/x86_64-linux ../../../../.ext/x86_64-linux/-test-/array/ exit > ../../../../.ext/.timestamp/x86_64-linux/.-test-.-.array.time rm -f ../../../../.ext/x86_64-linux/-test-/array/resize.so x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/array/resize.so resize.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/array/resize' make -C ext/-test-/bignum V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/bignum' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o intpack.o -c intpack.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o div.o -c div.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o big2str.o -c big2str.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o bigzero.o -c bigzero.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o str2big.o -c str2big.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o mul.o -c mul.c /bin/mkdir -p ../../../.ext/.timestamp/x86_64-linux ../../../.ext/x86_64-linux/-test-/ exit > ../../../.ext/.timestamp/x86_64-linux/.-test-.time rm -f ../../../.ext/x86_64-linux/-test-/bignum.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/bignum.so intpack.o div.o big2str.o bigzero.o str2big.o init.o mul.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/bignum' make -C ext/-test-/bug-14834 V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/bug-14834' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bug-14834 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o bug-14384.o -c bug-14384.c rm -f ../../../.ext/x86_64-linux/-test-/bug_14834.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/bug_14834.so bug-14384.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/bug-14834' make -C ext/-test-/bug-3571 V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/bug-3571' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bug-3571 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o bug.o -c bug.c rm -f ../../../.ext/x86_64-linux/-test-/bug_3571.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/bug_3571.so bug.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/bug-3571' make -C ext/-test-/bug-5832 V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/bug-5832' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bug-5832 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o bug.o -c bug.c rm -f ../../../.ext/x86_64-linux/-test-/bug_5832.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/bug_5832.so bug.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/bug-5832' make -C ext/-test-/bug_reporter V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/bug_reporter' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bug_reporter -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o bug_reporter.o -c bug_reporter.c rm -f ../../../.ext/x86_64-linux/-test-/bug_reporter.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/bug_reporter.so bug_reporter.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/bug_reporter' make -C ext/-test-/class V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/class' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/class -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/class -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o class2name.o -c class2name.c rm -f ../../../.ext/x86_64-linux/-test-/class.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/class.so init.o class2name.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/class' make -C ext/-test-/debug V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/debug' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/debug -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o inspector.o -c inspector.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/debug -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/debug -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o profile_frames.o -c profile_frames.c rm -f ../../../.ext/x86_64-linux/-test-/debug.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/debug.so inspector.o init.o profile_frames.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/debug' make -C ext/-test-/dln/empty V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/dln/empty' x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/dln/empty -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o empty.o -c empty.c /bin/mkdir -p ../../../../.ext/.timestamp/x86_64-linux ../../../../.ext/x86_64-linux/-test-/dln/ exit > ../../../../.ext/.timestamp/x86_64-linux/.-test-.-.dln.time rm -f ../../../../.ext/x86_64-linux/-test-/dln/empty.so x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/dln/empty.so empty.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/dln/empty' make -C ext/-test-/exception V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/exception' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/exception -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o dataerror.o -c dataerror.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/exception -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ensured.o -c ensured.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/exception -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o enc_raise.o -c enc_raise.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/exception -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c rm -f ../../../.ext/x86_64-linux/-test-/exception.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/exception.so dataerror.o ensured.o enc_raise.o init.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/exception' make -C ext/-test-/fatal V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/fatal' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/fatal -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o rb_fatal.o -c rb_fatal.c /bin/mkdir -p ../../../.ext/.timestamp/x86_64-linux ../../../.ext/x86_64-linux/-test-/fatal/ exit > ../../../.ext/.timestamp/x86_64-linux/.-test-.-.fatal.time rm -f ../../../.ext/x86_64-linux/-test-/fatal/rb_fatal.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/fatal/rb_fatal.so rb_fatal.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/fatal' make -C ext/-test-/file V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/file' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/file -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o stat.o -c stat.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/file -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/file -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o fs.o -c fs.c rm -f ../../../.ext/x86_64-linux/-test-/file.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/file.so stat.o init.o fs.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/file' make -C ext/-test-/float V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/float' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/float -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/float -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o nextafter.o -c nextafter.c rm -f ../../../.ext/x86_64-linux/-test-/float.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/float.so init.o nextafter.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/float' make -C ext/-test-/funcall V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/funcall' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/funcall -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o funcall.o -c funcall.c rm -f ../../../.ext/x86_64-linux/-test-/funcall.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/funcall.so funcall.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/funcall' make -C ext/-test-/gvl/call_without_gvl V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/gvl/call_without_gvl' x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/gvl/call_without_gvl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o call_without_gvl.o -c call_without_gvl.c /bin/mkdir -p ../../../../.ext/.timestamp/x86_64-linux ../../../../.ext/x86_64-linux/-test-/gvl/ exit > ../../../../.ext/.timestamp/x86_64-linux/.-test-.-.gvl.time rm -f ../../../../.ext/x86_64-linux/-test-/gvl/call_without_gvl.so x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/gvl/call_without_gvl.so call_without_gvl.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/gvl/call_without_gvl' make -C ext/-test-/hash V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/hash' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/hash -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/hash -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o delete.o -c delete.c rm -f ../../../.ext/x86_64-linux/-test-/hash.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/hash.so init.o delete.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/hash' make -C ext/-test-/integer V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/integer' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/integer -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/integer -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o my_integer.o -c my_integer.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/integer -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o core_ext.o -c core_ext.c rm -f ../../../.ext/x86_64-linux/-test-/integer.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/integer.so init.o my_integer.o core_ext.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/integer' make -C ext/-test-/iseq_load V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/iseq_load' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/iseq_load -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o iseq_load.o -c iseq_load.c rm -f ../../../.ext/x86_64-linux/-test-/iseq_load.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/iseq_load.so iseq_load.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/iseq_load' make -C ext/-test-/iter V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/iter' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/iter -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o break.o -c break.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/iter -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/iter -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o yield.o -c yield.c rm -f ../../../.ext/x86_64-linux/-test-/iter.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/iter.so break.o init.o yield.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/iter' make -C ext/-test-/load/dot.dot V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/load/dot.dot' x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/load/dot.dot -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o dot.dot.o -c dot.dot.c /bin/mkdir -p ../../../../.ext/.timestamp/x86_64-linux ../../../../.ext/x86_64-linux/-test-/load/ exit > ../../../../.ext/.timestamp/x86_64-linux/.-test-.-.load.time rm -f ../../../../.ext/x86_64-linux/-test-/load/dot.dot.so x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/load/dot.dot.so dot.dot.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/load/dot.dot' make -C ext/-test-/load/protect V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/load/protect' x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/load/protect -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o protect.o -c protect.c rm -f ../../../../.ext/x86_64-linux/-test-/load/protect.so x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/load/protect.so protect.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/load/protect' make -C ext/-test-/marshal/compat V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/marshal/compat' x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/marshal/compat -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o usrcompat.o -c usrcompat.c /bin/mkdir -p ../../../../.ext/.timestamp/x86_64-linux ../../../../.ext/x86_64-linux/-test-/marshal/ exit > ../../../../.ext/.timestamp/x86_64-linux/.-test-.-.marshal.time rm -f ../../../../.ext/x86_64-linux/-test-/marshal/compat.so x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/marshal/compat.so usrcompat.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/marshal/compat' make -C ext/-test-/marshal/internal_ivar V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/marshal/internal_ivar' x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/marshal/internal_ivar -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o internal_ivar.o -c internal_ivar.c rm -f ../../../../.ext/x86_64-linux/-test-/marshal/internal_ivar.so x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/marshal/internal_ivar.so internal_ivar.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/marshal/internal_ivar' make -C ext/-test-/marshal/usr V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/marshal/usr' x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/marshal/usr -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o usrmarshal.o -c usrmarshal.c rm -f ../../../../.ext/x86_64-linux/-test-/marshal/usr.so x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/marshal/usr.so usrmarshal.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/marshal/usr' make -C ext/-test-/memory_status V=1 all make -C ext/-test-/method V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/method' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/method -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/method -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o arity.o -c arity.c rm -f ../../../.ext/x86_64-linux/-test-/method.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/method.so init.o arity.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/method' make -C ext/-test-/notimplement V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/notimplement' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/notimplement -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o bug.o -c bug.c rm -f ../../../.ext/x86_64-linux/-test-/notimplement.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/notimplement.so bug.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/notimplement' make -C ext/-test-/num2int V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/num2int' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/num2int -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o num2int.o -c num2int.c rm -f ../../../.ext/x86_64-linux/-test-/num2int.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/num2int.so num2int.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/num2int' make -C ext/-test-/path_to_class V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/path_to_class' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/path_to_class -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o path_to_class.o -c path_to_class.c rm -f ../../../.ext/x86_64-linux/-test-/path_to_class.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/path_to_class.so path_to_class.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/path_to_class' make -C ext/-test-/postponed_job V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/postponed_job' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/postponed_job -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o postponed_job.o -c postponed_job.c rm -f ../../../.ext/x86_64-linux/-test-/postponed_job.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/postponed_job.so postponed_job.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/postponed_job' make -C ext/-test-/printf V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/printf' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/printf -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o printf.o -c printf.c rm -f ../../../.ext/x86_64-linux/-test-/printf.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/printf.so printf.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/printf' make -C ext/-test-/proc V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/proc' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/proc -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o receiver.o -c receiver.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/proc -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o super.o -c super.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/proc -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c rm -f ../../../.ext/x86_64-linux/-test-/proc.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/proc.so receiver.o super.o init.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/proc' make -C ext/-test-/rational V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/rational' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/rational -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o rat.o -c rat.c rm -f ../../../.ext/x86_64-linux/-test-/rational.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/rational.so rat.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/rational' make -C ext/-test-/recursion V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/recursion' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/recursion -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o recursion.o -c recursion.c rm -f ../../../.ext/x86_64-linux/-test-/recursion.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/recursion.so recursion.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/recursion' make -C ext/-test-/regexp V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/regexp' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/regexp -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o parse_depth_limit.o -c parse_depth_limit.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/regexp -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c rm -f ../../../.ext/x86_64-linux/-test-/regexp.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/regexp.so parse_depth_limit.o init.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/regexp' make -C ext/-test-/scan_args V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/scan_args' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/scan_args -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o scan_args.o -c scan_args.c rm -f ../../../.ext/x86_64-linux/-test-/scan_args.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/scan_args.so scan_args.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/scan_args' make -C ext/-test-/st/foreach V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/st/foreach' x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/st/foreach -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o foreach.o -c foreach.c /bin/mkdir -p ../../../../.ext/.timestamp/x86_64-linux ../../../../.ext/x86_64-linux/-test-/st/ exit > ../../../../.ext/.timestamp/x86_64-linux/.-test-.-.st.time rm -f ../../../../.ext/x86_64-linux/-test-/st/foreach.so x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/st/foreach.so foreach.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/st/foreach' make -C ext/-test-/st/numhash V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/st/numhash' x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/st/numhash -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o numhash.o -c numhash.c rm -f ../../../../.ext/x86_64-linux/-test-/st/numhash.so x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/st/numhash.so numhash.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/st/numhash' make -C ext/-test-/st/update V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/st/update' x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/st/update -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o update.o -c update.c rm -f ../../../../.ext/x86_64-linux/-test-/st/update.so x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/st/update.so update.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/st/update' make -C ext/-test-/string V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/string' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o coderange.o -c coderange.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o enc_str_buf_cat.o -c enc_str_buf_cat.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o capacity.o -c capacity.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o fstring.o -c fstring.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o cstr.o -c cstr.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o nofree.o -c nofree.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o qsort.o -c qsort.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o new.o -c new.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o rb_str_dup.o -c rb_str_dup.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o set_len.o -c set_len.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o modify.o -c modify.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o normalize.o -c normalize.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o enc_associate.o -c enc_associate.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ellipsize.o -c ellipsize.c rm -f ../../../.ext/x86_64-linux/-test-/string.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/string.so coderange.o enc_str_buf_cat.o capacity.o fstring.o cstr.o nofree.o qsort.o new.o rb_str_dup.o set_len.o init.o modify.o normalize.o enc_associate.o ellipsize.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/string' make -C ext/-test-/struct V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/struct' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/struct -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o duplicate.o -c duplicate.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/struct -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/struct -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o len.o -c len.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/struct -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o member.o -c member.c rm -f ../../../.ext/x86_64-linux/-test-/struct.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/struct.so duplicate.o init.o len.o member.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/struct' make -C ext/-test-/symbol V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/symbol' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/symbol -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o type.o -c type.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/symbol -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c rm -f ../../../.ext/x86_64-linux/-test-/symbol.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/symbol.so type.o init.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/symbol' make -C ext/-test-/thread_fd_close V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/thread_fd_close' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/thread_fd_close -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o thread_fd_close.o -c thread_fd_close.c rm -f ../../../.ext/x86_64-linux/-test-/thread_fd_close.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/thread_fd_close.so thread_fd_close.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/thread_fd_close' make -C ext/-test-/time V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/time' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/time -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o leap_second.o -c leap_second.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/time -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o new.o -c new.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/time -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c rm -f ../../../.ext/x86_64-linux/-test-/time.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/time.so leap_second.o new.o init.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/time' make -C ext/-test-/tracepoint V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/tracepoint' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/tracepoint -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o gc_hook.o -c gc_hook.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/tracepoint -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o tracepoint.o -c tracepoint.c rm -f ../../../.ext/x86_64-linux/-test-/tracepoint.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/tracepoint.so gc_hook.o tracepoint.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/tracepoint' make -C ext/-test-/typeddata V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/typeddata' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/typeddata -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o typeddata.o -c typeddata.c rm -f ../../../.ext/x86_64-linux/-test-/typeddata.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/typeddata.so typeddata.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/typeddata' make -C ext/-test-/vm V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/vm' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/vm -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o at_exit.o -c at_exit.c /bin/mkdir -p ../../../.ext/.timestamp/x86_64-linux ../../../.ext/x86_64-linux/-test-/vm/ exit > ../../../.ext/.timestamp/x86_64-linux/.-test-.-.vm.time rm -f ../../../.ext/x86_64-linux/-test-/vm/at_exit.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/vm/at_exit.so at_exit.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/vm' make -C ext/-test-/wait_for_single_fd V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/wait_for_single_fd' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/wait_for_single_fd -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o wait_for_single_fd.o -c wait_for_single_fd.c rm -f ../../../.ext/x86_64-linux/-test-/wait_for_single_fd.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/wait_for_single_fd.so wait_for_single_fd.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/-test-/wait_for_single_fd' make -C ext/-test-/win32/console V=1 all make -C ext/-test-/win32/dln V=1 all make -C ext/-test-/win32/fd_setsize V=1 all make -C ext/stringio V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/stringio' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/stringio -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o stringio.o -c stringio.c rm -f ../../.ext/x86_64-linux/stringio.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/stringio.so stringio.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/stringio' make -C ext/sdbm V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/sdbm' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o _sdbm.o -c _sdbm.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o init.o -c init.c rm -f ../../.ext/x86_64-linux/sdbm.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/sdbm.so _sdbm.o init.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/sdbm' make -C ext/objspace V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/objspace' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/objspace -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o object_tracing.o -c object_tracing.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/objspace -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o objspace.o -c objspace.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/objspace -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o objspace_dump.o -c objspace_dump.c rm -f ../../.ext/x86_64-linux/objspace.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/objspace.so object_tracing.o objspace.o objspace_dump.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/objspace' make -C ext/win32 V=1 all make -C ext/win32/resolv V=1 all make -C ext/nkf V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/nkf' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/nkf -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o nkf.o -c nkf.c rm -f ../../.ext/x86_64-linux/nkf.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/nkf.so nkf.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc cp ../.././ext/nkf/lib/kconv.rb ../../.ext/common make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/nkf' make -C ext/json V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/json' /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/json exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.json.time /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/json/add exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.json.-.add.time cp ../.././ext/json/lib/json/ext.rb ../../.ext/common/json cp ../.././ext/json/lib/json/common.rb ../../.ext/common/json cp ../.././ext/json/lib/json/generic_object.rb ../../.ext/common/json cp ../.././ext/json/lib/json/version.rb ../../.ext/common/json cp ../.././ext/json/lib/json/add/ostruct.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/regexp.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/bigdecimal.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/rational.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/symbol.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/struct.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/date_time.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/date.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/time.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/exception.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/core.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/complex.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/range.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json.rb ../../.ext/common make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/json' make -C ext/json/generator V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/json/generator' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/json/generator -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o generator.o -c generator.c /bin/mkdir -p ../../../.ext/.timestamp/x86_64-linux ../../../.ext/x86_64-linux/json/ext/ exit > ../../../.ext/.timestamp/x86_64-linux/.json.-.ext.time rm -f ../../../.ext/x86_64-linux/json/ext/generator.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/json/ext/generator.so generator.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/json/generator' make -C ext/json/parser V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/json/parser' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/json/parser -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o parser.o -c parser.c rm -f ../../../.ext/x86_64-linux/json/ext/parser.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/json/ext/parser.so parser.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/json/parser' make -C ext/digest V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/digest' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/digest -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o digest.o -c digest.c rm -f ../../.ext/x86_64-linux/digest.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/digest.so digest.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc /bin/mkdir -p ../../.ext/.timestamp ../../.ext/include/ruby exit > ../../.ext/.timestamp/.include.-.ruby.time cp ../.././ext/digest/digest.h ../../.ext/include/ruby cp ../.././ext/digest/lib/digest.rb ../../.ext/common make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/digest' make -C ext/digest/bubblebabble V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/digest/bubblebabble' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/bubblebabble -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o bubblebabble.o -c bubblebabble.c /bin/mkdir -p ../../../.ext/.timestamp/x86_64-linux ../../../.ext/x86_64-linux/digest/ exit > ../../../.ext/.timestamp/x86_64-linux/.digest.time rm -f ../../../.ext/x86_64-linux/digest/bubblebabble.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/bubblebabble.so bubblebabble.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/digest/bubblebabble' make -C ext/digest/md5 V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/digest/md5' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/md5 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o md5init.o -c md5init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/md5 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o md5.o -c md5.c rm -f ../../../.ext/x86_64-linux/digest/md5.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/md5.so md5init.o md5.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lssl -lcrypto -lssl -lcrypto -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/digest/md5' make -C ext/digest/rmd160 V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/digest/rmd160' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/rmd160 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o rmd160init.o -c rmd160init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/rmd160 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o rmd160.o -c rmd160.c rm -f ../../../.ext/x86_64-linux/digest/rmd160.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/rmd160.so rmd160init.o rmd160.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lssl -lcrypto -lssl -lcrypto -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/digest/rmd160' make -C ext/digest/sha1 V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/digest/sha1' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/sha1 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o sha1init.o -c sha1init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/sha1 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o sha1.o -c sha1.c rm -f ../../../.ext/x86_64-linux/digest/sha1.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/sha1.so sha1init.o sha1.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lssl -lcrypto -lssl -lcrypto -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/digest/sha1' make -C ext/digest/sha2 V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/digest/sha2' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/sha2 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o sha2init.o -c sha2init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/sha2 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o sha2.o -c sha2.c rm -f ../../../.ext/x86_64-linux/digest/sha2.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/sha2.so sha2init.o sha2.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lssl -lcrypto -lssl -lcrypto -lm -lc /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/common/digest exit > ../../../.ext/.timestamp/.RUBYCOMMONDIR.-.digest.time cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/digest/sha2' make -C ext/rubyvm V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/rubyvm' /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/forwardable exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.forwardable.time cp ../.././ext/rubyvm/lib/forwardable/impl.rb ../../.ext/common/forwardable make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/rubyvm' make -C ext/fiddle V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/fiddle' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -I/usr/lib64/libffi/include -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o closure.o -c closure.c closure.c: In function ‘initialize’: closure.c:264:5: warning: ‘ffi_prep_closure’ is deprecated: use ffi_prep_closure_loc instead [-Wdeprecated-declarations] 264 | result = ffi_prep_closure(pcl, cif, callback, (void *)self); | ^~~~~~ In file included from ./fiddle.h:42, from closure.c:1: /usr/lib64/libffi/include/ffi.h:334:1: note: declared here 334 | ffi_prep_closure (ffi_closure*, | ^~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -I/usr/lib64/libffi/include -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o conversions.o -c conversions.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -I/usr/lib64/libffi/include -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o fiddle.o -c fiddle.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -I/usr/lib64/libffi/include -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o function.o -c function.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -I/usr/lib64/libffi/include -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o handle.o -c handle.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -I/usr/lib64/libffi/include -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o pointer.o -c pointer.c rm -f ../../.ext/x86_64-linux/fiddle.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/fiddle.so closure.o conversions.o fiddle.o function.o handle.o pointer.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -ldl -lffi -lffi -lm -lc /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/fiddle exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.fiddle.time cp ../.././ext/fiddle/lib/fiddle/pack.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/function.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/value.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/types.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/struct.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/import.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/cparser.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/closure.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle.rb ../../.ext/common make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/fiddle' make -C ext/gdbm V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/gdbm' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/gdbm -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o gdbm.o -c gdbm.c rm -f ../../.ext/x86_64-linux/gdbm.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/gdbm.so gdbm.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lgdbm -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/gdbm' make -C ext/ripper V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/ripper' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/ripper -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ripper.o -c ripper.c rm -f ../../.ext/x86_64-linux/ripper.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/ripper.so ripper.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/ripper exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.ripper.time cp ../.././ext/ripper/lib/ripper/sexp.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/lexer.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/core.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/filter.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper.rb ../../.ext/common ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/x86_64-linux' -I'../../.ext/common' ../.././ext/ripper/tools/generate.rb --mode=check --ids1src=../.././parse.y --ids2src=../.././ext/ripper/eventids2.c make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/ripper' make -C ext/syslog V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/syslog' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/syslog -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o syslog.o -c syslog.c rm -f ../../.ext/x86_64-linux/syslog.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/syslog.so syslog.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/syslog exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.syslog.time cp ../.././ext/syslog/lib/syslog/logger.rb ../../.ext/common/syslog make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/syslog' make -C ext/strscan V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/strscan' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/strscan -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o strscan.o -c strscan.c rm -f ../../.ext/x86_64-linux/strscan.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/strscan.so strscan.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/strscan' make -C ext/coverage V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/coverage' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/coverage -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o coverage.o -c coverage.c rm -f ../../.ext/x86_64-linux/coverage.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/coverage.so coverage.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc cp ../.././ext/coverage/lib/coverage.rb ../../.ext/common make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/coverage' make -C ext/psych V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/psych' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o psych.o -c psych.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o psych_emitter.o -c psych_emitter.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o psych_parser.o -c psych_parser.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o psych_to_ruby.o -c psych_to_ruby.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o psych_yaml_tree.o -c psych_yaml_tree.c rm -f ../../.ext/x86_64-linux/psych.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/psych.so psych.o psych_emitter.o psych_parser.o psych_to_ruby.o psych_yaml_tree.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lyaml -lm -lc /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/psych exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.psych.time /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/psych/nodes exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.psych.-.nodes.time /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/psych/json exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.psych.-.json.time /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/psych/handlers exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.psych.-.handlers.time /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/psych/visitors exit > ../../.ext/.timestamp/.RUBYCOMMONDIR.-.psych.-.visitors.time cp ../.././ext/psych/lib/psych.rb ../../.ext/common cp ../.././ext/psych/lib/psych/stream.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/streaming.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/syntax_error.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/visitors.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/coder.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/nodes.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/scalar_scanner.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/tree_builder.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/omap.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/parser.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/y.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/handler.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/exception.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/class_loader.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/core_ext.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/versions.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/set.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/nodes/stream.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/document.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/alias.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/mapping.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/node.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/scalar.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/sequence.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/json/stream.rb ../../.ext/common/psych/json cp ../.././ext/psych/lib/psych/json/yaml_events.rb ../../.ext/common/psych/json cp ../.././ext/psych/lib/psych/json/ruby_events.rb ../../.ext/common/psych/json cp ../.././ext/psych/lib/psych/json/tree_builder.rb ../../.ext/common/psych/json cp ../.././ext/psych/lib/psych/handlers/document_stream.rb ../../.ext/common/psych/handlers cp ../.././ext/psych/lib/psych/handlers/recorder.rb ../../.ext/common/psych/handlers cp ../.././ext/psych/lib/psych/visitors/visitor.rb ../../.ext/common/psych/visitors cp ../.././ext/psych/lib/psych/visitors/depth_first.rb ../../.ext/common/psych/visitors cp ../.././ext/psych/lib/psych/visitors/emitter.rb ../../.ext/common/psych/visitors cp ../.././ext/psych/lib/psych/visitors/json_tree.rb ../../.ext/common/psych/visitors cp ../.././ext/psych/lib/psych/visitors/to_ruby.rb ../../.ext/common/psych/visitors cp ../.././ext/psych/lib/psych/visitors/yaml_tree.rb ../../.ext/common/psych/visitors make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/psych' make -C ext/fiber V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/fiber' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiber -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o fiber.o -c fiber.c rm -f ../../.ext/x86_64-linux/fiber.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/fiber.so fiber.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/fiber' make -C ext/racc/cparse V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/racc/cparse' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/racc/cparse -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o cparse.o -c cparse.c /bin/mkdir -p ../../../.ext/.timestamp/x86_64-linux ../../../.ext/x86_64-linux/racc/ exit > ../../../.ext/.timestamp/x86_64-linux/.racc.time rm -f ../../../.ext/x86_64-linux/racc/cparse.so x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/racc/cparse.so cparse.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/racc/cparse' make -C ext/date V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/date' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o date_core.o -c date_core.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o date_parse.o -c date_parse.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o date_strftime.o -c date_strftime.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o date_strptime.o -c date_strptime.c rm -f ../../.ext/x86_64-linux/date_core.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/date_core.so date_core.o date_parse.o date_strftime.o date_strptime.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc cp ../.././ext/date/lib/date.rb ../../.ext/common make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/date' make -C ext/win32ole V=1 all make -C ext/etc V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/etc' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/etc -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o etc.o -c etc.c rm -f ../../.ext/x86_64-linux/etc.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/etc.so etc.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/etc' make -C ext/readline V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/readline' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/readline -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/include -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o readline.o -c readline.c rm -f ../../.ext/x86_64-linux/readline.so x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/readline.so readline.o -L. -L../.. -L/usr/lib64 -L. -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--compress-debug-sections=zlib -lruby26 -lreadline -lm -lc make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/readline' make -C ext/openssl V=1 all make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/openssl' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o openssl_missing.o -c openssl_missing.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl.o -c ossl.c ossl.c: In function ‘ossl_clear_error’: ossl.c:311:2: warning: ‘ERR_get_error_line_data’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 311 | while ((e = ERR_get_error_line_data(&file, &line, &data, &flags))) { | ^~~~~ In file included from ossl.h:21, from ossl.c:10: /usr/include/openssl/err.h:416:15: note: declared here 416 | unsigned long ERR_get_error_line_data(const char **file, int *line, | ^~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_asn1.o -c ossl_asn1.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_bio.o -c ossl_bio.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_bn.o -c ossl_bn.c ossl_bn.c: In function ‘ossl_bn_s_pseudo_rand’: ossl_bn.c:748:1: warning: ‘BN_pseudo_rand’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 748 | BIGNUM_RAND(pseudo_rand) | ^~~~~~~~~~~ In file included from /usr/include/openssl/asn1.h:33, from ossl.h:22, from ossl_bn.c:11: /usr/include/openssl/bn.h:231:5: note: declared here 231 | int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom); | ^~~~~~~~~~~~~~ ossl_bn.c: In function ‘ossl_bn_s_pseudo_rand_range’: ossl_bn.c:781:1: warning: ‘BN_pseudo_rand_range’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 781 | BIGNUM_RAND_RANGE(pseudo_rand) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/asn1.h:33, from ossl.h:22, from ossl_bn.c:11: /usr/include/openssl/bn.h:233:5: note: declared here 233 | int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range); | ^~~~~~~~~~~~~~~~~~~~ ossl_bn.c: In function ‘ossl_bn_is_prime’: ossl_bn.c:1026:5: warning: ‘BN_is_prime_ex’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1026 | switch (BN_is_prime_ex(bn, checks, ossl_bn_ctx, NULL)) { | ^~~~~~ In file included from /usr/include/openssl/asn1.h:33, from ossl.h:22, from ossl_bn.c:11: /usr/include/openssl/bn.h:373:5: note: declared here 373 | int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb); | ^~~~~~~~~~~~~~ ossl_bn.c: In function ‘ossl_bn_is_prime_fasttest’: ossl_bn.c:1068:5: warning: ‘BN_is_prime_fasttest_ex’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1068 | switch (BN_is_prime_fasttest_ex(bn, checks, ossl_bn_ctx, do_trial_division, NULL)) { | ^~~~~~ In file included from /usr/include/openssl/asn1.h:33, from ossl.h:22, from ossl_bn.c:11: /usr/include/openssl/bn.h:375:5: note: declared here 375 | int BN_is_prime_fasttest_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, | ^~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_cipher.o -c ossl_cipher.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_config.o -c ossl_config.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_digest.o -c ossl_digest.c ossl_digest.c: In function ‘ossl_evp_get_digestbyname’: ossl_digest.c:66:9: warning: ‘EVP_MD_CTX_md’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 66 | md = EVP_MD_CTX_md(ctx); | ^~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_digest.c:10: /usr/include/openssl/evp.h:555:15: note: declared here 555 | const EVP_MD *EVP_MD_CTX_md(const EVP_MD_CTX *ctx); | ^~~~~~~~~~~~~ ossl_digest.c: In function ‘ossl_digest_reset’: ossl_digest.c:179:5: warning: ‘EVP_MD_CTX_md’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 179 | if (EVP_DigestInit_ex(ctx, EVP_MD_CTX_md(ctx), NULL) != 1) { | ^~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_digest.c:10: /usr/include/openssl/evp.h:555:15: note: declared here 555 | const EVP_MD *EVP_MD_CTX_md(const EVP_MD_CTX *ctx); | ^~~~~~~~~~~~~ ossl_digest.c: In function ‘ossl_digest_name’: ossl_digest.c:262:5: warning: ‘EVP_MD_CTX_md’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 262 | return rb_str_new2(EVP_MD_name(EVP_MD_CTX_md(ctx))); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_digest.c:10: /usr/include/openssl/evp.h:555:15: note: declared here 555 | const EVP_MD *EVP_MD_CTX_md(const EVP_MD_CTX *ctx); | ^~~~~~~~~~~~~ ossl_digest.c:262:5: warning: ‘EVP_MD_CTX_md’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 262 | return rb_str_new2(EVP_MD_name(EVP_MD_CTX_md(ctx))); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_digest.c:10: /usr/include/openssl/evp.h:555:15: note: declared here 555 | const EVP_MD *EVP_MD_CTX_md(const EVP_MD_CTX *ctx); | ^~~~~~~~~~~~~ ossl_digest.c:262:5: warning: ‘EVP_MD_CTX_md’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 262 | return rb_str_new2(EVP_MD_name(EVP_MD_CTX_md(ctx))); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_digest.c:10: /usr/include/openssl/evp.h:555:15: note: declared here 555 | const EVP_MD *EVP_MD_CTX_md(const EVP_MD_CTX *ctx); | ^~~~~~~~~~~~~ ossl_digest.c:262:5: warning: ‘EVP_MD_CTX_md’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 262 | return rb_str_new2(EVP_MD_name(EVP_MD_CTX_md(ctx))); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_digest.c:10: /usr/include/openssl/evp.h:555:15: note: declared here 555 | const EVP_MD *EVP_MD_CTX_md(const EVP_MD_CTX *ctx); | ^~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_engine.o -c ossl_engine.c ossl_engine.c: In function ‘ossl_engine_free’: ossl_engine.c:72:5: warning: ‘ENGINE_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 72 | ENGINE_free(engine); | ^~~~~~~~~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:493:27: note: declared here 493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); | ^~~~~~~~~~~ ossl_engine.c: In function ‘ossl_engine_s_engines’: ossl_engine.c:194:5: warning: ‘ENGINE_get_first’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 194 | for(e = ENGINE_get_first(); e; e = ENGINE_get_next(e)){ | ^~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:318:31: note: declared here 318 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_first(void); | ^~~~~~~~~~~~~~~~ ossl_engine.c:194:5: warning: ‘ENGINE_get_next’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 194 | for(e = ENGINE_get_first(); e; e = ENGINE_get_next(e)){ | ^~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:323:31: note: declared here 323 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_next(ENGINE *e); | ^~~~~~~~~~~~~~~ ossl_engine.c:199:2: warning: ‘ENGINE_up_ref’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 199 | ENGINE_up_ref(e); | ^~~~~~~~~~~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:494:27: note: declared here 494 | OSSL_DEPRECATEDIN_3_0 int ENGINE_up_ref(ENGINE *e); | ^~~~~~~~~~~~~ ossl_engine.c: In function ‘ossl_engine_s_by_id’: ossl_engine.c:227:5: warning: ‘ENGINE_by_id’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 227 | if(!(e = ENGINE_by_id(RSTRING_PTR(id)))) | ^~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:336:31: note: declared here 336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); | ^~~~~~~~~~~~ ossl_engine.c:231:5: warning: ‘ENGINE_init’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 231 | if(!ENGINE_init(e)) | ^~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:620:27: note: declared here 620 | OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e); | ^~~~~~~~~~~ ossl_engine.c:233:5: warning: ‘ENGINE_ctrl’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 233 | ENGINE_ctrl(e, ENGINE_CTRL_SET_PASSWORD_CALLBACK, | ^~~~~~~~~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:429:27: note: declared here 429 | OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, | ^~~~~~~~~~~ ossl_engine.c: In function ‘ossl_engine_get_id’: ossl_engine.c:256:5: warning: ‘ENGINE_get_id’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 256 | return rb_str_new2(ENGINE_get_id(e)); | ^~~~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:552:35: note: declared here 552 | OSSL_DEPRECATEDIN_3_0 const char *ENGINE_get_id(const ENGINE *e); | ^~~~~~~~~~~~~ ossl_engine.c:256:5: warning: ‘ENGINE_get_id’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 256 | return rb_str_new2(ENGINE_get_id(e)); | ^~~~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:552:35: note: declared here 552 | OSSL_DEPRECATEDIN_3_0 const char *ENGINE_get_id(const ENGINE *e); | ^~~~~~~~~~~~~ ossl_engine.c:256:5: warning: ‘ENGINE_get_id’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 256 | return rb_str_new2(ENGINE_get_id(e)); | ^~~~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:552:35: note: declared here 552 | OSSL_DEPRECATEDIN_3_0 const char *ENGINE_get_id(const ENGINE *e); | ^~~~~~~~~~~~~ ossl_engine.c:256:5: warning: ‘ENGINE_get_id’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 256 | return rb_str_new2(ENGINE_get_id(e)); | ^~~~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:552:35: note: declared here 552 | OSSL_DEPRECATEDIN_3_0 const char *ENGINE_get_id(const ENGINE *e); | ^~~~~~~~~~~~~ ossl_engine.c: In function ‘ossl_engine_get_name’: ossl_engine.c:276:5: warning: ‘ENGINE_get_name’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 276 | return rb_str_new2(ENGINE_get_name(e)); | ^~~~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:553:35: note: declared here 553 | OSSL_DEPRECATEDIN_3_0 const char *ENGINE_get_name(const ENGINE *e); | ^~~~~~~~~~~~~~~ ossl_engine.c:276:5: warning: ‘ENGINE_get_name’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 276 | return rb_str_new2(ENGINE_get_name(e)); | ^~~~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:553:35: note: declared here 553 | OSSL_DEPRECATEDIN_3_0 const char *ENGINE_get_name(const ENGINE *e); | ^~~~~~~~~~~~~~~ ossl_engine.c:276:5: warning: ‘ENGINE_get_name’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 276 | return rb_str_new2(ENGINE_get_name(e)); | ^~~~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:553:35: note: declared here 553 | OSSL_DEPRECATEDIN_3_0 const char *ENGINE_get_name(const ENGINE *e); | ^~~~~~~~~~~~~~~ ossl_engine.c:276:5: warning: ‘ENGINE_get_name’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 276 | return rb_str_new2(ENGINE_get_name(e)); | ^~~~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:553:35: note: declared here 553 | OSSL_DEPRECATEDIN_3_0 const char *ENGINE_get_name(const ENGINE *e); | ^~~~~~~~~~~~~~~ ossl_engine.c: In function ‘ossl_engine_finish’: ossl_engine.c:293:5: warning: ‘ENGINE_finish’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 293 | if(!ENGINE_finish(e)) ossl_raise(eEngineError, NULL); | ^~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ ossl_engine.c: In function ‘ossl_engine_get_cipher’: ossl_engine.c:324:5: warning: ‘ENGINE_get_cipher’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 324 | ciph = ENGINE_get_cipher(e, nid); | ^~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:582:19: note: declared here 582 | const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid); | ^~~~~~~~~~~~~~~~~ ossl_engine.c: In function ‘ossl_engine_get_digest’: ossl_engine.c:356:5: warning: ‘ENGINE_get_digest’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 356 | md = ENGINE_get_digest(e, nid); | ^~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:584:15: note: declared here 584 | const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid); | ^~~~~~~~~~~~~~~~~ ossl_engine.c: In function ‘ossl_engine_load_privkey’: ossl_engine.c:383:5: warning: ‘ENGINE_load_private_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 383 | pkey = ENGINE_load_private_key(e, sid, NULL, sdata); | ^~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:638:11: note: declared here 638 | EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, | ^~~~~~~~~~~~~~~~~~~~~~~ ossl_engine.c: In function ‘ossl_engine_load_pubkey’: ossl_engine.c:412:5: warning: ‘ENGINE_load_public_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 412 | pkey = ENGINE_load_public_key(e, sid, NULL, sdata); | ^~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:641:11: note: declared here 641 | EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id, | ^~~~~~~~~~~~~~~~~~~~~~ ossl_engine.c: In function ‘ossl_engine_set_default’: ossl_engine.c:441:5: warning: ‘ENGINE_set_default’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 441 | ENGINE_set_default(e, f); | ^~~~~~~~~~~~~~~~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:708:27: note: declared here 708 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_default(ENGINE *e, unsigned int flags); | ^~~~~~~~~~~~~~~~~~ ossl_engine.c: In function ‘ossl_engine_ctrl_cmd’: ossl_engine.c:463:5: warning: ‘ENGINE_ctrl_cmd_string’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 463 | ret = ENGINE_ctrl_cmd_string(e, StringValueCStr(cmd), | ^~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:479:5: note: declared here 479 | int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, | ^~~~~~~~~~~~~~~~~~~~~~ ossl_engine.c: In function ‘ossl_engine_get_cmds’: ossl_engine.c:497:5: warning: ‘ENGINE_get_cmd_defns’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 497 | if ((defn = ENGINE_get_cmd_defns(e)) != NULL){ | ^~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:597:24: note: declared here 597 | const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e); | ^~~~~~~~~~~~~~~~~~~~ ossl_engine.c: In function ‘ossl_engine_inspect’: ossl_engine.c:523:9: warning: ‘ENGINE_get_id’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 523 | rb_obj_class(self), ENGINE_get_id(e), ENGINE_get_name(e)); | ^~~~~~~~~~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:552:35: note: declared here 552 | OSSL_DEPRECATEDIN_3_0 const char *ENGINE_get_id(const ENGINE *e); | ^~~~~~~~~~~~~ ossl_engine.c:523:9: warning: ‘ENGINE_get_name’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 523 | rb_obj_class(self), ENGINE_get_id(e), ENGINE_get_name(e)); | ^~~~~~~~~~~~ In file included from ossl.h:33, from ossl_engine.c:10: /usr/include/openssl/engine.h:553:35: note: declared here 553 | OSSL_DEPRECATEDIN_3_0 const char *ENGINE_get_name(const ENGINE *e); | ^~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_hmac.o -c ossl_hmac.c ossl_hmac.c: In function ‘ossl_hmac_free’: ossl_hmac.c:39:5: warning: ‘HMAC_CTX_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 39 | HMAC_CTX_free(ctx); | ^~~~~~~~~~~~~ In file included from /usr/include/openssl/ssl.h:37, from ossl.h:24, from ossl_hmac.c:12: /usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ ossl_hmac.c: In function ‘ossl_hmac_alloc’: ossl_hmac.c:57:5: warning: ‘HMAC_CTX_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 57 | ctx = HMAC_CTX_new(); | ^~~ In file included from /usr/include/openssl/ssl.h:37, from ossl.h:24, from ossl_hmac.c:12: /usr/include/openssl/hmac.h:33:33: note: declared here 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); | ^~~~~~~~~~~~ ossl_hmac.c: In function ‘ossl_hmac_initialize’: ossl_hmac.c:108:5: warning: ‘HMAC_Init_ex’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 108 | HMAC_Init_ex(ctx, RSTRING_PTR(key), RSTRING_LENINT(key), | ^~~~~~~~~~~~ In file included from /usr/include/openssl/ssl.h:37, from ossl.h:24, from ossl_hmac.c:12: /usr/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ ossl_hmac.c: In function ‘ossl_hmac_copy’: ossl_hmac.c:125:5: warning: ‘HMAC_CTX_copy’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 125 | if (!HMAC_CTX_copy(ctx1, ctx2)) | ^~ In file included from /usr/include/openssl/ssl.h:37, from ossl.h:24, from ossl_hmac.c:12: /usr/include/openssl/hmac.h:49:34: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 __owur int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx); | ^~~~~~~~~~~~~ ossl_hmac.c: In function ‘ossl_hmac_update’: ossl_hmac.c:155:5: warning: ‘HMAC_Update’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 155 | HMAC_Update(ctx, (unsigned char *)RSTRING_PTR(data), RSTRING_LEN(data)); | ^~~~~~~~~~~ In file included from /usr/include/openssl/ssl.h:37, from ossl.h:24, from ossl_hmac.c:12: /usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ ossl_hmac.c: In function ‘hmac_final’: ossl_hmac.c:165:5: warning: ‘HMAC_CTX_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 165 | final = HMAC_CTX_new(); | ^~~~~ In file included from /usr/include/openssl/ssl.h:37, from ossl.h:24, from ossl_hmac.c:12: /usr/include/openssl/hmac.h:33:33: note: declared here 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); | ^~~~~~~~~~~~ ossl_hmac.c:169:5: warning: ‘HMAC_CTX_copy’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 169 | if (!HMAC_CTX_copy(final, ctx)) { | ^~ In file included from /usr/include/openssl/ssl.h:37, from ossl.h:24, from ossl_hmac.c:12: /usr/include/openssl/hmac.h:49:34: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 __owur int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx); | ^~~~~~~~~~~~~ ossl_hmac.c:170:2: warning: ‘HMAC_CTX_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 170 | HMAC_CTX_free(final); | ^~~~~~~~~~~~~ In file included from /usr/include/openssl/ssl.h:37, from ossl.h:24, from ossl_hmac.c:12: /usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ ossl_hmac.c:174:5: warning: ‘HMAC_Final’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 174 | HMAC_Final(final, buf, buf_len); | ^~~~~~~~~~ In file included from /usr/include/openssl/ssl.h:37, from ossl.h:24, from ossl_hmac.c:12: /usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ ossl_hmac.c:175:5: warning: ‘HMAC_CTX_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 175 | HMAC_CTX_free(final); | ^~~~~~~~~~~~~ In file included from /usr/include/openssl/ssl.h:37, from ossl.h:24, from ossl_hmac.c:12: /usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ ossl_hmac.c: In function ‘ossl_hmac_reset’: ossl_hmac.c:254:5: warning: ‘HMAC_Init_ex’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 254 | HMAC_Init_ex(ctx, NULL, 0, NULL, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/ssl.h:37, from ossl.h:24, from ossl_hmac.c:12: /usr/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_kdf.o -c ossl_kdf.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_ns_spki.o -c ossl_ns_spki.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_ocsp.o -c ossl_ocsp.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_pkcs12.o -c ossl_pkcs12.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_pkcs7.o -c ossl_pkcs7.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_pkey.o -c ossl_pkey.c ossl_pkey.c: In function ‘ossl_pkey_check_public_key’: ossl_pkey.c:198:5: warning: ‘EVP_PKEY_get0’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 198 | ptr = EVP_PKEY_get0((EVP_PKEY *)pkey); | ^~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey.c:10: /usr/include/openssl/evp.h:1330:7: note: declared here 1330 | void *EVP_PKEY_get0(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~ ossl_pkey.c:201:2: warning: ‘RSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 201 | RSA_get0_key(ptr, &n, &e, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey.c:10: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ ossl_pkey.c:206:2: warning: ‘DSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 206 | DSA_get0_key(ptr, &pubkey, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey.c:10: /usr/include/openssl/dsa.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, | ^~~~~~~~~~~~ ossl_pkey.c:211:2: warning: ‘DH_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 211 | DH_get0_key(ptr, &pubkey, NULL); | ^~~~~~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey.c:10: /usr/include/openssl/dh.h:256:28: note: declared here 256 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ ossl_pkey.c:217:2: warning: ‘EC_KEY_get0_public_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 217 | if (EC_KEY_get0_public_key(ptr)) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey.c:10: /usr/include/openssl/ec.h:1060:39: note: declared here 1060 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_pkey_dh.o -c ossl_pkey_dh.c ossl_pkey_dh.c: In function ‘dh_instance’: ossl_pkey_dh.c:48:5: warning: ‘EVP_PKEY_assign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 48 | if (!EVP_PKEY_assign_DH(pkey, dh)) { | ^~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_new’: ossl_pkey_dh.c:63:2: warning: ‘DH_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 63 | obj = dh_instance(cDH, DH_new()); | ^~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:199:27: note: declared here 199 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ ossl_pkey_dh.c: In function ‘dh_blocking_gen’: ossl_pkey_dh.c:93:5: warning: ‘DH_generate_parameters_ex’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 93 | gen->result = DH_generate_parameters_ex(gen->dh, gen->size, gen->gen, gen->cb); | ^~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:212:27: note: declared here 212 | OSSL_DEPRECATEDIN_3_0 int DH_generate_parameters_ex(DH *dh, int prime_len, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dh.c: In function ‘dh_generate’: ossl_pkey_dh.c:102:5: warning: ‘DH_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 102 | DH *dh = DH_new(); | ^~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:199:27: note: declared here 199 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ ossl_pkey_dh.c:106:2: warning: ‘DH_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 106 | DH_free(dh); | ^~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:200:28: note: declared here 200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ ossl_pkey_dh.c:128:2: warning: ‘DH_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 128 | DH_free(dh); | ^~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:200:28: note: declared here 200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ ossl_pkey_dh.c:137:5: warning: ‘DH_generate_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 137 | if (!DH_generate_key(dh)) { | ^~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:223:27: note: declared here 223 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh); | ^~~~~~~~~~~~~~~ ossl_pkey_dh.c:138:9: warning: ‘DH_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 138 | DH_free(dh); | ^~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:200:28: note: declared here 200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_s_generate’: ossl_pkey_dh.c:170:2: warning: ‘DH_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 170 | DH_free(dh); | ^~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:200:28: note: declared here 200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_initialize’: ossl_pkey_dh.c:213:7: warning: ‘DH_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 213 | dh = DH_new(); | ^~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:199:27: note: declared here 199 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ ossl_pkey_dh.c:226:2: warning: ‘PEM_read_bio_DHparams’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 226 | dh = PEM_read_bio_DHparams(in, NULL, NULL, NULL); | ^~ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_dh.c:10: /usr/include/openssl/pem.h:469:1: note: declared here 469 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH) | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:229:6: warning: ‘DH_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 229 | dh = d2i_DHparams_bio(in, NULL); | ^~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:199:27: note: declared here 199 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ ossl_pkey_dh.c:229:6: warning: ‘d2i_DHparams’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 229 | dh = d2i_DHparams_bio(in, NULL); | ^~ In file included from ossl.h:22, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:229:1: note: declared here 229 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0, DH, DHparams) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:236:5: warning: ‘EVP_PKEY_assign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 236 | if (!EVP_PKEY_assign_DH(pkey, dh)) { | ^~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ ossl_pkey_dh.c:237:2: warning: ‘DH_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 237 | DH_free(dh); | ^~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:200:28: note: declared here 200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_initialize_copy’: ossl_pkey_dh.c:253:5: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 253 | GetDH(other, dh_other); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey_dh.c:253:5: note: in expansion of macro ‘GetDH’ 253 | GetDH(other, dh_other); | ^~~~~ ossl_pkey_dh.c:255:5: warning: ‘DHparams_dup’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 255 | dh = DHparams_dup(dh_other); | ^~ In file included from ossl.h:22, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:190:1: note: declared here 190 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, DH, DHparams) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:258:5: warning: ‘EVP_PKEY_assign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 258 | EVP_PKEY_assign_DH(pkey, dh); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ ossl_pkey_dh.c:260:5: warning: ‘DH_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 260 | DH_get0_key(dh_other, &pub, &priv); | ^~~~~~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:256:28: note: declared here 256 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ ossl_pkey_dh.c:270:2: warning: ‘DH_set0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 270 | DH_set0_key(dh, pub2, priv2); | ^~~~~~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:258:27: note: declared here 258 | OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); | ^~~~~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_is_public’: ossl_pkey_dh.c:289:5: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 289 | GetDH(self, dh); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey_dh.c:289:5: note: in expansion of macro ‘GetDH’ 289 | GetDH(self, dh); | ^~~~~ ossl_pkey_dh.c:290:5: warning: ‘DH_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 290 | DH_get0_key(dh, &bn, NULL); | ^~~~~~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:256:28: note: declared here 256 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_is_private’: ossl_pkey_dh.c:308:5: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 308 | GetDH(self, dh); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey_dh.c:308:5: note: in expansion of macro ‘GetDH’ 308 | GetDH(self, dh); | ^~~~~ ossl_pkey_dh.c:309:5: warning: ‘DH_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 309 | DH_get0_key(dh, NULL, &bn); | ^~~~~~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:256:28: note: declared here 256 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ ossl_pkey_dh.c:312:5: warning: ‘DH_get0_engine’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 312 | return (bn || DH_get0_engine(dh)) ? Qtrue : Qfalse; | ^~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:267:31: note: declared here 267 | OSSL_DEPRECATEDIN_3_0 ENGINE *DH_get0_engine(DH *d); | ^~~~~~~~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_export’: ossl_pkey_dh.c:335:5: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 335 | GetDH(self, dh); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey_dh.c:335:5: note: in expansion of macro ‘GetDH’ 335 | GetDH(self, dh); | ^~~~~ ossl_pkey_dh.c:339:5: warning: ‘PEM_write_bio_DHparams’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 339 | if (!PEM_write_bio_DHparams(out, dh)) { | ^~ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_dh.c:10: /usr/include/openssl/pem.h:469:1: note: declared here 469 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH) | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_to_der’: ossl_pkey_dh.c:365:5: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 365 | GetDH(self, dh); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey_dh.c:365:5: note: in expansion of macro ‘GetDH’ 365 | GetDH(self, dh); | ^~~~~ ossl_pkey_dh.c:366:5: warning: ‘i2d_DHparams’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 366 | if((len = i2d_DHparams(dh, NULL)) <= 0) | ^~ In file included from ossl.h:22, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:229:1: note: declared here 229 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0, DH, DHparams) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:370:5: warning: ‘i2d_DHparams’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 370 | if(i2d_DHparams(dh, &p) < 0) | ^~ In file included from ossl.h:22, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:229:1: note: declared here 229 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0, DH, DHparams) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_get_params’: ossl_pkey_dh.c:392:5: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 392 | GetDH(self, dh); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey_dh.c:392:5: note: in expansion of macro ‘GetDH’ 392 | GetDH(self, dh); | ^~~~~ ossl_pkey_dh.c:393:5: warning: ‘DH_get0_pqg’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 393 | DH_get0_pqg(dh, &p, &q, &g); | ^~~~~~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:253:28: note: declared here 253 | OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p, | ^~~~~~~~~~~ ossl_pkey_dh.c:394:5: warning: ‘DH_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 394 | DH_get0_key(dh, &pub_key, &priv_key); | ^~~~~~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:256:28: note: declared here 256 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_to_text’: ossl_pkey_dh.c:421:5: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 421 | GetDH(self, dh); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey_dh.c:421:5: note: in expansion of macro ‘GetDH’ 421 | GetDH(self, dh); | ^~~~~ ossl_pkey_dh.c:425:5: warning: ‘DHparams_print’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 425 | if (!DHparams_print(out, dh)) { | ^~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:235:27: note: declared here 235 | OSSL_DEPRECATEDIN_3_0 int DHparams_print(BIO *bp, const DH *x); | ^~~~~~~~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_to_public_key’: ossl_pkey_dh.c:461:5: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 461 | GetDH(self, orig_dh); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey_dh.c:461:5: note: in expansion of macro ‘GetDH’ 461 | GetDH(self, orig_dh); | ^~~~~ ossl_pkey_dh.c:462:5: warning: ‘DHparams_dup’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 462 | dh = DHparams_dup(orig_dh); /* err check perfomed by dh_instance */ | ^~ In file included from ossl.h:22, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:190:1: note: declared here 190 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, DH, DHparams) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:465:2: warning: ‘DH_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 465 | DH_free(dh); | ^~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:200:28: note: declared here 200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_check_params’: ossl_pkey_dh.c:486:5: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 486 | GetDH(self, dh); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey_dh.c:486:5: note: in expansion of macro ‘GetDH’ 486 | GetDH(self, dh); | ^~~~~ ossl_pkey_dh.c:487:5: warning: ‘DH_check’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 487 | if (!DH_check(dh, &codes)) { | ^~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:220:27: note: declared here 220 | OSSL_DEPRECATEDIN_3_0 int DH_check(const DH *dh, int *codes); | ^~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_generate_key’: ossl_pkey_dh.c:515:5: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 515 | GetDH(self, dh); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey_dh.c:515:5: note: in expansion of macro ‘GetDH’ 515 | GetDH(self, dh); | ^~~~~ ossl_pkey_dh.c:516:5: warning: ‘DH_generate_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 516 | if (!DH_generate_key(dh)) | ^~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:223:27: note: declared here 223 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh); | ^~~~~~~~~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_compute_key’: ossl_pkey_dh.c:540:5: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 540 | GetDH(self, dh); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey_dh.c:540:5: note: in expansion of macro ‘GetDH’ 540 | GetDH(self, dh); | ^~~~~ ossl_pkey_dh.c:541:5: warning: ‘DH_get0_pqg’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 541 | DH_get0_pqg(dh, &dh_p, NULL, NULL); | ^~~~~~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:253:28: note: declared here 253 | OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p, | ^~~~~~~~~~~ ossl_pkey_dh.c:545:5: warning: ‘DH_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 545 | len = DH_size(dh); | ^~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh); | ^~~~~~~ ossl_pkey_dh.c:547:5: warning: ‘DH_compute_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 547 | if ((len = DH_compute_key((unsigned char *)RSTRING_PTR(str), pub_key, dh)) < 0) { | ^~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:224:27: note: declared here 224 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key, | ^~~~~~~~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_get_p’: ossl_pkey_dh.c:562:1: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 562 | OSSL_PKEY_BN_DEF3(dh, DH, pqg, p, q, g) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetDH’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:110:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 110 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a1, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:211:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER3’ 211 | OSSL_PKEY_BN_DEF_GETTER3(_keytype, _type, _group, a1, a2, a3) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:562:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’ 562 | OSSL_PKEY_BN_DEF3(dh, DH, pqg, p, q, g) | ^~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:562:1: warning: ‘DH_get0_pqg’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:253:28: note: declared here 253 | OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p, | ^~~~~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_get_q’: ossl_pkey_dh.c:562:1: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 562 | OSSL_PKEY_BN_DEF3(dh, DH, pqg, p, q, g) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetDH’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:112:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 112 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a2, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:211:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER3’ 211 | OSSL_PKEY_BN_DEF_GETTER3(_keytype, _type, _group, a1, a2, a3) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:562:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’ 562 | OSSL_PKEY_BN_DEF3(dh, DH, pqg, p, q, g) | ^~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:562:1: warning: ‘DH_get0_pqg’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:253:28: note: declared here 253 | OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p, | ^~~~~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_get_g’: ossl_pkey_dh.c:562:1: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 562 | OSSL_PKEY_BN_DEF3(dh, DH, pqg, p, q, g) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetDH’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:114:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 114 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a3, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:211:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER3’ 211 | OSSL_PKEY_BN_DEF_GETTER3(_keytype, _type, _group, a1, a2, a3) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:562:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’ 562 | OSSL_PKEY_BN_DEF3(dh, DH, pqg, p, q, g) | ^~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:562:1: warning: ‘DH_get0_pqg’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:253:28: note: declared here 253 | OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p, | ^~~~~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_set_pqg’: ossl_pkey_dh.c:562:1: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 562 | OSSL_PKEY_BN_DEF3(dh, DH, pqg, p, q, g) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey.h:135:2: note: in expansion of macro ‘GetDH’ 135 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:212:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER3’ 212 | OSSL_PKEY_BN_DEF_SETTER3(_keytype, _type, _group, a1, a2, a3) | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:562:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’ 562 | OSSL_PKEY_BN_DEF3(dh, DH, pqg, p, q, g) | ^~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:562:1: warning: ‘DH_set0_pqg’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:255:27: note: declared here 255 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_get_pub_key’: ossl_pkey_dh.c:570:1: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 570 | OSSL_PKEY_BN_DEF2(dh, DH, key, pub_key, priv_key) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetDH’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:118:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 118 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a1, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:215:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER2’ 215 | OSSL_PKEY_BN_DEF_GETTER2(_keytype, _type, _group, a1, a2) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:570:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF2’ 570 | OSSL_PKEY_BN_DEF2(dh, DH, key, pub_key, priv_key) | ^~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:570:1: warning: ‘DH_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:256:28: note: declared here 256 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_get_priv_key’: ossl_pkey_dh.c:570:1: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 570 | OSSL_PKEY_BN_DEF2(dh, DH, key, pub_key, priv_key) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetDH’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:120:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 120 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a2, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:215:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER2’ 215 | OSSL_PKEY_BN_DEF_GETTER2(_keytype, _type, _group, a1, a2) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:570:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF2’ 570 | OSSL_PKEY_BN_DEF2(dh, DH, key, pub_key, priv_key) | ^~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:570:1: warning: ‘DH_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:256:28: note: declared here 256 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ ossl_pkey_dh.c: In function ‘ossl_dh_set_key’: ossl_pkey_dh.c:570:1: warning: ‘EVP_PKEY_get0_DH’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 570 | OSSL_PKEY_BN_DEF2(dh, DH, key, pub_key, priv_key) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/evp.h:1363:43: note: declared here 1363 | OSSL_DEPRECATEDIN_3_0 const struct dh_st *EVP_PKEY_get0_DH(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~ ossl_pkey_dh.c:23:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dh) = EVP_PKEY_get0_DH(_pkey); \ | ^ ossl_pkey.h:165:2: note: in expansion of macro ‘GetDH’ 165 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:216:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER2’ 216 | OSSL_PKEY_BN_DEF_SETTER2(_keytype, _type, _group, a1, a2) | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:570:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF2’ 570 | OSSL_PKEY_BN_DEF2(dh, DH, key, pub_key, priv_key) | ^~~~~~~~~~~~~~~~~ ossl_pkey_dh.c:570:1: warning: ‘DH_set0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dh.c:10: /usr/include/openssl/dh.h:258:27: note: declared here 258 | OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_pkey_dsa.o -c ossl_pkey_dsa.c ossl_pkey_dsa.c: In function ‘DSA_HAS_PRIVATE’: ossl_pkey_dsa.c:30:5: warning: ‘DSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 30 | DSA_get0_key(dsa, NULL, &bn); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, | ^~~~~~~~~~~~ ossl_pkey_dsa.c: In function ‘dsa_instance’: ossl_pkey_dsa.c:62:5: warning: ‘EVP_PKEY_assign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 62 | if (!EVP_PKEY_assign_DSA(pkey, dsa)) { | ^~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_new’: ossl_pkey_dsa.c:77:2: warning: ‘DSA_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 77 | obj = dsa_instance(cDSA, DSA_new()); | ^~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:125:28: note: declared here 125 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void); | ^~~~~~~ ossl_pkey_dsa.c: In function ‘dsa_blocking_gen’: ossl_pkey_dsa.c:108:5: warning: ‘DSA_generate_parameters_ex’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 108 | gen->result = DSA_generate_parameters_ex(gen->dsa, gen->size, NULL, 0, | ^~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:167:27: note: declared here 167 | OSSL_DEPRECATEDIN_3_0 int DSA_generate_parameters_ex(DSA *dsa, int bits, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c: In function ‘dsa_generate’: ossl_pkey_dsa.c:118:5: warning: ‘DSA_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 118 | DSA *dsa = DSA_new(); | ^~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:125:28: note: declared here 125 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void); | ^~~~~~~ ossl_pkey_dsa.c:124:2: warning: ‘DSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 124 | DSA_free(dsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:127:28: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ ossl_pkey_dsa.c:147:2: warning: ‘DSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 147 | DSA_free(dsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:127:28: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ ossl_pkey_dsa.c:159:5: warning: ‘DSA_generate_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 159 | if (!DSA_generate_key(dsa)) { | ^~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:174:27: note: declared here 174 | OSSL_DEPRECATEDIN_3_0 int DSA_generate_key(DSA *a); | ^~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:160:2: warning: ‘DSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 160 | DSA_free(dsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:127:28: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_s_generate’: ossl_pkey_dsa.c:185:2: warning: ‘DSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 185 | DSA_free(dsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:127:28: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_initialize’: ossl_pkey_dsa.c:222:9: warning: ‘DSA_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 222 | dsa = DSA_new(); | ^~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:125:28: note: declared here 125 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void); | ^~~~~~~ ossl_pkey_dsa.c:233:2: warning: ‘PEM_read_bio_DSAPrivateKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 233 | dsa = PEM_read_bio_DSAPrivateKey(in, NULL, ossl_pem_passwd_cb, (void *)pass); | ^~~ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_dsa.c:10: /usr/include/openssl/pem.h:453:1: note: declared here 453 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA) | ^~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:236:6: warning: ‘PEM_read_bio_DSA_PUBKEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 236 | dsa = PEM_read_bio_DSA_PUBKEY(in, NULL, NULL, NULL); | ^~~ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_dsa.c:10: /usr/include/openssl/pem.h:454:1: note: declared here 454 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA) | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:240:6: warning: ‘d2i_DSAPrivateKey_bio’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 240 | dsa = d2i_DSAPrivateKey_bio(in, NULL); | ^~~ In file included from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/x509.h:627:28: note: declared here 627 | OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa); | ^~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:244:6: warning: ‘d2i_DSA_PUBKEY_bio’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 244 | dsa = d2i_DSA_PUBKEY_bio(in, NULL); | ^~~ In file included from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/x509.h:625:28: note: declared here 625 | OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa); | ^~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:250:6: warning: ‘d2i_DSAPublicKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 250 | dsa = PEM_read_bio_DSAPublicKey(in, NULL, NULL, NULL); | ^~~ In file included from ossl.h:22, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:148:1: note: declared here 148 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:259:5: warning: ‘EVP_PKEY_assign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 259 | if (!EVP_PKEY_assign_DSA(pkey, dsa)) { | ^~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ ossl_pkey_dsa.c:260:2: warning: ‘DSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 260 | DSA_free(dsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:127:28: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_initialize_copy’: ossl_pkey_dsa.c:276:5: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 276 | GetDSA(other, dsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dsa) = EVP_PKEY_get0_DSA(_pkey); \ | ^ ossl_pkey_dsa.c:276:5: note: in expansion of macro ‘GetDSA’ 276 | GetDSA(other, dsa); | ^~~~~~ ossl_pkey_dsa.c:278:5: warning: ‘i2d_DSAPrivateKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 278 | dsa_new = ASN1_dup((i2d_of_void *)i2d_DSAPrivateKey, (d2i_of_void *)d2i_DSAPrivateKey, (char *)dsa); | ^~~~~~~ In file included from ossl.h:22, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:150:1: note: declared here 150 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:278:5: warning: ‘d2i_DSAPrivateKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 278 | dsa_new = ASN1_dup((i2d_of_void *)i2d_DSAPrivateKey, (d2i_of_void *)d2i_DSAPrivateKey, (char *)dsa); | ^~~~~~~ In file included from ossl.h:22, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:150:1: note: declared here 150 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:282:5: warning: ‘EVP_PKEY_assign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 282 | EVP_PKEY_assign_DSA(pkey, dsa_new); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_is_public’: ossl_pkey_dsa.c:300:5: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 300 | GetDSA(self, dsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dsa) = EVP_PKEY_get0_DSA(_pkey); \ | ^ ossl_pkey_dsa.c:300:5: note: in expansion of macro ‘GetDSA’ 300 | GetDSA(self, dsa); | ^~~~~~ ossl_pkey_dsa.c:301:5: warning: ‘DSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 301 | DSA_get0_key(dsa, &bn, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, | ^~~~~~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_is_private’: ossl_pkey_dsa.c:318:5: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 318 | GetDSA(self, dsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dsa) = EVP_PKEY_get0_DSA(_pkey); \ | ^ ossl_pkey_dsa.c:318:5: note: in expansion of macro ‘GetDSA’ 318 | GetDSA(self, dsa); | ^~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_export’: ossl_pkey_dsa.c:348:5: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 348 | GetDSA(self, dsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dsa) = EVP_PKEY_get0_DSA(_pkey); \ | ^ ossl_pkey_dsa.c:348:5: note: in expansion of macro ‘GetDSA’ 348 | GetDSA(self, dsa); | ^~~~~~ ossl_pkey_dsa.c:358:2: warning: ‘PEM_write_bio_DSAPrivateKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 358 | if (!PEM_write_bio_DSAPrivateKey(out, dsa, ciph, NULL, 0, | ^~ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_dsa.c:10: /usr/include/openssl/pem.h:453:1: note: declared here 453 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA) | ^~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:364:2: warning: ‘PEM_write_bio_DSA_PUBKEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 364 | if (!PEM_write_bio_DSA_PUBKEY(out, dsa)) { | ^~ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_dsa.c:10: /usr/include/openssl/pem.h:454:1: note: declared here 454 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA) | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_to_der’: ossl_pkey_dsa.c:390:5: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 390 | GetDSA(self, dsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dsa) = EVP_PKEY_get0_DSA(_pkey); \ | ^ ossl_pkey_dsa.c:390:5: note: in expansion of macro ‘GetDSA’ 390 | GetDSA(self, dsa); | ^~~~~~ ossl_pkey_dsa.c:392:2: warning: ‘i2d_DSAPrivateKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 392 | i2d_func = (int (*)(DSA *,unsigned char **))i2d_DSAPrivateKey; | ^~~~~~~~ In file included from ossl.h:22, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:150:1: note: declared here 150 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:394:2: warning: ‘i2d_DSA_PUBKEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 394 | i2d_func = i2d_DSA_PUBKEY; | ^~~~~~~~ In file included from ossl.h:22, from ossl_pkey_dsa.c:10: /usr/include/openssl/x509.h:714:1: note: declared here 714 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,DSA, DSA_PUBKEY) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:394:11: warning: assignment to ‘int (*)(DSA *, unsigned char **)’ {aka ‘int (*)(struct dsa_st *, unsigned char **)’} from incompatible pointer type ‘int (*)(const DSA *, unsigned char **)’ {aka ‘int (*)(const struct dsa_st *, unsigned char **)’} [-Wincompatible-pointer-types] 394 | i2d_func = i2d_DSA_PUBKEY; | ^ ossl_pkey_dsa.c: In function ‘ossl_dsa_get_params’: ossl_pkey_dsa.c:422:5: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 422 | GetDSA(self, dsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dsa) = EVP_PKEY_get0_DSA(_pkey); \ | ^ ossl_pkey_dsa.c:422:5: note: in expansion of macro ‘GetDSA’ 422 | GetDSA(self, dsa); | ^~~~~~ ossl_pkey_dsa.c:423:5: warning: ‘DSA_get0_pqg’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 423 | DSA_get0_pqg(dsa, &p, &q, &g); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ ossl_pkey_dsa.c:424:5: warning: ‘DSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 424 | DSA_get0_key(dsa, &pub_key, &priv_key); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, | ^~~~~~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_to_text’: ossl_pkey_dsa.c:451:5: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 451 | GetDSA(self, dsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dsa) = EVP_PKEY_get0_DSA(_pkey); \ | ^ ossl_pkey_dsa.c:451:5: note: in expansion of macro ‘GetDSA’ 451 | GetDSA(self, dsa); | ^~~~~~ ossl_pkey_dsa.c:455:5: warning: ‘DSA_print’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 455 | if (!DSA_print(out, dsa, 0)) { /* offset = 0 */ | ^~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:177:27: note: declared here 177 | OSSL_DEPRECATEDIN_3_0 int DSA_print(BIO *bp, const DSA *x, int off); | ^~~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_to_public_key’: ossl_pkey_dsa.c:492:5: warning: ‘i2d_DSAPublicKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 492 | dsa = DSAPublicKey_dup(EVP_PKEY_get0_DSA(pkey)); | ^~~ In file included from ossl.h:22, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:148:1: note: declared here 148 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:492:5: warning: ‘d2i_DSAPublicKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 492 | dsa = DSAPublicKey_dup(EVP_PKEY_get0_DSA(pkey)); | ^~~ In file included from ossl.h:22, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:148:1: note: declared here 148 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:492:5: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 492 | dsa = DSAPublicKey_dup(EVP_PKEY_get0_DSA(pkey)); | ^~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:496:2: warning: ‘DSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 496 | DSA_free(dsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:127:28: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_sign’: ossl_pkey_dsa.c:529:5: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 529 | GetDSA(self, dsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dsa) = EVP_PKEY_get0_DSA(_pkey); \ | ^ ossl_pkey_dsa.c:529:5: note: in expansion of macro ‘GetDSA’ 529 | GetDSA(self, dsa); | ^~~~~~ ossl_pkey_dsa.c:530:5: warning: ‘DSA_get0_pqg’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 530 | DSA_get0_pqg(dsa, NULL, &dsa_q, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ ossl_pkey_dsa.c:536:5: warning: ‘DSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 536 | str = rb_str_new(0, DSA_size(dsa)); | ^~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:130:27: note: declared here 130 | OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *); | ^~~~~~~~ ossl_pkey_dsa.c:536:5: warning: ‘DSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 536 | str = rb_str_new(0, DSA_size(dsa)); | ^~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:130:27: note: declared here 130 | OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *); | ^~~~~~~~ ossl_pkey_dsa.c:536:5: warning: ‘DSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 536 | str = rb_str_new(0, DSA_size(dsa)); | ^~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:130:27: note: declared here 130 | OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *); | ^~~~~~~~ ossl_pkey_dsa.c:537:5: warning: ‘DSA_sign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 537 | if (!DSA_sign(0, (unsigned char *)RSTRING_PTR(data), RSTRING_LENINT(data), | ^~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:136:27: note: declared here 136 | OSSL_DEPRECATEDIN_3_0 int DSA_sign(int type, const unsigned char *dgst, | ^~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_verify’: ossl_pkey_dsa.c:572:5: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 572 | GetDSA(self, dsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dsa) = EVP_PKEY_get0_DSA(_pkey); \ | ^ ossl_pkey_dsa.c:572:5: note: in expansion of macro ‘GetDSA’ 572 | GetDSA(self, dsa); | ^~~~~~ ossl_pkey_dsa.c:576:5: warning: ‘DSA_verify’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 576 | ret = DSA_verify(0, (unsigned char *)RSTRING_PTR(digest), RSTRING_LENINT(digest), | ^~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:139:27: note: declared here 139 | OSSL_DEPRECATEDIN_3_0 int DSA_verify(int type, const unsigned char *dgst, | ^~~~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_get_p’: ossl_pkey_dsa.c:595:1: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 595 | OSSL_PKEY_BN_DEF3(dsa, DSA, pqg, p, q, g) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dsa) = EVP_PKEY_get0_DSA(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetDSA’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:110:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 110 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a1, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:211:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER3’ 211 | OSSL_PKEY_BN_DEF_GETTER3(_keytype, _type, _group, a1, a2, a3) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:595:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’ 595 | OSSL_PKEY_BN_DEF3(dsa, DSA, pqg, p, q, g) | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:595:1: warning: ‘DSA_get0_pqg’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_get_q’: ossl_pkey_dsa.c:595:1: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 595 | OSSL_PKEY_BN_DEF3(dsa, DSA, pqg, p, q, g) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dsa) = EVP_PKEY_get0_DSA(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetDSA’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:112:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 112 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a2, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:211:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER3’ 211 | OSSL_PKEY_BN_DEF_GETTER3(_keytype, _type, _group, a1, a2, a3) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:595:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’ 595 | OSSL_PKEY_BN_DEF3(dsa, DSA, pqg, p, q, g) | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:595:1: warning: ‘DSA_get0_pqg’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_get_g’: ossl_pkey_dsa.c:595:1: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 595 | OSSL_PKEY_BN_DEF3(dsa, DSA, pqg, p, q, g) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dsa) = EVP_PKEY_get0_DSA(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetDSA’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:114:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 114 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a3, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:211:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER3’ 211 | OSSL_PKEY_BN_DEF_GETTER3(_keytype, _type, _group, a1, a2, a3) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:595:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’ 595 | OSSL_PKEY_BN_DEF3(dsa, DSA, pqg, p, q, g) | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:595:1: warning: ‘DSA_get0_pqg’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_set_pqg’: ossl_pkey_dsa.c:595:1: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 595 | OSSL_PKEY_BN_DEF3(dsa, DSA, pqg, p, q, g) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dsa) = EVP_PKEY_get0_DSA(_pkey); \ | ^ ossl_pkey.h:135:2: note: in expansion of macro ‘GetDSA’ 135 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:212:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER3’ 212 | OSSL_PKEY_BN_DEF_SETTER3(_keytype, _type, _group, a1, a2, a3) | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:595:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’ 595 | OSSL_PKEY_BN_DEF3(dsa, DSA, pqg, p, q, g) | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:595:1: warning: ‘DSA_set0_pqg’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_get_pub_key’: ossl_pkey_dsa.c:603:1: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 603 | OSSL_PKEY_BN_DEF2(dsa, DSA, key, pub_key, priv_key) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dsa) = EVP_PKEY_get0_DSA(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetDSA’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:118:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 118 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a1, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:215:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER2’ 215 | OSSL_PKEY_BN_DEF_GETTER2(_keytype, _type, _group, a1, a2) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:603:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF2’ 603 | OSSL_PKEY_BN_DEF2(dsa, DSA, key, pub_key, priv_key) | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:603:1: warning: ‘DSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, | ^~~~~~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_get_priv_key’: ossl_pkey_dsa.c:603:1: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 603 | OSSL_PKEY_BN_DEF2(dsa, DSA, key, pub_key, priv_key) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dsa) = EVP_PKEY_get0_DSA(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetDSA’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:120:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 120 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a2, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:215:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER2’ 215 | OSSL_PKEY_BN_DEF_GETTER2(_keytype, _type, _group, a1, a2) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:603:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF2’ 603 | OSSL_PKEY_BN_DEF2(dsa, DSA, key, pub_key, priv_key) | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:603:1: warning: ‘DSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, | ^~~~~~~~~~~~ ossl_pkey_dsa.c: In function ‘ossl_dsa_set_key’: ossl_pkey_dsa.c:603:1: warning: ‘EVP_PKEY_get0_DSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 603 | OSSL_PKEY_BN_DEF2(dsa, DSA, key, pub_key, priv_key) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (dsa) = EVP_PKEY_get0_DSA(_pkey); \ | ^ ossl_pkey.h:165:2: note: in expansion of macro ‘GetDSA’ 165 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:216:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER2’ 216 | OSSL_PKEY_BN_DEF_SETTER2(_keytype, _type, _group, a1, a2) | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:603:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF2’ 603 | OSSL_PKEY_BN_DEF2(dsa, DSA, key, pub_key, priv_key) | ^~~~~~~~~~~~~~~~~ ossl_pkey_dsa.c:603:1: warning: ‘DSA_set0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_dsa.c:10: /usr/include/openssl/dsa.h:206:27: note: declared here 206 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key, | ^~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_pkey_ec.o -c ossl_pkey_ec.c ossl_pkey_ec.c: In function ‘ec_instance’: ossl_pkey_ec.c:78:5: warning: ‘EVP_PKEY_assign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 78 | if (!EVP_PKEY_assign_EC_KEY(pkey, ec)) { | ^~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_new’: ossl_pkey_ec.c:92:2: warning: ‘EC_KEY_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 92 | obj = ec_instance(cEC, EC_KEY_new()); | ^~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:966:31: note: declared here 966 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void); | ^~~~~~~~~~ ossl_pkey_ec.c: In function ‘ec_key_new_from_group’: ossl_pkey_ec.c:120:2: warning: ‘EC_KEY_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 120 | if (!(ec = EC_KEY_new())) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:966:31: note: declared here 966 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void); | ^~~~~~~~~~ ossl_pkey_ec.c:123:2: warning: ‘EC_KEY_set_group’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 123 | if (!EC_KEY_set_group(ec, group)) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1040:27: note: declared here 1040 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group); | ^~~~~~~~~~~~~~~~ ossl_pkey_ec.c:124:6: warning: ‘EC_KEY_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 124 | EC_KEY_free(ec); | ^~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1001:28: note: declared here 1001 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ossl_pkey_ec.c:133:2: warning: ‘EC_KEY_new_by_curve_name’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 133 | if (!(ec = EC_KEY_new_by_curve_name(nid))) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:996:31: note: declared here 996 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:136:2: warning: ‘EC_KEY_set_asn1_flag’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 136 | EC_KEY_set_asn1_flag(ec, OPENSSL_EC_NAMED_CURVE); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1085:28: note: declared here 1085 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_asn1_flag(EC_KEY *eckey, int asn1_flag); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:137:2: warning: ‘EC_KEY_set_conv_form’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 137 | EC_KEY_set_conv_form(ec, POINT_CONVERSION_UNCOMPRESSED); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1073:28: note: declared here 1073 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_conv_form(EC_KEY *eckey, | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_s_generate’: ossl_pkey_ec.c:160:2: warning: ‘EC_KEY_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 160 | EC_KEY_free(ec); | ^~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1001:28: note: declared here 1001 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ossl_pkey_ec.c:164:5: warning: ‘EC_KEY_generate_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 164 | if (!EC_KEY_generate_key(ec)) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1099:27: note: declared here 1099 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_initialize’: ossl_pkey_ec.c:194:9: warning: ‘EC_KEY_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 194 | if (!(ec = EC_KEY_new())) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:966:31: note: declared here 966 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void); | ^~~~~~~~~~ ossl_pkey_ec.c:199:2: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 199 | GetEC(arg, other_ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:199:2: note: in expansion of macro ‘GetEC’ 199 | GetEC(arg, other_ec); | ^~~~~ ossl_pkey_ec.c:200:2: warning: ‘EC_KEY_dup’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 200 | if (!(ec = EC_KEY_dup(other_ec))) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1014:31: note: declared here 1014 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_dup(const EC_KEY *src); | ^~~~~~~~~~ ossl_pkey_ec.c:210:2: warning: ‘PEM_read_bio_ECPrivateKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 210 | ec = PEM_read_bio_ECPrivateKey(in, NULL, ossl_pem_passwd_cb, (void *)pass); | ^~ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_ec.c:5: /usr/include/openssl/pem.h:462:1: note: declared here 462 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY) | ^~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:213:6: warning: ‘PEM_read_bio_EC_PUBKEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 213 | ec = PEM_read_bio_EC_PUBKEY(in, NULL, ossl_pem_passwd_cb, (void *)pass); | ^~ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_ec.c:5: /usr/include/openssl/pem.h:463:1: note: declared here 463 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, EC_PUBKEY, EC_KEY) | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:217:6: warning: ‘d2i_ECPrivateKey_bio’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 217 | ec = d2i_ECPrivateKey_bio(in, NULL); | ^~ In file included from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/x509.h:636:31: note: declared here 636 | OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:221:6: warning: ‘d2i_EC_PUBKEY_bio’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 221 | ec = d2i_EC_PUBKEY_bio(in, NULL); | ^~ In file included from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/x509.h:634:31: note: declared here 634 | OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **eckey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:231:5: warning: ‘EVP_PKEY_assign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 231 | if (!EVP_PKEY_assign_EC_KEY(pkey, ec)) { | ^~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ ossl_pkey_ec.c:232:2: warning: ‘EC_KEY_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 232 | EC_KEY_free(ec); | ^~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1001:28: note: declared here 1001 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_initialize_copy’: ossl_pkey_ec.c:248:5: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 248 | GetEC(other, ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:248:5: note: in expansion of macro ‘GetEC’ 248 | GetEC(other, ec); | ^~~~~ ossl_pkey_ec.c:250:5: warning: ‘EC_KEY_dup’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 250 | ec_new = EC_KEY_dup(ec); | ^~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1014:31: note: declared here 1014 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_dup(const EC_KEY *src); | ^~~~~~~~~~ ossl_pkey_ec.c:253:5: warning: ‘EVP_PKEY_assign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 253 | if (!EVP_PKEY_assign_EC_KEY(pkey, ec_new)) { | ^~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ ossl_pkey_ec.c:254:2: warning: ‘EC_KEY_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 254 | EC_KEY_free(ec_new); | ^~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1001:28: note: declared here 1001 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_get_group’: ossl_pkey_ec.c:274:5: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 274 | GetEC(self, ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:274:5: note: in expansion of macro ‘GetEC’ 274 | GetEC(self, ec); | ^~~~~ ossl_pkey_ec.c:275:5: warning: ‘EC_KEY_get0_group’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 275 | group = EC_KEY_get0_group(ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1032:39: note: declared here 1032 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_set_group’: ossl_pkey_ec.c:295:5: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 295 | GetEC(self, ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:295:5: note: in expansion of macro ‘GetEC’ 295 | GetEC(self, ec); | ^~~~~ ossl_pkey_ec.c:298:5: warning: ‘EC_KEY_set_group’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 298 | if (EC_KEY_set_group(ec, group) != 1) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1040:27: note: declared here 1040 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group); | ^~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_get_private_key’: ossl_pkey_ec.c:315:5: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 315 | GetEC(self, ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:315:5: note: in expansion of macro ‘GetEC’ 315 | GetEC(self, ec); | ^~~~~ ossl_pkey_ec.c:316:5: warning: ‘EC_KEY_get0_private_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 316 | if ((bn = EC_KEY_get0_private_key(ec)) == NULL) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1046:37: note: declared here 1046 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_set_private_key’: ossl_pkey_ec.c:333:5: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 333 | GetEC(self, ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:333:5: note: in expansion of macro ‘GetEC’ 333 | GetEC(self, ec); | ^~~~~ ossl_pkey_ec.c:337:5: warning: ‘EC_KEY_set_private_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 337 | switch (EC_KEY_set_private_key(ec, bn)) { | ^~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1054:27: note: declared here 1054 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv); | ^~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_get_public_key’: ossl_pkey_ec.c:361:5: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 361 | GetEC(self, ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:361:5: note: in expansion of macro ‘GetEC’ 361 | GetEC(self, ec); | ^~~~~ ossl_pkey_ec.c:362:5: warning: ‘EC_KEY_get0_public_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 362 | if ((point = EC_KEY_get0_public_key(ec)) == NULL) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1060:39: note: declared here 1060 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:365:5: warning: ‘EC_KEY_get0_group’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 365 | return ec_point_new(point, EC_KEY_get0_group(ec)); | ^~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1032:39: note: declared here 1032 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_set_public_key’: ossl_pkey_ec.c:379:5: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 379 | GetEC(self, ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:379:5: note: in expansion of macro ‘GetEC’ 379 | GetEC(self, ec); | ^~~~~ ossl_pkey_ec.c:383:5: warning: ‘EC_KEY_set_public_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 383 | switch (EC_KEY_set_public_key(ec, point)) { | ^~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1068:27: note: declared here 1068 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub); | ^~~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_is_public’: ossl_pkey_ec.c:407:5: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 407 | GetEC(self, ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:407:5: note: in expansion of macro ‘GetEC’ 407 | GetEC(self, ec); | ^~~~~ ossl_pkey_ec.c:409:5: warning: ‘EC_KEY_get0_public_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 409 | return EC_KEY_get0_public_key(ec) ? Qtrue : Qfalse; | ^~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1060:39: note: declared here 1060 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_is_private’: ossl_pkey_ec.c:423:5: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 423 | GetEC(self, ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:423:5: note: in expansion of macro ‘GetEC’ 423 | GetEC(self, ec); | ^~~~~ ossl_pkey_ec.c:425:5: warning: ‘EC_KEY_get0_private_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 425 | return EC_KEY_get0_private_key(ec) ? Qtrue : Qfalse; | ^~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1046:37: note: declared here 1046 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_to_string’: ossl_pkey_ec.c:437:5: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 437 | GetEC(self, ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:437:5: note: in expansion of macro ‘GetEC’ 437 | GetEC(self, ec); | ^~~~~ ossl_pkey_ec.c:439:5: warning: ‘EC_KEY_get0_public_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 439 | if (EC_KEY_get0_public_key(ec) == NULL) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1060:39: note: declared here 1060 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:442:5: warning: ‘EC_KEY_check_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 442 | if (EC_KEY_check_key(ec) != 1) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1105:27: note: declared here 1105 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_check_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~ ossl_pkey_ec.c:445:5: warning: ‘EC_KEY_get0_private_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 445 | if (EC_KEY_get0_private_key(ec)) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1046:37: note: declared here 1046 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:459:13: warning: ‘PEM_write_bio_ECPrivateKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 459 | i = PEM_write_bio_ECPrivateKey(out, ec, cipher, NULL, 0, ossl_pem_passwd_cb, (void *)pass); | ^ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_ec.c:5: /usr/include/openssl/pem.h:462:1: note: declared here 462 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY) | ^~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:461:13: warning: ‘PEM_write_bio_EC_PUBKEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 461 | i = PEM_write_bio_EC_PUBKEY(out, ec); | ^ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_ec.c:5: /usr/include/openssl/pem.h:463:1: note: declared here 463 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, EC_PUBKEY, EC_KEY) | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:467:13: warning: ‘i2d_ECPrivateKey_bio’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 467 | i = i2d_ECPrivateKey_bio(out, ec); | ^ In file included from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/x509.h:637:27: note: declared here 637 | OSSL_DEPRECATEDIN_3_0 int i2d_ECPrivateKey_bio(BIO *bp, const EC_KEY *eckey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:469:13: warning: ‘i2d_EC_PUBKEY_bio’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 469 | i = i2d_EC_PUBKEY_bio(out, ec); | ^ In file included from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/x509.h:635:27: note: declared here 635 | OSSL_DEPRECATEDIN_3_0 int i2d_EC_PUBKEY_bio(BIO *bp, const EC_KEY *eckey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_to_text’: ossl_pkey_ec.c:528:5: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 528 | GetEC(self, ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:528:5: note: in expansion of macro ‘GetEC’ 528 | GetEC(self, ec); | ^~~~~ ossl_pkey_ec.c:532:5: warning: ‘EC_KEY_print’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 532 | if (!EC_KEY_print(out, ec, 0)) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1258:27: note: declared here 1258 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_print(BIO *bp, const EC_KEY *key, int off); | ^~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_generate_key’: ossl_pkey_ec.c:559:5: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 559 | GetEC(self, ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:559:5: note: in expansion of macro ‘GetEC’ 559 | GetEC(self, ec); | ^~~~~ ossl_pkey_ec.c:560:5: warning: ‘EC_KEY_generate_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 560 | if (EC_KEY_generate_key(ec) != 1) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1099:27: note: declared here 1099 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_check_key’: ossl_pkey_ec.c:578:5: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 578 | GetEC(self, ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:578:5: note: in expansion of macro ‘GetEC’ 578 | GetEC(self, ec); | ^~~~~ ossl_pkey_ec.c:579:5: warning: ‘EC_KEY_check_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 579 | if (EC_KEY_check_key(ec) != 1) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1105:27: note: declared here 1105 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_check_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_dh_compute_key’: ossl_pkey_ec.c:598:5: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 598 | GetEC(self, ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:598:5: note: in expansion of macro ‘GetEC’ 598 | GetEC(self, ec); | ^~~~~ ossl_pkey_ec.c:605:5: warning: ‘ECDH_compute_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 605 | buf_len = ECDH_compute_key(RSTRING_PTR(str), buf_len, point, ec, NULL); | ^~~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1294:27: note: declared here 1294 | OSSL_DEPRECATEDIN_3_0 int ECDH_compute_key(void *out, size_t outlen, | ^~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_dsa_sign_asn1’: ossl_pkey_ec.c:628:5: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 628 | GetEC(self, ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:628:5: note: in expansion of macro ‘GetEC’ 628 | GetEC(self, ec); | ^~~~~ ossl_pkey_ec.c:631:5: warning: ‘EC_KEY_get0_private_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 631 | if (EC_KEY_get0_private_key(ec) == NULL) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1046:37: note: declared here 1046 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:634:5: warning: ‘ECDSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 634 | str = rb_str_new(0, ECDSA_size(ec)); | ^~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1453:27: note: declared here 1453 | OSSL_DEPRECATEDIN_3_0 int ECDSA_size(const EC_KEY *eckey); | ^~~~~~~~~~ ossl_pkey_ec.c:634:5: warning: ‘ECDSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 634 | str = rb_str_new(0, ECDSA_size(ec)); | ^~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1453:27: note: declared here 1453 | OSSL_DEPRECATEDIN_3_0 int ECDSA_size(const EC_KEY *eckey); | ^~~~~~~~~~ ossl_pkey_ec.c:634:5: warning: ‘ECDSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 634 | str = rb_str_new(0, ECDSA_size(ec)); | ^~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1453:27: note: declared here 1453 | OSSL_DEPRECATEDIN_3_0 int ECDSA_size(const EC_KEY *eckey); | ^~~~~~~~~~ ossl_pkey_ec.c:635:5: warning: ‘ECDSA_sign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 635 | if (ECDSA_sign(0, (unsigned char *) RSTRING_PTR(data), RSTRING_LENINT(data), (unsigned char *) RSTRING_PTR(str), &buf_len, ec) != 1) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1412:27: note: declared here 1412 | OSSL_DEPRECATEDIN_3_0 int ECDSA_sign(int type, const unsigned char *dgst, | ^~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_key_dsa_verify_asn1’: ossl_pkey_ec.c:652:5: warning: ‘EVP_PKEY_get0_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 652 | GetEC(self, ec); | ^~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:24:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ | ^ ossl_pkey_ec.c:652:5: note: in expansion of macro ‘GetEC’ 652 | GetEC(self, ec); | ^~~~~ ossl_pkey_ec.c:656:5: warning: ‘ECDSA_verify’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 656 | switch (ECDSA_verify(0, (unsigned char *) RSTRING_PTR(data), RSTRING_LENINT(data), (unsigned char *) RSTRING_PTR(sig), (int)RSTRING_LEN(sig), ec)) { | ^~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:1445:27: note: declared here 1445 | OSSL_DEPRECATEDIN_3_0 int ECDSA_verify(int type, const unsigned char *dgst, | ^~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_group_free’: ossl_pkey_ec.c:673:5: warning: ‘EC_GROUP_clear_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 673 | EC_GROUP_clear_free(ptr); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:174:28: note: declared here 174 | OSSL_DEPRECATEDIN_3_0 void EC_GROUP_clear_free(EC_GROUP *group); | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_group_initialize’: ossl_pkey_ec.c:742:17: warning: ‘EC_GFp_simple_method’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 742 | method = EC_GFp_simple_method(); | ^~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:119:40: note: declared here 119 | OSSL_DEPRECATEDIN_3_0 const EC_METHOD *EC_GFp_simple_method(void); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:744:17: warning: ‘EC_GFp_mont_method’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 744 | method = EC_GFp_mont_method(); | ^~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:124:40: note: declared here 124 | OSSL_DEPRECATEDIN_3_0 const EC_METHOD *EC_GFp_mont_method(void); | ^~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:746:17: warning: ‘EC_GFp_nist_method’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 746 | method = EC_GFp_nist_method(); | ^~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:129:40: note: declared here 129 | OSSL_DEPRECATEDIN_3_0 const EC_METHOD *EC_GFp_nist_method(void); | ^~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:749:17: warning: ‘EC_GF2m_simple_method’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 749 | method = EC_GF2m_simple_method(); | ^~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:156:40: note: declared here 156 | OSSL_DEPRECATEDIN_3_0 const EC_METHOD *EC_GF2m_simple_method(void); | ^~~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c:754:17: warning: ‘EC_GROUP_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 754 | if ((group = EC_GROUP_new(method)) == NULL) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:169:33: note: declared here 169 | OSSL_DEPRECATEDIN_3_0 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth); | ^~~~~~~~~~~~ ossl_pkey_ec.c:768:13: warning: ‘PEM_read_bio_ECPKParameters’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 768 | group = PEM_read_bio_ECPKParameters(in, NULL, NULL, NULL); | ^~~~~ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_ec.c:5: /usr/include/openssl/pem.h:461:1: note: declared here 461 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, ECPKParameters, EC_GROUP) | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_group_to_string’: ossl_pkey_ec.c:1215:9: warning: ‘PEM_write_bio_ECPKParameters’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1215 | i = PEM_write_bio_ECPKParameters(out, group); | ^ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_ec.c:5: /usr/include/openssl/pem.h:461:1: note: declared here 461 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, ECPKParameters, EC_GROUP) | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_group_to_text’: ossl_pkey_ec.c:1273:5: warning: ‘ECPKParameters_print’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1273 | if (!ECPKParameters_print(out, group, 0)) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:924:27: note: declared here 924 | OSSL_DEPRECATEDIN_3_0 int ECPKParameters_print(BIO *bp, const EC_GROUP *x, | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_point_initialize’: ossl_pkey_ec.c:1360:6: warning: ‘EC_POINT_bn2point’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1360 | point = EC_POINT_bn2point(group, GetBNPtr(arg2), NULL, ossl_bn_ctx); | ^~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:772:33: note: declared here 772 | OSSL_DEPRECATEDIN_3_0 EC_POINT *EC_POINT_bn2point(const EC_GROUP *, | ^~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_point_make_affine’: ossl_pkey_ec.c:1487:5: warning: ‘EC_POINT_make_affine’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1487 | if (EC_POINT_make_affine(group, point, ossl_bn_ctx) != 1) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:842:27: note: declared here 842 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_make_affine(const EC_GROUP *group, | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_ec.c: In function ‘ossl_ec_point_mul’: ossl_pkey_ec.c:1637:2: warning: ‘EC_POINTs_mul’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1637 | if (EC_POINTs_mul(group, point_result, bn_g, num, points, bignums, ossl_bn_ctx) != 1) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_ec.c:5: /usr/include/openssl/ec.h:857:27: note: declared here 857 | OSSL_DEPRECATEDIN_3_0 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, | ^~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -march=znver1 -mtune=znver1 -frecord-gcc-switches -fno-strict-aliasing -fPIC -o ossl_pkey_rsa.o -c ossl_pkey_rsa.c ossl_pkey_rsa.c: In function ‘RSA_HAS_PRIVATE’: ossl_pkey_rsa.c:31:5: warning: ‘RSA_get0_factors’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 31 | RSA_get0_factors(rsa, &p, &q); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:220:28: note: declared here 220 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r, | ^~~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘rsa_instance’: ossl_pkey_rsa.c:63:5: warning: ‘EVP_PKEY_assign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 63 | if (!EVP_PKEY_assign_RSA(pkey, rsa)) { | ^~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_new’: ossl_pkey_rsa.c:78:2: warning: ‘RSA_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 78 | obj = rsa_instance(cRSA, RSA_new()); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ ossl_pkey_rsa.c: In function ‘rsa_blocking_gen’: ossl_pkey_rsa.c:109:5: warning: ‘RSA_generate_key_ex’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 109 | gen->result = RSA_generate_key_ex(gen->rsa, gen->size, gen->e, gen->cb); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:260:27: note: declared here 260 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘rsa_generate’: ossl_pkey_rsa.c:119:5: warning: ‘RSA_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 119 | RSA *rsa = RSA_new(); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ ossl_pkey_rsa.c:124:2: warning: ‘RSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 124 | RSA_free(rsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ossl_pkey_rsa.c:133:3: warning: ‘RSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 133 | RSA_free(rsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ossl_pkey_rsa.c:158:2: warning: ‘RSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 158 | RSA_free(rsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_s_generate’: ossl_pkey_rsa.c:193:2: warning: ‘RSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 193 | RSA_free(rsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_initialize’: ossl_pkey_rsa.c:230:2: warning: ‘RSA_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 230 | rsa = RSA_new(); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ ossl_pkey_rsa.c:240:2: warning: ‘PEM_read_bio_RSAPrivateKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 240 | rsa = PEM_read_bio_RSAPrivateKey(in, NULL, ossl_pem_passwd_cb, (void *)pass); | ^~~ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_rsa.c:10: /usr/include/openssl/pem.h:447:1: note: declared here 447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:243:6: warning: ‘PEM_read_bio_RSA_PUBKEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 243 | rsa = PEM_read_bio_RSA_PUBKEY(in, NULL, NULL, NULL); | ^~~ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_rsa.c:10: /usr/include/openssl/pem.h:449:1: note: declared here 449 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA) | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:247:6: warning: ‘d2i_RSAPrivateKey_bio’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 247 | rsa = d2i_RSAPrivateKey_bio(in, NULL); | ^~~ In file included from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/x509.h:616:28: note: declared here 616 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa); | ^~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:251:6: warning: ‘d2i_RSA_PUBKEY_bio’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 251 | rsa = d2i_RSA_PUBKEY_bio(in, NULL); | ^~~ In file included from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/x509.h:620:28: note: declared here 620 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa); | ^~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:255:6: warning: ‘PEM_read_bio_RSAPublicKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 255 | rsa = PEM_read_bio_RSAPublicKey(in, NULL, NULL, NULL); | ^~~ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_rsa.c:10: /usr/include/openssl/pem.h:448:1: note: declared here 448 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA) | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:259:6: warning: ‘d2i_RSAPublicKey_bio’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 259 | rsa = d2i_RSAPublicKey_bio(in, NULL); | ^~~ In file included from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/x509.h:618:28: note: declared here 618 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa); | ^~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:266:5: warning: ‘EVP_PKEY_assign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 266 | if (!EVP_PKEY_assign_RSA(pkey, rsa)) { | ^~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ ossl_pkey_rsa.c:267:2: warning: ‘RSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 267 | RSA_free(rsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_initialize_copy’: ossl_pkey_rsa.c:283:5: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 283 | GetRSA(other, rsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey_rsa.c:283:5: note: in expansion of macro ‘GetRSA’ 283 | GetRSA(other, rsa); | ^~~~~~ ossl_pkey_rsa.c:285:5: warning: ‘i2d_RSAPrivateKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 285 | rsa_new = ASN1_dup((i2d_of_void *)i2d_RSAPrivateKey, (d2i_of_void *)d2i_RSAPrivateKey, (char *)rsa); | ^~~~~~~ In file included from ossl.h:22, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:309:1: note: declared here 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(OSSL_DEPRECATEDIN_3_0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:285:5: warning: ‘d2i_RSAPrivateKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 285 | rsa_new = ASN1_dup((i2d_of_void *)i2d_RSAPrivateKey, (d2i_of_void *)d2i_RSAPrivateKey, (char *)rsa); | ^~~~~~~ In file included from ossl.h:22, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:309:1: note: declared here 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(OSSL_DEPRECATEDIN_3_0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:289:5: warning: ‘EVP_PKEY_assign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 289 | EVP_PKEY_assign_RSA(pkey, rsa_new); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_is_public’: ossl_pkey_rsa.c:306:5: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 306 | GetRSA(self, rsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey_rsa.c:306:5: note: in expansion of macro ‘GetRSA’ 306 | GetRSA(self, rsa); | ^~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_is_private’: ossl_pkey_rsa.c:325:5: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 325 | GetRSA(self, rsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey_rsa.c:325:5: note: in expansion of macro ‘GetRSA’ 325 | GetRSA(self, rsa); | ^~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_export’: ossl_pkey_rsa.c:348:5: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 348 | GetRSA(self, rsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey_rsa.c:348:5: note: in expansion of macro ‘GetRSA’ 348 | GetRSA(self, rsa); | ^~~~~~ ossl_pkey_rsa.c:360:2: warning: ‘PEM_write_bio_RSAPrivateKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 360 | if (!PEM_write_bio_RSAPrivateKey(out, rsa, ciph, NULL, 0, | ^~ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_rsa.c:10: /usr/include/openssl/pem.h:447:1: note: declared here 447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:366:2: warning: ‘PEM_write_bio_RSA_PUBKEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 366 | if (!PEM_write_bio_RSA_PUBKEY(out, rsa)) { | ^~ In file included from /usr/include/openssl/ssl.h:36, from ossl.h:24, from ossl_pkey_rsa.c:10: /usr/include/openssl/pem.h:449:1: note: declared here 449 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA) | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_to_der’: ossl_pkey_rsa.c:391:5: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 391 | GetRSA(self, rsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey_rsa.c:391:5: note: in expansion of macro ‘GetRSA’ 391 | GetRSA(self, rsa); | ^~~~~~ ossl_pkey_rsa.c:393:2: warning: ‘i2d_RSAPrivateKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 393 | i2d_func = i2d_RSAPrivateKey; | ^~~~~~~~ In file included from ossl.h:22, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:309:1: note: declared here 309 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(OSSL_DEPRECATEDIN_3_0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:395:2: warning: ‘i2d_RSA_PUBKEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 395 | i2d_func = (int (*)(const RSA *, unsigned char **))i2d_RSA_PUBKEY; | ^~~~~~~~ In file included from ossl.h:22, from ossl_pkey_rsa.c:10: /usr/include/openssl/x509.h:710:1: note: declared here 710 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,RSA, RSA_PUBKEY) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_public_encrypt’: ossl_pkey_rsa.c:423:5: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 423 | GetRSA(self, rsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey_rsa.c:423:5: note: in expansion of macro ‘GetRSA’ 423 | GetRSA(self, rsa); | ^~~~~~ ossl_pkey_rsa.c:424:5: warning: ‘RSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 424 | RSA_get0_key(rsa, &rsa_n, NULL, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ ossl_pkey_rsa.c:430:5: warning: ‘RSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 430 | str = rb_str_new(0, RSA_size(rsa)); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ ossl_pkey_rsa.c:430:5: warning: ‘RSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 430 | str = rb_str_new(0, RSA_size(rsa)); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ ossl_pkey_rsa.c:430:5: warning: ‘RSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 430 | str = rb_str_new(0, RSA_size(rsa)); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ ossl_pkey_rsa.c:431:5: warning: ‘RSA_public_encrypt’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 431 | buf_len = RSA_public_encrypt(RSTRING_LENINT(buffer), (unsigned char *)RSTRING_PTR(buffer), | ^~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:282:5: note: declared here 282 | int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_public_decrypt’: ossl_pkey_rsa.c:455:5: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 455 | GetRSA(self, rsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey_rsa.c:455:5: note: in expansion of macro ‘GetRSA’ 455 | GetRSA(self, rsa); | ^~~~~~ ossl_pkey_rsa.c:456:5: warning: ‘RSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 456 | RSA_get0_key(rsa, &rsa_n, NULL, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ ossl_pkey_rsa.c:462:5: warning: ‘RSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 462 | str = rb_str_new(0, RSA_size(rsa)); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ ossl_pkey_rsa.c:462:5: warning: ‘RSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 462 | str = rb_str_new(0, RSA_size(rsa)); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ ossl_pkey_rsa.c:462:5: warning: ‘RSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 462 | str = rb_str_new(0, RSA_size(rsa)); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ ossl_pkey_rsa.c:463:5: warning: ‘RSA_public_decrypt’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 463 | buf_len = RSA_public_decrypt(RSTRING_LENINT(buffer), (unsigned char *)RSTRING_PTR(buffer), | ^~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:288:5: note: declared here 288 | int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_private_encrypt’: ossl_pkey_rsa.c:487:5: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 487 | GetRSA(self, rsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey_rsa.c:487:5: note: in expansion of macro ‘GetRSA’ 487 | GetRSA(self, rsa); | ^~~~~~ ossl_pkey_rsa.c:488:5: warning: ‘RSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 488 | RSA_get0_key(rsa, &rsa_n, NULL, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ ossl_pkey_rsa.c:496:5: warning: ‘RSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 496 | str = rb_str_new(0, RSA_size(rsa)); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ ossl_pkey_rsa.c:496:5: warning: ‘RSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 496 | str = rb_str_new(0, RSA_size(rsa)); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ ossl_pkey_rsa.c:496:5: warning: ‘RSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 496 | str = rb_str_new(0, RSA_size(rsa)); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ ossl_pkey_rsa.c:497:5: warning: ‘RSA_private_encrypt’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 497 | buf_len = RSA_private_encrypt(RSTRING_LENINT(buffer), (unsigned char *)RSTRING_PTR(buffer), | ^~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:285:5: note: declared here 285 | int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_private_decrypt’: ossl_pkey_rsa.c:521:5: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 521 | GetRSA(self, rsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey_rsa.c:521:5: note: in expansion of macro ‘GetRSA’ 521 | GetRSA(self, rsa); | ^~~~~~ ossl_pkey_rsa.c:522:5: warning: ‘RSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 522 | RSA_get0_key(rsa, &rsa_n, NULL, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ ossl_pkey_rsa.c:530:5: warning: ‘RSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 530 | str = rb_str_new(0, RSA_size(rsa)); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ ossl_pkey_rsa.c:530:5: warning: ‘RSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 530 | str = rb_str_new(0, RSA_size(rsa)); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ ossl_pkey_rsa.c:530:5: warning: ‘RSA_size’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 530 | str = rb_str_new(0, RSA_size(rsa)); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ ossl_pkey_rsa.c:531:5: warning: ‘RSA_private_decrypt’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 531 | buf_len = RSA_private_decrypt(RSTRING_LENINT(buffer), (unsigned char *)RSTRING_PTR(buffer), | ^~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:291:5: note: declared here 291 | int RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_get_params’: ossl_pkey_rsa.c:747:5: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 747 | GetRSA(self, rsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey_rsa.c:747:5: note: in expansion of macro ‘GetRSA’ 747 | GetRSA(self, rsa); | ^~~~~~ ossl_pkey_rsa.c:748:5: warning: ‘RSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 748 | RSA_get0_key(rsa, &n, &e, &d); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ ossl_pkey_rsa.c:749:5: warning: ‘RSA_get0_factors’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 749 | RSA_get0_factors(rsa, &p, &q); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:220:28: note: declared here 220 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r, | ^~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:750:5: warning: ‘RSA_get0_crt_params’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 750 | RSA_get0_crt_params(rsa, &dmp1, &dmq1, &iqmp); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:225:28: note: declared here 225 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r, | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_to_text’: ossl_pkey_rsa.c:782:5: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 782 | GetRSA(self, rsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey_rsa.c:782:5: note: in expansion of macro ‘GetRSA’ 782 | GetRSA(self, rsa); | ^~~~~~ ossl_pkey_rsa.c:786:5: warning: ‘RSA_print’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 786 | if (!RSA_print(out, rsa, 0)) { /* offset = 0 */ | ^~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:342:27: note: declared here 342 | OSSL_DEPRECATEDIN_3_0 int RSA_print(BIO *bp, const RSA *r, int offset); | ^~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_to_public_key’: ossl_pkey_rsa.c:810:5: warning: ‘RSAPublicKey_dup’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 810 | rsa = RSAPublicKey_dup(EVP_PKEY_get0_RSA(pkey)); | ^~~ In file included from ossl.h:22, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:448:1: note: declared here 448 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPublicKey) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:810:5: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 810 | rsa = RSAPublicKey_dup(EVP_PKEY_get0_RSA(pkey)); | ^~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:813:2: warning: ‘RSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 813 | RSA_free(rsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_get_n’: ossl_pkey_rsa.c:854:1: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 854 | OSSL_PKEY_BN_DEF3(rsa, RSA, key, n, e, d) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetRSA’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:110:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 110 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a1, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:211:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER3’ 211 | OSSL_PKEY_BN_DEF_GETTER3(_keytype, _type, _group, a1, a2, a3) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:854:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’ 854 | OSSL_PKEY_BN_DEF3(rsa, RSA, key, n, e, d) | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:854:1: warning: ‘RSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_get_e’: ossl_pkey_rsa.c:854:1: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 854 | OSSL_PKEY_BN_DEF3(rsa, RSA, key, n, e, d) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetRSA’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:112:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 112 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a2, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:211:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER3’ 211 | OSSL_PKEY_BN_DEF_GETTER3(_keytype, _type, _group, a1, a2, a3) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:854:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’ 854 | OSSL_PKEY_BN_DEF3(rsa, RSA, key, n, e, d) | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:854:1: warning: ‘RSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_get_d’: ossl_pkey_rsa.c:854:1: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 854 | OSSL_PKEY_BN_DEF3(rsa, RSA, key, n, e, d) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetRSA’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:114:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 114 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a3, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:211:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER3’ 211 | OSSL_PKEY_BN_DEF_GETTER3(_keytype, _type, _group, a1, a2, a3) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:854:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’ 854 | OSSL_PKEY_BN_DEF3(rsa, RSA, key, n, e, d) | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:854:1: warning: ‘RSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_set_key’: ossl_pkey_rsa.c:854:1: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 854 | OSSL_PKEY_BN_DEF3(rsa, RSA, key, n, e, d) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey.h:135:2: note: in expansion of macro ‘GetRSA’ 135 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:212:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER3’ 212 | OSSL_PKEY_BN_DEF_SETTER3(_keytype, _type, _group, a1, a2, a3) | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:854:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’ 854 | OSSL_PKEY_BN_DEF3(rsa, RSA, key, n, e, d) | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:854:1: warning: ‘RSA_set0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_get_p’: ossl_pkey_rsa.c:862:1: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 862 | OSSL_PKEY_BN_DEF2(rsa, RSA, factors, p, q) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetRSA’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:118:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 118 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a1, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:215:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER2’ 215 | OSSL_PKEY_BN_DEF_GETTER2(_keytype, _type, _group, a1, a2) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:862:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF2’ 862 | OSSL_PKEY_BN_DEF2(rsa, RSA, factors, p, q) | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:862:1: warning: ‘RSA_get0_factors’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:220:28: note: declared here 220 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r, | ^~~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_get_q’: ossl_pkey_rsa.c:862:1: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 862 | OSSL_PKEY_BN_DEF2(rsa, RSA, factors, p, q) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetRSA’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:120:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 120 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a2, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:215:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER2’ 215 | OSSL_PKEY_BN_DEF_GETTER2(_keytype, _type, _group, a1, a2) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:862:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF2’ 862 | OSSL_PKEY_BN_DEF2(rsa, RSA, factors, p, q) | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:862:1: warning: ‘RSA_get0_factors’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:220:28: note: declared here 220 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r, | ^~~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_set_factors’: ossl_pkey_rsa.c:862:1: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 862 | OSSL_PKEY_BN_DEF2(rsa, RSA, factors, p, q) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey.h:165:2: note: in expansion of macro ‘GetRSA’ 165 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:216:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER2’ 216 | OSSL_PKEY_BN_DEF_SETTER2(_keytype, _type, _group, a1, a2) | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:862:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF2’ 862 | OSSL_PKEY_BN_DEF2(rsa, RSA, factors, p, q) | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:862:1: warning: ‘RSA_set0_factors’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:208:27: note: declared here 208 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q); | ^~~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_get_dmp1’: ossl_pkey_rsa.c:872:1: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 872 | OSSL_PKEY_BN_DEF3(rsa, RSA, crt_params, dmp1, dmq1, iqmp) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetRSA’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:110:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 110 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a1, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:211:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER3’ 211 | OSSL_PKEY_BN_DEF_GETTER3(_keytype, _type, _group, a1, a2, a3) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:872:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’ 872 | OSSL_PKEY_BN_DEF3(rsa, RSA, crt_params, dmp1, dmq1, iqmp) | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:872:1: warning: ‘RSA_get0_crt_params’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:225:28: note: declared here 225 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r, | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_get_dmq1’: ossl_pkey_rsa.c:872:1: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 872 | OSSL_PKEY_BN_DEF3(rsa, RSA, crt_params, dmp1, dmq1, iqmp) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetRSA’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:112:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 112 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a2, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:211:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER3’ 211 | OSSL_PKEY_BN_DEF_GETTER3(_keytype, _type, _group, a1, a2, a3) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:872:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’ 872 | OSSL_PKEY_BN_DEF3(rsa, RSA, crt_params, dmp1, dmq1, iqmp) | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:872:1: warning: ‘RSA_get0_crt_params’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:225:28: note: declared here 225 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r, | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_get_iqmp’: ossl_pkey_rsa.c:872:1: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 872 | OSSL_PKEY_BN_DEF3(rsa, RSA, crt_params, dmp1, dmq1, iqmp) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey.h:102:2: note: in expansion of macro ‘GetRSA’ 102 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:114:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER0’ 114 | OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, a3, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey.h:211:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_GETTER3’ 211 | OSSL_PKEY_BN_DEF_GETTER3(_keytype, _type, _group, a1, a2, a3) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:872:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’ 872 | OSSL_PKEY_BN_DEF3(rsa, RSA, crt_params, dmp1, dmq1, iqmp) | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:872:1: warning: ‘RSA_get0_crt_params’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:225:28: note: declared here 225 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r, | ^~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c: In function ‘ossl_rsa_set_crt_params’: ossl_pkey_rsa.c:872:1: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 872 | OSSL_PKEY_BN_DEF3(rsa, RSA, crt_params, dmp1, dmq1, iqmp) | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:29, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:23:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 23 | (rsa) = EVP_PKEY_get0_RSA(_pkey); \ | ^ ossl_pkey.h:135:2: note: in expansion of macro ‘GetRSA’ 135 | Get##_type(self, obj); \ | ^~~ ossl_pkey.h:212:2: note: in expansion of macro ‘OSSL_PKEY_BN_DEF_SETTER3’ 212 | OSSL_PKEY_BN_DEF_SETTER3(_keytype, _type, _group, a1, a2, a3) | ^~~~~~~~~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:872:1: note: in expansion of macro ‘OSSL_PKEY_BN_DEF3’ 872 | OSSL_PKEY_BN_DEF3(rsa, RSA, crt_params, dmp1, dmq1, iqmp) | ^~~~~~~~~~~~~~~~~ ossl_pkey_rsa.c:872:1: warning: ‘RSA_set0_crt_params’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ossl.h:23, from ossl_pkey_rsa.c:10: /usr/include/openssl/rsa.h:209:27: note: declared here 209 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r, | ^~~~~~~~~~~~~~~~~~~ In file included from ../.././include/ruby.h:33, from ossl.h:16, from ossl_pkey_rsa.c:10: ossl_pkey_rsa.c: In function ‘Init_ossl_rsa’: ossl_pkey_rsa.c:877:58: error: ‘RSA_SSLV23_PADDING’ undeclared (first use in this function); did you mean ‘RSA_PKCS1_PADDING’? 877 | #define DefRSAConst(x) rb_define_const(cRSA, #x, INT2NUM(RSA_##x)) | ^~~~ ../.././include/ruby/ruby.h:261:33: note: in definition of macro ‘RB_INT2FIX’ 261 | #define RB_INT2FIX(i) (((VALUE)(i))<<1 | RUBY_FIXNUM_FLAG) | ^ ../.././include/ruby/ruby.h:1594:20: note: in expansion of macro ‘RB_INT2NUM’ 1594 | #define INT2NUM(x) RB_INT2NUM(x) | ^~~~~~~~~~ ossl_pkey_rsa.c:877:50: note: in expansion of macro ‘INT2NUM’ 877 | #define DefRSAConst(x) rb_define_const(cRSA, #x, INT2NUM(RSA_##x)) | ^~~~~~~ ossl_pkey_rsa.c:942:5: note: in expansion of macro ‘DefRSAConst’ 942 | DefRSAConst(SSLV23_PADDING); | ^~~~~~~~~~~ ossl_pkey_rsa.c:877:58: note: each undeclared identifier is reported only once for each function it appears in 877 | #define DefRSAConst(x) rb_define_const(cRSA, #x, INT2NUM(RSA_##x)) | ^~~~ ../.././include/ruby/ruby.h:261:33: note: in definition of macro ‘RB_INT2FIX’ 261 | #define RB_INT2FIX(i) (((VALUE)(i))<<1 | RUBY_FIXNUM_FLAG) | ^ ../.././include/ruby/ruby.h:1594:20: note: in expansion of macro ‘RB_INT2NUM’ 1594 | #define INT2NUM(x) RB_INT2NUM(x) | ^~~~~~~~~~ ossl_pkey_rsa.c:877:50: note: in expansion of macro ‘INT2NUM’ 877 | #define DefRSAConst(x) rb_define_const(cRSA, #x, INT2NUM(RSA_##x)) | ^~~~~~~ ossl_pkey_rsa.c:942:5: note: in expansion of macro ‘DefRSAConst’ 942 | DefRSAConst(SSLV23_PADDING); | ^~~~~~~~~~~ make[2]: *** [Makefile:313: ossl_pkey_rsa.o] Error 1 make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6/ext/openssl' make[1]: *** [exts.mk:252: ext/openssl/all] Error 2 make[1]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6' make: *** [uncommon.mk:286: build-ext] Error 2 * ERROR: dev-lang/ruby-2.6.6-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-lang/ruby-2.6.6-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-lang/ruby-2.6.6-r2::gentoo'`. * The complete build log is located at '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/temp/environment'. * Working directory: '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6' * S: '/var/tmp/portage/dev-lang/ruby-2.6.6-r2/work/ruby-2.6.6'