Skip to content

Instantly share code, notes, and snippets.

@koppen
Last active February 22, 2021 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koppen/7acdd4716951fe9f368a6f22d4a20e1d to your computer and use it in GitHub Desktop.
Save koppen/7acdd4716951fe9f368a6f22d4a20e1d to your computer and use it in GitHub Desktop.
Ruby 2.3, OpenSSL, RVM, macOS Mojave
configure: WARNING: you should use --build, --host, --target
checking for ruby... /Users/jakob/.rvm/rubies/ruby-2.6.0/bin/ruby
*** using http instead of https ***
config.guess already exists
*** using http instead of https ***
config.sub already exists
checking build system type... x86_64-apple-darwin18.7.0
checking host system type... x86_64-apple-darwin18.7.0
checking target system type... x86_64-apple-darwin18.7.0
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /opt/local/bin/ggrep
checking for egrep... /opt/local/bin/ggrep -E
checking whether gcc needs -traditional... no
checking for ld... ld
checking whether the linker is GNU ld... no
checking whether gcc -E accepts -o... yes
checking for real target cpu... x86_64
checking for ranlib... (cached) :
checking for ar... (cached) libtool -static
checking for libtool -static flags... (cached) -no_warning_for_no_symbols -o
checking for as... as
checking for objdump... objdump
checking for objcopy... no
checking for gobjcopy... no
checking for nm... nm
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /opt/local/bin/ginstall -c
checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
checking for dtrace... dtrace
checking for dot... dot
checking for doxygen... no
checking for pkg-config... pkg-config
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... no
checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes
checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
checking whether -Wno-parentheses is accepted as CFLAGS... yes
checking whether -Wno-long-long is accepted as CFLAGS... yes
checking whether -diag-disable=2259 is accepted as CFLAGS... no
checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
checking whether -Wunused-variable is accepted as CFLAGS... yes
checking whether -Wpointer-arith is accepted as CFLAGS... yes
checking whether -Wwrite-strings is accepted as CFLAGS... yes
checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes
checking whether -Wshorten-64-to-32 is accepted as CFLAGS... yes
checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
checking whether -Wdivision-by-zero is accepted as CFLAGS... yes
checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... no
checking whether -Wextra-tokens is accepted as CFLAGS... yes
checking whether -Wall -Wextra is accepted as CFLAGS... yes
checking whether -Qunused-arguments is accepted as CFLAGS... yes
checking whether INFINITY is available without C99 option... yes
checking whether NAN is available without C99 option... yes
checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
checking whether -fstack-protector is accepted as CFLAGS... yes
checking whether -fstack-protector is accepted as LDFLAGS... 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 -fp-model precise is accepted as CFLAGS... no
checking whether Mac OS X 10.5 or later... yes
checking for broken crypt with 8bit chars... no
checking for codesign... codesign
checking for crt_externs.h... yes
checking for crypt in -lcrypt... (cached) no
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... no
checking a.out.h presence... no
checking for a.out.h... no
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... no
checking malloc.h presence... no
checking for malloc.h... no
checking malloc/malloc.h usability... yes
checking malloc/malloc.h presence... yes
checking for malloc/malloc.h... yes
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 setjmpex.h usability... no
checking setjmpex.h presence... no
checking for setjmpex.h... no
checking sys/attr.h usability... yes
checking sys/attr.h presence... yes
checking for sys/attr.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... no
checking sys/prctl.h presence... no
checking for sys/prctl.h... no
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... no
checking sys/sendfile.h presence... no
checking for sys/sendfile.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/syscall.h... (cached) no
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 for syscall.h... (cached) no
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 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 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... INT
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... ULL
checking for off_t... (cached) yes
checking for convertible type of off_t... LL
checking for clockid_t... no
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 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... x __attribute__ ((deprecated mesg))
checking for NOINLINE function attribute... __attribute__ ((noinline)) x
checking for WEAK function attribute... __attribute__ ((weak)) x
checking for stdcall function attribute... x
checking for cdecl function attribute... __attribute__ ((cdecl)) x
checking for fastcall function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... x
checking for FUNC_MINIMIZED function attribute... x
checking for function alias... no
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... yes
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... no
checking for struct stat.st_atimespec... yes
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... no
checking for struct stat.st_mtimespec... yes
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... no
checking for struct stat.st_ctimespec... yes
checking for struct stat.st_ctimensec... no
checking for struct stat.st_birthtimespec... yes
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 clockid_t... (cached) no
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 intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for ssize_t... yes
checking size of ssize_t... 8
checking for stack end address... no
checking for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... (cached) 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... no
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 nextafter... yes
checking for setproctitle... no
checking for strchr... yes
checking for strerror... yes
checking for strlcat... yes
checking for strlcpy... yes
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... yes
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... (cached) no
checking for working fork... yes
checking for __syscall... (cached) no
checking for _longjmp... yes
checking for _setjmp... no
checking for _setjmpex... 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 daemon... (cached) no
checking for dirfd... yes
checking for dl_iterate_phdr... no
checking for dlopen... yes
checking for dladdr... yes
checking for dup... yes
checking for dup3... no
checking for eaccess... no
checking for endgrent... yes
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdatasync... (cached) no
checking for fgetattrlist... yes
checking for fmod... yes
checking for fsync... yes
checking for ftruncate... yes
checking for ftruncate64... no
checking for getattrlist... yes
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... no
checking for getresuid... no
checking for getrlimit... yes
checking for getsid... yes
checking for gettimeofday... yes
checking for getuidx... no
checking for gmtime_r... yes
checking for initgroups... yes
checking for ioctl... yes
checking for isfinite... no
checking for issetugid... yes
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 malloc_usable_size... no
checking for malloc_size... yes
checking for mblen... yes
checking for memalign... no
checking for memset_s... yes
checking for writev... yes
checking for memrchr... no
checking for memmem... (cached) no
checking for mkfifo... yes
checking for mknod... yes
checking for mktime... yes
checking for pipe2... no
checking for poll... yes
checking for posix_fadvise... no
checking for posix_memalign... yes
checking for ppoll... no
checking for pread... yes
checking for qsort_r... yes
checking for readlink... yes
checking for round... yes
checking for sched_getaffinity... no
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... no
checking for setresuid... no
checking for setreuid... yes
checking for setrgid... yes
checking for setrlimit... yes
checking for setruid... yes
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... (cached) no
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... no
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 for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_clz... yes
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_choose_expr... yes
checking for __builtin_choose_expr_constant_p... yes
checking for __builtin_types_compatible_p... yes
checking whether qsort_r is GNU version... no
checking whether qsort_r is BSD version... yes
checking whether atan2 handles Inf as C99... yes
checking whether lgamma_r handles +0.0 and -0.0... no
checking for clock_getres... yes
checking for unsetenv returns a value... yes
checking for sigsetjmp as a macro or function... 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 external timezone... long
checking for external altzone... no
checking for timezone... yes
checking whether timezone requires zero arguments... yes
checking for negative time_t for gmtime(3)... yes
checking for localtime(3) overflow correctly... 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 for pthread_kill in -lthr... no
checking for pthread_kill 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_get_stackaddr_np... yes
checking for pthread_get_stacksize_np... yes
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking for pthread_cond_init... yes
checking for pthread_condattr_setclock... no
checking for pthread_condattr_init... yes
checking for pthread_sigmask... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking for pthread_getattr_np... no
checking for pthread_attr_init... yes
checking arguments of pthread_setname_np... (name)
checking if mcontext_t is a pointer... yes
checking for getcontext... (cached) no
checking for setcontext... (cached) no
checking if fork works with pthread... yes
checking whether ELF binaries are produced... no
checking whether OS depend dynamic link works... yes
checking whether -Wl,-undefined,dynamic_lookup is accepted as LDFLAGS... yes
checking whether -Wl,-multiply_defined,suppress is accepted as LDFLAGS... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for backtrace in -lexecinfo... no
checking libunwind.h usability... yes
checking libunwind.h presence... yes
checking for libunwind.h... yes
checking for backtrace... yes
checking for broken backtrace... yes
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking for strip... strip
checking whether -Wl,--no-undefined is accepted as LDFLAGS... no
checking whether wrapper for DYLD_LIBRARY_PATH is needed... yes
checking whether dtrace USDT is available... yes
checking whether dtrace USDT is available... (cached) yes
checking whether dtrace needs post processing... no
checking for __builtin_setjmp... (cached) no
checking for setjmp type... sigsetjmp
checking for prefix of external symbols... _
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking if make is GNU make... yes
checking for nroff... /usr/bin/nroff
.ext/include/x86_64-darwin18/ruby/config.h updated
configure: ruby library version = 2.3.0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
config.status: creating ruby-2.3.pc
+__rvm_make:0> make -j8
CC = gcc
LD = ld
LDSHARED = gcc -dynamiclib
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fno-common -pipe
XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
CPPFLAGS = -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -I. -I.ext/include/x86_64-darwin18 -I./include -I.
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/opt/local/lib -install_name /Users/jakob/.rvm/rubies/ruby-2.3.7/lib/libruby.2.3.0.dylib -compatibility_version 2.3 -current_version 2.3.7 -fstack-protector -Wl,-u,_objc_msgSend -framework Foundation -fstack-protector -Wl,-u,_objc_msgSend -framework Foundation
SOLIBS = -lpthread -lgmp -ldl -lobjc
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.7.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
translating probes probes.d
compiling main.c
compiling dmydln.c
compiling miniinit.c
compiling dmyext.c
compiling miniprelude.c
compiling bignum.c
compiling class.c
compiling compar.c
compiling complex.c
. ./vm_opts.h
compiling dir.c
compiling dln_find.c
compiling encoding.c
compiling enum.c
compiling enumerator.c
compiling error.c
compiling eval.c
compiling load.c
compiling proc.c
compiling file.c
compiling gc.c
eval.c:776:8: warning: unused variable 'mid' [-Wunused-variable]
ID mid = me->called_id;
^
compiling hash.c
compiling inits.c
compiling io.c
compiling marshal.c
1 warning generated.
compiling math.c
compiling node.c
compiling numeric.c
compiling object.c
compiling pack.c
compiling parse.c
compiling process.c
compiling random.c
compiling range.c
compiling rational.c
compiling re.c
compiling regcomp.c
compiling regenc.c
compiling regerror.c
compiling regexec.c
compiling regparse.c
compiling regsyntax.c
compiling ruby.c
compiling safe.c
compiling signal.c
compiling sprintf.c
compiling st.c
compiling strftime.c
compiling string.c
compiling struct.c
compiling symbol.c
compiling time.c
compiling transcode.c
compiling util.c
compiling variable.c
compiling version.c
compiling compile.c
compiling debug.c
compiling iseq.c
compiling vm.c
compiling vm_dump.c
compiling vm_backtrace.c
compiling vm_trace.c
compiling thread.c
thread.c:1085:27: warning: implicit conversion loses integer precision: 'long' to '__darwin_suseconds_t' (aka 'int') [-Wshorten-64-to-32]
tp->tv_usec = ts.tv_nsec / 1000;
~ ~~~~~~~~~~~^~~~~~
compiling cont.c
compiling ./missing/explicit_bzero.c
compiling ./missing/setproctitle.c
compiling dmyenc.c
compiling dln.c
config.status: creating ruby-runner.c
compiling localeinit.c
compiling prelude.c
compiling array.c
compiling enc/ascii.c
compiling enc/us_ascii.c
compiling enc/unicode.c
compiling enc/utf_8.c
compiling enc/trans/newline.c
1 warning generated.
linking miniruby
generating encdb.h
rbconfig.rb updated
generating enc.mk
creating verconf.h
encdb.h updated
verconf.h updated
compiling loadpath.c
making srcs under enc
make[1]: Nothing to be done for `srcs'.
generating transdb.h
linking static-library libruby.2.3.0-static.a
verifying static-library libruby.2.3.0-static.a
transdb.h updated
linking shared-library libruby.2.3.0.dylib
generating makefile exts.mk
making enc
making trans
compiling ./enc/cp949.c
compiling ./enc/encdb.c
compiling ./enc/trans/transdb.c
compiling ./enc/big5.c
compiling ./enc/trans/big5.c
compiling ./enc/euc_jp.c
compiling ./enc/emacs_mule.c
configuring -test-/array/resize
compiling ./enc/trans/chinese.c
configuring -test-/bignum
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/exception
configuring -test-/fatal
compiling ./enc/euc_kr.c
configuring -test-/file
compiling ./enc/trans/ebcdic.c
compiling ./enc/trans/emoji.c
compiling ./enc/trans/emoji_iso2022_kddi.c
compiling ./enc/trans/emoji_sjis_docomo.c
compiling ./enc/euc_tw.c
compiling ./enc/trans/emoji_sjis_kddi.c
compiling ./enc/gb2312.c
compiling ./enc/gb18030.c
compiling ./enc/gbk.c
compiling ./enc/trans/emoji_sjis_softbank.c
compiling ./enc/iso_8859_1.c
compiling ./enc/iso_8859_2.c
compiling ./enc/iso_8859_3.c
compiling ./enc/iso_8859_4.c
compiling ./enc/trans/escape.c
compiling ./enc/trans/gb18030.c
compiling ./enc/iso_8859_5.c
compiling ./enc/trans/gbk.c
compiling ./enc/iso_8859_6.c
compiling ./enc/trans/iso2022.c
compiling ./enc/iso_8859_7.c
compiling ./enc/iso_8859_8.c
compiling ./enc/iso_8859_9.c
compiling ./enc/trans/japanese.c
compiling ./enc/trans/japanese_euc.c
compiling ./enc/trans/japanese_sjis.c
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
compiling ./enc/iso_8859_10.c
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/marshal/compat
compiling ./enc/trans/korean.c
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/method
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/rational
configuring -test-/recursion
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/string
configuring -test-/struct
configuring -test-/symbol
compiling ./enc/iso_8859_11.c
compiling ./enc/iso_8859_13.c
compiling ./enc/iso_8859_14.c
compiling ./enc/trans/single_byte.c
configuring -test-/thread_fd_close
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait_for_single_fd
compiling ./enc/iso_8859_15.c
configuring bigdecimal
compiling ./enc/iso_8859_16.c
compiling ./enc/koi8_r.c
compiling ./enc/koi8_u.c
compiling ./enc/shift_jis.c
compiling ./enc/utf_16be.c
compiling ./enc/trans/utf8_mac.c
compiling ./enc/trans/utf_16_32.c
compiling ./enc/utf_16le.c
compiling ./enc/utf_32be.c
compiling ./enc/utf_32le.c
compiling ./enc/windows_31j.c
linking transcoder transdb.bundle
linking transcoder chinese.bundle
compiling ./enc/windows_1250.c
compiling ./enc/windows_1251.c
linking transcoder ebcdic.bundle
linking transcoder emoji.bundle
compiling ./enc/windows_1252.c
linking transcoder emoji_iso2022_kddi.bundle
linking encoding encdb.bundle
linking encoding big5.bundle
linking transcoder emoji_sjis_docomo.bundle
linking transcoder emoji_sjis_kddi.bundle
linking encoding cp949.bundle
linking encoding emacs_mule.bundle
linking encoding euc_jp.bundle
linking encoding euc_kr.bundle
linking transcoder emoji_sjis_softbank.bundle
linking transcoder escape.bundle
linking transcoder gb18030.bundle
linking encoding euc_tw.bundle
linking transcoder gbk.bundle
linking encoding gb2312.bundle
linking transcoder iso2022.bundle
linking transcoder japanese.bundle
linking transcoder japanese_sjis.bundle
linking encoding gb18030.bundle
linking encoding gbk.bundle
linking encoding iso_8859_1.bundle
linking transcoder korean.bundle
linking transcoder single_byte.bundle
linking transcoder utf_16_32.bundle
linking encoding iso_8859_2.bundle
linking encoding iso_8859_3.bundle
linking encoding iso_8859_4.bundle
linking encoding iso_8859_5.bundle
linking encoding iso_8859_6.bundle
linking encoding iso_8859_7.bundle
linking encoding iso_8859_8.bundle
linking transcoder big5.bundle
linking encoding iso_8859_9.bundle
linking encoding iso_8859_10.bundle
linking encoding iso_8859_11.bundle
linking encoding iso_8859_13.bundle
linking encoding iso_8859_14.bundle
linking encoding iso_8859_15.bundle
linking transcoder japanese_euc.bundle
linking encoding iso_8859_16.bundle
linking transcoder utf8_mac.bundle
linking encoding koi8_r.bundle
linking encoding koi8_u.bundle
linking encoding shift_jis.bundle
linking encoding utf_16be.bundle
linking encoding utf_16le.bundle
linking encoding utf_32be.bundle
linking encoding utf_32le.bundle
linking encoding windows_31j.bundle
linking encoding windows_1250.bundle
linking encoding windows_1251.bundle
linking encoding windows_1252.bundle
configuring cgi/escape
making encs
configuring continuation
configuring coverage
configuring date
configuring dbm
header: ndbm.h
library: libc
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring digest/rmd160
configuring digest/sha1
configuring digest/sha2
configuring etc
configuring fcntl
configuring fiber
configuring fiddle
configuring gdbm
configuring io/console
configuring io/nonblock
configuring io/wait
configuring json
configuring json/generator
configuring json/parser
configuring mathn/complex
configuring mathn/rational
configuring nkf
configuring objspace
configuring openssl
configuring pathname
configuring psych
configuring pty
configuring racc/cparse
configuring rbconfig/sizeof
configuring readline
configuring ripper
configuring sdbm
configuring socket
configuring stringio
configuring strscan
configuring syslog
configuring thread
configuring tk
............
check struct members..
check libraries....
Use ActiveTcl libraries (if available).
Search tclConfig.sh and tkConfig.sh....................................
Fail to find [tclConfig.sh, tkConfig.sh]
Use X11 libraries (or use TK_XINCLUDES/TK_XLIBSW information on tkConfig.sh).
Search tcl.h.
Search tk.h.Can't find "tk.h".
Can't find proper Tcl/Tk libraries. So, can't make tcltklib.so which is required by Ruby/Tk.
If you have Tcl/Tk libraries on your environment, you may be able to use them with configure options (see ext/tk/README.tcltklib).
At present, Tcl/Tk8.6 is not supported. Although you can try to use Tcl/Tk8.6 with configure options, it will not work correctly. I recommend you to use Tcl/Tk8.5 or 8.4.
Failed to configure tk. It will not be installed.
Failed to configure tk/tkutil. It will not be installed.
configuring zlib
compiling resize.c
compiling bug.c
compiling bug.c
compiling bug_reporter.c
compiling init.c
compiling str2big.c
compiling empty.c
compiling inspector.c
linking shared-object -test-/dln/empty.bundle
compiling class2name.c
linking shared-object -test-/array/resize.bundle
compiling init.c
compiling mul.c
linking shared-object -test-/bug_reporter/bug_reporter.bundle
linking shared-object -test-/bug-5832/bug.bundle
linking shared-object -test-/bug-3571/bug.bundle
compiling dataerror.c
compiling profile_frames.c
compiling init.c
compiling init.c
compiling rb_fatal.c
linking shared-object -test-/class.bundle
compiling enc_raise.c
compiling div.c
compiling init.c
linking shared-object -test-/fatal/rb_fatal.bundle
compiling ensured.c
compiling init.c
linking shared-object -test-/debug.bundle
compiling passing_block.c
compiling intpack.c
compiling fs.c
compiling nextafter.c
compiling big2str.c
compiling call_without_gvl.c
linking shared-object -test-/funcall/funcall.bundle
linking shared-object -test-/exception.bundle
compiling init.c
compiling stat.c
compiling delete.c
compiling bigzero.c
linking shared-object -test-/float.bundle
linking shared-object -test-/gvl/call_without_gvl.bundle
compiling iseq_load.c
compiling init.c
compiling dot.dot.c
compiling usrcompat.c
compiling break.c
linking shared-object -test-/file.bundle
linking shared-object -test-/hash.bundle
linking shared-object -test-/load/dot.dot/dot.dot.bundle
linking shared-object -test-/bignum.bundle
linking shared-object -test-/iseq_load/iseq_load.bundle
compiling yield.c
compiling internal_ivar.c
compiling usrmarshal.c
compiling init.c
linking shared-object -test-/marshal/compat.bundle
compiling bug.c
compiling arity.c
compiling num2int.c
compiling path_to_class.c
linking shared-object -test-/marshal/internal_ivar.bundle
linking shared-object -test-/iter.bundle
linking shared-object -test-/marshal/usr.bundle
make[2]: Nothing to be done for `all'.
linking shared-object -test-/notimplement.bundle
compiling postponed_job.c
compiling printf.c
compiling super.c
linking shared-object -test-/method.bundle
compiling rat.c
compiling receiver.c
linking shared-object -test-/path_to_class/path_to_class.bundle
compiling recursion.c
linking shared-object -test-/num2int/num2int.bundle
compiling foreach.c
linking shared-object -test-/postponed_job.bundle
compiling init.c
linking shared-object -test-/rational.bundle
compiling numhash.c
compiling coderange.c
compiling update.c
compiling duplicate.c
linking shared-object -test-/printf.bundle
linking shared-object -test-/recursion.bundle
linking shared-object -test-/proc.bundle
compiling fstring.c
compiling init.c
linking shared-object -test-/st/foreach.bundle
compiling enc_associate.c
linking shared-object -test-/st/update.bundle
linking shared-object -test-/st/numhash.bundle
compiling init.c
compiling member.c
compiling type.c
compiling init.c
compiling thread_fd_close.c
compiling init.c
compiling gc_hook.c
compiling tracepoint.c
compiling new.c
linking shared-object -test-/struct.bundle
linking shared-object -test-/symbol.bundle
compiling cstr.c
linking shared-object -test-/thread_fd_close.bundle
compiling typeddata.c
compiling at_exit.c
compiling qsort.c
linking shared-object -test-/tracepoint.bundle
compiling nofree.c
linking shared-object -test-/time.bundle
compiling wait_for_single_fd.c
compiling ellipsize.c
compiling bigdecimal.c
linking shared-object -test-/vm/at_exit.bundle
linking shared-object -test-/typeddata/typeddata.bundle
compiling escape.c
compiling continuation.c
linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.bundle
compiling coverage.c
compiling date_core.c
compiling dbm.c
compiling normalize.c
compiling modify.c
linking shared-object continuation.bundle
linking shared-object cgi/escape.bundle
compiling date_parse.c
linking shared-object coverage.bundle
compiling digest.c
compiling set_len.c
compiling bubblebabble.c
compiling date_strftime.c
compiling enc_str_buf_cat.c
linking shared-object digest/bubblebabble.bundle
linking shared-object dbm.bundle
installing default bigdecimal libraries
compiling date_strptime.c
linking shared-object digest.bundle
linking shared-object -test-/string.bundle
installing default date_core libraries
installing digest libraries
compiling md5init.c
installing default digest libraries
compiling rmd160init.c
compiling sha1init.c
linking shared-object digest/md5.bundle
linking shared-object digest/rmd160.bundle
linking shared-object digest/sha1.bundle
compiling sha2init.c
generating constant definitions
compiling fcntl.c
compiling fiber.c
linking shared-object fiber.bundle
installing default sha2 libraries
linking shared-object digest/sha2.bundle
compiling etc.c
linking shared-object fcntl.bundle
compiling closure.c
compiling conversions.c
compiling gdbm.c
compiling fiddle.c
compiling console.c
compiling nonblock.c
linking shared-object etc.bundle
compiling function.c
linking shared-object io/nonblock.bundle
compiling handle.c
compiling pointer.c
installing default console libraries
linking shared-object io/console.bundle
compiling wait.c
compiling generator.c
linking shared-object gdbm.bundle
linking shared-object io/wait.bundle
linking shared-object fiddle.bundle
compiling parser.c
installing default libraries
compiling complex.c
installing default fiddle libraries
compiling rational.c
compiling nkf.c
linking shared-object mathn/complex.bundle
linking shared-object mathn/rational.bundle
installing default nkf libraries
compiling object_tracing.c
compiling openssl_missing.c
compiling objspace.c
In file included from openssl_missing.c:21:
./openssl_missing.h:78:31: error: too many arguments provided to function-like macro invocation
EVP_MD_CTX *EVP_MD_CTX_create(void);
^
/opt/local/include/openssl/evp.h:537:10: note: macro 'EVP_MD_CTX_create' defined here
# define EVP_MD_CTX_create() EVP_MD_CTX_new()
^
In file included from openssl_missing.c:21:
./openssl_missing.h:82:22: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
void EVP_MD_CTX_init(EVP_MD_CTX *ctx);
^
./openssl_missing.h:82:6: error: conflicting types for 'EVP_MD_CTX_reset'
void EVP_MD_CTX_init(EVP_MD_CTX *ctx);
^
/opt/local/include/openssl/evp.h:538:34: note: expanded from macro 'EVP_MD_CTX_init'
# define EVP_MD_CTX_init(ctx) EVP_MD_CTX_reset((ctx))
^
/opt/local/include/openssl/evp.h:535:5: note: previous declaration is here
int EVP_MD_CTX_reset(EVP_MD_CTX *ctx);
^
In file included from openssl_missing.c:21:
./openssl_missing.h:90:25: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
^
./openssl_missing.h:90:6: error: conflicting types for 'EVP_MD_CTX_free'
void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
^
/opt/local/include/openssl/evp.h:539:34: note: expanded from macro 'EVP_MD_CTX_destroy'
# define EVP_MD_CTX_destroy(ctx) EVP_MD_CTX_free((ctx))
^
/opt/local/include/openssl/evp.h:536:6: note: previous declaration is here
void EVP_MD_CTX_free(EVP_MD_CTX *ctx);
^
openssl_missing.c:39:19: error: too many arguments provided to function-like macro invocation
EVP_MD_CTX_create(void)
^
/opt/local/include/openssl/evp.h:537:10: note: macro 'EVP_MD_CTX_create' defined here
# define EVP_MD_CTX_create() EVP_MD_CTX_new()
^
openssl_missing.c:39:18: error: expected ';' after top level declarator
EVP_MD_CTX_create(void)
^
;
2 warnings and 5 errors generated.
make[2]: *** [openssl_missing.o] Error 1
make[1]: *** [ext/openssl/all] Error 2
make[1]: *** Waiting for unfinished jobs....
compiling objspace_dump.c
linking shared-object json/ext/parser.bundle
linking shared-object json/ext/generator.bundle
linking shared-object objspace.bundle
linking shared-object bigdecimal.bundle
linking shared-object nkf.bundle
linking shared-object date_core.bundle
make: *** [build-ext] Error 2
+__rvm_make:0> return 2
$ rvm --debug install 2.3.7
Warning, new version of rvm available '1.29.9', you are using older version '1.29.9-next'.
You can disable this warning with: echo rvm_autoupdate_flag=0 >> ~/.rvmrc
You can enable auto-update with: echo rvm_autoupdate_flag=2 >> ~/.rvmrc
You can update manually with: rvm get VERSION (e.g. 'rvm get stable')
ruby-2.3.7 - install
ruby-2.3.7 - #already removed src/ruby-2.3.7
ruby-2.3.7 - #already removed rubies/ruby-2.3.7
Searching for binary rubies, this might take some time.
Running(16): curl --fail --location --max-redirs 10 --max-time 1800 --silent --insecure --location --list-only --max-time 5 --head https://rvm_io.global.ssl.fastly.net/binaries/osx/10.14/x86_64/ruby-2.3.7.tar.bz2 --insecure
Remote file does not exist https://rvm_io.global.ssl.fastly.net/binaries/osx/10.14/x86_64/ruby-2.3.7.tar.bz2
Running(16): curl --fail --location --max-redirs 10 --max-time 1800 --silent --insecure --location --list-only --max-time 5 --head https://repo1.maven.org/maven2/org/jruby/jruby-dist/ruby-2.3.7.tar.bz2 --insecure
Remote file does not exist https://repo1.maven.org/maven2/org/jruby/jruby-dist/ruby-2.3.7.tar.bz2
Travis binaries for OSX are not movable and can't be used outside of Travis environment. Skip that source.
No remote file name found
Running(16): curl --fail --location --max-redirs 10 --max-time 1800 --silent --insecure --location --list-only --max-time 5 --head https://rvm_io.global.ssl.fastly.net/binaries/osx/10.14/x86_64/ruby-2.3.7.tar.bz2 --insecure
Remote file does not exist https://rvm_io.global.ssl.fastly.net/binaries/osx/10.14/x86_64/ruby-2.3.7.tar.bz2
Running(16): curl --fail --location --max-redirs 10 --max-time 1800 --silent --insecure --location --list-only --max-time 5 --head https://repo1.maven.org/maven2/org/jruby/jruby-dist/ruby-2.3.7.tar.bz2 --insecure
Remote file does not exist https://repo1.maven.org/maven2/org/jruby/jruby-dist/ruby-2.3.7.tar.bz2
Travis binaries for OSX are not movable and can't be used outside of Travis environment. Skip that source.
No remote file name found
No binary rubies available for: osx/10.14/x86_64/ruby-2.3.7.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Free disk space 78855MB, required 440MB.
__rvm_setup_compile_environment_setup ruby-2.3.7
rvm_autolibs_flag=fail
__rvm_setup_compile_environment_movable_early ruby-2.3.7
__rvm_setup_compile_environment_system_early ruby-2.3.7
__rvm_setup_compile_environment_requirements ruby-2.3.7
Checking requirements for osx.
requirements code for osx loaded
requirements lib type set to osx_port
Found required packages: curl-ca-bundle, autoconf, automake, gdbm, libffi, libiconv, libksba, libtool, libyaml, pkgconfig, readline, sqlite3, zlib, openssl, ncurses.
rvm_configure_flags+=( --with-opt-dir=/opt/local )
PATH=/opt/local/bin:/Users/jakob/.rvm/gems/ruby-2.6.0/bin:/Users/jakob/.rvm/gems/ruby-2.6.0@global/bin:/Users/jakob/.rvm/rubies/ruby-2.6.0/bin:/Users/jakob/.rvm/bin:~/.asdf/shims:/Users/jakob/.asdf/shims:/Users/jakob/.asdf/bin:/opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin:/Users/jakob/.yarn/bin:/Users/jakob/.config/yarn/global/node_modules/.bin:/usr/local/sbin:/opt/local/sbin:./bin:/Users/jakob/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/.dotnet/tools
Certificates bundle '/opt/local/etc/openssl/cert.pem' is already up to date.
Requirements installation successful.
__rvm_setup_compile_environment_movable ruby-2.3.7
__rvm_setup_compile_environment_parse_name ruby-2.3.7
__rvm_setup_compile_environment_system ruby-2.3.7
__rvm_setup_compile_environment_architectures ruby-2.3.7
rvm_architectures(0):.
__rvm_setup_compile_environment_gcc47plus ruby-2.3.7
__rvm_setup_compile_environment_bison ruby-2.3.7
__rvm_setup_compile_environment_flags_docs ruby-2.3.7
__rvm_setup_compile_environment_flags_shared_static ruby-2.3.7
__rvm_setup_compile_environment_flags_threads ruby-2.3.7
__rvm_setup_compile_environment_compatibility_flag ruby-2.3.7
found compiler: gcc
Installing Ruby from source to: /Users/jakob/.rvm/rubies/ruby-2.3.7, this may take a while depending on your cpu(s)...
ruby-2.3.7 - #downloading ruby-2.3.7, this may take a while depending on your connection...
Load checksums for https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.7.tar.bz2
Searching checksum config files for https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.7.tar.bz2
Searching checksum config files for ruby-2.3.7.tar.bz2
Fetch https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.7.tar.bz2 => ruby-2.3.7.tar.bz2
Validating checksums for file /Users/jakob/.rvm/archives/ruby-2.3.7.tar.bz2
...checksums found in db
Validating md5 checksum
Calculate md5 checksum for /Users/jakob/.rvm/archives/ruby-2.3.7.tar.bz2
...md5 checksum is valid!
Validating sha15 checksum
Calculate sha512 checksum for 512 /Users/jakob/.rvm/archives/ruby-2.3.7.tar.bz2
...sha512 checksum is valid!
...archive checksum matched, not downloading
Validating checksums for file /Users/jakob/.rvm/archives/ruby-2.3.7.tar.bz2
...checksums found in db
Validating md5 checksum
Calculate md5 checksum for /Users/jakob/.rvm/archives/ruby-2.3.7.tar.bz2
...md5 checksum is valid!
Validating sha15 checksum
Calculate sha512 checksum for 512 /Users/jakob/.rvm/archives/ruby-2.3.7.tar.bz2
...sha512 checksum is valid!
Downloaded archive checksum matched.
Log prefix: /Users/jakob/.rvm/log/1568364040_ruby-2.3.7/
Log filesystem: local,
Log max name length: 250
Log file: /Users/jakob/.rvm/log/1568364040_ruby-2.3.7/extract.log
[2019-09-13 10:40:40] __rvm_package_extract
__rvm_package_extract () {
rvm_debug __rvm_package_extract:$#: "$@"
\typeset __extract_src __extract_target __tempdir __path __file __return
__extract_src="$1"
__extract_target="$2"
shift 2
__return=0
__tempdir="$( TMPDIR="${rvm_tmp_path}" mktemp -d -t rvm-tmp.XXXXXXXXX )"
__rvm_package_extract_run "$__extract_src" "$__tempdir" "$@" || __return=$?
if (( __return == 0 ))
then
for __path in "$__tempdir"/*
do
__file="${__path##*/}"
if [[ -n "${__file}" && -e "$__extract_target/${__file}" ]]
then
\command \rm -rf "$__extract_target/${__file}" || __return=$?
fi
\command \mv -f "${__path}" "$__extract_target/" || __return=$?
done
fi
if [[ -n "$__tempdir" ]]
then
\command \rm -rf "$__tempdir"
fi
return $__return
}
current path: /Users/jakob/.rvm/src
PATH=/opt/local/bin:/Users/jakob/.rvm/gems/ruby-2.6.0/bin:/Users/jakob/.rvm/gems/ruby-2.6.0@global/bin:/Users/jakob/.rvm/rubies/ruby-2.6.0/bin:/Users/jakob/.rvm/bin:~/.asdf/shims:/Users/jakob/.asdf/shims:/Users/jakob/.asdf/bin:/opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin:/Users/jakob/.yarn/bin:/Users/jakob/.config/yarn/global/node_modules/.bin:/usr/local/sbin:/opt/local/sbin:./bin:/Users/jakob/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/.dotnet/tools
GEM_HOME=/Users/jakob/.rvm/gems/ruby-2.6.0
GEM_PATH=/Users/jakob/.rvm/gems/ruby-2.6.0:/Users/jakob/.rvm/gems/ruby-2.6.0@global
command(3): __rvm_package_extract /Users/jakob/.rvm/archives/ruby-2.3.7.tar.bz2 /Users/jakob/.rvm/tmp/rvm_src_35457
ruby-2.3.7 - #extracting ruby-2.3.7 to /Users/jakob/.rvm/src/ruby-2.3.7 - please wait
__rvm_package_extract:2: /Users/jakob/.rvm/archives/ruby-2.3.7.tar.bz2 /Users/jakob/.rvm/tmp/rvm_src_35457
__rvm_rm_rf already gone: /Users/jakob/.rvm/src/ruby-2.3.7
Patch name 'optional', expanded_name(s) ''.
Patch name 'default', expanded_name(s) ''.
Patch name 'osx', expanded_name(s) ''.
All found patches(0): .
Log file: /Users/jakob/.rvm/log/1568364040_ruby-2.3.7/configure.log
[2019-09-13 10:40:43] ./configure
current path: /Users/jakob/.rvm/src/ruby-2.3.7
PATH=/Users/jakob/.rvm/usr/bin:/opt/local/bin:/Users/jakob/.rvm/gems/ruby-2.6.0/bin:/Users/jakob/.rvm/gems/ruby-2.6.0@global/bin:/Users/jakob/.rvm/rubies/ruby-2.6.0/bin:/Users/jakob/.rvm/bin:~/.asdf/shims:/Users/jakob/.asdf/shims:/Users/jakob/.asdf/bin:/opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin:/Users/jakob/.yarn/bin:/Users/jakob/.config/yarn/global/node_modules/.bin:/usr/local/sbin:/opt/local/sbin:./bin:/Users/jakob/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/.dotnet/tools
GEM_HOME=/Users/jakob/.rvm/gems/ruby-2.6.0
GEM_PATH=/Users/jakob/.rvm/gems/ruby-2.6.0:/Users/jakob/.rvm/gems/ruby-2.6.0@global
command(6): ./configure --prefix=/Users/jakob/.rvm/rubies/ruby-2.3.7 --with-opt-dir=/opt/local --disable-install-doc --enable-shared
ruby-2.3.7 - #configuring - please wait
Log file: /Users/jakob/.rvm/log/1568364040_ruby-2.3.7/postconfigure.log
[2019-09-13 10:41:27] __rvm_post_configure_ruby
__rvm_post_configure_ruby () {
__rvm_post_configure_ruby_fix_athlon_sse2
__rvm_post_configure_ruby_update_setup
}
current path: /Users/jakob/.rvm/src/ruby-2.3.7
PATH=/Users/jakob/.rvm/usr/bin:/opt/local/bin:/Users/jakob/.rvm/gems/ruby-2.6.0/bin:/Users/jakob/.rvm/gems/ruby-2.6.0@global/bin:/Users/jakob/.rvm/rubies/ruby-2.6.0/bin:/Users/jakob/.rvm/bin:~/.asdf/shims:/Users/jakob/.asdf/shims:/Users/jakob/.asdf/bin:/opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin:/Users/jakob/.yarn/bin:/Users/jakob/.config/yarn/global/node_modules/.bin:/usr/local/sbin:/opt/local/sbin:./bin:/Users/jakob/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/.dotnet/tools
GEM_HOME=/Users/jakob/.rvm/gems/ruby-2.6.0
GEM_PATH=/Users/jakob/.rvm/gems/ruby-2.6.0:/Users/jakob/.rvm/gems/ruby-2.6.0@global
command(1): __rvm_post_configure_ruby
ruby-2.3.7 - #post-configuration - please wait
Log file: /Users/jakob/.rvm/log/1568364040_ruby-2.3.7/make.log
[2019-09-13 10:41:27] __rvm_make
__rvm_make () {
\make "$@" || return $?
}
current path: /Users/jakob/.rvm/src/ruby-2.3.7
PATH=/Users/jakob/.rvm/usr/bin:/opt/local/bin:/Users/jakob/.rvm/gems/ruby-2.6.0/bin:/Users/jakob/.rvm/gems/ruby-2.6.0@global/bin:/Users/jakob/.rvm/rubies/ruby-2.6.0/bin:/Users/jakob/.rvm/bin:~/.asdf/shims:/Users/jakob/.asdf/shims:/Users/jakob/.asdf/bin:/opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin:/Users/jakob/.yarn/bin:/Users/jakob/.config/yarn/global/node_modules/.bin:/usr/local/sbin:/opt/local/sbin:./bin:/Users/jakob/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/.dotnet/tools
GEM_HOME=/Users/jakob/.rvm/gems/ruby-2.6.0
GEM_PATH=/Users/jakob/.rvm/gems/ruby-2.6.0:/Users/jakob/.rvm/gems/ruby-2.6.0@global
command(2): __rvm_make -j8
ruby-2.3.7 - #compiling - please wait
Error running '__rvm_make -j8',
please read /Users/jakob/.rvm/log/1568364040_ruby-2.3.7/make.log
There has been an error while running make. Halting the installation.
__rvm_rm_rf already gone: /Users/jakob/.rvm/tmp/35457*
Warning, new version of rvm available '1.29.9', you are using older version '1.29.9-next'.
You can disable this warning with: echo rvm_autoupdate_flag=0 >> ~/.rvmrc
You can enable auto-update with: echo rvm_autoupdate_flag=2 >> ~/.rvmrc
You can update manually with: rvm get VERSION (e.g. 'rvm get stable')
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.14/x86_64/ruby-2.3.7.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for osx.
Certificates bundle '/opt/local/etc/openssl/cert.pem' is already up to date.
Requirements installation successful.
Installing Ruby from source to: /Users/jakob/.rvm/rubies/ruby-2.3.7, this may take a while depending on your cpu(s)...
ruby-2.3.7 - #downloading ruby-2.3.7, this may take a while depending on your connection...
ruby-2.3.7 - #extracting ruby-2.3.7 to /Users/jakob/.rvm/src/ruby-2.3.7 - please wait
ruby-2.3.7 - #configuring - please wait
ruby-2.3.7 - #post-configuration - please wait
ruby-2.3.7 - #compiling - please wait
Error running '__rvm_make -j8',
please read /Users/jakob/.rvm/log/1568363003_ruby-2.3.7/make.log
There has been an error while running make. Halting the installation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment