Created
November 20, 2019 19:47
-
-
Save RickArora/46d691bb10d93d623c2ec0be0fee3ca3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ip-192-168-1-34:Rails_Toy_app rickyarora$ ruby-install --latest --install-dir ~/.rbenv/versions/2.6.3 ruby 2.6.3 | |
>>> Updating ruby versions ... | |
>>> Installing ruby 2.6.3 into /Users/rickyarora/.rbenv/versions/2.6.3 ... | |
>>> Installing dependencies for ruby 2.6.3 ... | |
Updating Homebrew... | |
Warning: openssl 1.0.2t is already installed and up-to-date | |
To reinstall 1.0.2t, run `brew reinstall openssl` | |
Warning: readline 8.0.1 is already installed and up-to-date | |
To reinstall 8.0.1, run `brew reinstall readline` | |
Warning: gdbm 1.18.1 is already installed and up-to-date | |
To reinstall 1.18.1, run `brew reinstall gdbm` | |
==> Downloading https://homebrew.bintray.com/bottles/automake-1.16.1_1.mojave.bottle.tar.gz | |
==> Downloading from https://akamai.bintray.com/0a/0a359c2385d0673ce1ab3cdaf39dd22af191f7b74732105ca5751e08a334e061?__gda__=exp=1574279320~hmac=324109f0604c7fc2b767382744251d535392db958369fbe | |
######################################################################## 100.0% | |
==> Pouring automake-1.16.1_1.mojave.bottle.tar.gz | |
🍺 /usr/local/Cellar/automake/1.16.1_1: 131 files, 3.4MB | |
==> Downloading https://homebrew.bintray.com/bottles/bison-3.4.2.mojave.bottle.tar.gz | |
==> Downloading from https://akamai.bintray.com/09/0908297a5806ee2bfd3ce20e88ca83cb43252f937b0edfb206cc4c3aa6fc1212?__gda__=exp=1574279329~hmac=f3fa4cb8641d609925e25a4ed6b42be1522228e5652830d | |
######################################################################## 100.0% | |
==> Pouring bison-3.4.2.mojave.bottle.tar.gz | |
==> Caveats | |
bison is keg-only, which means it was not symlinked into /usr/local, | |
because some formulae require a newer version of bison. | |
If you need to have bison first in your PATH run: | |
echo 'export PATH="/usr/local/opt/bison/bin:$PATH"' >> ~/.bash_profile | |
For compilers to find bison you may need to set: | |
export LDFLAGS="-L/usr/local/opt/bison/lib" | |
==> Summary | |
🍺 /usr/local/Cellar/bison/3.4.2: 85 files, 2.6MB | |
==> Downloading https://homebrew.bintray.com/bottles/libyaml-0.2.2.mojave.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring libyaml-0.2.2.mojave.bottle.tar.gz | |
🍺 /usr/local/Cellar/libyaml/0.2.2: 9 files, 291.6KB | |
==> Downloading https://homebrew.bintray.com/bottles/libffi-3.2.1.mojave.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring libffi-3.2.1.mojave.bottle.tar.gz | |
==> Caveats | |
libffi is keg-only, which means it was not symlinked into /usr/local, | |
because some formulae require a newer version of libffi. | |
For compilers to find libffi you may need to set: | |
export LDFLAGS="-L/usr/local/opt/libffi/lib" | |
For pkg-config to find libffi you may need to set: | |
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig" | |
==> Summary | |
🍺 /usr/local/Cellar/libffi/3.2.1: 16 files, 296.8KB | |
==> Caveats | |
==> bison | |
bison is keg-only, which means it was not symlinked into /usr/local, | |
because some formulae require a newer version of bison. | |
If you need to have bison first in your PATH run: | |
echo 'export PATH="/usr/local/opt/bison/bin:$PATH"' >> ~/.bash_profile | |
For compilers to find bison you may need to set: | |
export LDFLAGS="-L/usr/local/opt/bison/lib" | |
==> libffi | |
libffi is keg-only, which means it was not symlinked into /usr/local, | |
because some formulae require a newer version of libffi. | |
For compilers to find libffi you may need to set: | |
export LDFLAGS="-L/usr/local/opt/libffi/lib" | |
For pkg-config to find libffi you may need to set: | |
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig" | |
>>> Downloading https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.tar.bz2 into /Users/rickyarora/src ... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 13.8M 100 13.8M 0 0 1994k 0 0:00:07 0:00:07 --:--:-- 2408k | |
>>> Verifying ruby-2.6.3.tar.bz2 ... | |
>>> Extracting ruby-2.6.3.tar.bz2 to /Users/rickyarora/src/ruby-2.6.3 ... | |
>>> Configuring ruby 2.6.3 ... | |
checking for ruby... /Users/rickyarora/.rbenv/shims/ruby | |
tool/config.guess already exists | |
tool/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 for clang... clang | |
checking for gcc... (cached) clang | |
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 clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether clang++ accepts -g... yes | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking whether clang needs -traditional... no | |
checking for ld... ld | |
checking whether the linker is GNU ld... no | |
checking whether clang -E accepts -o... yes | |
checking for clang... /usr/bin/clang | |
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... /usr/bin/install -c | |
checking for a thread-safe mkdir -p... -d | |
use 'mkdir -p' as MKDIR_P | |
checking for dtrace... dtrace | |
checking for dot... no | |
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 -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... yes | |
checking whether -Wduplicated-cond is accepted as CFLAGS... no | |
checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes | |
checking whether -Wimplicit-int is accepted as CFLAGS... yes | |
checking whether -Wmisleading-indentation is accepted as CFLAGS... no | |
checking whether -Wpointer-arith is accepted as CFLAGS... yes | |
checking whether -Wrestrict is accepted as CFLAGS... no | |
checking whether -Wshorten-64-to-32 is accepted as CFLAGS... yes | |
checking whether -Wwrite-strings is accepted as CFLAGS... yes | |
checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... no | |
checking whether -Wmissing-noreturn is accepted as CFLAGS... yes | |
checking whether -Wno-cast-function-type is accepted as CFLAGS... no | |
checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes | |
checking whether -Wno-long-long is accepted as CFLAGS... yes | |
checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes | |
checking whether -Wno-overlength-strings is accepted as CFLAGS... yes | |
checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... no | |
checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes | |
checking whether -Wno-self-assign is accepted as CFLAGS... yes | |
checking whether -Wno-tautological-compare is accepted as CFLAGS... yes | |
checking whether -Wno-unused-parameter is accepted as CFLAGS... yes | |
checking whether -Wno-unused-value is accepted as CFLAGS... yes | |
checking whether -Wsuggest-attribute=format is accepted as CFLAGS... no | |
checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... no | |
checking whether -Wunused-variable is accepted as CFLAGS... yes | |
checking whether -diag-disable=175,188,2259 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 -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... no | |
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... no | |
checking whether -fp-model precise is accepted as CFLAGS... no | |
checking whether compiler has statement and declarations in expressions... yes | |
checking whether Mac OS X 10.5 or later... yes | |
checking for broken crypt with 8bit chars... yes | |
checking for codesign... codesign | |
checking for dsymutil... dsymutil | |
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 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... yes | |
checking sanitizer/msan_interface.h presence... yes | |
checking for sanitizer/msan_interface.h... yes | |
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... yes | |
checking sys/attr.h presence... yes | |
checking for sys/attr.h... yes | |
checking sys/eventfd.h usability... no | |
checking sys/eventfd.h presence... no | |
checking for sys/eventfd.h... no | |
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/sysmacros.h usability... no | |
checking sys/sysmacros.h presence... no | |
checking for sys/sysmacros.h... 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... no | |
checking gmp.h presence... no | |
checking for gmp.h... no | |
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... INT | |
checking for mode_t... yes | |
checking for convertible type of mode_t... USHORT | |
checking for rlim_t... yes | |
checking for convertible type of rlim_t... ULL | |
checking for off_t... (cached) yes | |
checking for convertible type of off_t... LL | |
checking for clockid_t... yes | |
checking for convertible type of clockid_t... UINT | |
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... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment