Skip to content

Instantly share code, notes, and snippets.

@pointlessone
Created September 23, 2013 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pointlessone/6673222 to your computer and use it in GitHub Desktop.
Save pointlessone/6673222 to your computer and use it in GitHub Desktop.
GEN vm/gen/config_variables.h
/Users/cheba/.rvm/rubies/ruby-2.0.0-p247/bin/ruby vm/codegen/config_vars.rb vm/gen/config_variables.h
/Users/cheba/.rvm/rubies/ruby-2.0.0-p247/bin/ruby vm/codegen/encoding_extract.rb /private/tmp/rubinius/vendor/oniguruma vm/gen/encoding_database.cpp
mkdir -p /private/tmp/rubinius/staging//lib/encoding/converter
/Users/cheba/.rvm/rubies/ruby-2.0.0-p247/bin/ruby vm/codegen/transcoders_extract.rb /private/tmp/rubinius/vendor/oniguruma/enc/trans vm/gen/transcoder_database.cpp
/Users/cheba/.rvm/rubies/ruby-2.0.0-p247/bin/ruby vm/codegen/field_extract.rb vm/builtin/basicobject.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/bytearray.hpp vm/builtin/io.hpp vm/builtin/channel.hpp vm/builtin/module.hpp vm/builtin/constant_table.hpp vm/builtin/class.hpp vm/builtin/compiledcode.hpp vm/builtin/data.hpp vm/builtin/dir.hpp vm/builtin/exception.hpp vm/builtin/float.hpp vm/builtin/immediates.hpp vm/builtin/iseq.hpp vm/builtin/list.hpp vm/builtin/lookuptable.hpp vm/builtin/ffi_pointer.hpp vm/builtin/methodtable.hpp vm/builtin/nativefunction.hpp vm/builtin/packed_object.hpp vm/builtin/randomizer.hpp vm/builtin/regexp.hpp vm/builtin/constantscope.hpp vm/builtin/encoding.hpp vm/builtin/string.hpp vm/builtin/symbol.hpp vm/builtin/thread.hpp vm/builtin/tuple.hpp vm/builtin/compactlookuptable.hpp vm/builtin/time.hpp vm/builtin/stat.hpp vm/builtin/nativemethod.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
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
g++ -Wall -g -O2 -c src/bignum-dtoa.cc -o src/bignum-dtoa.o
g++ -Wall -g -O2 -c src/bignum.cc -o src/bignum.o
g++ -Wall -g -O2 -c src/cached-powers.cc -o src/cached-powers.o
g++ -Wall -g -O2 -c src/diy-fp.cc -o src/diy-fp.o
g++ -Wall -g -O2 -c src/double-conversion.cc -o src/double-conversion.o
g++ -Wall -g -O2 -c src/fast-dtoa.cc -o src/fast-dtoa.o
g++ -Wall -g -O2 -c src/fixed-dtoa.cc -o src/fixed-dtoa.o
g++ -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-darwin12.5.0
checking host system type... x86_64-apple-darwin12.5.0
checking target system type... x86_64-apple-darwin12.5.0
checking for gsed... sed
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 for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
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 gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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-darwin12.5.0 file names to x86_64-apple-darwin12.5.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin12.5.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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 gcc 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... gcc -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 gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.5.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 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 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 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
make "AR_FLAGS=" "CC_FOR_BUILD=" "CFLAGS=-O3 -Wall -fexceptions" "CXXFLAGS=" "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=make" "MAKEINFO=/bin/sh /private/tmp/rubinius/vendor/libffi/missing --run 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=gcc" "CXX=g++" "LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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 gcc -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: gcc -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: gcc -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 gcc -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: gcc -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: gcc -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 gcc -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: gcc -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: gcc -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 gcc -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: gcc -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: gcc -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 gcc -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: gcc -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: gcc -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 gcc -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: gcc -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: gcc -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 gcc -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: gcc -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: gcc -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 gcc -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: gcc -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: gcc -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 gcc -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: gcc -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: gcc -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 gcc -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
/usr/bin/ranlib: file: .libs/libffi_convenience.a(ffi.o) has no symbols
/usr/bin/ranlib: file: .libs/libffi_convenience.a(darwin.o) has no symbols
libtool: link: ranlib .libs/libffi_convenience.a
ranlib: file: .libs/libffi_convenience.a(ffi.o) has no symbols
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 gcc -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: gcc -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.1 -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
/usr/bin/ranlib: file: .libs/libffi.a(ffi.o) has no symbols
/usr/bin/ranlib: file: .libs/libffi.a(darwin.o) has no symbols
libtool: link: ranlib .libs/libffi.a
ranlib: file: .libs/libffi.a(ffi.o) has no symbols
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
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bncore.o bncore.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init.o bn_mp_init.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_clear.o bn_mp_clear.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_exch.o bn_mp_exch.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_grow.o bn_mp_grow.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_shrink.o bn_mp_shrink.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_clamp.o bn_mp_clamp.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_zero.o bn_mp_zero.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_set.o bn_mp_set.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_set_int.o bn_mp_set_int.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_size.o bn_mp_init_size.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_copy.o bn_mp_copy.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_copy.o bn_mp_init_copy.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_abs.o bn_mp_abs.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_neg.o bn_mp_neg.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_cmp_mag.o bn_mp_cmp_mag.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_cmp.o bn_mp_cmp.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_cmp_d.o bn_mp_cmp_d.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_rshd.o bn_mp_rshd.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_lshd.o bn_mp_lshd.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mod_2d.o bn_mp_mod_2d.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div_2d.o bn_mp_div_2d.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mul_2d.o bn_mp_mul_2d.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div_2.o bn_mp_div_2.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mul_2.o bn_mp_mul_2.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_add.o bn_s_mp_add.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_sub.o bn_s_mp_sub.c
gcc -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
gcc -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
gcc -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
gcc -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
gcc -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
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_sqr.o bn_s_mp_sqr.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_add.o bn_mp_add.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sub.o bn_mp_sub.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_karatsuba_mul.o bn_mp_karatsuba_mul.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mul.o bn_mp_mul.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_karatsuba_sqr.o bn_mp_karatsuba_sqr.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sqr.o bn_mp_sqr.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div.o bn_mp_div.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mod.o bn_mp_mod.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_add_d.o bn_mp_add_d.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sub_d.o bn_mp_sub_d.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mul_d.o bn_mp_mul_d.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div_d.o bn_mp_div_d.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mod_d.o bn_mp_mod_d.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_expt_d.o bn_mp_expt_d.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_addmod.o bn_mp_addmod.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_submod.o bn_mp_submod.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mulmod.o bn_mp_mulmod.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sqrmod.o bn_mp_sqrmod.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_gcd.o bn_mp_gcd.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_lcm.o bn_mp_lcm.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_fast_mp_invmod.o bn_fast_mp_invmod.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_invmod.o bn_mp_invmod.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce.o bn_mp_reduce.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_montgomery_setup.o bn_mp_montgomery_setup.c
gcc -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
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_montgomery_reduce.o bn_mp_montgomery_reduce.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_exptmod_fast.o bn_mp_exptmod_fast.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_exptmod.o bn_mp_exptmod.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_2expt.o bn_mp_2expt.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_n_root.o bn_mp_n_root.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_jacobi.o bn_mp_jacobi.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_reverse.o bn_reverse.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_count_bits.o bn_mp_count_bits.c
gcc -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
gcc -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
gcc -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
gcc -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
gcc -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
gcc -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
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_xor.o bn_mp_xor.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_and.o bn_mp_and.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_or.o bn_mp_or.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_rand.o bn_mp_rand.c
gcc -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
gcc -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
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_prime_tab.o bn_prime_tab.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_fermat.o bn_mp_prime_fermat.c
gcc -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
gcc -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
gcc -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
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_dr_reduce.o bn_mp_dr_reduce.c
gcc -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
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_dr_setup.o bn_mp_dr_setup.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_setup.o bn_mp_reduce_setup.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toom_mul.o bn_mp_toom_mul.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toom_sqr.o bn_mp_toom_sqr.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div_3.o bn_mp_div_3.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_exptmod.o bn_s_mp_exptmod.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_2k.o bn_mp_reduce_2k.c
gcc -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
gcc -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
gcc -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
gcc -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
gcc -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
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_radix_smap.o bn_mp_radix_smap.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_read_radix.o bn_mp_read_radix.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toradix.o bn_mp_toradix.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_radix_size.o bn_mp_radix_size.c
gcc -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
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_fread.o bn_mp_fread.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_fwrite.o bn_mp_fwrite.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_cnt_lsb.o bn_mp_cnt_lsb.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_error.o bn_error.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_multi.o bn_mp_init_multi.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_clear_multi.o bn_mp_clear_multi.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_exteuclid.o bn_mp_exteuclid.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toradix_n.o bn_mp_toradix_n.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toradix_nd.o bn_mp_toradix_nd.c
gcc -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
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_get_int.o bn_mp_get_int.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sqrt.o bn_mp_sqrt.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_is_square.o bn_mp_is_square.c
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_set.o bn_mp_init_set.c
gcc -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
gcc -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_invmod_slow.o bn_mp_invmod_slow.c
gcc -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
gcc -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
gcc -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
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
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
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
1: CC enc/utf_16le.c
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-darwin12.5.0
checking host system type... x86_64-apple-darwin12.5.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... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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... gcc -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 g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -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 gcc 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 gcc supports -fno-rtti -fno-exceptions... rm: conftest.dSYM: is a directory
yes
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... rm: conftest.dSYM: is a directory
yes
checking if gcc static flag -static works... rm: conftest.dSYM: is a directory
no
checking if gcc supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.5.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 g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... rm: conftest.dSYM: is a directory
yes
checking if g++ static flag -static works... rm: conftest.dSYM: is a directory
no
checking if g++ supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.5.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 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.5.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
make all-recursive
Making all in libudis86
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT itab.lo -MD -MP -MF .deps/itab.Tpo -c -o itab.lo itab.c
gcc -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 gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT input.lo -MD -MP -MF .deps/input.Tpo -c -o input.lo input.c
gcc -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 gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c -o decode.lo decode.c
gcc -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 gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT syn.lo -MD -MP -MF .deps/syn.Tpo -c -o syn.lo syn.c
gcc -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 gcc -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
gcc -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 gcc -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
gcc -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 gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -MT udis86.lo -MD -MP -MF .deps/udis86.Tpo -c -o udis86.lo udis86.c
gcc -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 gcc -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
gcc -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 gcc -I../libudis86 -I.. -g -O2 -Wall -o udcli udcli-udcli.o ../libudis86/libudis86.la
mkdir .libs
gcc -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 190 tasks using 3 parallel threads
2: CXX vm/agent_components.cpp
3: CXX vm/agent.cpp
4: CXX vm/accessor_primitives.cpp
2: CXX vm/arguments.cpp
3: CXX vm/auxiliary_threads.cpp
3: CXX vm/builtin/access_variable.cpp
2: CXX vm/builtin/alias.cpp
3: CXX vm/builtin/array.cpp
2: CXX vm/builtin/atomic.cpp
2: CXX vm/builtin/autoload.cpp
3: CXX vm/builtin/bignum.cpp
4: CXX vm/builtin/block_as_method.cpp
2: CXX vm/builtin/block_environment.cpp
4: CXX vm/builtin/bytearray.cpp
3: CXX vm/builtin/call_custom_cache.cpp
4: CXX vm/builtin/call_site.cpp
3: CXX vm/builtin/call_unit.cpp
2: CXX vm/builtin/call_unit_adapter.cpp
4: CXX vm/builtin/channel.cpp
3: CXX vm/builtin/character.cpp
2: CXX vm/builtin/class.cpp
4: CXX vm/builtin/compactlookuptable.cpp
3: CXX vm/builtin/compiledcode.cpp
2: CXX vm/builtin/constant_cache.cpp
4: CXX vm/builtin/constant_table.cpp
2: CXX vm/builtin/constantscope.cpp
4: CXX vm/builtin/data.cpp
2: CXX vm/builtin/dir.cpp
3: CXX vm/builtin/encoding.cpp
4: CXX vm/builtin/exception.cpp
2: CXX vm/builtin/executable.cpp
3: CXX vm/builtin/ffi_pointer.cpp
2: CXX vm/builtin/fiber.cpp
4: CXX vm/builtin/find_object.cpp
3: CXX vm/builtin/fixnum.cpp
2: CXX vm/builtin/float.cpp
4: CXX vm/builtin/heap_dump.cpp
3: CXX vm/builtin/immediates.cpp
2: CXX vm/builtin/integer.cpp
3: CXX vm/builtin/io.cpp
4: CXX vm/builtin/iseq.cpp
2: CXX vm/builtin/list.cpp
4: CXX vm/builtin/location.cpp
2: CXX vm/builtin/lookuptable.cpp
3: CXX vm/builtin/methodtable.cpp
4: CXX vm/builtin/module.cpp
2: CXX vm/builtin/mono_inline_cache.cpp
3: CXX vm/builtin/nativefunction.cpp
2: CXX vm/builtin/nativemethod.cpp
4: CXX vm/builtin/object.cpp
3: CXX vm/builtin/pack.cpp
2: CXX vm/builtin/packed_object.cpp
4: CXX vm/builtin/poly_inline_cache.cpp
2: CXX vm/builtin/proc.cpp
4: 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
2: CXX vm/builtin/string.cpp
4: CXX vm/builtin/symbol.cpp
3: CXX vm/builtin/system.cpp
4: CXX vm/builtin/thread.cpp
2: CXX vm/builtin/thread_state.cpp
4: CXX vm/builtin/thunk.cpp
2: CXX vm/builtin/time.cpp
3: CXX vm/builtin/tuple.cpp
4: CXX vm/builtin/unpack.cpp
2: CXX vm/builtin/variable_scope.cpp
3: CXX vm/builtin/weakref.cpp
2: CXX vm/bytecode_verification.cpp
4: CXX vm/call_frame.cpp
3: CXX vm/capi/array.cpp
2: CXX vm/capi/bignum.cpp
4: CXX vm/capi/capi.cpp
3: CXX vm/capi/class.cpp
2: CXX vm/capi/complex.cpp
3: CXX vm/capi/data.cpp
2: CXX vm/capi/encoding.cpp
4: CXX vm/capi/enumerator.cpp
3: CXX vm/capi/exception.cpp
2: CXX vm/capi/file.cpp
4: CXX vm/capi/float.cpp
3: CXX vm/capi/gc.cpp
2: CXX vm/capi/globals.cpp
4: CXX vm/capi/handle.cpp
3: CXX vm/capi/handles.cpp
2: CXX vm/capi/hash.cpp
4: CXX vm/capi/io.cpp
3: CXX vm/capi/kernel.cpp
2: CXX vm/capi/marshal.cpp
4: CXX vm/capi/module.cpp
2: CXX vm/capi/mutex.cpp
3: CXX vm/capi/numeric.cpp
2: CXX vm/capi/object.cpp
4: CXX vm/capi/proc.cpp
3: CXX vm/capi/range.cpp
4: CXX vm/capi/rational.cpp
2: CXX vm/capi/regexp.cpp
3: CXX vm/capi/string.cpp
4: CXX vm/capi/struct.cpp
2: CXX vm/capi/symbol.cpp
3: CXX vm/capi/thread.cpp
4: CXX vm/capi/time.cpp
2: CXX vm/capi/util.cpp
4: CXX vm/compiled_file.cpp
3: CXX vm/config_parser.cpp
2: CXX vm/dispatch.cpp
4: CXX vm/drivers/cli.cpp
3: CXX vm/environment.cpp
2: CXX vm/exception.cpp
4: 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
2: CXX vm/gc/gc.cpp
4: CXX vm/gc/heap.cpp
3: CXX vm/gc/immix.cpp
4: CXX vm/gc/immix_marker.cpp
2: CXX vm/gc/inflated_headers.cpp
4: CXX vm/gc/managed.cpp
3: CXX vm/gc/marksweep.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
4: CXX vm/helpers.cpp
3: CXX vm/instructions.cpp
2: CXX vm/instruments/rbxti.cpp
4: CXX vm/instruments/tooling.cpp
2: CXX vm/invoke_primitives.cpp
4: CXX vm/jit_primitives.cpp
2: CXX vm/kcode.cpp
2: CXX vm/linkedlist.cpp
4: CXX vm/llvm/autotypes.cpp
2: CXX vm/llvm/detection.cpp
2: CXX vm/llvm/disassembler.cpp
2: CXX vm/llvm/inline.cpp
3: CXX vm/llvm/inline_block.cpp
4: CXX vm/llvm/inline_primitive.cpp
3: CXX vm/llvm/jit_block.cpp
2: CXX vm/llvm/jit_builder.cpp
3: CXX vm/llvm/jit_compiler.cpp
4: CXX vm/llvm/jit_context.cpp
3: CXX vm/llvm/jit_inline_block.cpp
4: CXX vm/llvm/jit_inline_method.cpp
3: CXX vm/llvm/jit_memory_manager.cpp
4: CXX vm/llvm/jit_method.cpp
3: CXX vm/llvm/jit_runtime.cpp
2: CXX vm/llvm/jit_util.cpp
3: 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
2: CXX vm/marshal.cpp
3: CXX vm/method_primitives.cpp
4: CC vm/missing/crypt.c
2: CC vm/missing/setproctitle.c
4: CXX vm/missing/windows.cpp
2: CXX vm/objectmemory.cpp
4: CXX vm/ontology.cpp
4: CXX vm/oop.cpp
2: CXX vm/park.cpp
4: CXX vm/shared_state.cpp
2: CXX vm/signal.cpp
2: CXX vm/stack_variables.cpp
2: CXX vm/state.cpp
2: CXX vm/symboltable.cpp
4: CXX vm/type_info.cpp
2: CXX vm/unwind_info.cpp
2: CXX vm/util/murmur_hash3.cpp
2: CC vm/util/random.c
3: CC vm/util/sha1.c
2: CC vm/util/siphash.c
2: CXX vm/util/spinlock.cpp
3: CC vm/util/strftime.c
2: CC vm/util/time64.c
2: CC vm/util/timing.c
3: CC vm/util/utf8.c
2: CC vm/util/vsnprintf.c
3: CXX vm/virtual.cpp
3: CXX vm/vm.cpp
2: CXX vm/vm_thread_state.cpp
Build time: 117.609902 seconds
1: LD vm/vm
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame
GEN runtime/platform.conf
GEN runtime/signature
mkdir -p runtime/bootstrap
RBC kernel/bootstrap/basicobject.rb
RBC kernel/bootstrap/alias.rb
RBC kernel/bootstrap/array.rb
RBC kernel/bootstrap/atomic.rb
RBC kernel/bootstrap/bignum.rb
RBC kernel/bootstrap/block_environment.rb
RBC kernel/bootstrap/bytearray.rb
RBC kernel/bootstrap/call_site.rb
RBC kernel/bootstrap/call_custom_cache.rb
RBC kernel/bootstrap/channel.rb
RBC kernel/bootstrap/character.rb
RBC kernel/bootstrap/class.rb
RBC kernel/bootstrap/compactlookuptable.rb
RBC kernel/bootstrap/compiled_code.rb
RBC kernel/bootstrap/configuration.rb
RBC kernel/bootstrap/constant_cache.rb
RBC kernel/bootstrap/constant_scope.rb
RBC kernel/bootstrap/constant_table.rb
RBC kernel/bootstrap/dir.rb
RBC kernel/bootstrap/encoding.rb
RBC kernel/bootstrap/exception.rb
RBC kernel/bootstrap/executable.rb
RBC kernel/bootstrap/false.rb
RBC kernel/bootstrap/fixnum.rb
RBC kernel/bootstrap/gc.rb
RBC kernel/bootstrap/io.rb
RBC kernel/bootstrap/iseq.rb
RBC kernel/bootstrap/kernel.rb
RBC kernel/bootstrap/lookuptable.rb
RBC kernel/bootstrap/method_table.rb
RBC kernel/bootstrap/mono_inline_cache.rb
RBC kernel/bootstrap/nil.rb
RBC kernel/bootstrap/proc.rb
RBC kernel/bootstrap/process.rb
RBC kernel/bootstrap/poly_inline_cache.rb
RBC kernel/bootstrap/regexp.rb
RBC kernel/bootstrap/respond_to_cache.rb
RBC kernel/bootstrap/rubinius.rb
RBC kernel/bootstrap/stat.rb
RBC kernel/bootstrap/string.rb
RBC kernel/bootstrap/symbol.rb
RBC kernel/bootstrap/thread.rb
RBC kernel/bootstrap/thunk.rb
RBC kernel/bootstrap/time.rb
RBC kernel/bootstrap/true.rb
RBC kernel/bootstrap/tuple.rb
RBC kernel/bootstrap/type.rb
RBC kernel/bootstrap/variable_scope.rb
RBC kernel/bootstrap/vm.rb
RBC kernel/bootstrap/weakref.rb
mkdir -p runtime/platform
RBC kernel/platform/ffi.rb
RBC kernel/platform/enum.rb
RBC kernel/platform/library.rb
RBC kernel/platform/pointer_accessors.rb
RBC kernel/platform/pointer.rb
RBC kernel/platform/env.rb
RBC kernel/platform/file.rb
RBC kernel/platform/math.rb
RBC kernel/platform/posix.rb
RBC kernel/platform/struct.rb
RBC kernel/platform/union.rb
mkdir -p runtime/common
RBC kernel/common/basicobject.rb
RBC kernel/common/mirror.rb
RBC kernel/common/string_mirror.rb
RBC kernel/common/class.rb
RBC kernel/common/autoload.rb
RBC kernel/common/module.rb
RBC kernel/common/binding.rb
RBC kernel/common/proc.rb
RBC kernel/common/enumerable.rb
RBC kernel/common/enumerator.rb
RBC kernel/common/argf.rb
RBC kernel/common/tuple.rb
RBC kernel/common/exception.rb
RBC kernel/common/undefined.rb
RBC kernel/common/type.rb
RBC kernel/common/hash.rb
RBC kernel/common/hash_hamt.rb
RBC kernel/common/array.rb
RBC kernel/common/kernel.rb
RBC kernel/common/identitymap.rb
RBC kernel/common/loadedfeatures.rb
RBC kernel/common/global.rb
RBC kernel/common/backtrace.rb
RBC kernel/common/comparable.rb
RBC kernel/common/numeric.rb
RBC kernel/common/ctype.rb
RBC kernel/common/precision.rb
RBC kernel/common/integer.rb
RBC kernel/common/bignum.rb
RBC kernel/common/block_environment.rb
RBC kernel/common/bytearray.rb
RBC kernel/common/channel.rb
RBC kernel/common/executable.rb
RBC kernel/common/constant_scope.rb
RBC kernel/common/hook.rb
RBC kernel/common/codeloader.rb
RBC kernel/common/compiled_code.rb
RBC kernel/common/continuation.rb
RBC kernel/common/delegated_method.rb
RBC kernel/common/fixnum.rb
RBC kernel/common/lrucache.rb
RBC kernel/common/encoding.rb
RBC kernel/common/env.rb
RBC kernel/common/errno.rb
RBC kernel/common/eval.rb
RBC kernel/common/false.rb
RBC kernel/common/fiber.rb
RBC kernel/common/io.rb
RBC kernel/common/file.rb
RBC kernel/common/dir.rb
RBC kernel/common/dir_glob.rb
RBC kernel/common/filetest.rb
RBC kernel/common/stat.rb
RBC kernel/common/float.rb
RBC kernel/common/immediate.rb
RBC kernel/common/location.rb
RBC kernel/common/lookuptable.rb
RBC kernel/common/main.rb
RBC kernel/common/marshal.rb
RBC kernel/common/math.rb
RBC kernel/common/method.rb
RBC kernel/common/method_equality.rb
RBC kernel/common/method_table.rb
RBC kernel/common/missing_method.rb
RBC kernel/common/native_method.rb
RBC kernel/common/nil.rb
RBC kernel/common/objectspace.rb
RBC kernel/common/string.rb
RBC kernel/common/range.rb
RBC kernel/common/struct.rb
RBC kernel/common/process.rb
RBC kernel/common/random.rb
RBC kernel/common/regexp.rb
RBC kernel/common/signal.rb
RBC kernel/common/splitter.rb
RBC kernel/common/sprinter.rb
RBC kernel/common/symbol.rb
RBC kernel/common/mutex.rb
RBC kernel/common/thread.rb
RBC kernel/common/thread_group.rb
RBC kernel/common/throw_catch.rb
RBC kernel/common/time.rb
RBC kernel/common/true.rb
RBC kernel/common/variable_scope.rb
RBC kernel/common/capi.rb
RBC kernel/common/rational.rb
RBC kernel/common/rationalizer.rb
RBC kernel/common/complex.rb
RBC kernel/common/complexifier.rb
RBC kernel/common/gc.rb
mkdir -p runtime/delta
RBC kernel/delta/agent.rb
RBC kernel/delta/ctype.rb
RBC kernel/delta/exception.rb
RBC kernel/delta/file.rb
RBC kernel/delta/rubinius.rb
RBC kernel/delta/module.rb
RBC kernel/delta/class.rb
RBC kernel/delta/filetest.rb
RBC kernel/delta/kernel.rb
RBC kernel/delta/math.rb
RBC kernel/delta/options.rb
RBC kernel/delta/stats.rb
RBC kernel/delta/signal.rb
RBC kernel/delta/struct.rb
RBC kernel/delta/thread.rb
RBC kernel/delta/codeloader.rb
RBC kernel/delta/ffi.rb
RBC kernel/delta/ruby_constants.rb
RBC kernel/delta/pack.rb
RBC kernel/signature.rb
RBC kernel/alpha.rb
RBC kernel/loader.rb
RBC kernel/delta/converter_paths.rb
RBC lib/rbconfig.rb
RBC lib/rubinius/build_config.rb
RBC runtime/gems/ffi2-generators-0.1.1/lib/ffi2/generators.rb
RBC runtime/gems/ffi2-generators-0.1.1/lib/ffi2/generators/constants.rb
RBC runtime/gems/ffi2-generators-0.1.1/lib/ffi2/generators/file_processor.rb
RBC runtime/gems/ffi2-generators-0.1.1/lib/ffi2/generators/structures.rb
RBC runtime/gems/ffi2-generators-0.1.1/lib/ffi2/generators/types.rb
RBC runtime/gems/ffi2-generators-0.1.1/lib/ffi2/generators/version.rb
RBC runtime/gems/psych-2.0.1/ext/psych/extconf.rb
RBC runtime/gems/psych-2.0.1/lib/psych.rb
RBC runtime/gems/psych-2.0.1/lib/psych/class_loader.rb
RBC runtime/gems/psych-2.0.1/lib/psych/coder.rb
RBC runtime/gems/psych-2.0.1/lib/psych/core_ext.rb
RBC runtime/gems/psych-2.0.1/lib/psych/deprecated.rb
RBC runtime/gems/psych-2.0.1/lib/psych/exception.rb
RBC runtime/gems/psych-2.0.1/lib/psych/handler.rb
RBC runtime/gems/psych-2.0.1/lib/psych/handlers/document_stream.rb
RBC runtime/gems/psych-2.0.1/lib/psych/handlers/recorder.rb
RBC runtime/gems/psych-2.0.1/lib/psych/json/ruby_events.rb
RBC runtime/gems/psych-2.0.1/lib/psych/json/stream.rb
RBC runtime/gems/psych-2.0.1/lib/psych/json/tree_builder.rb
RBC runtime/gems/psych-2.0.1/lib/psych/json/yaml_events.rb
RBC runtime/gems/psych-2.0.1/lib/psych/nodes.rb
RBC runtime/gems/psych-2.0.1/lib/psych/nodes/alias.rb
RBC runtime/gems/psych-2.0.1/lib/psych/nodes/document.rb
RBC runtime/gems/psych-2.0.1/lib/psych/nodes/mapping.rb
RBC runtime/gems/psych-2.0.1/lib/psych/nodes/node.rb
RBC runtime/gems/psych-2.0.1/lib/psych/nodes/scalar.rb
RBC runtime/gems/psych-2.0.1/lib/psych/nodes/sequence.rb
RBC runtime/gems/psych-2.0.1/lib/psych/nodes/stream.rb
RBC runtime/gems/psych-2.0.1/lib/psych/omap.rb
RBC runtime/gems/psych-2.0.1/lib/psych/parser.rb
RBC runtime/gems/psych-2.0.1/lib/psych/scalar_scanner.rb
RBC runtime/gems/psych-2.0.1/lib/psych/set.rb
RBC runtime/gems/psych-2.0.1/lib/psych/stream.rb
RBC runtime/gems/psych-2.0.1/lib/psych/streaming.rb
RBC runtime/gems/psych-2.0.1/lib/psych/syntax_error.rb
RBC runtime/gems/psych-2.0.1/lib/psych/tree_builder.rb
RBC runtime/gems/psych-2.0.1/lib/psych/visitors.rb
RBC runtime/gems/psych-2.0.1/lib/psych/visitors/depth_first.rb
RBC runtime/gems/psych-2.0.1/lib/psych/visitors/emitter.rb
RBC runtime/gems/psych-2.0.1/lib/psych/visitors/json_tree.rb
RBC runtime/gems/psych-2.0.1/lib/psych/visitors/to_ruby.rb
RBC runtime/gems/psych-2.0.1/lib/psych/visitors/visitor.rb
RBC runtime/gems/psych-2.0.1/lib/psych/visitors/yaml_tree.rb
RBC runtime/gems/psych-2.0.1/lib/psych/y.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/constants.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/control_flow.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/data.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/definitions.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/encoding.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/exceptions.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/file.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/grapher.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/literals.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/node.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/operators.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/self.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/sends.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/transforms.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/values.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/variables.rb
RBC runtime/gems/rubinius-ast-2.0.7/lib/rubinius/ast/version.rb
RBC runtime/gems/rubinius-compiler-2.0.3/lib/rubinius/compiler.rb
RBC runtime/gems/rubinius-compiler-2.0.3/lib/rubinius/compiler/compiled_file.rb
RBC runtime/gems/rubinius-compiler-2.0.3/lib/rubinius/compiler/compiler.rb
RBC runtime/gems/rubinius-compiler-2.0.3/lib/rubinius/compiler/evaluator.rb
RBC runtime/gems/rubinius-compiler-2.0.3/lib/rubinius/compiler/generator.rb
RBC runtime/gems/rubinius-compiler-2.0.3/lib/rubinius/compiler/generator_methods.rb
RBC runtime/gems/rubinius-compiler-2.0.3/lib/rubinius/compiler/iseq.rb
RBC runtime/gems/rubinius-compiler-2.0.3/lib/rubinius/compiler/locals.rb
RBC runtime/gems/rubinius-compiler-2.0.3/lib/rubinius/compiler/opcodes.rb
RBC runtime/gems/rubinius-compiler-2.0.3/lib/rubinius/compiler/printers.rb
RBC runtime/gems/rubinius-compiler-2.0.3/lib/rubinius/compiler/runtime.rb
RBC runtime/gems/rubinius-compiler-2.0.3/lib/rubinius/compiler/stages.rb
RBC runtime/gems/rubinius-compiler-2.0.3/lib/rubinius/compiler/version.rb
RBC runtime/gems/rubinius-melbourne-2.0.0.17/ext/rubinius/melbourne/extconf.rb
RBC runtime/gems/rubinius-melbourne-2.0.0.17/ext/rubinius/melbourne/node_types.rb
RBC runtime/gems/rubinius-melbourne-2.0.0.17/lib/rubinius/melbourne.rb
RBC runtime/gems/rubinius-melbourne-2.0.0.17/lib/rubinius/melbourne/version.rb
RBC runtime/gems/rubinius-processor-2.0.1/lib/rubinius/processor.rb
RBC runtime/gems/rubinius-processor-2.0.1/lib/rubinius/processor/processor.rb
RBC runtime/gems/rubinius-processor-2.0.1/lib/rubinius/processor/version.rb
RBC runtime/gems/rubinius-toolset-0.1.1/lib/rubinius/toolset.rb
RBC runtime/gems/rubinius-toolset-0.1.1/lib/rubinius/toolset/version.rb
RBC runtime/gems/rubysl-date-2.0.2/lib/date.rb
RBC runtime/gems/rubysl-date-2.0.2/lib/date/delta.rb
RBC runtime/gems/rubysl-date-2.0.2/lib/date/delta/parser.rb
RBC runtime/gems/rubysl-date-2.0.2/lib/date/format.rb
RBC runtime/gems/rubysl-date-2.0.2/lib/rubysl/date.rb
RBC runtime/gems/rubysl-date-2.0.2/lib/rubysl/date/date.rb
RBC runtime/gems/rubysl-date-2.0.2/lib/rubysl/date/version.rb
RBC runtime/gems/rubysl-delegate-2.0.0/lib/delegate.rb
RBC runtime/gems/rubysl-delegate-2.0.0/lib/rubysl/delegate.rb
RBC runtime/gems/rubysl-delegate-2.0.0/lib/rubysl/delegate/delegate.rb
RBC runtime/gems/rubysl-delegate-2.0.0/lib/rubysl/delegate/version.rb
RBC runtime/gems/rubysl-digest-2.0.2/ext/rubysl/digest/bubblebabble/extconf.rb
RBC runtime/gems/rubysl-digest-2.0.2/ext/rubysl/digest/extconf.rb
RBC runtime/gems/rubysl-digest-2.0.2/ext/rubysl/digest/md5/extconf.rb
RBC runtime/gems/rubysl-digest-2.0.2/ext/rubysl/digest/rmd160/extconf.rb
RBC runtime/gems/rubysl-digest-2.0.2/ext/rubysl/digest/sha1/extconf.rb
RBC runtime/gems/rubysl-digest-2.0.2/ext/rubysl/digest/sha2/extconf.rb
RBC runtime/gems/rubysl-digest-2.0.2/lib/digest.rb
RBC runtime/gems/rubysl-digest-2.0.2/lib/digest/bubblebabble.rb
RBC runtime/gems/rubysl-digest-2.0.2/lib/digest/hmac.rb
RBC runtime/gems/rubysl-digest-2.0.2/lib/digest/md5.rb
RBC runtime/gems/rubysl-digest-2.0.2/lib/digest/rmd160.rb
RBC runtime/gems/rubysl-digest-2.0.2/lib/digest/sha1.rb
RBC runtime/gems/rubysl-digest-2.0.2/lib/digest/sha2.rb
RBC runtime/gems/rubysl-digest-2.0.2/lib/rubysl/digest.rb
RBC runtime/gems/rubysl-digest-2.0.2/lib/rubysl/digest/digest.rb
RBC runtime/gems/rubysl-digest-2.0.2/lib/rubysl/digest/version.rb
RBC runtime/gems/rubysl-etc-2.0.2/lib/etc.rb
RBC runtime/gems/rubysl-etc-2.0.2/lib/rubysl/etc.rb
RBC runtime/gems/rubysl-etc-2.0.2/lib/rubysl/etc/extconf.rb
RBC runtime/gems/rubysl-etc-2.0.2/lib/rubysl/etc/version.rb
RBC runtime/gems/rubysl-fcntl-2.0.2/lib/fcntl.rb
RBC runtime/gems/rubysl-fcntl-2.0.2/lib/rubysl/fcntl.rb
RBC runtime/gems/rubysl-fcntl-2.0.2/lib/rubysl/fcntl/extconf.rb
RBC runtime/gems/rubysl-fcntl-2.0.2/lib/rubysl/fcntl/version.rb
RBC runtime/gems/rubysl-fileutils-2.0.2/lib/fileutils.rb
RBC runtime/gems/rubysl-fileutils-2.0.2/lib/rubysl/fileutils.rb
RBC runtime/gems/rubysl-fileutils-2.0.2/lib/rubysl/fileutils/fileutils.rb
RBC runtime/gems/rubysl-fileutils-2.0.2/lib/rubysl/fileutils/version.rb
RBC runtime/gems/rubysl-mkmf-2.0.1/lib/mkmf.rb
RBC runtime/gems/rubysl-mkmf-2.0.1/lib/rubysl/mkmf.rb
RBC runtime/gems/rubysl-mkmf-2.0.1/lib/rubysl/mkmf/mkmf.rb
RBC runtime/gems/rubysl-mkmf-2.0.1/lib/rubysl/mkmf/version.rb
RBC runtime/gems/rubysl-monitor-2.0.0/lib/monitor.rb
RBC runtime/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor.rb
RBC runtime/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor/monitor.rb
RBC runtime/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor/version.rb
RBC runtime/gems/rubysl-net-http-2.0.3/lib/net/http.rb
RBC runtime/gems/rubysl-net-http-2.0.3/lib/net/http/backward.rb
RBC runtime/gems/rubysl-net-http-2.0.3/lib/net/http/exceptions.rb
RBC runtime/gems/rubysl-net-http-2.0.3/lib/net/http/generic_request.rb
RBC runtime/gems/rubysl-net-http-2.0.3/lib/net/http/header.rb
RBC runtime/gems/rubysl-net-http-2.0.3/lib/net/http/proxy_delta.rb
RBC runtime/gems/rubysl-net-http-2.0.3/lib/net/http/request.rb
RBC runtime/gems/rubysl-net-http-2.0.3/lib/net/http/requests.rb
RBC runtime/gems/rubysl-net-http-2.0.3/lib/net/http/response.rb
RBC runtime/gems/rubysl-net-http-2.0.3/lib/net/http/responses.rb
RBC runtime/gems/rubysl-net-http-2.0.3/lib/net/https.rb
RBC runtime/gems/rubysl-net-http-2.0.3/lib/rubysl/net/http.rb
RBC runtime/gems/rubysl-net-http-2.0.3/lib/rubysl/net/http/http.rb
RBC runtime/gems/rubysl-net-http-2.0.3/lib/rubysl/net/http/https.rb
RBC runtime/gems/rubysl-net-http-2.0.3/lib/rubysl/net/http/version.rb
RBC runtime/gems/rubysl-net-protocol-2.0.1/lib/net/protocol.rb
RBC runtime/gems/rubysl-net-protocol-2.0.1/lib/rubysl/net/protocol.rb
RBC runtime/gems/rubysl-net-protocol-2.0.1/lib/rubysl/net/protocol/protocol.rb
RBC runtime/gems/rubysl-net-protocol-2.0.1/lib/rubysl/net/protocol/version.rb
RBC runtime/gems/rubysl-openssl-2.0.0/ext/rubysl/openssl/deprecation.rb
RBC runtime/gems/rubysl-openssl-2.0.0/ext/rubysl/openssl/extconf.rb
RBC runtime/gems/rubysl-openssl-2.0.0/lib/openssl.rb
RBC runtime/gems/rubysl-openssl-2.0.0/lib/openssl/bn.rb
RBC runtime/gems/rubysl-openssl-2.0.0/lib/openssl/buffering.rb
RBC runtime/gems/rubysl-openssl-2.0.0/lib/openssl/cipher.rb
RBC runtime/gems/rubysl-openssl-2.0.0/lib/openssl/config.rb
RBC runtime/gems/rubysl-openssl-2.0.0/lib/openssl/digest.rb
RBC runtime/gems/rubysl-openssl-2.0.0/lib/openssl/ssl.rb
RBC runtime/gems/rubysl-openssl-2.0.0/lib/openssl/x509.rb
RBC runtime/gems/rubysl-openssl-2.0.0/lib/rubysl/openssl.rb
RBC runtime/gems/rubysl-openssl-2.0.0/lib/rubysl/openssl/version.rb
RBC runtime/gems/rubysl-optparse-2.0.1/lib/optparse.rb
RBC runtime/gems/rubysl-optparse-2.0.1/lib/optparse/ac.rb
RBC runtime/gems/rubysl-optparse-2.0.1/lib/optparse/date.rb
RBC runtime/gems/rubysl-optparse-2.0.1/lib/optparse/shellwords.rb
RBC runtime/gems/rubysl-optparse-2.0.1/lib/optparse/time.rb
RBC runtime/gems/rubysl-optparse-2.0.1/lib/optparse/uri.rb
RBC runtime/gems/rubysl-optparse-2.0.1/lib/optparse/version.rb
RBC runtime/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse.rb
RBC runtime/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse/optparse.rb
RBC runtime/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse/version.rb
RBC runtime/gems/rubysl-ostruct-2.0.4/lib/ostruct.rb
RBC runtime/gems/rubysl-ostruct-2.0.4/lib/rubysl/ostruct.rb
RBC runtime/gems/rubysl-ostruct-2.0.4/lib/rubysl/ostruct/ostruct.rb
RBC runtime/gems/rubysl-ostruct-2.0.4/lib/rubysl/ostruct/version.rb
RBC runtime/gems/rubysl-resolv-2.0.0/lib/resolv.rb
RBC runtime/gems/rubysl-resolv-2.0.0/lib/rubysl/resolv.rb
RBC runtime/gems/rubysl-resolv-2.0.0/lib/rubysl/resolv/resolv.rb
RBC runtime/gems/rubysl-resolv-2.0.0/lib/rubysl/resolv/version.rb
RBC runtime/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords.rb
RBC runtime/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords/shellwords.rb
RBC runtime/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords/version.rb
RBC runtime/gems/rubysl-shellwords-2.0.0/lib/shellwords.rb
RBC runtime/gems/rubysl-socket-2.0.0/lib/rubysl/socket.rb
RBC runtime/gems/rubysl-socket-2.0.0/lib/rubysl/socket/version.rb
RBC runtime/gems/rubysl-socket-2.0.0/lib/socket.rb
RBC runtime/gems/rubysl-stringio-2.0.0/lib/rubysl/stringio.rb
RBC runtime/gems/rubysl-stringio-2.0.0/lib/rubysl/stringio/stringio.rb
RBC runtime/gems/rubysl-stringio-2.0.0/lib/rubysl/stringio/version.rb
RBC runtime/gems/rubysl-stringio-2.0.0/lib/stringio.rb
RBC runtime/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan.rb
RBC runtime/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan/strscan.rb
RBC runtime/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan/version.rb
RBC runtime/gems/rubysl-strscan-2.0.0/lib/strscan.rb
RBC runtime/gems/rubysl-tempfile-2.0.0/lib/rubysl/tempfile.rb
RBC runtime/gems/rubysl-tempfile-2.0.0/lib/rubysl/tempfile/tempfile.rb
RBC runtime/gems/rubysl-tempfile-2.0.0/lib/rubysl/tempfile/version.rb
RBC runtime/gems/rubysl-tempfile-2.0.0/lib/tempfile.rb
RBC runtime/gems/rubysl-thread-2.0.2/lib/rubysl/thread.rb
RBC runtime/gems/rubysl-thread-2.0.2/lib/rubysl/thread/thread.rb
RBC runtime/gems/rubysl-thread-2.0.2/lib/rubysl/thread/version.rb
RBC runtime/gems/rubysl-thread-2.0.2/lib/thread.rb
RBC runtime/gems/rubysl-time-2.0.0/lib/rubysl/time.rb
RBC runtime/gems/rubysl-time-2.0.0/lib/rubysl/time/time.rb
RBC runtime/gems/rubysl-time-2.0.0/lib/rubysl/time/version.rb
RBC runtime/gems/rubysl-time-2.0.0/lib/time.rb
RBC runtime/gems/rubysl-timeout-2.0.0/lib/rubysl/timeout.rb
RBC runtime/gems/rubysl-timeout-2.0.0/lib/rubysl/timeout/timeout.rb
RBC runtime/gems/rubysl-timeout-2.0.0/lib/rubysl/timeout/version.rb
RBC runtime/gems/rubysl-timeout-2.0.0/lib/timeout.rb
RBC runtime/gems/rubysl-tmpdir-2.0.0/lib/rubysl/tmpdir.rb
RBC runtime/gems/rubysl-tmpdir-2.0.0/lib/rubysl/tmpdir/tmpdir.rb
RBC runtime/gems/rubysl-tmpdir-2.0.0/lib/rubysl/tmpdir/version.rb
RBC runtime/gems/rubysl-tmpdir-2.0.0/lib/tmpdir.rb
RBC runtime/gems/rubysl-tsort-2.0.1/lib/rubysl/tsort.rb
RBC runtime/gems/rubysl-tsort-2.0.1/lib/rubysl/tsort/tsort.rb
RBC runtime/gems/rubysl-tsort-2.0.1/lib/rubysl/tsort/version.rb
RBC runtime/gems/rubysl-tsort-2.0.1/lib/tsort.rb
RBC runtime/gems/rubysl-uri-2.0.0/lib/rubysl/uri.rb
RBC runtime/gems/rubysl-uri-2.0.0/lib/rubysl/uri/uri.rb
RBC runtime/gems/rubysl-uri-2.0.0/lib/rubysl/uri/version.rb
RBC runtime/gems/rubysl-uri-2.0.0/lib/uri.rb
RBC runtime/gems/rubysl-uri-2.0.0/lib/uri/common.rb
RBC runtime/gems/rubysl-uri-2.0.0/lib/uri/ftp.rb
RBC runtime/gems/rubysl-uri-2.0.0/lib/uri/generic.rb
RBC runtime/gems/rubysl-uri-2.0.0/lib/uri/http.rb
RBC runtime/gems/rubysl-uri-2.0.0/lib/uri/https.rb
RBC runtime/gems/rubysl-uri-2.0.0/lib/uri/ldap.rb
RBC runtime/gems/rubysl-uri-2.0.0/lib/uri/ldaps.rb
RBC runtime/gems/rubysl-uri-2.0.0/lib/uri/mailto.rb
RBC runtime/gems/rubysl-yaml-2.0.0/lib/rubysl/yaml.rb
RBC runtime/gems/rubysl-yaml-2.0.0/lib/rubysl/yaml/version.rb
RBC runtime/gems/rubysl-yaml-2.0.0/lib/rubysl/yaml/yaml.rb
RBC runtime/gems/rubysl-yaml-2.0.0/lib/yaml.rb
RBC runtime/gems/rubysl-yaml-2.0.0/lib/yaml/dbm.rb
RBC runtime/gems/rubysl-yaml-2.0.0/lib/yaml/store.rb
RBC runtime/gems/rubysl-yaml-2.0.0/lib/yaml/syck.rb
RBC runtime/gems/rubysl-zlib-2.0.0/ext/rubysl/zlib/extconf.rb
RBC runtime/gems/rubysl-zlib-2.0.0/lib/rubysl/zlib.rb
RBC runtime/gems/rubysl-zlib-2.0.0/lib/rubysl/zlib/version.rb
RBC runtime/gems/rubysl-zlib-2.0.0/lib/zlib.rb
/private/tmp/rubinius/staging/bin/rbx --compiled ./extconf.rbc
make && make install
compiling encoding_compat.cpp
compiling grammar.cpp
compiling melbourne.cpp
compiling node_types.cpp
compiling symbols.cpp
compiling var_table.cpp
compiling visitor.cpp
linking shared-object melbourne.bundle
Building /private/tmp/rubinius/staging/runtime/gems/psych-2.0.1...
checking for yaml.h... yes
checking for yaml_get_version() in -lyaml... yes
creating Makefile
compiling psych.c
compiling psych_emitter.c
compiling psych_parser.c
psych_parser.c:102:17: warning: expression result unused [-Wunused-value]
RB_GC_GUARD(src);
^~~
1 warning generated.
compiling psych_to_ruby.c
compiling psych_yaml_tree.c
linking shared-object psych.bundle
Building /private/tmp/rubinius/staging/runtime/gems/rubysl-digest-2.0.2...
creating Makefile
compiling bubblebabble.c
linking shared-object digest/bubblebabble/bubblebabble.bundle
Building /private/tmp/rubinius/staging/runtime/gems/rubysl-digest-2.0.2...
creating Makefile
compiling digest.c
linking shared-object digest/digest.bundle
Building /private/tmp/rubinius/staging/runtime/gems/rubysl-digest-2.0.2...
checking for main() in -lcrypto... yes
checking for openssl/md5.h... yes
checking for sys/cdefs.h... yes
checking for inttypes.h... yes
checking for unistd.h... yes
creating Makefile
compiling md5init.c
compiling md5ossl.c
linking shared-object digest/md5/md5.bundle
Building /private/tmp/rubinius/staging/runtime/gems/rubysl-digest-2.0.2...
checking for main() in -lcrypto... yes
checking for openssl/ripemd.h... yes
checking for sys/cdefs.h... yes
checking for inttypes.h... yes
checking for unistd.h... yes
creating Makefile
compiling rmd160init.c
compiling rmd160ossl.c
linking shared-object digest/rmd160/rmd160.bundle
Building /private/tmp/rubinius/staging/runtime/gems/rubysl-digest-2.0.2...
checking for main() in -lcrypto... yes
checking for openssl/sha.h... yes
checking for sys/cdefs.h... yes
checking for inttypes.h... yes
checking for unistd.h... yes
creating Makefile
compiling sha1init.c
compiling sha1ossl.c
linking shared-object digest/sha1/sha1.bundle
Building /private/tmp/rubinius/staging/runtime/gems/rubysl-digest-2.0.2...
checking for sys/cdefs.h... yes
checking for inttypes.h... yes
checking for unistd.h... yes
checking for uint64_t in defs.h with -DHAVE_CONFIG_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H... yes
creating Makefile
compiling sha2.c
compiling sha2init.c
linking shared-object digest/sha2/sha2.bundle
Building /private/tmp/rubinius/staging/runtime/gems/rubysl-openssl-2.0.0...
checking for t_open() in -lnsl... no
checking for socket() in -lsocket... no
checking for assert.h... yes
checking for openssl/ssl.h... yes
checking for openssl/conf_api.h... yes
checking for ERR_peek_last_error()... yes
checking for ASN1_put_eoc()... yes
checking for BN_mod_add()... yes
checking for BN_mod_sqr()... yes
checking for BN_mod_sub()... yes
checking for BN_pseudo_rand_range()... yes
checking for BN_rand_range()... yes
checking for CONF_get1_default_config_file()... yes
checking for EVP_CIPHER_CTX_copy()... yes
checking for EVP_CIPHER_CTX_set_padding()... yes
checking for EVP_CipherFinal_ex()... yes
checking for EVP_CipherInit_ex()... yes
checking for EVP_DigestFinal_ex()... yes
checking for EVP_DigestInit_ex()... yes
checking for EVP_MD_CTX_cleanup()... yes
checking for EVP_MD_CTX_create()... yes
checking for EVP_MD_CTX_destroy()... yes
checking for EVP_MD_CTX_init()... yes
checking for HMAC_CTX_cleanup()... yes
checking for HMAC_CTX_copy()... yes
checking for HMAC_CTX_init()... yes
checking for PEM_def_callback()... yes
checking for PKCS5_PBKDF2_HMAC()... yes
checking for PKCS5_PBKDF2_HMAC_SHA1()... yes
checking for X509V3_set_nconf()... yes
checking for X509V3_EXT_nconf_nid()... yes
checking for X509_CRL_add0_revoked()... yes
checking for X509_CRL_set_issuer_name()... yes
checking for X509_CRL_set_version()... yes
checking for X509_CRL_sort()... yes
checking for X509_NAME_hash_old()... yes
checking for X509_STORE_get_ex_data()... no
checking for X509_STORE_set_ex_data()... no
checking for OBJ_NAME_do_all_sorted()... yes
checking for SSL_SESSION_get_id()... yes
checking for SSL_SESSION_cmp()... no
checking for OPENSSL_cleanse()... yes
checking for SSLv2_method()... yes
checking for SSLv2_server_method()... yes
checking for SSLv2_client_method()... yes
checking for TLSv1_1_method()... yes
checking for TLSv1_1_server_method()... yes
checking for TLSv1_1_client_method()... yes
checking for TLSv1_2_method()... yes
checking for TLSv1_2_server_method()... yes
checking for TLSv1_2_client_method()... yes
checking for OPENSSL_NPN_NEGOTIATED in openssl/ssl.h... yes
checking for SSL_set_tlsext_host_name() in openssl/ssl.h... no
checking for SSL_set_tlsext_host_name in openssl/ssl.h... yes
checking for openssl/engine.h... yes
checking for ENGINE_add()... yes
checking for ENGINE_load_builtin_engines()... yes
checking for ENGINE_load_openbsd_dev_crypto()... no
checking for ENGINE_get_digest()... yes
checking for ENGINE_get_cipher()... yes
checking for ENGINE_cleanup()... yes
checking for ENGINE_load_dynamic()... yes
checking for ENGINE_load_4758cca()... no
checking for ENGINE_load_aep()... no
checking for ENGINE_load_atalla()... no
checking for ENGINE_load_chil()... no
checking for ENGINE_load_cswift()... no
checking for ENGINE_load_nuron()... no
checking for ENGINE_load_sureware()... no
checking for ENGINE_load_ubsec()... no
checking for ENGINE_load_padlock()... no
checking for ENGINE_load_capi()... no
checking for ENGINE_load_gmp()... no
checking for ENGINE_load_gost()... no
checking for ENGINE_load_cryptodev()... yes
checking for ENGINE_load_aesni()... no
checking for DH_generate_parameters_ex()... yes
checking for DSA_generate_parameters_ex()... yes
checking for RSA_generate_key_ex()... yes
checking for OpenSSL version is 0.9.7 or later... yes
checking for openssl/ocsp.h... yes
checking for EVP_CIPHER_CTX.flags in openssl/evp.h... yes
checking for EVP_CIPHER_CTX.engine in openssl/evp.h... yes
checking for X509_ATTRIBUTE.single in openssl/x509.h... yes
checking for OPENSSL_FIPS in openssl/opensslconf.h... no
checking for EVP_CTRL_GCM_GET_TAG in openssl/evp.h... yes
creating extconf.h
creating Makefile
compiling openssl_missing.c
compiling ossl.c
compiling ossl_asn1.c
compiling ossl_bio.c
compiling ossl_bn.c
compiling ossl_cipher.c
compiling ossl_config.c
compiling ossl_digest.c
compiling ossl_engine.c
compiling ossl_hmac.c
compiling ossl_ns_spki.c
compiling ossl_ocsp.c
compiling ossl_pkcs12.c
compiling ossl_pkcs5.c
compiling ossl_pkcs7.c
compiling ossl_pkey.c
compiling ossl_pkey_dh.c
compiling ossl_pkey_dsa.c
compiling ossl_pkey_ec.c
compiling ossl_pkey_rsa.c
compiling ossl_rand.c
compiling ossl_ssl.c
ossl_ssl.c:1108:13: warning: using the result of an assignment as a condition without parentheses
[-Wparentheses]
if (rc = SSL_shutdown(ssl))
~~~^~~~~~~~~~~~~~~~~~~
ossl_ssl.c:1108:13: note: place parentheses around the assignment to silence this warning
if (rc = SSL_shutdown(ssl))
^
( )
ossl_ssl.c:1108:13: note: use '==' to turn this assignment into an equality comparison
if (rc = SSL_shutdown(ssl))
^
==
1 warning generated.
compiling ossl_ssl_session.c
compiling ossl_x509.c
compiling ossl_x509attr.c
compiling ossl_x509cert.c
compiling ossl_x509crl.c
compiling ossl_x509ext.c
compiling ossl_x509name.c
compiling ossl_x509req.c
compiling ossl_x509revoked.c
compiling ossl_x509store.c
linking shared-object openssl/openssl.bundle
Building /private/tmp/rubinius/staging/runtime/gems/rubysl-zlib-2.0.0...
checking for deflateReset() in -lz... yes
checking for zlib.h... yes
checking for kind of operating system... Unix
checking for crc32_combine() in zlib.h... yes
checking for adler32_combine() in zlib.h... yes
checking for z_crc_t in zlib.h... no
creating Makefile
compiling zlib.c
linking shared-object zlib/zlib.bundle
/private/tmp/rubinius/staging/bin/rbx /private/tmp/rubinius/rakelib/preinstall_gems.rb
Pre-installing gems for 2.1.0...
Building native extensions. This could take a while...
Installed json 1.8.0
Installed rake 10.1.0
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
Installed rdoc 4.0.1
Installed rubysl-rake 2.0.0
Building native extensions. This could take a while...
Installed rubinius-profiler 2.0.0
Building native extensions. This could take a while...
Installed rubinius-coverage 2.0.0
Installed rubinius-debugger 2.0.0
Installed rubysl 2.0.6
Installed rubysl-date 2.0.2
Installed rubysl-fileutils 2.0.2
Installed rubysl-find 2.0.0
Installed rubysl-monitor 2.0.0
Installed rubysl-net-ftp 2.0.0
Installed rubysl-optparse 2.0.1
Installed rubysl-ostruct 2.0.4
Installed rubysl-set 2.0.1
Installed rubysl-shellwords 2.0.0
Installed rubysl-singleton 2.0.0
Installed rubysl-tempfile 2.0.0
Installed rubysl-thread 2.0.2
Building native extensions. This could take a while...
Installed psych 2.0.1
Installed minitest 4.7.5
Building native extensions. This could take a while...
Installed rubysl-zlib 2.0.0
Installed rubysl-yaml 2.0.0
Installed rubysl-xmlrpc 2.0.0
Installed rubysl-webrick 2.0.0
Installed rubysl-weakref 2.0.0
Installed rubysl-uri 2.0.0
Installed rubysl-un 2.0.0
Installed rubysl-tsort 2.0.1
Installed rubysl-tracer 2.0.0
Installed rubysl-tmpdir 2.0.0
Installed rubysl-timeout 2.0.0
Installed rubysl-thwait 2.0.0
Installed rubysl-test-unit 2.0.1
Building native extensions. This could take a while...
Installed rubysl-syslog 2.0.0
Installed rubysl-strscan 2.0.0
Installed rubysl-stringio 2.0.0
Installed rubysl-socket 2.0.0
Installed rubysl-securerandom 2.0.0
Installed rubysl-scanf 2.0.0
Installed rubysl-rss 2.0.0
Installed rubysl-ripper 2.0.0
Installed rubysl-rinda 2.0.0
Installed rubysl-rexml 2.0.0
Installed rubysl-resolv 2.0.0
Building native extensions. This could take a while...
Installed rubysl-readline 2.0.2
Installed rubysl-rational 2.0.1
Building native extensions. This could take a while...
Installed rubysl-pty 2.0.0
Installed rubysl-pstore 2.0.0
Installed rubysl-profiler 2.0.0
Installed rubysl-prime 2.0.0
Installed rubysl-prettyprint 2.0.1
Installed rubysl-pathname 2.0.0
Building native extensions. This could take a while...
Installed rubysl-openssl 2.0.0
Installed rubysl-open3 2.0.0
Installed rubysl-open-uri 2.0.0
Installed rubysl-observer 2.0.0
Building native extensions. This could take a while...
Installed rubysl-nkf 2.0.0
Installed rubysl-net-telnet 2.0.0
Installed rubysl-net-smtp 2.0.0
Installed rubysl-net-protocol 2.0.1
Installed rubysl-net-pop 2.0.0
Installed rubysl-net-imap 2.0.0
Installed rubysl-net-http 2.0.3
Installed rubysl-mutex_m 2.0.0
Installed rubysl-mkmf 2.0.1
Installed rubysl-matrix 2.1.0
Installed rubysl-mathn 2.0.0
Installed rubysl-logger 2.0.0
Building native extensions. This could take a while...
Installed rubysl-json 2.0.0
Installed rubysl-irb 2.0.2
Installed rubysl-ipaddr 2.0.0
Installed rubysl-io-wait 2.0.0
Installed rubysl-io-nonblock 2.0.0
Building native extensions. This could take a while...
Installed rubysl-io-console 2.0.0
Installed rubysl-gserver 2.0.0
Installed rubysl-getoptlong 2.0.0
Installed rubysl-forwardable 2.0.0
Installed rubysl-fiber 2.0.0
Building native extensions. This could take a while...
Installed rubysl-fcntl 2.0.2
Installed rubysl-expect 2.0.0
Building native extensions. This could take a while...
Installed rubysl-etc 2.0.2
Installed rubysl-erb 2.0.0
Installed rubysl-enumerator 2.0.0
Installed rubysl-english 2.0.0
Installed rubysl-e2mmap 2.0.0
Installed rubysl-drb 2.0.0
Building native extensions. This could take a while...
Installed rubysl-digest 2.0.2
Installed rubysl-delegate 2.0.0
Building native extensions. This could take a while...
Installed rubysl-curses 2.0.0
Installed rubysl-csv 2.0.1
Installed rubysl-coverage 2.0.0
Installed rubysl-continuation 2.0.0
Installed rubysl-complex 2.0.0
Installed rubysl-cmath 2.0.0
Installed rubysl-cgi-session 2.0.0
Building native extensions. This could take a while...
Installed rubysl-bigdecimal 2.0.1
Installed rubysl-benchmark 2.0.0
Installed rubysl-base64 2.0.0
Installed rubysl-abbrev 2.0.2
Running 1 tasks using 3 parallel threads
1: GN vm/test/runner.cpp
1: CXX vm/test/runner.cpp
Build time: 18.680417 seconds
1: LD vm/test/runner
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame
Running 652 tests............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................OK!
bin/mspec ci :ci_files -d --agent --background
rubinius 2.1.0.n266 (2.1.0 c530ff03 2013-09-23 JI) [x86_64-darwin12.5.0]
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
1)
File.setgid? returns true when the gid bit is set FAILED
Expected false
to equal true
SpecExpectation.fail_with at mspec/lib/mspec/expectations/expectations.rb:15
SpecPositiveOperatorMatcher#== at mspec/lib/mspec/matchers/base.rb:8
{ } in Object#__script__ at spec/ruby/core/file/setgid_spec.rb:31
BasicObject(Object)#instance_eval at kernel/common/eval.rb:43
MSpec.protect at mspec/lib/mspec/runner/mspec.rb:69
{ } in ContextState#protect at mspec/lib/mspec/runner/context.rb:179
{ } in Enumerable(Array)#all? at kernel/common/enumerable.rb:304
Array#each at kernel/bootstrap/array.rb:66
Enumerable(Array)#all? at kernel/common/enumerable.rb:304
ContextState#protect at mspec/lib/mspec/runner/context.rb:179
{ } in ContextState#process at mspec/lib/mspec/runner/context.rb:208
{ } in MSpec.repeat at mspec/lib/mspec/runner/mspec.rb:239
Integer(Fixnum)#times at kernel/common/integer.rb:198
MSpec.repeat at mspec/lib/mspec/runner/mspec.rb:238
{ } in ContextState#process at mspec/lib/mspec/runner/context.rb:200
Array#each at kernel/bootstrap/array.rb:66
ContextState#process at mspec/lib/mspec/runner/context.rb:199
MSpec.describe at mspec/lib/mspec/runner/mspec.rb:38
Object#describe at mspec/lib/mspec/runner/object.rb:11
Object#__script__ at spec/ruby/core/file/setgid_spec.rb:8
Kernel.load at kernel/common/kernel.rb:427
{ } in MSpec.files at mspec/lib/mspec/runner/mspec.rb:57
BasicObject(Object)#instance_eval at kernel/common/eval.rb:43
MSpec.protect at mspec/lib/mspec/runner/mspec.rb:69
{ } in MSpec.files at mspec/lib/mspec/runner/mspec.rb:57
Array#each at kernel/bootstrap/array.rb:66
MSpec.files at mspec/lib/mspec/runner/mspec.rb:51
MSpec.process at mspec/lib/mspec/runner/mspec.rb:43
MSpecCI#run at mspec/lib/mspec/commands/mspec-ci.rb:78
MSpecScript.main at mspec/lib/mspec/utils/script.rb:218
Object#__script__ at mspec/bin/mspec-ci:8
Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:66
Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:109
Rubinius::Loader#script at kernel/loader.rb:643
Rubinius::Loader#main at kernel/loader.rb:834
Finished in 226.911474 seconds
2153 files, 18984 examples, 151926 expectations, 1 failure, 0 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment