Skip to content

Instantly share code, notes, and snippets.

@stochastic-thread
Created June 9, 2015 22:11
Show Gist options
  • Save stochastic-thread/f4c472de4090cb2de4a9 to your computer and use it in GitHub Desktop.
Save stochastic-thread/f4c472de4090cb2de4a9 to your computer and use it in GitHub Desktop.
➜ ~ ruby --version
ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]
➜ ~ brew install llvm
Warning: llvm-3.5.1 already installed
➜ ~ brew install ruby-install --HEAD
==> Cloning https://github.com/postmodern/ruby-install.git
Cloning into '/Library/Caches/Homebrew/ruby-install--git'...
remote: Counting objects: 108, done.
remote: Compressing objects: 100% (92/92), done.
remote: Total 108 (delta 2), reused 51 (delta 0), pack-reused 0
Receiving objects: 100% (108/108), 143.51 KiB | 0 bytes/s, done.
Resolving deltas: 100% (2/2), done.
Checking connectivity... done.
==> Checking out branch master
==> make install PREFIX=/usr/local/Cellar/ruby-install/HEAD
🍺 /usr/local/Cellar/ruby-install/HEAD: 54 files, 448K, built in 2 seconds
➜ ~ ruby-install rbx -- --llvm-path="/usr/local/Cellar/llvm/3.4.2"
>>> Installing rbx 2.5.3 into /Users/arthur/.rubies/rbx-2.5.3 ...
>>> Installing dependencies for rbx 2.5.3 ...
Warning: openssl-1.0.2 already installed
Warning: readline-6.3.8 already installed
Warning: gdbm-1.11 already installed
==> Downloading https://homebrew.bintray.com/bottles/libyaml-0.1.6_1.yosemite.bottle.tar.gz
######################################################################## 100.0%
==> Pouring libyaml-0.1.6_1.yosemite.bottle.tar.gz
🍺 /usr/local/Cellar/libyaml/0.1.6_1: 7 files, 352K
>>> Downloading http://releases.rubini.us/rubinius-2.5.3.tar.bz2 into /Users/arthur/src ...
--2015-06-09 17:59:22-- http://releases.rubini.us/rubinius-2.5.3.tar.bz2
Resolving releases.rubini.us... 54.231.48.64
Connecting to releases.rubini.us|54.231.48.64|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11636033 (11M) [application/x-bzip2]
Saving to: '/Users/arthur/src/rubinius-2.5.3.tar.bz2.part'
100%[==========================================================>] 11,636,033 1.03MB/s in 8.0s
2015-06-09 17:59:30 (1.38 MB/s) - '/Users/arthur/src/rubinius-2.5.3.tar.bz2.part' saved [11636033/11636033]
>>> Verifying rubinius-2.5.3.tar.bz2 ...
>>> Extracting rubinius-2.5.3.tar.bz2 to /Users/arthur/src/rubinius-2.5.3 ...
>>> Bundling rubinius 2.5.3 ...
Fetching: bundler-1.10.3.gem (100%)
Successfully installed bundler-1.10.3
Parsing documentation for bundler-1.10.3
Installing ri documentation for bundler-1.10.3
Done installing documentation for bundler after 8 seconds
1 gem installed
Fetching gem metadata from https://rubygems.org/..
Fetching version metadata from https://rubygems.org/..
Using rake 10.4.2
Installing daedalus-core 0.2.0
Using redcard 1.1.0
Using rubinius-ast 2.3.2
Using rubinius-bridge 1.1.0
Using rubinius-compiler 2.3.1
Using rubinius-melbourne 2.3.1.0
Using rubinius-processor 2.3.0
Using rubinius-toolset 2.3.1
Using rubinius-build_tools 2.0.0
Using bundler 1.10.3
Updating files in vendor/cache
Bundle complete! 5 Gemfile dependencies, 11 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
>>> Configuring rubinius 2.5.3 ...
Checking clang: found
Checking clang++: found
Detected old configuration settings, forcing a clean build
Checking for 'llvm-config': found! (version 3.3 - api: 303)
Checking sizeof(short): 2 bytes
Checking sizeof(int): 4 bytes
Checking sizeof(void*): 8 bytes
Checking sizeof(size_t): 8 bytes
Checking sizeof(long): 8 bytes
Checking sizeof(long long): 8 bytes
Checking sizeof(float): 4 bytes
Checking sizeof(double): 8 bytes
Checking sizeof(off_t): 8 bytes
Checking sizeof(time_t): 8 bytes
Checking for libc version: libc.dylib found!
Checking platform endianness: little endian
Checking for tr1: not found
Checking for tr1/hash definition: not found
Checking for x86_32: no
Checking for x86_64: yes
Checking for function 'backtrace': found!
Checking for function 'clock_gettime': not found
Checking for function 'nl_langinfo': found!
Checking for function 'setproctitle': not found
Checking for function 'posix_fadvise': not found
Checking for function 'strnlen': found!
Checking for function 'kqueue': found!
Checking for function 'timerfd_create': not found
Checking for function 'inotify_init': not found
Checking for function 'lchmod': found!
Checking for function 'lchown': found!
Checking for struct tm has member tm_gmtoff: found!
Checking for struct tm has member tm_zone: found!
Checking for global 'timezone': found!
Checking for global 'tzname': found!
Checking for global 'daylight': found!
Checking for header 'zlib.h': found!
Checking for header 'openssl/ssl.h': found!
Checking for header 'alloca.h': found!
Checking for header 'string.h': found!
Checking for header 'sys/time.h': found!
Checking for header 'sys/times.h': found!
Checking for header 'sys/types.h': found!
Checking for header 'unistd.h': found!
Checking for header 'stdarg.h': found!
Checking for header 'sys/pstat.h': not found
Checking for header 'valgrind/valgrind.h': not found
Checking curses library: -lcurses
Checking if function 'strerror_r' returns char*: no
Verifying gems...
Setting up gems...
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/staging/runtime/gems/rubinius-ast-2.3.2'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/staging/runtime/gems/rubinius-compiler-2.3.1'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/staging/runtime/gems/rubinius-melbourne-2.3.1.0'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/staging/runtime/gems/rubinius-processor-2.3.0'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/staging/runtime/gems/rubinius-toolset-2.3.1'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/ffi2-generators-0.1.1'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-etc-2.0.3'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-fileutils-2.0.3'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-mkmf-2.0.1'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-shellwords-2.0.0'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-date-2.0.9'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-delegate-2.0.1'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-digest-2.0.3'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-fcntl-2.0.4'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-monitor-2.0.0'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-openssl-2.2.1'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-optparse-2.0.1'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-stringio-2.0.0'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-strscan-2.0.0'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-tempfile-2.0.1'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-thread-2.0.3'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-tmpdir-2.0.1'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-uri-2.0.0'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-yaml-2.1.0'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/rubysl-zlib-2.0.1'
Unpacked gem: '/Users/arthur/src/rubinius-2.5.3/bootstrap/gems/psych-2.0.10'
Writing configuration files...
------------------------------------------------------------------
Rubinius (2482b093) has been configured for the following paths:
prefix: /Users/arthur/.rubies/rbx-2.5.3
bin: /Users/arthur/.rubies/rbx-2.5.3/bin
lib: /Users/arthur/.rubies/rbx-2.5.3/library
include: /Users/arthur/.rubies/rbx-2.5.3/vm/include/capi
runtime: /Users/arthur/.rubies/rbx-2.5.3/runtime
kernel: /Users/arthur/.rubies/rbx-2.5.3/kernel
site: /Users/arthur/.rubies/rbx-2.5.3/site
vendor: /Users/arthur/.rubies/rbx-2.5.3/vendor
man: /Users/arthur/.rubies/rbx-2.5.3/man
gems: /Users/arthur/.rubies/rbx-2.5.3/gems
gems cache: /Users/arthur/src/rubinius-2.5.3/vendor/cache
Run 'rake' to build, test and install Rubinius.
After building, you may add
'/Users/arthur/.rubies/rbx-2.5.3/bin'
to your PATH or run commands directly from that directory.
Available commands are:
ruby, rake, gem, irb, rdoc, ri, erb, rbx
------------------------------------------------------------------
>>> Cleaning rubinius 2.5.3 ...
>>> Compiling rubinius 2.5.3 ...
GEN vm/gen/config_variables.h
/Users/arthur/.rbenv/versions/2.1.2/bin/ruby vm/codegen/config_vars.rb vm/gen/config_variables.h
/Users/arthur/.rbenv/versions/2.1.2/bin/ruby vm/codegen/encoding_extract.rb /Users/arthur/src/rubinius-2.5.3/vendor/oniguruma vm/gen/encoding_database.cpp
mkdir -p /Users/arthur/src/rubinius-2.5.3/staging//library/encoding/converter
/Users/arthur/.rbenv/versions/2.1.2/bin/ruby vm/codegen/transcoders_extract.rb /Users/arthur/src/rubinius-2.5.3/vendor/oniguruma/enc/trans vm/gen/transcoder_database.cpp
/Users/arthur/.rbenv/versions/2.1.2/bin/ruby vm/codegen/field_extract.rb vm/builtin/basic_object.hpp vm/builtin/object.hpp vm/builtin/integer.hpp vm/builtin/fixnum.hpp vm/builtin/array.hpp vm/builtin/bignum.hpp vm/builtin/executable.hpp vm/builtin/access_variable.hpp vm/builtin/alias.hpp vm/builtin/block_environment.hpp vm/builtin/block_as_method.hpp vm/builtin/byte_array.hpp vm/builtin/io.hpp vm/builtin/channel.hpp vm/builtin/module.hpp vm/builtin/constant_table.hpp vm/builtin/class.hpp vm/builtin/compiled_code.hpp vm/builtin/data.hpp vm/builtin/dir.hpp vm/builtin/exception.hpp vm/builtin/float.hpp vm/builtin/fsevent.hpp vm/builtin/immediates.hpp vm/builtin/iseq.hpp vm/builtin/list.hpp vm/builtin/logger.hpp vm/builtin/lookup_table.hpp vm/builtin/ffi_pointer.hpp vm/builtin/method_table.hpp vm/builtin/native_function.hpp vm/builtin/packed_object.hpp vm/builtin/randomizer.hpp vm/builtin/regexp.hpp vm/builtin/constant_scope.hpp vm/builtin/encoding.hpp vm/builtin/string.hpp vm/builtin/symbol.hpp vm/builtin/thread.hpp vm/builtin/tuple.hpp vm/builtin/compact_lookup_table.hpp vm/builtin/time.hpp vm/builtin/stat.hpp vm/builtin/native_method.hpp vm/builtin/system.hpp vm/builtin/autoload.hpp vm/builtin/proc.hpp vm/builtin/variable_scope.hpp vm/builtin/location.hpp vm/builtin/constant_cache.hpp vm/builtin/call_site.hpp vm/builtin/mono_inline_cache.hpp vm/builtin/poly_inline_cache.hpp vm/builtin/call_custom_cache.hpp vm/builtin/respond_to_cache.hpp vm/builtin/weakref.hpp vm/builtin/fiber.hpp vm/builtin/thunk.hpp vm/builtin/call_unit.hpp vm/builtin/call_unit_adapter.hpp vm/builtin/atomic.hpp vm/builtin/character.hpp vm/builtin/thread_state.hpp vm/builtin/jit.hpp
GEN vm/gen/instruction_names.cpp
GEN vm/gen/instruction_names.hpp
GEN vm/gen/instruction_sizes.hpp
GEN vm/gen/instruction_prototypes.hpp
GEN vm/gen/instruction_defines.hpp
GEN vm/gen/instruction_locations.hpp
GEN vm/gen/instruction_implementations.hpp
GEN vm/gen/instruction_visitors.hpp
GEN vm/gen/instruction_effects.hpp
1: LB vendor/double-conversion
clang++ -Wall -g -O2 -c src/bignum-dtoa.cc -o src/bignum-dtoa.o
clang++ -Wall -g -O2 -c src/bignum.cc -o src/bignum.o
clang++ -Wall -g -O2 -c src/cached-powers.cc -o src/cached-powers.o
clang++ -Wall -g -O2 -c src/diy-fp.cc -o src/diy-fp.o
clang++ -Wall -g -O2 -c src/double-conversion.cc -o src/double-conversion.o
clang++ -Wall -g -O2 -c src/fast-dtoa.cc -o src/fast-dtoa.o
clang++ -Wall -g -O2 -c src/fixed-dtoa.cc -o src/fixed-dtoa.o
clang++ -Wall -g -O2 -c src/strtod.cc -o src/strtod.o
ar rv libdoubleconversion.a src/bignum-dtoa.o src/bignum.o src/cached-powers.o src/diy-fp.o src/double-conversion.o src/fast-dtoa.o src/fixed-dtoa.o src/strtod.o
ar: creating archive libdoubleconversion.a
a - src/bignum-dtoa.o
a - src/bignum.o
a - src/cached-powers.o
a - src/diy-fp.o
a - src/double-conversion.o
a - src/fast-dtoa.o
a - src/fixed-dtoa.o
a - src/strtod.o
ranlib libdoubleconversion.a
1: LB vendor/libffi
checking build system type... x86_64-apple-darwin14.3.0
checking host system type... x86_64-apple-darwin14.3.0
checking target system type... x86_64-apple-darwin14.3.0
checking for gsed... /usr/local/bin/gsed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... 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 for style of include used by make... GNU
checking dependency style of clang... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... gcc3
checking dependency style of clang... gcc3
checking whether clang and cc understand -c and -o together... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin14.3.0 file names to x86_64-apple-darwin14.3.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin14.3.0 file names to toolchain format... func_convert_file_noop
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... clang -E
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 for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.3.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking whether the clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking for clang++ option to produce PIC... -fno-common -DPIC
checking if clang++ PIC flag -fno-common -DPIC works... yes
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.3.0 dyld
checking how to hardcode library paths into programs... immediate
checking size of size_t... 8
checking for C compiler vendor... clang
********************************************************
* WARNING: Don't know the best CFLAGS for this system *
* Use ./configure CFLAGS=... to specify your own flags *
* (otherwise, a default of CFLAGS=-O3 will be used) *
********************************************************
checking whether C compiler accepts -O3... yes
checking CFLAGS for maximum warnings... -Wall
checking whether to enable maintainer-specific portions of Makefiles... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for mkostemp... no
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... no
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for ANSI C header files... (cached) yes
checking for memcpy... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking size of double... 8
checking size of long double... 16
checking whether byte ordering is bigendian... no
checking assembler .cfi pseudo-op support... yes
checking for _ prefix in compiled symbols... yes
checking whether .eh_frame section should be read-only... expr: syntax error
no
checking for __attribute__((visibility("hidden")))... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating include/Makefile
config.status: creating include/ffi.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating man/Makefile
config.status: creating libffi.pc
config.status: creating fficonfig.h
config.status: linking src/x86/ffitarget.h to include/ffitarget.h
config.status: executing buildir commands
config.status: skipping top_srcdir/Makefile - not created
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing include commands
config.status: executing src commands
/Library/Developer/CommandLineTools/usr/bin/make 'AR_FLAGS=' 'CC_FOR_BUILD=' 'CFLAGS=-O3 -Wall -fexceptions' 'CXXFLAGS=-g -O2' 'CFLAGS_FOR_BUILD=' 'CFLAGS_FOR_TARGET=' 'INSTALL=/usr/bin/install -c' 'INSTALL_DATA=/usr/bin/install -c -m 644' 'INSTALL_PROGRAM=/usr/bin/install -c' 'INSTALL_SCRIPT=/usr/bin/install -c' 'JC1FLAGS=' 'LDFLAGS=' 'LIBCFLAGS=' 'LIBCFLAGS_FOR_TARGET=' 'MAKE=/Library/Developer/CommandLineTools/usr/bin/make' 'MAKEINFO=/bin/sh /Users/arthur/src/rubinius-2.5.3/vendor/libffi/missing makeinfo ' 'PICFLAG=' 'PICFLAG_FOR_TARGET=' 'RUNTESTFLAGS=' 'SHELL=/bin/sh' 'exec_prefix=/usr/local' 'infodir=/usr/local/share/info' 'libdir=/usr/local/lib' 'mandir=/usr/local/share/man' 'prefix=/usr/local' 'AR=ar' 'AS=as' 'CC=clang' 'CXX=clang++' 'LD=/Library/Developer/CommandLineTools/usr/bin/ld' 'NM=/usr/bin/nm' 'RANLIB=ranlib' 'DESTDIR=' all-recursive
Making all in include
make[2]: Nothing to be done for `all'.
Making all in testsuite
make[2]: Nothing to be done for `all'.
Making all in man
make[2]: Nothing to be done for `all'.
depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo src/prep_cif.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -fno-common -DPIC -o src/.libs/prep_cif.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1
depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/types.lo -MD -MP -MF $depbase.Tpo -c -o src/types.lo src/types.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -fno-common -DPIC -o src/.libs/types.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -o src/types.o >/dev/null 2>&1
depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo src/raw_api.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -fno-common -DPIC -o src/.libs/raw_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -o src/raw_api.o >/dev/null 2>&1
depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/java_raw_api.lo src/java_raw_api.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -fno-common -DPIC -o src/.libs/java_raw_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1
depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo src/closures.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -fno-common -DPIC -o src/.libs/closures.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -o src/closures.o >/dev/null 2>&1
depbase=`echo src/x86/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/x86/ffi.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi.lo src/x86/ffi.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c src/x86/ffi.c -fno-common -DPIC -o src/x86/.libs/ffi.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c src/x86/ffi.c -o src/x86/ffi.o >/dev/null 2>&1
depbase=`echo src/x86/darwin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -MT src/x86/darwin.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/darwin.lo src/x86/darwin.S &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -MT src/x86/darwin.lo -MD -MP -MF src/x86/.deps/darwin.Tpo -c src/x86/darwin.S -fno-common -DPIC -o src/x86/.libs/darwin.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -MT src/x86/darwin.lo -MD -MP -MF src/x86/.deps/darwin.Tpo -c src/x86/darwin.S -o src/x86/darwin.o >/dev/null 2>&1
depbase=`echo src/x86/ffi64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi64.lo src/x86/ffi64.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c src/x86/ffi64.c -fno-common -DPIC -o src/x86/.libs/ffi64.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c src/x86/ffi64.c -o src/x86/ffi64.o >/dev/null 2>&1
depbase=`echo src/x86/darwin64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -MT src/x86/darwin64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/darwin64.lo src/x86/darwin64.S &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -MT src/x86/darwin64.lo -MD -MP -MF src/x86/.deps/darwin64.Tpo -c src/x86/darwin64.S -fno-common -DPIC -o src/x86/.libs/darwin64.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -MT src/x86/darwin64.lo -MD -MP -MF src/x86/.deps/darwin64.Tpo -c src/x86/darwin64.S -o src/x86/darwin64.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link clang -O3 -Wall -fexceptions -o libffi_convenience.la src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi.lo src/x86/darwin.lo src/x86/ffi64.lo src/x86/darwin64.lo
libtool: link: ar cru .libs/libffi_convenience.a src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi.o src/x86/.libs/darwin.o src/x86/.libs/ffi64.o src/x86/.libs/darwin64.o
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libffi_convenience.a(ffi.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libffi_convenience.a(darwin.o) has no symbols
libtool: link: ranlib .libs/libffi_convenience.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libffi_convenience.a(ffi.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libffi_convenience.a(darwin.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
/bin/sh ./libtool --tag=CC --mode=link clang -O3 -Wall -fexceptions -no-undefined -version-info `grep -v '^#' ./libtool-version` -o libffi.la -rpath /usr/local/lib src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi.lo src/x86/darwin.lo src/x86/ffi64.lo src/x86/darwin64.lo
libtool: link: clang -dynamiclib -o .libs/libffi.6.dylib src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi.o src/x86/.libs/darwin.o src/x86/.libs/ffi64.o src/x86/.libs/darwin64.o -O3 -install_name /usr/local/lib/libffi.6.dylib -compatibility_version 7 -current_version 7.4 -Wl,-single_module
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame
libtool: link: (cd ".libs" && rm -f "libffi.dylib" && ln -s "libffi.6.dylib" "libffi.dylib")
libtool: link: ar cru .libs/libffi.a src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi.o src/x86/darwin.o src/x86/ffi64.o src/x86/darwin64.o
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libffi.a(ffi.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libffi.a(darwin.o) has no symbols
libtool: link: ranlib .libs/libffi.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libffi.a(ffi.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libffi.a(darwin.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
1: LB vendor/libtommath
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bncore.o bncore.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init.o bn_mp_init.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_clear.o bn_mp_clear.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_exch.o bn_mp_exch.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_grow.o bn_mp_grow.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_shrink.o bn_mp_shrink.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_clamp.o bn_mp_clamp.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_zero.o bn_mp_zero.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_set.o bn_mp_set.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_set_int.o bn_mp_set_int.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_size.o bn_mp_init_size.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_copy.o bn_mp_copy.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_copy.o bn_mp_init_copy.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_abs.o bn_mp_abs.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_neg.o bn_mp_neg.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_cmp_mag.o bn_mp_cmp_mag.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_cmp.o bn_mp_cmp.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_cmp_d.o bn_mp_cmp_d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_rshd.o bn_mp_rshd.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_lshd.o bn_mp_lshd.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mod_2d.o bn_mp_mod_2d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div_2d.o bn_mp_div_2d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mul_2d.o bn_mp_mul_2d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div_2.o bn_mp_div_2.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mul_2.o bn_mp_mul_2.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_add.o bn_s_mp_add.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_sub.o bn_s_mp_sub.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_fast_s_mp_mul_digs.o bn_fast_s_mp_mul_digs.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_mul_digs.o bn_s_mp_mul_digs.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_fast_s_mp_mul_high_digs.o bn_fast_s_mp_mul_high_digs.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_fast_s_mp_sqr.o bn_fast_s_mp_sqr.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_sqr.o bn_s_mp_sqr.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_add.o bn_mp_add.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sub.o bn_mp_sub.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_karatsuba_mul.o bn_mp_karatsuba_mul.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mul.o bn_mp_mul.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_karatsuba_sqr.o bn_mp_karatsuba_sqr.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sqr.o bn_mp_sqr.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div.o bn_mp_div.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mod.o bn_mp_mod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_add_d.o bn_mp_add_d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sub_d.o bn_mp_sub_d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mul_d.o bn_mp_mul_d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div_d.o bn_mp_div_d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mod_d.o bn_mp_mod_d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_expt_d.o bn_mp_expt_d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_addmod.o bn_mp_addmod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_submod.o bn_mp_submod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mulmod.o bn_mp_mulmod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sqrmod.o bn_mp_sqrmod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_gcd.o bn_mp_gcd.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_lcm.o bn_mp_lcm.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_fast_mp_invmod.o bn_fast_mp_invmod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_invmod.o bn_mp_invmod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce.o bn_mp_reduce.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_montgomery_setup.o bn_mp_montgomery_setup.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_fast_mp_montgomery_reduce.o bn_fast_mp_montgomery_reduce.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_montgomery_reduce.o bn_mp_montgomery_reduce.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_exptmod_fast.o bn_mp_exptmod_fast.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_exptmod.o bn_mp_exptmod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_2expt.o bn_mp_2expt.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_n_root.o bn_mp_n_root.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_jacobi.o bn_mp_jacobi.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_reverse.o bn_reverse.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_count_bits.o bn_mp_count_bits.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_read_unsigned_bin.o bn_mp_read_unsigned_bin.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_read_signed_bin.o bn_mp_read_signed_bin.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_to_unsigned_bin.o bn_mp_to_unsigned_bin.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_to_signed_bin.o bn_mp_to_signed_bin.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_unsigned_bin_size.o bn_mp_unsigned_bin_size.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_signed_bin_size.o bn_mp_signed_bin_size.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_xor.o bn_mp_xor.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_and.o bn_mp_and.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_or.o bn_mp_or.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_rand.o bn_mp_rand.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_montgomery_calc_normalization.o bn_mp_montgomery_calc_normalization.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_is_divisible.o bn_mp_prime_is_divisible.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_prime_tab.o bn_prime_tab.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_fermat.o bn_mp_prime_fermat.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_miller_rabin.o bn_mp_prime_miller_rabin.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_is_prime.o bn_mp_prime_is_prime.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_next_prime.o bn_mp_prime_next_prime.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_dr_reduce.o bn_mp_dr_reduce.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_dr_is_modulus.o bn_mp_dr_is_modulus.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_dr_setup.o bn_mp_dr_setup.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_setup.o bn_mp_reduce_setup.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toom_mul.o bn_mp_toom_mul.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toom_sqr.o bn_mp_toom_sqr.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div_3.o bn_mp_div_3.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_exptmod.o bn_s_mp_exptmod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_2k.o bn_mp_reduce_2k.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_is_2k.o bn_mp_reduce_is_2k.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_setup.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_2k_l.o bn_mp_reduce_2k_l.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_is_2k_l.o bn_mp_reduce_is_2k_l.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_2k_setup_l.o bn_mp_reduce_2k_setup_l.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_radix_smap.o bn_mp_radix_smap.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_read_radix.o bn_mp_read_radix.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toradix.o bn_mp_toradix.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_radix_size.o bn_mp_radix_size.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_radix_bits_size.o bn_mp_radix_bits_size.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_fread.o bn_mp_fread.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_fwrite.o bn_mp_fwrite.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_cnt_lsb.o bn_mp_cnt_lsb.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_error.o bn_error.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_multi.o bn_mp_init_multi.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_clear_multi.o bn_mp_clear_multi.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_exteuclid.o bn_mp_exteuclid.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toradix_n.o bn_mp_toradix_n.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toradix_nd.o bn_mp_toradix_nd.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_random_ex.o bn_mp_prime_random_ex.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_get_int.o bn_mp_get_int.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sqrt.o bn_mp_sqrt.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_is_square.o bn_mp_is_square.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_set.o bn_mp_init_set.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_set_int.o bn_mp_init_set_int.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_invmod_slow.o bn_mp_invmod_slow.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_rabin_miller_trials.o bn_mp_prime_rabin_miller_trials.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_to_signed_bin_n.o bn_mp_to_signed_bin_n.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_to_unsigned_bin_n.o bn_mp_to_unsigned_bin_n.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_set_long.o bn_mp_set_long.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_set_long.o bn_mp_init_set_long.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_get_long.o bn_mp_get_long.c
ar rv libtommath.a bncore.o bn_mp_init.o bn_mp_clear.o bn_mp_exch.o bn_mp_grow.o bn_mp_shrink.o bn_mp_clamp.o bn_mp_zero.o bn_mp_set.o bn_mp_set_int.o bn_mp_init_size.o bn_mp_copy.o bn_mp_init_copy.o bn_mp_abs.o bn_mp_neg.o bn_mp_cmp_mag.o bn_mp_cmp.o bn_mp_cmp_d.o bn_mp_rshd.o bn_mp_lshd.o bn_mp_mod_2d.o bn_mp_div_2d.o bn_mp_mul_2d.o bn_mp_div_2.o bn_mp_mul_2.o bn_s_mp_add.o bn_s_mp_sub.o bn_fast_s_mp_mul_digs.o bn_s_mp_mul_digs.o bn_fast_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.o bn_fast_s_mp_sqr.o bn_s_mp_sqr.o bn_mp_add.o bn_mp_sub.o bn_mp_karatsuba_mul.o bn_mp_mul.o bn_mp_karatsuba_sqr.o bn_mp_sqr.o bn_mp_div.o bn_mp_mod.o bn_mp_add_d.o bn_mp_sub_d.o bn_mp_mul_d.o bn_mp_div_d.o bn_mp_mod_d.o bn_mp_expt_d.o bn_mp_addmod.o bn_mp_submod.o bn_mp_mulmod.o bn_mp_sqrmod.o bn_mp_gcd.o bn_mp_lcm.o bn_fast_mp_invmod.o bn_mp_invmod.o bn_mp_reduce.o bn_mp_montgomery_setup.o bn_fast_mp_montgomery_reduce.o bn_mp_montgomery_reduce.o bn_mp_exptmod_fast.o bn_mp_exptmod.o bn_mp_2expt.o bn_mp_n_root.o bn_mp_jacobi.o bn_reverse.o bn_mp_count_bits.o bn_mp_read_unsigned_bin.o bn_mp_read_signed_bin.o bn_mp_to_unsigned_bin.o bn_mp_to_signed_bin.o bn_mp_unsigned_bin_size.o bn_mp_signed_bin_size.o bn_mp_xor.o bn_mp_and.o bn_mp_or.o bn_mp_rand.o bn_mp_montgomery_calc_normalization.o bn_mp_prime_is_divisible.o bn_prime_tab.o bn_mp_prime_fermat.o bn_mp_prime_miller_rabin.o bn_mp_prime_is_prime.o bn_mp_prime_next_prime.o bn_mp_dr_reduce.o bn_mp_dr_is_modulus.o bn_mp_dr_setup.o bn_mp_reduce_setup.o bn_mp_toom_mul.o bn_mp_toom_sqr.o bn_mp_div_3.o bn_s_mp_exptmod.o bn_mp_reduce_2k.o bn_mp_reduce_is_2k.o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_l.o bn_mp_reduce_is_2k_l.o bn_mp_reduce_2k_setup_l.o bn_mp_radix_smap.o bn_mp_read_radix.o bn_mp_toradix.o bn_mp_radix_size.o bn_mp_radix_bits_size.o bn_mp_fread.o bn_mp_fwrite.o bn_mp_cnt_lsb.o bn_error.o bn_mp_init_multi.o bn_mp_clear_multi.o bn_mp_exteuclid.o bn_mp_toradix_n.o bn_mp_toradix_nd.o bn_mp_prime_random_ex.o bn_mp_get_int.o bn_mp_sqrt.o bn_mp_is_square.o bn_mp_init_set.o bn_mp_init_set_int.o bn_mp_invmod_slow.o bn_mp_prime_rabin_miller_trials.o bn_mp_to_signed_bin_n.o bn_mp_to_unsigned_bin_n.o bn_mp_set_long.o bn_mp_init_set_long.o bn_mp_get_long.o
ar: creating archive libtommath.a
a - bncore.o
a - bn_mp_init.o
a - bn_mp_clear.o
a - bn_mp_exch.o
a - bn_mp_grow.o
a - bn_mp_shrink.o
a - bn_mp_clamp.o
a - bn_mp_zero.o
a - bn_mp_set.o
a - bn_mp_set_int.o
a - bn_mp_init_size.o
a - bn_mp_copy.o
a - bn_mp_init_copy.o
a - bn_mp_abs.o
a - bn_mp_neg.o
a - bn_mp_cmp_mag.o
a - bn_mp_cmp.o
a - bn_mp_cmp_d.o
a - bn_mp_rshd.o
a - bn_mp_lshd.o
a - bn_mp_mod_2d.o
a - bn_mp_div_2d.o
a - bn_mp_mul_2d.o
a - bn_mp_div_2.o
a - bn_mp_mul_2.o
a - bn_s_mp_add.o
a - bn_s_mp_sub.o
a - bn_fast_s_mp_mul_digs.o
a - bn_s_mp_mul_digs.o
a - bn_fast_s_mp_mul_high_digs.o
a - bn_s_mp_mul_high_digs.o
a - bn_fast_s_mp_sqr.o
a - bn_s_mp_sqr.o
a - bn_mp_add.o
a - bn_mp_sub.o
a - bn_mp_karatsuba_mul.o
a - bn_mp_mul.o
a - bn_mp_karatsuba_sqr.o
a - bn_mp_sqr.o
a - bn_mp_div.o
a - bn_mp_mod.o
a - bn_mp_add_d.o
a - bn_mp_sub_d.o
a - bn_mp_mul_d.o
a - bn_mp_div_d.o
a - bn_mp_mod_d.o
a - bn_mp_expt_d.o
a - bn_mp_addmod.o
a - bn_mp_submod.o
a - bn_mp_mulmod.o
a - bn_mp_sqrmod.o
a - bn_mp_gcd.o
a - bn_mp_lcm.o
a - bn_fast_mp_invmod.o
a - bn_mp_invmod.o
a - bn_mp_reduce.o
a - bn_mp_montgomery_setup.o
a - bn_fast_mp_montgomery_reduce.o
a - bn_mp_montgomery_reduce.o
a - bn_mp_exptmod_fast.o
a - bn_mp_exptmod.o
a - bn_mp_2expt.o
a - bn_mp_n_root.o
a - bn_mp_jacobi.o
a - bn_reverse.o
a - bn_mp_count_bits.o
a - bn_mp_read_unsigned_bin.o
a - bn_mp_read_signed_bin.o
a - bn_mp_to_unsigned_bin.o
a - bn_mp_to_signed_bin.o
a - bn_mp_unsigned_bin_size.o
a - bn_mp_signed_bin_size.o
a - bn_mp_xor.o
a - bn_mp_and.o
a - bn_mp_or.o
a - bn_mp_rand.o
a - bn_mp_montgomery_calc_normalization.o
a - bn_mp_prime_is_divisible.o
a - bn_prime_tab.o
a - bn_mp_prime_fermat.o
a - bn_mp_prime_miller_rabin.o
a - bn_mp_prime_is_prime.o
a - bn_mp_prime_next_prime.o
a - bn_mp_dr_reduce.o
a - bn_mp_dr_is_modulus.o
a - bn_mp_dr_setup.o
a - bn_mp_reduce_setup.o
a - bn_mp_toom_mul.o
a - bn_mp_toom_sqr.o
a - bn_mp_div_3.o
a - bn_s_mp_exptmod.o
a - bn_mp_reduce_2k.o
a - bn_mp_reduce_is_2k.o
a - bn_mp_reduce_2k_setup.o
a - bn_mp_reduce_2k_l.o
a - bn_mp_reduce_is_2k_l.o
a - bn_mp_reduce_2k_setup_l.o
a - bn_mp_radix_smap.o
a - bn_mp_read_radix.o
a - bn_mp_toradix.o
a - bn_mp_radix_size.o
a - bn_mp_radix_bits_size.o
a - bn_mp_fread.o
a - bn_mp_fwrite.o
a - bn_mp_cnt_lsb.o
a - bn_error.o
a - bn_mp_init_multi.o
a - bn_mp_clear_multi.o
a - bn_mp_exteuclid.o
a - bn_mp_toradix_n.o
a - bn_mp_toradix_nd.o
a - bn_mp_prime_random_ex.o
a - bn_mp_get_int.o
a - bn_mp_sqrt.o
a - bn_mp_is_square.o
a - bn_mp_init_set.o
a - bn_mp_init_set_int.o
a - bn_mp_invmod_slow.o
a - bn_mp_prime_rabin_miller_trials.o
a - bn_mp_to_signed_bin_n.o
a - bn_mp_to_unsigned_bin_n.o
a - bn_mp_set_long.o
a - bn_mp_init_set_long.o
a - bn_mp_get_long.o
ranlib libtommath.a
1: CC regcomp.c
1: CC regenc.c
1: CC regerror.c
1: CC regexec.c
1: CC regparse.c
regparse.c:1168:1: warning: unused function 'node_new_cclass_by_codepoint_range' [-Wunused-function]
node_new_cclass_by_codepoint_range(int not, OnigCodePoint sb_out,
^
1 warning generated.
1: CC regsyntax.c
1: CC regtrav.c
1: CC regversion.c
1: CC st.c
1: CC transcoder.c
transcoder.c:1373:1: warning: unused function 'more_output_buffer' [-Wunused-function]
more_output_buffer(
^
1 warning generated.
1: CC enc/ascii.c
1: CC enc/big5.c
1: CC enc/cp949.c
1: CC enc/emacs_mule.c
1: CC enc/euc_jp.c
1: CC enc/euc_kr.c
1: CC enc/euc_tw.c
1: CC enc/gb18030.c
1: CC enc/gbk.c
1: CC enc/iso_8859_1.c
1: CC enc/iso_8859_10.c
1: CC enc/iso_8859_11.c
1: CC enc/iso_8859_13.c
1: CC enc/iso_8859_14.c
1: CC enc/iso_8859_15.c
1: CC enc/iso_8859_16.c
1: CC enc/iso_8859_2.c
1: CC enc/iso_8859_3.c
1: CC enc/iso_8859_4.c
1: CC enc/iso_8859_5.c
1: CC enc/iso_8859_6.c
1: CC enc/iso_8859_7.c
1: CC enc/iso_8859_8.c
1: CC enc/iso_8859_9.c
1: CC enc/koi8_r.c
1: CC enc/koi8_u.c
1: CC enc/mktable.c
1: CC enc/shift_jis.c
1: CC enc/unicode.c
1: CC enc/us_ascii.c
1: CC enc/utf_16be.c
enc/utf_16be.c:36:18: warning: unused variable 'EncLen_UTF16' [-Wunused-const-variable]
static const int EncLen_UTF16[] = {
^
1 warning generated.
1: CC enc/utf_16le.c
enc/utf_16le.c:36:18: warning: unused variable 'EncLen_UTF16' [-Wunused-const-variable]
static const int EncLen_UTF16[] = {
^
1 warning generated.
1: CC enc/utf_32be.c
1: CC enc/utf_32le.c
1: CC enc/utf_8.c
1: CC enc/windows_1251.c
1: CC enc/windows_31j.c
1: AR ./libonig.a
ar: creating archive ./libonig.a
a - ./artifacts/regcomp.c.o
a - ./artifacts/regenc.c.o
a - ./artifacts/regerror.c.o
a - ./artifacts/regexec.c.o
a - ./artifacts/regparse.c.o
a - ./artifacts/regsyntax.c.o
a - ./artifacts/regtrav.c.o
a - ./artifacts/regversion.c.o
a - ./artifacts/st.c.o
a - ./artifacts/transcoder.c.o
a - enc/artifacts/ascii.c.o
a - enc/artifacts/big5.c.o
a - enc/artifacts/cp949.c.o
a - enc/artifacts/emacs_mule.c.o
a - enc/artifacts/euc_jp.c.o
a - enc/artifacts/euc_kr.c.o
a - enc/artifacts/euc_tw.c.o
a - enc/artifacts/gb18030.c.o
a - enc/artifacts/gbk.c.o
a - enc/artifacts/iso_8859_1.c.o
a - enc/artifacts/iso_8859_10.c.o
a - enc/artifacts/iso_8859_11.c.o
a - enc/artifacts/iso_8859_13.c.o
a - enc/artifacts/iso_8859_14.c.o
a - enc/artifacts/iso_8859_15.c.o
a - enc/artifacts/iso_8859_16.c.o
a - enc/artifacts/iso_8859_2.c.o
a - enc/artifacts/iso_8859_3.c.o
a - enc/artifacts/iso_8859_4.c.o
a - enc/artifacts/iso_8859_5.c.o
a - enc/artifacts/iso_8859_6.c.o
a - enc/artifacts/iso_8859_7.c.o
a - enc/artifacts/iso_8859_8.c.o
a - enc/artifacts/iso_8859_9.c.o
a - enc/artifacts/koi8_r.c.o
a - enc/artifacts/koi8_u.c.o
a - enc/artifacts/mktable.c.o
a - enc/artifacts/shift_jis.c.o
a - enc/artifacts/unicode.c.o
a - enc/artifacts/us_ascii.c.o
a - enc/artifacts/utf_16be.c.o
a - enc/artifacts/utf_16le.c.o
a - enc/artifacts/utf_32be.c.o
a - enc/artifacts/utf_32le.c.o
a - enc/artifacts/utf_8.c.o
a - enc/artifacts/windows_1251.c.o
a - enc/artifacts/windows_31j.c.o
1: CC enc/trans/big5.c
1: LDSHARED enc/trans/big5.bundle
1: CC enc/trans/chinese.c
1: LDSHARED enc/trans/chinese.bundle
1: CC enc/trans/emoji.c
1: LDSHARED enc/trans/emoji.bundle
1: CC enc/trans/emoji_iso2022_kddi.c
1: LDSHARED enc/trans/emoji_iso2022_kddi.bundle
1: CC enc/trans/emoji_sjis_docomo.c
1: LDSHARED enc/trans/emoji_sjis_docomo.bundle
1: CC enc/trans/emoji_sjis_kddi.c
1: LDSHARED enc/trans/emoji_sjis_kddi.bundle
1: CC enc/trans/emoji_sjis_softbank.c
1: LDSHARED enc/trans/emoji_sjis_softbank.bundle
1: CC enc/trans/escape.c
1: LDSHARED enc/trans/escape.bundle
1: CC enc/trans/gb18030.c
1: LDSHARED enc/trans/gb18030.bundle
1: CC enc/trans/gbk.c
1: LDSHARED enc/trans/gbk.bundle
1: CC enc/trans/iso2022.c
1: LDSHARED enc/trans/iso2022.bundle
1: CC enc/trans/japanese.c
1: LDSHARED enc/trans/japanese.bundle
1: CC enc/trans/japanese_euc.c
1: LDSHARED enc/trans/japanese_euc.bundle
1: CC enc/trans/japanese_sjis.c
1: LDSHARED enc/trans/japanese_sjis.bundle
1: CC enc/trans/korean.c
1: LDSHARED enc/trans/korean.bundle
1: CC enc/trans/newline.c
1: LDSHARED enc/trans/newline.bundle
1: CC enc/trans/single_byte.c
1: LDSHARED enc/trans/single_byte.bundle
1: CC enc/trans/utf8_mac.c
1: LDSHARED enc/trans/utf8_mac.bundle
1: CC enc/trans/utf_16_32.c
1: LDSHARED enc/trans/utf_16_32.bundle
1: LB vendor/udis86
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-apple-darwin14.3.0
checking host system type... x86_64-apple-darwin14.3.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 for style of include used by make... GNU
checking dependency style of clang... gcc3
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by clang... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... clang -E
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... gcc3
checking how to run the C++ preprocessor... clang++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm output from clang object... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
checking if clang supports -fno-rtti -fno-exceptions... rm: conftest.dSYM: is a directory
yes
checking for clang option to produce PIC... -fno-common
checking if clang PIC flag -fno-common works... rm: conftest.dSYM: is a directory
yes
checking if clang static flag -static works... rm: conftest.dSYM: is a directory
no
checking if clang supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.3.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
checking for ld used by clang++... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking whether the clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking for clang++ option to produce PIC... -fno-common
checking if clang++ PIC flag -fno-common works... rm: conftest.dSYM: is a directory
yes
checking if clang++ static flag -static works... rm: conftest.dSYM: is a directory
no
checking if clang++ supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.3.0 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fno-common
checking if gfortran PIC flag -fno-common works... rm: conftest.dSYM: is a directory
yes
checking if gfortran static flag -static works... rm: conftest.dSYM: is a directory
no
checking if gfortran supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the gfortran linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.3.0 dyld
checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libudis86/Makefile
config.status: creating udcli/Makefile
config.status: creating tests/Makefile
config.status: creating docs/Makefile
config.status: creating config.h
config.status: executing depfiles commands
/Library/Developer/CommandLineTools/usr/bin/make all-recursive
Making all in libudis86
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT itab.lo -MD -MP -MF .deps/itab.Tpo -c -o itab.lo itab.c
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT itab.lo -MD -MP -MF .deps/itab.Tpo -c itab.c -o itab.o
mv -f .deps/itab.Tpo .deps/itab.Plo
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT input.lo -MD -MP -MF .deps/input.Tpo -c -o input.lo input.c
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT input.lo -MD -MP -MF .deps/input.Tpo -c input.c -o input.o
mv -f .deps/input.Tpo .deps/input.Plo
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c -o decode.lo decode.c
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.c -o decode.o
mv -f .deps/decode.Tpo .deps/decode.Plo
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT syn.lo -MD -MP -MF .deps/syn.Tpo -c -o syn.lo syn.c
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT syn.lo -MD -MP -MF .deps/syn.Tpo -c syn.c -o syn.o
mv -f .deps/syn.Tpo .deps/syn.Plo
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT syn-intel.lo -MD -MP -MF .deps/syn-intel.Tpo -c -o syn-intel.lo syn-intel.c
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT syn-intel.lo -MD -MP -MF .deps/syn-intel.Tpo -c syn-intel.c -o syn-intel.o
mv -f .deps/syn-intel.Tpo .deps/syn-intel.Plo
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT syn-att.lo -MD -MP -MF .deps/syn-att.Tpo -c -o syn-att.lo syn-att.c
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT syn-att.lo -MD -MP -MF .deps/syn-att.Tpo -c syn-att.c -o syn-att.o
mv -f .deps/syn-att.Tpo .deps/syn-att.Plo
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT udis86.lo -MD -MP -MF .deps/udis86.Tpo -c -o udis86.lo udis86.c
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT udis86.lo -MD -MP -MF .deps/udis86.Tpo -c udis86.c -o udis86.o
mv -f .deps/udis86.Tpo .deps/udis86.Plo
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -Wall -o libudis86.la -rpath /usr/local/lib itab.lo input.lo decode.lo syn.lo syn-intel.lo syn-att.lo udis86.lo
mkdir .libs
ar cru .libs/libudis86.a itab.o input.o decode.o syn.o syn-intel.o syn-att.o udis86.o
ranlib .libs/libudis86.a
creating libudis86.la
(cd .libs && rm -f libudis86.la && ln -s ../libudis86.la libudis86.la)
Making all in .
make[2]: Nothing to be done for `all-am'.
Making all in udcli
clang -DHAVE_CONFIG_H -I. -I.. -I../libudis86 -I.. -g -O2 -Wall -MT udcli-udcli.o -MD -MP -MF .deps/udcli-udcli.Tpo -c -o udcli-udcli.o `test -f 'udcli.c' || echo './'`udcli.c
udcli.c:119:32: warning: format specifies type 'long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat]
if (sscanf(s, "%" FMT "d", &o_skip) == 0)
~~~~~~~~~~ ^~~~~~~
%lld
udcli.c:130:31: warning: format specifies type 'long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat]
if (sscanf(s, "%" FMT "d", &o_count) == 0)
~~~~~~~~~ ^~~~~~~~
%lld
udcli.c:151:31: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat]
if (sscanf(s, "%" FMT "x", &pc) == 0)
~~~~~~~~~ ^~~
%llx
udcli.c:193:27: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
printf("%016" FMT "x ", ud_insn_off(&ud_obj));
~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~
%016llx
4 warnings generated.
mv -f .deps/udcli-udcli.Tpo .deps/udcli-udcli.Po
/bin/sh ../libtool --tag=CC --mode=link clang -I../libudis86 -I.. -g -O2 -Wall -o udcli udcli-udcli.o ../libudis86/libudis86.la
mkdir .libs
clang -I../libudis86 -I.. -g -O2 -Wall -o udcli udcli-udcli.o ../libudis86/.libs/libudis86.a
Making all in .
make[2]: Nothing to be done for `all-am'.
Making all in tests
make[2]: Nothing to be done for `all'.
Making all in .
make[2]: Nothing to be done for `all-am'.
Making all in docs
make[2]: Nothing to be done for `all'.
Running 198 tasks using 3 parallel threads
2: CXX vm/builtin/access_variable.cpp
3: CXX vm/arguments.cpp
4: CXX vm/accessor_primitives.cpp
3: CXX vm/builtin/alias.cpp
2: CXX vm/builtin/array.cpp
3: CXX vm/builtin/atomic.cpp
2: CXX vm/builtin/autoload.cpp
3: CXX vm/builtin/basic_object.cpp
2: CXX vm/builtin/bignum.cpp
3: CXX vm/builtin/block_as_method.cpp
4: CXX vm/builtin/block_environment.cpp
2: CXX vm/builtin/byte_array.cpp
3: CXX vm/builtin/call_custom_cache.cpp
2: CXX vm/builtin/call_site.cpp
3: CXX vm/builtin/call_unit.cpp
4: CXX vm/builtin/call_unit_adapter.cpp
3: CXX vm/builtin/channel.cpp
2: CXX vm/builtin/class.cpp
4: CXX vm/builtin/character.cpp
3: CXX vm/builtin/compact_lookup_table.cpp
4: CXX vm/builtin/compiled_code.cpp
2: CXX vm/builtin/constant_cache.cpp
3: CXX vm/builtin/constant_scope.cpp
2: CXX vm/builtin/constant_table.cpp
3: CXX vm/builtin/data.cpp
4: CXX vm/builtin/dir.cpp
2: CXX vm/builtin/encoding.cpp
3: CXX vm/builtin/exception.cpp
4: CXX vm/builtin/executable.cpp
2: CXX vm/builtin/ffi_pointer.cpp
4: CXX vm/builtin/fiber.cpp
3: CXX vm/builtin/find_object.cpp
2: CXX vm/builtin/fixnum.cpp
4: CXX vm/builtin/float.cpp
3: CXX vm/builtin/fsevent.cpp
2: CXX vm/builtin/heap_dump.cpp
3: CXX vm/builtin/immediates.cpp
4: CXX vm/builtin/integer.cpp
3: CXX vm/builtin/io.cpp
2: CXX vm/builtin/iseq.cpp
4: CXX vm/builtin/jit.cpp
2: CXX vm/builtin/list.cpp
3: CXX vm/builtin/location.cpp
4: CXX vm/builtin/logger.cpp
2: CXX vm/builtin/lookup_table.cpp
3: CXX vm/builtin/method_table.cpp
4: CXX vm/builtin/module.cpp
2: CXX vm/builtin/mono_inline_cache.cpp
3: CXX vm/builtin/native_function.cpp
2: CXX vm/builtin/native_method.cpp
4: CXX vm/builtin/object.cpp
3: CXX vm/builtin/pack.cpp
4: CXX vm/builtin/packed_object.cpp
2: CXX vm/builtin/poly_inline_cache.cpp
4: CXX vm/builtin/proc.cpp
2: CXX vm/builtin/randomizer.cpp
3: CXX vm/builtin/regexp.cpp
4: CXX vm/builtin/respond_to_cache.cpp
2: CXX vm/builtin/stat.cpp
4: CXX vm/builtin/string.cpp
3: CXX vm/builtin/symbol.cpp
2: CXX vm/builtin/system.cpp
3: CXX vm/builtin/thread.cpp
4: CXX vm/builtin/thread_state.cpp
4: CXX vm/builtin/thunk.cpp
3: CXX vm/builtin/time.cpp
2: CXX vm/builtin/tuple.cpp
4: CXX vm/builtin/unpack.cpp
3: CXX vm/builtin/variable_scope.cpp
2: CXX vm/builtin/weakref.cpp
3: CXX vm/bytecode_verification.cpp
4: CXX vm/call_frame.cpp
2: CXX vm/capi/array.cpp
3: CXX vm/capi/bignum.cpp
4: CXX vm/capi/capi.cpp
2: CXX vm/capi/class.cpp
3: CXX vm/capi/complex.cpp
2: CXX vm/capi/data.cpp
3: CXX vm/capi/encoding.cpp
4: CXX vm/capi/enumerator.cpp
2: CXX vm/capi/exception.cpp
4: CXX vm/capi/file.cpp
3: CXX vm/capi/fixnum.cpp
2: CXX vm/capi/float.cpp
4: CXX vm/capi/gc.cpp
3: CXX vm/capi/globals.cpp
2: CXX vm/capi/handle.cpp
4: CXX vm/capi/handles.cpp
3: CXX vm/capi/hash.cpp
2: CXX vm/capi/integer.cpp
3: CXX vm/capi/io.cpp
4: CXX vm/capi/kernel.cpp
2: CXX vm/capi/marshal.cpp
3: CXX vm/capi/module.cpp
4: CXX vm/capi/mutex.cpp
2: CXX vm/capi/numeric.cpp
4: CXX vm/capi/object.cpp
3: CXX vm/capi/proc.cpp
2: CXX vm/capi/range.cpp
4: CXX vm/capi/rational.cpp
3: CXX vm/capi/regexp.cpp
2: CXX vm/capi/string.cpp
4: CXX vm/capi/struct.cpp
3: CXX vm/capi/symbol.cpp
2: CXX vm/capi/thread.cpp
4: CXX vm/capi/time.cpp
3: CXX vm/capi/util.cpp
4: CXX vm/compiled_file.cpp
2: CXX vm/config_parser.cpp
3: CXX vm/console.cpp
2: CXX vm/dispatch.cpp
4: CXX vm/drivers/cli.cpp
3: CXX vm/environment.cpp
4: CXX vm/exception.cpp
2: CXX vm/exception_point.cpp
2: CXX vm/ffi.cpp
4: CXX vm/ffi_util.cpp
4: CXX vm/fiber_data.cpp
2: CXX vm/fiber_stack.cpp
4: CXX vm/gc/baker.cpp
3: CXX vm/gc/code_manager.cpp
2: CXX vm/gc/debug.cpp
3: CXX vm/gc/finalize.cpp
4: CXX vm/gc/gc.cpp
2: CXX vm/gc/heap.cpp
3: CXX vm/gc/immix.cpp
2: CXX vm/gc/immix_marker.cpp
4: CXX vm/gc/inflated_headers.cpp
2: CXX vm/gc/managed.cpp
3: CXX vm/gc/mark_sweep.cpp
4: CXX vm/gc/object_mark.cpp
2: CXX vm/gc/root.cpp
3: CXX vm/gc/walker.cpp
4: CXX vm/gc/write_barrier.cpp
2: CXX vm/global_cache.cpp
3: CXX vm/helpers.cpp
4: CXX vm/instructions.cpp
2: CXX vm/instruments/rbxti.cpp
3: CXX vm/instruments/tooling.cpp
2: CXX vm/internal_threads.cpp
3: CXX vm/invoke_primitives.cpp
2: CXX vm/jit_primitives.cpp
3: CXX vm/linkedlist.cpp
2: CXX vm/llvm/detection.cpp
3: CXX vm/llvm/autotypes.cpp
2: CXX vm/llvm/disassembler.cpp
4: CXX vm/llvm/inline.cpp
2: CXX vm/llvm/inline_block.cpp
3: CXX vm/llvm/inline_primitive.cpp
2: CXX vm/llvm/jit_block.cpp
4: CXX vm/llvm/jit_builder.cpp
3: CXX vm/llvm/jit_compiler.cpp
2: CXX vm/llvm/jit_context.cpp
3: CXX vm/llvm/jit_inline_block.cpp
2: CXX vm/llvm/jit_inline_method.cpp
3: CXX vm/llvm/jit_memory_manager.cpp
4: CXX vm/llvm/jit_method.cpp
2: CXX vm/llvm/jit_runtime.cpp
3: CXX vm/llvm/jit_util.cpp
2: CXX vm/llvm/method_info.cpp
4: CXX vm/llvm/passes.cpp
3: CXX vm/llvm/state.cpp
2: CXX vm/llvm/types.cpp
4: CXX vm/lock.cpp
4: CXX vm/machine_code.cpp
3: CXX vm/marshal.cpp
2: CXX vm/method_primitives.cpp
3: CXX vm/metrics.cpp
4: CC vm/missing/crypt.c
4: CC vm/missing/setproctitle.c
4: CXX vm/missing/string.cpp
4: CXX vm/missing/windows.cpp
4: CXX vm/object_memory.cpp
3: CXX vm/ontology.cpp
4: CXX vm/oop.cpp
3: CXX vm/park.cpp
4: CXX vm/shared_state.cpp
3: CXX vm/signal.cpp
3: CXX vm/stack_variables.cpp
2: CXX vm/state.cpp
3: CXX vm/symbol_table.cpp
4: CXX vm/type_info.cpp
2: CXX vm/unwind_info.cpp
2: CXX vm/util/file.cpp
2: CXX vm/util/logger.cpp
3: CXX vm/util/murmur_hash3.cpp
3: CC vm/util/random.c
3: CC vm/util/sha1.c
2: CC vm/util/siphash.c
2: CXX vm/util/spinlock.cpp
2: CC vm/util/strftime.c
3: CC vm/util/time64.c
3: CXX vm/util/timer.cpp
2: CC vm/util/timing.c
2: CC vm/util/utf8.c
2: CC vm/util/vsnprintf.c
3: CXX vm/vm.cpp
2: CXX vm/vm_thread_state.cpp
Build time: 203.791892 seconds
1: LD vm/vm
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMInstrumentation.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMArchive.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMLinker.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMIRReader.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMBitReader.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMAsmParser.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMDebugInfo.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMOption.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMipo.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMVectorize.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMBitWriter.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMTableGen.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMSystemZCodeGen.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMSystemZAsmParser.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMSystemZDesc.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMSystemZInfo.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMSystemZAsmPrinter.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMHexagonCodeGen.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMHexagonAsmPrinter.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMHexagonDesc.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMHexagonInfo.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMNVPTXCodeGen.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMNVPTXDesc.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMNVPTXInfo.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMNVPTXAsmPrinter.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMBlazeDisassembler.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMBlazeCodeGen.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMBlazeDesc.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMBlazeAsmPrinter.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMBlazeAsmParser.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMBlazeInfo.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMCppBackendCodeGen.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMCppBackendInfo.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMSP430CodeGen.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMSP430Desc.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMSP430Info.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMSP430AsmPrinter.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMXCoreDisassembler.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMXCoreCodeGen.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMXCoreDesc.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMXCoreInfo.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMXCoreAsmPrinter.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMipsDisassembler.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMipsCodeGen.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMipsAsmParser.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMipsDesc.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMipsInfo.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMipsAsmPrinter.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMARMDisassembler.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMARMCodeGen.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMARMAsmParser.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMARMDesc.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMARMInfo.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMARMAsmPrinter.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMAArch64Disassembler.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMAArch64CodeGen.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMAArch64AsmParser.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMAArch64Desc.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMAArch64Info.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMAArch64AsmPrinter.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMAArch64Utils.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMPowerPCCodeGen.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMPowerPCDesc.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMPowerPCAsmPrinter.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMPowerPCAsmParser.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMPowerPCInfo.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMSparcCodeGen.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMSparcDesc.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMSparcInfo.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMX86Disassembler.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMX86AsmParser.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMX86CodeGen.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMSelectionDAG.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMAsmPrinter.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMX86Desc.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMX86Info.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMX86AsmPrinter.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMX86Utils.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMCDisassembler.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMCParser.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMInterpreter.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMCJIT.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMJIT.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMCodeGen.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMObjCARCOpts.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMScalarOpts.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMInstCombine.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMTransformUtils.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMipa.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMAnalysis.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMRuntimeDyld.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMExecutionEngine.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMTarget.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMMC.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMObject.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMCore.a'
clang: error: no such file or directory: '/Users/arthur/anaconda/lib/libLLVMSupport.a'
Error: clang++ -o vm/vm vm/artifacts/accessor_primitives.cpp.o vm/artifacts/arguments.cpp.o vm/artifacts/bytecode_verification.cpp.o vm/artifacts/call_frame.cpp.o vm/artifacts/compiled_file.cpp.o vm/artifacts/config_parser.cpp.o vm/artifacts/console.cpp.o vm/artifacts/dispatch.cpp.o vm/artifacts/environment.cpp.o vm/artifacts/exception.cpp.o vm/artifacts/exception_point.cpp.o vm/artifacts/ffi.cpp.o vm/artifacts/ffi_util.cpp.o vm/artifacts/fiber_data.cpp.o vm/artifacts/fiber_stack.cpp.o vm/artifacts/global_cache.cpp.o vm/artifacts/helpers.cpp.o vm/artifacts/instructions.cpp.o vm/artifacts/internal_threads.cpp.o vm/artifacts/invoke_primitives.cpp.o vm/artifacts/jit_primitives.cpp.o vm/artifacts/linkedlist.cpp.o vm/artifacts/lock.cpp.o vm/artifacts/machine_code.cpp.o vm/artifacts/marshal.cpp.o vm/artifacts/method_primitives.cpp.o vm/artifacts/metrics.cpp.o vm/artifacts/object_memory.cpp.o vm/artifacts/ontology.cpp.o vm/artifacts/oop.cpp.o vm/artifacts/park.cpp.o vm/artifacts/shared_state.cpp.o vm/artifacts/signal.cpp.o vm/artifacts/stack_variables.cpp.o vm/artifacts/state.cpp.o vm/artifacts/symbol_table.cpp.o vm/artifacts/type_info.cpp.o vm/artifacts/unwind_info.cpp.o vm/artifacts/vm.cpp.o vm/artifacts/vm_thread_state.cpp.o vm/builtin/artifacts/access_variable.cpp.o vm/builtin/artifacts/alias.cpp.o vm/builtin/artifacts/array.cpp.o vm/builtin/artifacts/atomic.cpp.o vm/builtin/artifacts/autoload.cpp.o vm/builtin/artifacts/basic_object.cpp.o vm/builtin/artifacts/bignum.cpp.o vm/builtin/artifacts/block_as_method.cpp.o vm/builtin/artifacts/block_environment.cpp.o vm/builtin/artifacts/byte_array.cpp.o vm/builtin/artifacts/call_custom_cache.cpp.o vm/builtin/artifacts/call_site.cpp.o vm/builtin/artifacts/call_unit.cpp.o vm/builtin/artifacts/call_unit_adapter.cpp.o vm/builtin/artifacts/channel.cpp.o vm/builtin/artifacts/character.cpp.o vm/builtin/artifacts/class.cpp.o vm/builtin/artifacts/compact_lookup_table.cpp.o vm/builtin/artifacts/compiled_code.cpp.o vm/builtin/artifacts/constant_cache.cpp.o vm/builtin/artifacts/constant_scope.cpp.o vm/builtin/artifacts/constant_table.cpp.o vm/builtin/artifacts/data.cpp.o vm/builtin/artifacts/dir.cpp.o vm/builtin/artifacts/encoding.cpp.o vm/builtin/artifacts/exception.cpp.o vm/builtin/artifacts/executable.cpp.o vm/builtin/artifacts/ffi_pointer.cpp.o vm/builtin/artifacts/fiber.cpp.o vm/builtin/artifacts/find_object.cpp.o vm/builtin/artifacts/fixnum.cpp.o vm/builtin/artifacts/float.cpp.o vm/builtin/artifacts/fsevent.cpp.o vm/builtin/artifacts/heap_dump.cpp.o vm/builtin/artifacts/immediates.cpp.o vm/builtin/artifacts/integer.cpp.o vm/builtin/artifacts/io.cpp.o vm/builtin/artifacts/iseq.cpp.o vm/builtin/artifacts/jit.cpp.o vm/builtin/artifacts/list.cpp.o vm/builtin/artifacts/location.cpp.o vm/builtin/artifacts/logger.cpp.o vm/builtin/artifacts/lookup_table.cpp.o vm/builtin/artifacts/method_table.cpp.o vm/builtin/artifacts/module.cpp.o vm/builtin/artifacts/mono_inline_cache.cpp.o vm/builtin/artifacts/native_function.cpp.o vm/builtin/artifacts/native_method.cpp.o vm/builtin/artifacts/object.cpp.o vm/builtin/artifacts/pack.cpp.o vm/builtin/artifacts/packed_object.cpp.o vm/builtin/artifacts/poly_inline_cache.cpp.o vm/builtin/artifacts/proc.cpp.o vm/builtin/artifacts/randomizer.cpp.o vm/builtin/artifacts/regexp.cpp.o vm/builtin/artifacts/respond_to_cache.cpp.o vm/builtin/artifacts/stat.cpp.o vm/builtin/artifacts/string.cpp.o vm/builtin/artifacts/symbol.cpp.o vm/builtin/artifacts/system.cpp.o vm/builtin/artifacts/thread.cpp.o vm/builtin/artifacts/thread_state.cpp.o vm/builtin/artifacts/thunk.cpp.o vm/builtin/artifacts/time.cpp.o vm/builtin/artifacts/tuple.cpp.o vm/builtin/artifacts/unpack.cpp.o vm/builtin/artifacts/variable_scope.cpp.o vm/builtin/artifacts/weakref.cpp.o vm/capi/artifacts/array.cpp.o vm/capi/artifacts/bignum.cpp.o vm/capi/artifacts/capi.cpp.o vm/capi/artifacts/class.cpp.o vm/capi/artifacts/complex.cpp.o vm/capi/artifacts/data.cpp.o vm/capi/artifacts/encoding.cpp.o vm/capi/artifacts/enumerator.cpp.o vm/capi/artifacts/exception.cpp.o vm/capi/artifacts/file.cpp.o vm/capi/artifacts/fixnum.cpp.o vm/capi/artifacts/float.cpp.o vm/capi/artifacts/gc.cpp.o vm/capi/artifacts/globals.cpp.o vm/capi/artifacts/handle.cpp.o vm/capi/artifacts/handles.cpp.o vm/capi/artifacts/hash.cpp.o vm/capi/artifacts/integer.cpp.o vm/capi/artifacts/io.cpp.o vm/capi/artifacts/kernel.cpp.o vm/capi/artifacts/marshal.cpp.o vm/capi/artifacts/module.cpp.o vm/capi/artifacts/mutex.cpp.o vm/capi/artifacts/numeric.cpp.o vm/capi/artifacts/object.cpp.o vm/capi/artifacts/proc.cpp.o vm/capi/artifacts/range.cpp.o vm/capi/artifacts/rational.cpp.o vm/capi/artifacts/regexp.cpp.o vm/capi/artifacts/string.cpp.o vm/capi/artifacts/struct.cpp.o vm/capi/artifacts/symbol.cpp.o vm/capi/artifacts/thread.cpp.o vm/capi/artifacts/time.cpp.o vm/capi/artifacts/util.cpp.o vm/drivers/artifacts/cli.cpp.o vm/gc/artifacts/baker.cpp.o vm/gc/artifacts/code_manager.cpp.o vm/gc/artifacts/debug.cpp.o vm/gc/artifacts/finalize.cpp.o vm/gc/artifacts/gc.cpp.o vm/gc/artifacts/heap.cpp.o vm/gc/artifacts/immix.cpp.o vm/gc/artifacts/immix_marker.cpp.o vm/gc/artifacts/inflated_headers.cpp.o vm/gc/artifacts/managed.cpp.o vm/gc/artifacts/mark_sweep.cpp.o vm/gc/artifacts/object_mark.cpp.o vm/gc/artifacts/root.cpp.o vm/gc/artifacts/walker.cpp.o vm/gc/artifacts/write_barrier.cpp.o vm/instruments/artifacts/rbxti.cpp.o vm/instruments/artifacts/tooling.cpp.o vm/llvm/artifacts/autotypes.cpp.o vm/llvm/artifacts/detection.cpp.o vm/llvm/artifacts/disassembler.cpp.o vm/llvm/artifacts/inline.cpp.o vm/llvm/artifacts/inline_block.cpp.o vm/llvm/artifacts/inline_primitive.cpp.o vm/llvm/artifacts/jit_block.cpp.o vm/llvm/artifacts/jit_builder.cpp.o vm/llvm/artifacts/jit_compiler.cpp.o vm/llvm/artifacts/jit_context.cpp.o vm/llvm/artifacts/jit_inline_block.cpp.o vm/llvm/artifacts/jit_inline_method.cpp.o vm/llvm/artifacts/jit_memory_manager.cpp.o vm/llvm/artifacts/jit_method.cpp.o vm/llvm/artifacts/jit_runtime.cpp.o vm/llvm/artifacts/jit_util.cpp.o vm/llvm/artifacts/method_info.cpp.o vm/llvm/artifacts/passes.cpp.o vm/llvm/artifacts/state.cpp.o vm/llvm/artifacts/types.cpp.o vm/missing/artifacts/crypt.c.o vm/missing/artifacts/setproctitle.c.o vm/missing/artifacts/string.cpp.o vm/missing/artifacts/windows.cpp.o vm/util/artifacts/file.cpp.o vm/util/artifacts/logger.cpp.o vm/util/artifacts/murmur_hash3.cpp.o vm/util/artifacts/random.c.o vm/util/artifacts/sha1.c.o vm/util/artifacts/siphash.c.o vm/util/artifacts/spinlock.cpp.o vm/util/artifacts/strftime.c.o vm/util/artifacts/time64.c.o vm/util/artifacts/timer.cpp.o vm/util/artifacts/timing.c.o vm/util/artifacts/utf8.c.o vm/util/artifacts/vsnprintf.c.o vendor/double-conversion/libdoubleconversion.a vendor/libffi/.libs/libffi.a vendor/libtommath/libtommath.a vendor/oniguruma/./libonig.a vendor/udis86/libudis86/.libs/libudis86.a -lm -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib64 -L/usr/local/opt/readline/lib -L/usr/local/opt/readline/lib64 -L/usr/local/opt/libyaml/lib -L/usr/local/opt/libyaml/lib64 -L/usr/local/opt/gdbm/lib -L/usr/local/opt/gdbm/lib64 /Users/arthur/anaconda/lib/libLLVMInstrumentation.a /Users/arthur/anaconda/lib/libLLVMArchive.a /Users/arthur/anaconda/lib/libLLVMLinker.a /Users/arthur/anaconda/lib/libLLVMIRReader.a /Users/arthur/anaconda/lib/libLLVMBitReader.a /Users/arthur/anaconda/lib/libLLVMAsmParser.a /Users/arthur/anaconda/lib/libLLVMDebugInfo.a /Users/arthur/anaconda/lib/libLLVMOption.a /Users/arthur/anaconda/lib/libLLVMipo.a /Users/arthur/anaconda/lib/libLLVMVectorize.a /Users/arthur/anaconda/lib/libLLVMBitWriter.a /Users/arthur/anaconda/lib/libLLVMTableGen.a /Users/arthur/anaconda/lib/libLLVMSystemZCodeGen.a /Users/arthur/anaconda/lib/libLLVMSystemZAsmParser.a /Users/arthur/anaconda/lib/libLLVMSystemZDesc.a /Users/arthur/anaconda/lib/libLLVMSystemZInfo.a /Users/arthur/anaconda/lib/libLLVMSystemZAsmPrinter.a /Users/arthur/anaconda/lib/libLLVMHexagonCodeGen.a /Users/arthur/anaconda/lib/libLLVMHexagonAsmPrinter.a /Users/arthur/anaconda/lib/libLLVMHexagonDesc.a /Users/arthur/anaconda/lib/libLLVMHexagonInfo.a /Users/arthur/anaconda/lib/libLLVMNVPTXCodeGen.a /Users/arthur/anaconda/lib/libLLVMNVPTXDesc.a /Users/arthur/anaconda/lib/libLLVMNVPTXInfo.a /Users/arthur/anaconda/lib/libLLVMNVPTXAsmPrinter.a /Users/arthur/anaconda/lib/libLLVMMBlazeDisassembler.a /Users/arthur/anaconda/lib/libLLVMMBlazeCodeGen.a /Users/arthur/anaconda/lib/libLLVMMBlazeDesc.a /Users/arthur/anaconda/lib/libLLVMMBlazeAsmPrinter.a /Users/arthur/anaconda/lib/libLLVMMBlazeAsmParser.a /Users/arthur/anaconda/lib/libLLVMMBlazeInfo.a /Users/arthur/anaconda/lib/libLLVMCppBackendCodeGen.a /Users/arthur/anaconda/lib/libLLVMCppBackendInfo.a /Users/arthur/anaconda/lib/libLLVMMSP430CodeGen.a /Users/arthur/anaconda/lib/libLLVMMSP430Desc.a /Users/arthur/anaconda/lib/libLLVMMSP430Info.a /Users/arthur/anaconda/lib/libLLVMMSP430AsmPrinter.a /Users/arthur/anaconda/lib/libLLVMXCoreDisassembler.a /Users/arthur/anaconda/lib/libLLVMXCoreCodeGen.a /Users/arthur/anaconda/lib/libLLVMXCoreDesc.a /Users/arthur/anaconda/lib/libLLVMXCoreInfo.a /Users/arthur/anaconda/lib/libLLVMXCoreAsmPrinter.a /Users/arthur/anaconda/lib/libLLVMMipsDisassembler.a /Users/arthur/anaconda/lib/libLLVMMipsCodeGen.a /Users/arthur/anaconda/lib/libLLVMMipsAsmParser.a /Users/arthur/anaconda/lib/libLLVMMipsDesc.a /Users/arthur/anaconda/lib/libLLVMMipsInfo.a /Users/arthur/anaconda/lib/libLLVMMipsAsmPrinter.a /Users/arthur/anaconda/lib/libLLVMARMDisassembler.a /Users/arthur/anaconda/lib/libLLVMARMCodeGen.a /Users/arthur/anaconda/lib/libLLVMARMAsmParser.a /Users/arthur/anaconda/lib/libLLVMARMDesc.a /Users/arthur/anaconda/lib/libLLVMARMInfo.a /Users/arthur/anaconda/lib/libLLVMARMAsmPrinter.a /Users/arthur/anaconda/lib/libLLVMAArch64Disassembler.a /Users/arthur/anaconda/lib/libLLVMAArch64CodeGen.a /Users/arthur/anaconda/lib/libLLVMAArch64AsmParser.a /Users/arthur/anaconda/lib/libLLVMAArch64Desc.a /Users/arthur/anaconda/lib/libLLVMAArch64Info.a /Users/arthur/anaconda/lib/libLLVMAArch64AsmPrinter.a /Users/arthur/anaconda/lib/libLLVMAArch64Utils.a /Users/arthur/anaconda/lib/libLLVMPowerPCCodeGen.a /Users/arthur/anaconda/lib/libLLVMPowerPCDesc.a /Users/arthur/anaconda/lib/libLLVMPowerPCAsmPrinter.a /Users/arthur/anaconda/lib/libLLVMPowerPCAsmParser.a /Users/arthur/anaconda/lib/libLLVMPowerPCInfo.a /Users/arthur/anaconda/lib/libLLVMSparcCodeGen.a /Users/arthur/anaconda/lib/libLLVMSparcDesc.a /Users/arthur/anaconda/lib/libLLVMSparcInfo.a /Users/arthur/anaconda/lib/libLLVMX86Disassembler.a /Users/arthur/anaconda/lib/libLLVMX86AsmParser.a /Users/arthur/anaconda/lib/libLLVMX86CodeGen.a /Users/arthur/anaconda/lib/libLLVMSelectionDAG.a /Users/arthur/anaconda/lib/libLLVMAsmPrinter.a /Users/arthur/anaconda/lib/libLLVMX86Desc.a /Users/arthur/anaconda/lib/libLLVMX86Info.a /Users/arthur/anaconda/lib/libLLVMX86AsmPrinter.a /Users/arthur/anaconda/lib/libLLVMX86Utils.a /Users/arthur/anaconda/lib/libLLVMMCDisassembler.a /Users/arthur/anaconda/lib/libLLVMMCParser.a /Users/arthur/anaconda/lib/libLLVMInterpreter.a /Users/arthur/anaconda/lib/libLLVMMCJIT.a /Users/arthur/anaconda/lib/libLLVMJIT.a /Users/arthur/anaconda/lib/libLLVMCodeGen.a /Users/arthur/anaconda/lib/libLLVMObjCARCOpts.a /Users/arthur/anaconda/lib/libLLVMScalarOpts.a /Users/arthur/anaconda/lib/libLLVMInstCombine.a /Users/arthur/anaconda/lib/libLLVMTransformUtils.a /Users/arthur/anaconda/lib/libLLVMipa.a /Users/arthur/anaconda/lib/libLLVMAnalysis.a /Users/arthur/anaconda/lib/libLLVMRuntimeDyld.a /Users/arthur/anaconda/lib/libLLVMExecutionEngine.a /Users/arthur/anaconda/lib/libLLVMTarget.a /Users/arthur/anaconda/lib/libLLVMMC.a /Users/arthur/anaconda/lib/libLLVMObject.a /Users/arthur/anaconda/lib/libLLVMCore.a /Users/arthur/anaconda/lib/libLLVMSupport.a -L/Users/arthur/anaconda/lib -lz -lpthread -lm
rake aborted!
Error compiling
/Users/arthur/src/rubinius-2.5.3/vendor/gems/gems/daedalus-core-0.2.0/lib/daedalus.rb:68:in `command'
/Users/arthur/src/rubinius-2.5.3/vendor/gems/gems/daedalus-core-0.2.0/lib/daedalus.rb:254:in `link'
/Users/arthur/src/rubinius-2.5.3/vendor/gems/gems/daedalus-core-0.2.0/lib/daedalus.rb:774:in `build'
/Users/arthur/src/rubinius-2.5.3/vendor/gems/gems/daedalus-core-0.2.0/lib/daedalus.rb:877:in `block in linear_tasks'
/Users/arthur/src/rubinius-2.5.3/vendor/gems/gems/daedalus-core-0.2.0/lib/daedalus.rb:876:in `each'
/Users/arthur/src/rubinius-2.5.3/vendor/gems/gems/daedalus-core-0.2.0/lib/daedalus.rb:876:in `linear_tasks'
/Users/arthur/src/rubinius-2.5.3/vendor/gems/gems/daedalus-core-0.2.0/lib/daedalus.rb:872:in `start'
/Users/arthur/src/rubinius-2.5.3/vendor/gems/gems/daedalus-core-0.2.0/lib/daedalus.rb:989:in `block in build'
/Users/arthur/src/rubinius-2.5.3/vendor/gems/gems/daedalus-core-0.2.0/lib/daedalus.rb:980:in `each'
/Users/arthur/src/rubinius-2.5.3/vendor/gems/gems/daedalus-core-0.2.0/lib/daedalus.rb:980:in `build'
/Users/arthur/src/rubinius-2.5.3/rakelib/vm.rake:240:in `block in <top (required)>'
Tasks: TOP => build => build:build => vm/vm
(See full trace by running task with --trace)
!!! Compiling rbx 2.5.3 failed!
➜ ~ ruby-install rbx -- --llvm-path="/usr/local/Cellar/llvm/3.4.2" --trace
>>> Installing rbx 2.5.3 into /Users/arthur/.rubies/rbx-2.5.3 ...
>>> Installing dependencies for rbx 2.5.3 ...
Warning: openssl-1.0.2 already installed
Warning: readline-6.3.8 already installed
Warning: libyaml-0.1.6_1 already installed
Warning: gdbm-1.11 already installed
>>> Downloading http://releases.rubini.us/rubinius-2.5.3.tar.bz2 into /Users/arthur/src ...
>>> Verifying rubinius-2.5.3.tar.bz2 ...
>>> Extracting rubinius-2.5.3.tar.bz2 to /Users/arthur/src/rubinius-2.5.3 ...
>>> Bundling rubinius 2.5.3 ...
Successfully installed bundler-1.10.3
Parsing documentation for bundler-1.10.3
Done installing documentation for bundler after 9 seconds
1 gem installed
Using rake 10.4.2
Using daedalus-core 0.2.0
Using redcard 1.1.0
Using rubinius-ast 2.3.2
Using rubinius-bridge 1.1.0
Using rubinius-compiler 2.3.1
Using rubinius-melbourne 2.3.1.0
Using rubinius-processor 2.3.0
Using rubinius-toolset 2.3.1
Using rubinius-build_tools 2.0.0
Using bundler 1.10.3
Updating files in vendor/cache
Bundle complete! 5 Gemfile dependencies, 11 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
>>> Configuring rubinius 2.5.3 ...
Usage: configure [options]
Configure settings
--log-file NAME Write log to file NAME
--make NAME Use NAME as 'make' during build
--rake NAME Use NAME as 'rake' during build
--tar NAME Use NAME as 'tar'
--perl NAME Use NAME as 'perl' during build
--gem NAME Use NAME as 'gem' during build
--debug-build Disable C++ optimizations and retain debugging symbols
--release-build Build from local files instead of accessing the network
Compiler settings
--cc COMPILER Compiler to use for C code (eg gcc, clang)
--cxx COMPILER Compiler to use for C++ code (eg g++, clang++)
LLVM settings
--disable-llvm Don't build with LLVM
--system-name NAME Name of OS (eg fedora-8, ubuntu-10.04)
--llvm-path PATH File system path to the directory containing LLVM
--llvm-config PROGRAM File system path to the llvm-config program
--llvm-shared Link to shared LLVM library
System settings
--with-include-dir DIR Add DIR to the default include search paths
--with-lib-dir DIR Add DIR to the default library search paths
--with-opt-dir DIR Add DIR/include and DIR/lib to include and library search paths
--libc NAME Use NAME as the libc for FFI
--host HOST Override guessed platform with HOST specification
Program names
--program-name NAME Build Rubinius executable as NAME
--bin-link NAME Create NAME as binary symlink to program name
--no-bin-links Do not create any symlinks to program name
File system paths for installing Rubinius
-P, --prefix PATH Install Rubinius in subdirectories of PATH
-B, --bindir PATH Install Rubinius executable in PATH
-I, --includedir PATH Install Rubinius C-API include files in PATH
-A, --appdir PATH Install Ruby runtime and libraries in PATH
-L, --libdir PATH Install Rubinius shared library in PATH
-M, --mandir PATH Install man pages in PATH
-G, --gemsdir PATH Install gems in PATH
--gems-cache PATH Cache Gems in PATH during compilation
--sitedir PATH Install site-specific Ruby code in PATH
--vendordir PATH Install vendor-specific Ruby code in PATH
--preserve-prefix Use the configure prefix for staging Rubinius to install
--stagingdir PATH Use PATH to build and prepare all files for install
Optional features
--with-execinfo Enable execinfo
--without-execinfo Disable execinfo
--with-vendor-zlib Enable vendor-zlib
--without-vendor-zlib Disable vendor-zlib
--with-alloc-tracking Enable alloc-tracking
--without-alloc-tracking Disable alloc-tracking
--with-fibers Enable fibers
--without-fibers Disable fibers
--with-dtrace Enable dtrace
--without-dtrace Disable dtrace
--with-rpath Enable rpath
--without-rpath Disable rpath
Help!
--show Print the current configuration and exit
-V, --verbose Print additional info
-h, --help Show this message
Unrecognized option: --trace
!!! Configuration of rbx 2.5.3 failed!
➜ ~ brew upgrade clang
Error: No available formula for clang
➜ ~ brew upgrade clang++
Error: No available formula for clang++
➜ ~ brew update clang
This command updates brew itself, and does not take formula names.
Use `brew upgrade <formula>`.
➜ ~ brew install clng
Error: No available formula for clng
Searching formulae...
Searching taps...
^C
➜ ~ brew install clang
Error: No available formula for clang
Searching formulae...
clang-format emacs-clang-complete-async
Searching taps...
➜ ~ clang
clang: error: no input files
➜ ~ clang --version
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix
➜ ~ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/opt/ImageMagick/bin/Magick++-config
/opt/ImageMagick/bin/Magick-config
/opt/ImageMagick/bin/MagickCore-config
/opt/ImageMagick/bin/MagickWand-config
/opt/ImageMagick/bin/Wand-config
/Users/arthur/anaconda/bin/curl-config
/Users/arthur/anaconda/bin/freetype-config
/Users/arthur/anaconda/bin/libdynd-config
/Users/arthur/anaconda/bin/libpng-config
/Users/arthur/anaconda/bin/libpng15-config
/Users/arthur/anaconda/bin/llvm-config
/Users/arthur/anaconda/bin/python-config
/Users/arthur/anaconda/bin/python2-config
/Users/arthur/anaconda/bin/python2.7-config
/Users/arthur/anaconda/bin/xml2-config
/Users/arthur/anaconda/bin/xslt-config
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libarena-4e7c5e5c.dylib
/usr/local/lib/libflate-4e7c5e5c.dylib
/usr/local/lib/libfmt_macros-4e7c5e5c.dylib
/usr/local/lib/libgetopts-4e7c5e5c.dylib
/usr/local/lib/libgraphviz-4e7c5e5c.dylib
/usr/local/lib/liblog-4e7c5e5c.dylib
/usr/local/lib/librbml-4e7c5e5c.dylib
/usr/local/lib/libregex-4e7c5e5c.dylib
/usr/local/lib/librustc-4e7c5e5c.dylib
/usr/local/lib/librustc_back-4e7c5e5c.dylib
/usr/local/lib/librustc_borrowck-4e7c5e5c.dylib
/usr/local/lib/librustc_driver-4e7c5e5c.dylib
/usr/local/lib/librustc_llvm-4e7c5e5c.dylib
/usr/local/lib/librustc_trans-4e7c5e5c.dylib
/usr/local/lib/librustc_typeck-4e7c5e5c.dylib
/usr/local/lib/librustdoc-4e7c5e5c.dylib
/usr/local/lib/librustrt-4e7c5e5c.dylib
/usr/local/lib/libserialize-4e7c5e5c.dylib
/usr/local/lib/libstd-4e7c5e5c.dylib
/usr/local/lib/libsyntax-4e7c5e5c.dylib
/usr/local/lib/libterm-4e7c5e5c.dylib
/usr/local/lib/libtest-4e7c5e5c.dylib
/usr/local/lib/libtime-4e7c5e5c.dylib
/usr/local/lib/libusb-1.0.0.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/fakemysql.h
/usr/local/include/fakepq.h
/usr/local/include/fakesql.h
/usr/local/include/itcl.h
/usr/local/include/itcl2TclOO.h
/usr/local/include/itclDecls.h
/usr/local/include/itclInt.h
/usr/local/include/itclIntDecls.h
/usr/local/include/itclMigrate2TclCore.h
/usr/local/include/itclTclIntStubsFcn.h
/usr/local/include/mysqlStubs.h
/usr/local/include/odbcStubs.h
/usr/local/include/pqStubs.h
/usr/local/include/tcl.h
/usr/local/include/tclDecls.h
/usr/local/include/tclOO.h
/usr/local/include/tclOODecls.h
/usr/local/include/tclPlatDecls.h
/usr/local/include/tclThread.h
/usr/local/include/tclTomMath.h
/usr/local/include/tclTomMathDecls.h
/usr/local/include/tdbc.h
/usr/local/include/tdbcDecls.h
/usr/local/include/tdbcInt.h
/usr/local/include/tk.h
/usr/local/include/tkDecls.h
/usr/local/include/tkPlatDecls.h
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
clisp
gnupg
httrack
libusb
pypy
pypy3
redis
Warning: You have uncommitted modifications to Homebrew
If this a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
cd /usr/local/Library && git stash && git clean -d -f
Warning: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:
2to3
2to3-2.7
adb
easy_install
easy_install-2.7
emacs
emacsclient
etags
fastboot
gcc-4.2
git
git-cvsserver
git-receive-pack
git-shell
git-upload-archive
git-upload-pack
idle
idle2.7
pydoc
pydoc2.7
python
python-config
python2.7
python2.7-config
pythonw
pythonw2.7
smtpd.py
smtpd2.7.py
Consider setting your PATH so that /usr/local/bin
occurs before /usr/bin. Here is a one-liner:
echo 'export PATH="/usr/local/bin:$PATH"' >> ~/.bash_profile
Warning: Your Homebrew is outdated.
You haven't updated for at least 24 hours. This is a long time in brewland!
To update Homebrew, run `brew update`.
➜ ~
➜ ~ rbx -v
zsh: command not found: rbx
➜ ~ uname -a
Darwin colle-mac 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 x86_64
➜ ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment