Created
July 8, 2013 18:20
-
-
Save richmolj/5951176 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
richmolj ~/code/rubinius $ ./configure | |
Checking gcc: found | |
Checking g++: found | |
Checking bison: found | |
Configuring LLVM... | |
Checking for existing LLVM library tree: found! | |
Checking sizeof(short): 2 bytes | |
Checking sizeof(int): 4 bytes | |
Checking sizeof(void*): 8 bytes | |
Checking sizeof(size_t): 8 bytes | |
Checking sizeof(long): 8 bytes | |
Checking sizeof(long long): 8 bytes | |
Checking sizeof(float): 4 bytes | |
Checking sizeof(double): 8 bytes | |
Checking sizeof(off_t): 8 bytes | |
Checking sizeof(time_t): 8 bytes | |
Checking for libc version: libc.dylib found! | |
Checking platform endianness: little endian | |
Checking for tr1: found | |
Checking for tr1/hash definition: found | |
Checking for x86_32: no | |
Checking for x86_64: yes | |
Checking for function 'backtrace': found! | |
Checking for function 'readline': found! | |
Checking for library: libyaml: found! | |
Checking for function 'clock_gettime': not found | |
Checking for function 'nl_langinfo': found! | |
Checking for function 'setproctitle': not found | |
Checking for function 'posix_fadvise': not found | |
Checking for struct tm has member tm_gmtoff: found! | |
Checking for struct tm has member tm_zone: found! | |
Checking for global 'timezone': found! | |
Checking for global 'tzname': found! | |
Checking for global 'daylight': found! | |
Checking for header 'zlib.h': found! | |
Checking for header 'openssl/ssl.h': found! | |
Checking for header 'alloca.h': found! | |
Checking for header 'string.h': found! | |
Checking for header 'sys/time.h': found! | |
Checking for header 'sys/times.h': found! | |
Checking for header 'sys/types.h': found! | |
Checking for header 'unistd.h': found! | |
Checking for header 'stdarg.h': found! | |
Checking for header 'sys/pstat.h': not found | |
Checking for header 'valgrind/valgrind.h': not found | |
Checking curses library: curses | |
Checking if function 'strerror_r' returns char*: no | |
------------------------------------------------------------------ | |
Rubinius has been configured. | |
Run 'rake' to build and test Rubinius. | |
After building, you may add | |
'/Users/richmolj/code/rubinius/bin' | |
to your PATH or run commands directly from that directory. | |
Available commands are: | |
ruby, rake, gem, irb, rdoc, ri, rbx | |
------------------------------------------------------------------ | |
richmolj ~/code/rubinius $ rake --trace | |
(in /Users/richmolj/code/rubinius) | |
** Invoke default (first_time) | |
** Invoke spec (first_time) | |
** Invoke spec18 (first_time) | |
** Invoke build (first_time) | |
** Invoke build:build (first_time) | |
** Invoke build:llvm (first_time) | |
** Execute build:llvm | |
** Invoke vm/vm (first_time) | |
** Invoke vm/gen/revision.h (first_time) | |
** Execute vm/gen/revision.h | |
** Invoke vm/gen/config_variables.h (first_time) | |
** Invoke lib/rubinius/configuration.rb (first_time, not_needed) | |
** Invoke config.rb (first_time, not_needed) | |
** Execute vm/gen/config_variables.h | |
GEN vm/gen/config_variables.h | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby vm/codegen/config_vars.rb vm/gen/config_variables.h | |
** Invoke vm/gen/signature.h (first_time, not_needed) | |
** Invoke kernel/signature.rb (first_time) | |
** Invoke lib/compiler.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast/constants.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast/control_flow.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast/data.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast/definitions.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast/encoding.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast/exceptions.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast/file.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast/grapher.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast/literals.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast/node.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast/operators.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast/self.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast/sends.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast/transforms.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast/values.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast/variables.rb (first_time, not_needed) | |
** Invoke lib/compiler/ast.rb (first_time, not_needed) | |
** Invoke lib/compiler/compiled_file.rb (first_time, not_needed) | |
** Invoke lib/compiler/compiler.rb (first_time, not_needed) | |
** Invoke lib/compiler/evaluator.rb (first_time, not_needed) | |
** Invoke lib/compiler/generator.rb (first_time, not_needed) | |
** Invoke lib/compiler/generator_methods.rb (first_time, not_needed) | |
** Invoke vm/gen (first_time, not_needed) | |
** Invoke vm/instructions.def (first_time, not_needed) | |
** Invoke rakelib/instruction_parser.rb (first_time, not_needed) | |
** Invoke lib/compiler/iseq.rb (first_time, not_needed) | |
** Invoke lib/compiler/locals.rb (first_time, not_needed) | |
** Invoke lib/compiler/opcodes.rb (first_time, not_needed) | |
** Invoke vm/gen (not_needed) | |
** Invoke vm/instructions.def (not_needed) | |
** Invoke rakelib/instruction_parser.rb (not_needed) | |
** Invoke lib/compiler/printers.rb (first_time, not_needed) | |
** Invoke lib/compiler/runtime.rb (first_time, not_needed) | |
** Invoke lib/compiler/stages.rb (first_time, not_needed) | |
** Invoke lib/melbourne.rb (first_time, not_needed) | |
** Invoke lib/melbourne/processor.rb (first_time, not_needed) | |
** Invoke vm/marshal.cpp (first_time, not_needed) | |
** Invoke vm/marshal.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/bstrlib.cpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/encoding_compat.cpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/grammar18.cpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/grammar19.cpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/melbourne.cpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/node_types18.cpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/node_types19.cpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/quark.cpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/symbols.cpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/var_table18.cpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/var_table19.cpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/visitor18.cpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/visitor19.cpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/encoding_compat.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/grammar18.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/grammar19.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/local_state.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/melbourne.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/node18.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/node19.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/node_types18.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/node_types19.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/parser_state18.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/parser_state19.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/quark.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/symbols.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/var_table18.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/var_table19.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/visitor18.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/visitor19.hpp (first_time, not_needed) | |
** Invoke lib/ext/melbourne/grammar18.y (first_time, not_needed) | |
** Invoke lib/ext/melbourne/grammar19.y (first_time, not_needed) | |
** Invoke lib/ext/melbourne/lex.c.tab (first_time, not_needed) | |
** Invoke lib/ext/melbourne/lex.c.blt (first_time, not_needed) | |
** Invoke kernel/bootstrap/load_order18.txt (first_time, not_needed) | |
** Invoke kernel/bootstrap/load_order19.txt (first_time, not_needed) | |
** Invoke kernel/bootstrap/load_order20.txt (first_time, not_needed) | |
** Invoke kernel/common/load_order18.txt (first_time, not_needed) | |
** Invoke kernel/common/load_order19.txt (first_time, not_needed) | |
** Invoke kernel/common/load_order20.txt (first_time, not_needed) | |
** Invoke kernel/delta/load_order18.txt (first_time, not_needed) | |
** Invoke kernel/delta/load_order19.txt (first_time, not_needed) | |
** Invoke kernel/delta/load_order20.txt (first_time, not_needed) | |
** Invoke kernel/platform/load_order18.txt (first_time, not_needed) | |
** Invoke kernel/platform/load_order19.txt (first_time, not_needed) | |
** Invoke kernel/platform/load_order20.txt (first_time, not_needed) | |
** Invoke kernel/alpha.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/alias.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/array.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/array18.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/array19.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/atomic.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/basicobject.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/bignum.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/block_environment.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/bytearray.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/call_custom_cache.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/call_site.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/channel.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/character.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/class.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/compactlookuptable.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/compiled_code.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/configuration.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/constant_cache.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/constant_scope.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/constant_table.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/dir.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/encoding.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/exception.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/executable.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/false.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/fixnum.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/gc.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/io.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/iseq.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/kernel.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/kernel18.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/kernel19.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/lookuptable.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/method_table.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/mono_inline_cache.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/nil.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/object18.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/poly_inline_cache.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/proc.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/process.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/regexp.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/regexp19.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/respond_to_cache.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/rubinius.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/stat.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/string.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/string19.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/symbol.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/symbol19.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/thread.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/thread18.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/thread19.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/thunk.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/time.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/true.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/tuple.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/type.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/type18.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/type19.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/variable_scope.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/vm.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/weakref.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/weakref18.rb (first_time, not_needed) | |
** Invoke kernel/bootstrap/weakref19.rb (first_time, not_needed) | |
** Invoke kernel/common/argf.rb (first_time, not_needed) | |
** Invoke kernel/common/argf18.rb (first_time, not_needed) | |
** Invoke kernel/common/argf19.rb (first_time, not_needed) | |
** Invoke kernel/common/array.rb (first_time, not_needed) | |
** Invoke kernel/common/array18.rb (first_time, not_needed) | |
** Invoke kernel/common/array19.rb (first_time, not_needed) | |
** Invoke kernel/common/array20.rb (first_time, not_needed) | |
** Invoke kernel/common/autoload.rb (first_time, not_needed) | |
** Invoke kernel/common/backtrace.rb (first_time, not_needed) | |
** Invoke kernel/common/basicobject.rb (first_time, not_needed) | |
** Invoke kernel/common/bignum.rb (first_time, not_needed) | |
** Invoke kernel/common/bignum18.rb (first_time, not_needed) | |
** Invoke kernel/common/bignum19.rb (first_time, not_needed) | |
** Invoke kernel/common/binding.rb (first_time, not_needed) | |
** Invoke kernel/common/binding18.rb (first_time, not_needed) | |
** Invoke kernel/common/binding19.rb (first_time, not_needed) | |
** Invoke kernel/common/block_environment.rb (first_time, not_needed) | |
** Invoke kernel/common/bytearray.rb (first_time, not_needed) | |
** Invoke kernel/common/bytearray18.rb (first_time, not_needed) | |
** Invoke kernel/common/bytearray19.rb (first_time, not_needed) | |
** Invoke kernel/common/capi.rb (first_time, not_needed) | |
** Invoke kernel/common/channel.rb (first_time, not_needed) | |
** Invoke kernel/common/class.rb (first_time, not_needed) | |
** Invoke kernel/common/class18.rb (first_time, not_needed) | |
** Invoke kernel/common/class19.rb (first_time, not_needed) | |
** Invoke kernel/common/codeloader.rb (first_time, not_needed) | |
** Invoke kernel/common/codeloader18.rb (first_time, not_needed) | |
** Invoke kernel/common/codeloader19.rb (first_time, not_needed) | |
** Invoke kernel/common/comparable.rb (first_time, not_needed) | |
** Invoke kernel/common/comparable18.rb (first_time, not_needed) | |
** Invoke kernel/common/comparable19.rb (first_time, not_needed) | |
** Invoke kernel/common/compiled_code.rb (first_time, not_needed) | |
** Invoke kernel/common/complex.rb (first_time, not_needed) | |
** Invoke kernel/common/complexifier.rb (first_time, not_needed) | |
** Invoke kernel/common/constant_scope.rb (first_time, not_needed) | |
** Invoke kernel/common/constant_scope18.rb (first_time, not_needed) | |
** Invoke kernel/common/constant_scope19.rb (first_time, not_needed) | |
** Invoke kernel/common/continuation.rb (first_time, not_needed) | |
** Invoke kernel/common/ctype.rb (first_time, not_needed) | |
** Invoke kernel/common/delegated_method.rb (first_time, not_needed) | |
** Invoke kernel/common/dir.rb (first_time, not_needed) | |
** Invoke kernel/common/dir18.rb (first_time, not_needed) | |
** Invoke kernel/common/dir19.rb (first_time, not_needed) | |
** Invoke kernel/common/dir_glob.rb (first_time, not_needed) | |
** Invoke kernel/common/encoding.rb (first_time, not_needed) | |
** Invoke kernel/common/enumerable.rb (first_time, not_needed) | |
** Invoke kernel/common/enumerable18.rb (first_time, not_needed) | |
** Invoke kernel/common/enumerable19.rb (first_time, not_needed) | |
** Invoke kernel/common/enumerator.rb (first_time, not_needed) | |
** Invoke kernel/common/enumerator18.rb (first_time, not_needed) | |
** Invoke kernel/common/enumerator19.rb (first_time, not_needed) | |
** Invoke kernel/common/env.rb (first_time, not_needed) | |
** Invoke kernel/common/env18.rb (first_time, not_needed) | |
** Invoke kernel/common/env19.rb (first_time, not_needed) | |
** Invoke kernel/common/errno.rb (first_time, not_needed) | |
** Invoke kernel/common/eval.rb (first_time, not_needed) | |
** Invoke kernel/common/eval18.rb (first_time, not_needed) | |
** Invoke kernel/common/eval19.rb (first_time, not_needed) | |
** Invoke kernel/common/exception.rb (first_time, not_needed) | |
** Invoke kernel/common/exception18.rb (first_time, not_needed) | |
** Invoke kernel/common/exception19.rb (first_time, not_needed) | |
** Invoke kernel/common/executable.rb (first_time, not_needed) | |
** Invoke kernel/common/false.rb (first_time, not_needed) | |
** Invoke kernel/common/fiber.rb (first_time, not_needed) | |
** Invoke kernel/common/fiber19.rb (first_time, not_needed) | |
** Invoke kernel/common/file.rb (first_time, not_needed) | |
** Invoke kernel/common/file18.rb (first_time, not_needed) | |
** Invoke kernel/common/file19.rb (first_time, not_needed) | |
** Invoke kernel/common/filetest.rb (first_time, not_needed) | |
** Invoke kernel/common/fixnum.rb (first_time, not_needed) | |
** Invoke kernel/common/fixnum18.rb (first_time, not_needed) | |
** Invoke kernel/common/fixnum19.rb (first_time, not_needed) | |
** Invoke kernel/common/float.rb (first_time, not_needed) | |
** Invoke kernel/common/float18.rb (first_time, not_needed) | |
** Invoke kernel/common/float19.rb (first_time, not_needed) | |
** Invoke kernel/common/gc19.rb (first_time, not_needed) | |
** Invoke kernel/common/global.rb (first_time, not_needed) | |
** Invoke kernel/common/hash.rb (first_time, not_needed) | |
** Invoke kernel/common/hash18.rb (first_time, not_needed) | |
** Invoke kernel/common/hash19.rb (first_time, not_needed) | |
** Invoke kernel/common/hash_hamt.rb (first_time, not_needed) | |
** Invoke kernel/common/hook.rb (first_time, not_needed) | |
** Invoke kernel/common/identitymap.rb (first_time, not_needed) | |
** Invoke kernel/common/immediate.rb (first_time, not_needed) | |
** Invoke kernel/common/integer.rb (first_time, not_needed) | |
** Invoke kernel/common/integer18.rb (first_time, not_needed) | |
** Invoke kernel/common/integer19.rb (first_time, not_needed) | |
** Invoke kernel/common/io.rb (first_time, not_needed) | |
** Invoke kernel/common/io18.rb (first_time, not_needed) | |
** Invoke kernel/common/io19.rb (first_time, not_needed) | |
** Invoke kernel/common/kernel.rb (first_time, not_needed) | |
** Invoke kernel/common/kernel18.rb (first_time, not_needed) | |
** Invoke kernel/common/kernel19.rb (first_time, not_needed) | |
** Invoke kernel/common/loadedfeatures.rb (first_time, not_needed) | |
** Invoke kernel/common/location.rb (first_time, not_needed) | |
** Invoke kernel/common/lookuptable.rb (first_time, not_needed) | |
** Invoke kernel/common/lrucache.rb (first_time, not_needed) | |
** Invoke kernel/common/main.rb (first_time, not_needed) | |
** Invoke kernel/common/marshal.rb (first_time, not_needed) | |
** Invoke kernel/common/marshal18.rb (first_time, not_needed) | |
** Invoke kernel/common/marshal19.rb (first_time, not_needed) | |
** Invoke kernel/common/math.rb (first_time, not_needed) | |
** Invoke kernel/common/math18.rb (first_time, not_needed) | |
** Invoke kernel/common/math19.rb (first_time, not_needed) | |
** Invoke kernel/common/method.rb (first_time, not_needed) | |
** Invoke kernel/common/method18.rb (first_time, not_needed) | |
** Invoke kernel/common/method19.rb (first_time, not_needed) | |
** Invoke kernel/common/method_equality.rb (first_time, not_needed) | |
** Invoke kernel/common/method_table.rb (first_time, not_needed) | |
** Invoke kernel/common/mirror.rb (first_time, not_needed) | |
** Invoke kernel/common/missing_method.rb (first_time, not_needed) | |
** Invoke kernel/common/module.rb (first_time, not_needed) | |
** Invoke kernel/common/module18.rb (first_time, not_needed) | |
** Invoke kernel/common/module19.rb (first_time, not_needed) | |
** Invoke kernel/common/mutex.rb (first_time, not_needed) | |
** Invoke kernel/common/native_method.rb (first_time, not_needed) | |
** Invoke kernel/common/nil.rb (first_time, not_needed) | |
** Invoke kernel/common/nil19.rb (first_time, not_needed) | |
** Invoke kernel/common/numeric.rb (first_time, not_needed) | |
** Invoke kernel/common/numeric18.rb (first_time, not_needed) | |
** Invoke kernel/common/numeric19.rb (first_time, not_needed) | |
** Invoke kernel/common/objectspace.rb (first_time, not_needed) | |
** Invoke kernel/common/precision.rb (first_time, not_needed) | |
** Invoke kernel/common/proc.rb (first_time, not_needed) | |
** Invoke kernel/common/proc18.rb (first_time, not_needed) | |
** Invoke kernel/common/proc19.rb (first_time, not_needed) | |
** Invoke kernel/common/process.rb (first_time, not_needed) | |
** Invoke kernel/common/process18.rb (first_time, not_needed) | |
** Invoke kernel/common/process19.rb (first_time, not_needed) | |
** Invoke kernel/common/random.rb (first_time, not_needed) | |
** Invoke kernel/common/random19.rb (first_time, not_needed) | |
** Invoke kernel/common/range.rb (first_time, not_needed) | |
** Invoke kernel/common/range18.rb (first_time, not_needed) | |
** Invoke kernel/common/range19.rb (first_time, not_needed) | |
** Invoke kernel/common/rational.rb (first_time, not_needed) | |
** Invoke kernel/common/rationalizer.rb (first_time, not_needed) | |
** Invoke kernel/common/regexp.rb (first_time, not_needed) | |
** Invoke kernel/common/regexp18.rb (first_time, not_needed) | |
** Invoke kernel/common/regexp19.rb (first_time, not_needed) | |
** Invoke kernel/common/signal.rb (first_time, not_needed) | |
** Invoke kernel/common/signal18.rb (first_time, not_needed) | |
** Invoke kernel/common/signal19.rb (first_time, not_needed) | |
** Invoke kernel/common/splitter.rb (first_time, not_needed) | |
** Invoke kernel/common/splitter18.rb (first_time, not_needed) | |
** Invoke kernel/common/splitter19.rb (first_time, not_needed) | |
** Invoke kernel/common/sprinter.rb (first_time, not_needed) | |
** Invoke kernel/common/sprinter18.rb (first_time, not_needed) | |
** Invoke kernel/common/sprinter19.rb (first_time, not_needed) | |
** Invoke kernel/common/stat.rb (first_time, not_needed) | |
** Invoke kernel/common/string.rb (first_time, not_needed) | |
** Invoke kernel/common/string18.rb (first_time, not_needed) | |
** Invoke kernel/common/string19.rb (first_time, not_needed) | |
** Invoke kernel/common/string_mirror.rb (first_time, not_needed) | |
** Invoke kernel/common/struct.rb (first_time, not_needed) | |
** Invoke kernel/common/struct18.rb (first_time, not_needed) | |
** Invoke kernel/common/struct19.rb (first_time, not_needed) | |
** Invoke kernel/common/symbol.rb (first_time, not_needed) | |
** Invoke kernel/common/symbol18.rb (first_time, not_needed) | |
** Invoke kernel/common/symbol19.rb (first_time, not_needed) | |
** Invoke kernel/common/thread.rb (first_time, not_needed) | |
** Invoke kernel/common/thread19.rb (first_time, not_needed) | |
** Invoke kernel/common/thread_group.rb (first_time, not_needed) | |
** Invoke kernel/common/throw_catch.rb (first_time, not_needed) | |
** Invoke kernel/common/throw_catch18.rb (first_time, not_needed) | |
** Invoke kernel/common/throw_catch19.rb (first_time, not_needed) | |
** Invoke kernel/common/time.rb (first_time, not_needed) | |
** Invoke kernel/common/time18.rb (first_time, not_needed) | |
** Invoke kernel/common/time19.rb (first_time, not_needed) | |
** Invoke kernel/common/true.rb (first_time, not_needed) | |
** Invoke kernel/common/tuple.rb (first_time, not_needed) | |
** Invoke kernel/common/type.rb (first_time, not_needed) | |
** Invoke kernel/common/type18.rb (first_time, not_needed) | |
** Invoke kernel/common/type19.rb (first_time, not_needed) | |
** Invoke kernel/common/undefined.rb (first_time, not_needed) | |
** Invoke kernel/common/variable_scope.rb (first_time, not_needed) | |
** Invoke kernel/delta/agent.rb (first_time, not_needed) | |
** Invoke kernel/delta/class.rb (first_time, not_needed) | |
** Invoke kernel/delta/codeloader.rb (first_time, not_needed) | |
** Invoke kernel/delta/converter_paths.rb (first_time, not_needed) | |
** Invoke kernel/delta/ctype.rb (first_time, not_needed) | |
** Invoke kernel/delta/ctype18.rb (first_time, not_needed) | |
** Invoke kernel/delta/ctype19.rb (first_time, not_needed) | |
** Invoke kernel/delta/exception.rb (first_time, not_needed) | |
** Invoke kernel/delta/ffi.rb (first_time, not_needed) | |
** Invoke kernel/delta/file.rb (first_time, not_needed) | |
** Invoke kernel/delta/filetest.rb (first_time, not_needed) | |
** Invoke kernel/delta/kernel.rb (first_time, not_needed) | |
** Invoke kernel/delta/kernel18.rb (first_time, not_needed) | |
** Invoke kernel/delta/kernel19.rb (first_time, not_needed) | |
** Invoke kernel/delta/math.rb (first_time, not_needed) | |
** Invoke kernel/delta/math19.rb (first_time, not_needed) | |
** Invoke kernel/delta/module.rb (first_time, not_needed) | |
** Invoke kernel/delta/options.rb (first_time, not_needed) | |
** Invoke kernel/delta/pack.rb (first_time, not_needed) | |
** Invoke kernel/delta/pack18.rb (first_time, not_needed) | |
** Invoke kernel/delta/pack19.rb (first_time, not_needed) | |
** Invoke kernel/delta/rubinius.rb (first_time, not_needed) | |
** Invoke kernel/delta/rubinius18.rb (first_time, not_needed) | |
** Invoke kernel/delta/rubinius19.rb (first_time, not_needed) | |
** Invoke kernel/delta/ruby_constants.rb (first_time, not_needed) | |
** Invoke kernel/delta/ruby_constants18.rb (first_time, not_needed) | |
** Invoke kernel/delta/ruby_constants19.rb (first_time, not_needed) | |
** Invoke kernel/delta/ruby_constants20.rb (first_time, not_needed) | |
** Invoke kernel/delta/signal.rb (first_time, not_needed) | |
** Invoke kernel/delta/stats.rb (first_time, not_needed) | |
** Invoke kernel/delta/struct.rb (first_time, not_needed) | |
** Invoke kernel/delta/thread.rb (first_time, not_needed) | |
** Invoke kernel/loader.rb (first_time, not_needed) | |
** Invoke kernel/platform/enum.rb (first_time, not_needed) | |
** Invoke kernel/platform/env.rb (first_time, not_needed) | |
** Invoke kernel/platform/ffi.rb (first_time, not_needed) | |
** Invoke kernel/platform/file.rb (first_time, not_needed) | |
** Invoke kernel/platform/library.rb (first_time, not_needed) | |
** Invoke kernel/platform/math.rb (first_time, not_needed) | |
** Invoke kernel/platform/math19.rb (first_time, not_needed) | |
** Invoke kernel/platform/pointer.rb (first_time, not_needed) | |
** Invoke kernel/platform/pointer_accessors.rb (first_time, not_needed) | |
** Invoke kernel/platform/posix.rb (first_time, not_needed) | |
** Invoke kernel/platform/struct.rb (first_time, not_needed) | |
** Invoke kernel/platform/union.rb (first_time, not_needed) | |
** Invoke Rakefile (first_time, not_needed) | |
** Invoke config.rb (not_needed) | |
** Invoke rakelib/blueprint.rb (first_time, not_needed) | |
** Invoke rakelib/dependency_grapher.rb (first_time, not_needed) | |
** Invoke rakelib/ext_helper.rb (first_time, not_needed) | |
** Invoke rakelib/generator_task.rb (first_time, not_needed) | |
** Invoke rakelib/git.rb (first_time, not_needed) | |
** Invoke rakelib/instruction_parser.rb (not_needed) | |
** Invoke rakelib/package.rb (first_time, not_needed) | |
** Invoke rakelib/preinstall_gems.rb (first_time, not_needed) | |
** Invoke rakelib/rubinius.rb (first_time, not_needed) | |
** Invoke rakelib/transcheck.rb (first_time, not_needed) | |
** Invoke rakelib/bench.rake (first_time, not_needed) | |
** Invoke rakelib/committers.rake (first_time, not_needed) | |
** Invoke rakelib/doc.rake (first_time, not_needed) | |
** Invoke rakelib/extensions.rake (first_time, not_needed) | |
** Invoke rakelib/gems.rake (first_time, not_needed) | |
** Invoke rakelib/git.rake (first_time, not_needed) | |
** Invoke rakelib/install.rake (first_time, not_needed) | |
** Invoke rakelib/jit.rake (first_time, not_needed) | |
** Invoke rakelib/kernel.rake (first_time, not_needed) | |
** Invoke rakelib/mspec.rake (first_time, not_needed) | |
** Invoke rakelib/oniguruma.rake (first_time, not_needed) | |
** Invoke rakelib/package.rake (first_time, not_needed) | |
** Invoke rakelib/platform.rake (first_time, not_needed) | |
** Invoke rakelib/rapa.rake (first_time, not_needed) | |
** Invoke rakelib/release.rake (first_time, not_needed) | |
** Invoke rakelib/rubyspec.rake (first_time, not_needed) | |
** Invoke rakelib/stress.rake (first_time, not_needed) | |
** Invoke rakelib/tasks.rake (first_time, not_needed) | |
** Invoke rakelib/todo.rake (first_time, not_needed) | |
** Invoke rakelib/vm.rake (first_time, not_needed) | |
** Invoke rakelib/web.rake (first_time, not_needed) | |
** Invoke rakelib/winpthreads.rake (first_time, not_needed) | |
** Execute kernel/signature.rb | |
** Execute vm/gen/signature.h | |
** Invoke vm/dtrace/probes.h (first_time) | |
** Execute vm/dtrace/probes.h | |
** Invoke vm/gen/encoding_database.cpp (first_time, not_needed) | |
** Invoke vm/codegen/encoding_extract.rb (first_time, not_needed) | |
** Invoke vm/gen/transcoder_database.cpp (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/19/encoding/converter (first_time, not_needed) | |
** Invoke vm/codegen/transcoders_extract.rb (first_time, not_needed) | |
** Invoke vm/gen/includes.hpp (first_time) | |
** Invoke vm/builtin/basicobject.hpp (first_time, not_needed) | |
** Invoke vm/builtin/object.hpp (first_time, not_needed) | |
** Invoke vm/builtin/integer.hpp (first_time, not_needed) | |
** Invoke vm/builtin/fixnum.hpp (first_time, not_needed) | |
** Invoke vm/builtin/array.hpp (first_time, not_needed) | |
** Invoke vm/builtin/bignum.hpp (first_time, not_needed) | |
** Invoke vm/builtin/executable.hpp (first_time, not_needed) | |
** Invoke vm/builtin/access_variable.hpp (first_time, not_needed) | |
** Invoke vm/builtin/alias.hpp (first_time, not_needed) | |
** Invoke vm/builtin/block_environment.hpp (first_time, not_needed) | |
** Invoke vm/builtin/block_as_method.hpp (first_time, not_needed) | |
** Invoke vm/builtin/bytearray.hpp (first_time, not_needed) | |
** Invoke vm/builtin/io.hpp (first_time, not_needed) | |
** Invoke vm/builtin/channel.hpp (first_time, not_needed) | |
** Invoke vm/builtin/module.hpp (first_time, not_needed) | |
** Invoke vm/builtin/constant_table.hpp (first_time, not_needed) | |
** Invoke vm/builtin/class.hpp (first_time, not_needed) | |
** Invoke vm/builtin/compiledcode.hpp (first_time, not_needed) | |
** Invoke vm/builtin/data.hpp (first_time, not_needed) | |
** Invoke vm/builtin/dir.hpp (first_time, not_needed) | |
** Invoke vm/builtin/exception.hpp (first_time, not_needed) | |
** Invoke vm/builtin/float.hpp (first_time, not_needed) | |
** Invoke vm/builtin/immediates.hpp (first_time, not_needed) | |
** Invoke vm/builtin/iseq.hpp (first_time, not_needed) | |
** Invoke vm/builtin/list.hpp (first_time, not_needed) | |
** Invoke vm/builtin/lookuptable.hpp (first_time, not_needed) | |
** Invoke vm/builtin/ffi_pointer.hpp (first_time, not_needed) | |
** Invoke vm/builtin/methodtable.hpp (first_time, not_needed) | |
** Invoke vm/builtin/nativefunction.hpp (first_time, not_needed) | |
** Invoke vm/builtin/packed_object.hpp (first_time, not_needed) | |
** Invoke vm/builtin/randomizer.hpp (first_time, not_needed) | |
** Invoke vm/builtin/regexp.hpp (first_time, not_needed) | |
** Invoke vm/builtin/constantscope.hpp (first_time, not_needed) | |
** Invoke vm/builtin/encoding.hpp (first_time, not_needed) | |
** Invoke vm/builtin/string.hpp (first_time, not_needed) | |
** Invoke vm/builtin/symbol.hpp (first_time, not_needed) | |
** Invoke vm/builtin/thread.hpp (first_time, not_needed) | |
** Invoke vm/builtin/tuple.hpp (first_time, not_needed) | |
** Invoke vm/builtin/compactlookuptable.hpp (first_time, not_needed) | |
** Invoke vm/builtin/time.hpp (first_time, not_needed) | |
** Invoke vm/builtin/stat.hpp (first_time, not_needed) | |
** Invoke vm/builtin/nativemethod.hpp (first_time, not_needed) | |
** Invoke vm/builtin/system.hpp (first_time, not_needed) | |
** Invoke vm/builtin/autoload.hpp (first_time, not_needed) | |
** Invoke vm/builtin/proc.hpp (first_time, not_needed) | |
** Invoke vm/builtin/variable_scope.hpp (first_time, not_needed) | |
** Invoke vm/builtin/location.hpp (first_time, not_needed) | |
** Invoke vm/builtin/constant_cache.hpp (first_time, not_needed) | |
** Invoke vm/builtin/call_site.hpp (first_time, not_needed) | |
** Invoke vm/builtin/mono_inline_cache.hpp (first_time, not_needed) | |
** Invoke vm/builtin/poly_inline_cache.hpp (first_time, not_needed) | |
** Invoke vm/builtin/call_custom_cache.hpp (first_time, not_needed) | |
** Invoke vm/builtin/respond_to_cache.hpp (first_time, not_needed) | |
** Invoke vm/builtin/weakref.hpp (first_time, not_needed) | |
** Invoke vm/builtin/fiber.hpp (first_time, not_needed) | |
** Invoke vm/builtin/thunk.hpp (first_time, not_needed) | |
** Invoke vm/builtin/call_unit.hpp (first_time, not_needed) | |
** Invoke vm/builtin/call_unit_adapter.hpp (first_time, not_needed) | |
** Invoke vm/builtin/atomic.hpp (first_time, not_needed) | |
** Invoke vm/builtin/character.hpp (first_time, not_needed) | |
** Invoke vm/builtin/thread_state.hpp (first_time, not_needed) | |
** Invoke vm/codegen/field_extract.rb (first_time, not_needed) | |
** Invoke vm/gen (not_needed) | |
** Invoke run_field_extract (first_time) | |
** Execute run_field_extract | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/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 | |
** Execute vm/gen/includes.hpp | |
** Invoke vm/gen/kind_of.hpp (first_time) | |
** Invoke vm/builtin/basicobject.hpp (not_needed) | |
** Invoke vm/builtin/object.hpp (not_needed) | |
** Invoke vm/builtin/integer.hpp (not_needed) | |
** Invoke vm/builtin/fixnum.hpp (not_needed) | |
** Invoke vm/builtin/array.hpp (not_needed) | |
** Invoke vm/builtin/bignum.hpp (not_needed) | |
** Invoke vm/builtin/executable.hpp (not_needed) | |
** Invoke vm/builtin/access_variable.hpp (not_needed) | |
** Invoke vm/builtin/alias.hpp (not_needed) | |
** Invoke vm/builtin/block_environment.hpp (not_needed) | |
** Invoke vm/builtin/block_as_method.hpp (not_needed) | |
** Invoke vm/builtin/bytearray.hpp (not_needed) | |
** Invoke vm/builtin/io.hpp (not_needed) | |
** Invoke vm/builtin/channel.hpp (not_needed) | |
** Invoke vm/builtin/module.hpp (not_needed) | |
** Invoke vm/builtin/constant_table.hpp (not_needed) | |
** Invoke vm/builtin/class.hpp (not_needed) | |
** Invoke vm/builtin/compiledcode.hpp (not_needed) | |
** Invoke vm/builtin/data.hpp (not_needed) | |
** Invoke vm/builtin/dir.hpp (not_needed) | |
** Invoke vm/builtin/exception.hpp (not_needed) | |
** Invoke vm/builtin/float.hpp (not_needed) | |
** Invoke vm/builtin/immediates.hpp (not_needed) | |
** Invoke vm/builtin/iseq.hpp (not_needed) | |
** Invoke vm/builtin/list.hpp (not_needed) | |
** Invoke vm/builtin/lookuptable.hpp (not_needed) | |
** Invoke vm/builtin/ffi_pointer.hpp (not_needed) | |
** Invoke vm/builtin/methodtable.hpp (not_needed) | |
** Invoke vm/builtin/nativefunction.hpp (not_needed) | |
** Invoke vm/builtin/packed_object.hpp (not_needed) | |
** Invoke vm/builtin/randomizer.hpp (not_needed) | |
** Invoke vm/builtin/regexp.hpp (not_needed) | |
** Invoke vm/builtin/constantscope.hpp (not_needed) | |
** Invoke vm/builtin/encoding.hpp (not_needed) | |
** Invoke vm/builtin/string.hpp (not_needed) | |
** Invoke vm/builtin/symbol.hpp (not_needed) | |
** Invoke vm/builtin/thread.hpp (not_needed) | |
** Invoke vm/builtin/tuple.hpp (not_needed) | |
** Invoke vm/builtin/compactlookuptable.hpp (not_needed) | |
** Invoke vm/builtin/time.hpp (not_needed) | |
** Invoke vm/builtin/stat.hpp (not_needed) | |
** Invoke vm/builtin/nativemethod.hpp (not_needed) | |
** Invoke vm/builtin/system.hpp (not_needed) | |
** Invoke vm/builtin/autoload.hpp (not_needed) | |
** Invoke vm/builtin/proc.hpp (not_needed) | |
** Invoke vm/builtin/variable_scope.hpp (not_needed) | |
** Invoke vm/builtin/location.hpp (not_needed) | |
** Invoke vm/builtin/constant_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_site.hpp (not_needed) | |
** Invoke vm/builtin/mono_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/poly_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_custom_cache.hpp (not_needed) | |
** Invoke vm/builtin/respond_to_cache.hpp (not_needed) | |
** Invoke vm/builtin/weakref.hpp (not_needed) | |
** Invoke vm/builtin/fiber.hpp (not_needed) | |
** Invoke vm/builtin/thunk.hpp (not_needed) | |
** Invoke vm/builtin/call_unit.hpp (not_needed) | |
** Invoke vm/builtin/call_unit_adapter.hpp (not_needed) | |
** Invoke vm/builtin/atomic.hpp (not_needed) | |
** Invoke vm/builtin/character.hpp (not_needed) | |
** Invoke vm/builtin/thread_state.hpp (not_needed) | |
** Invoke vm/codegen/field_extract.rb (not_needed) | |
** Invoke run_field_extract | |
** Execute vm/gen/kind_of.hpp | |
** Invoke vm/gen/object_types.hpp (first_time) | |
** Invoke vm/builtin/basicobject.hpp (not_needed) | |
** Invoke vm/builtin/object.hpp (not_needed) | |
** Invoke vm/builtin/integer.hpp (not_needed) | |
** Invoke vm/builtin/fixnum.hpp (not_needed) | |
** Invoke vm/builtin/array.hpp (not_needed) | |
** Invoke vm/builtin/bignum.hpp (not_needed) | |
** Invoke vm/builtin/executable.hpp (not_needed) | |
** Invoke vm/builtin/access_variable.hpp (not_needed) | |
** Invoke vm/builtin/alias.hpp (not_needed) | |
** Invoke vm/builtin/block_environment.hpp (not_needed) | |
** Invoke vm/builtin/block_as_method.hpp (not_needed) | |
** Invoke vm/builtin/bytearray.hpp (not_needed) | |
** Invoke vm/builtin/io.hpp (not_needed) | |
** Invoke vm/builtin/channel.hpp (not_needed) | |
** Invoke vm/builtin/module.hpp (not_needed) | |
** Invoke vm/builtin/constant_table.hpp (not_needed) | |
** Invoke vm/builtin/class.hpp (not_needed) | |
** Invoke vm/builtin/compiledcode.hpp (not_needed) | |
** Invoke vm/builtin/data.hpp (not_needed) | |
** Invoke vm/builtin/dir.hpp (not_needed) | |
** Invoke vm/builtin/exception.hpp (not_needed) | |
** Invoke vm/builtin/float.hpp (not_needed) | |
** Invoke vm/builtin/immediates.hpp (not_needed) | |
** Invoke vm/builtin/iseq.hpp (not_needed) | |
** Invoke vm/builtin/list.hpp (not_needed) | |
** Invoke vm/builtin/lookuptable.hpp (not_needed) | |
** Invoke vm/builtin/ffi_pointer.hpp (not_needed) | |
** Invoke vm/builtin/methodtable.hpp (not_needed) | |
** Invoke vm/builtin/nativefunction.hpp (not_needed) | |
** Invoke vm/builtin/packed_object.hpp (not_needed) | |
** Invoke vm/builtin/randomizer.hpp (not_needed) | |
** Invoke vm/builtin/regexp.hpp (not_needed) | |
** Invoke vm/builtin/constantscope.hpp (not_needed) | |
** Invoke vm/builtin/encoding.hpp (not_needed) | |
** Invoke vm/builtin/string.hpp (not_needed) | |
** Invoke vm/builtin/symbol.hpp (not_needed) | |
** Invoke vm/builtin/thread.hpp (not_needed) | |
** Invoke vm/builtin/tuple.hpp (not_needed) | |
** Invoke vm/builtin/compactlookuptable.hpp (not_needed) | |
** Invoke vm/builtin/time.hpp (not_needed) | |
** Invoke vm/builtin/stat.hpp (not_needed) | |
** Invoke vm/builtin/nativemethod.hpp (not_needed) | |
** Invoke vm/builtin/system.hpp (not_needed) | |
** Invoke vm/builtin/autoload.hpp (not_needed) | |
** Invoke vm/builtin/proc.hpp (not_needed) | |
** Invoke vm/builtin/variable_scope.hpp (not_needed) | |
** Invoke vm/builtin/location.hpp (not_needed) | |
** Invoke vm/builtin/constant_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_site.hpp (not_needed) | |
** Invoke vm/builtin/mono_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/poly_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_custom_cache.hpp (not_needed) | |
** Invoke vm/builtin/respond_to_cache.hpp (not_needed) | |
** Invoke vm/builtin/weakref.hpp (not_needed) | |
** Invoke vm/builtin/fiber.hpp (not_needed) | |
** Invoke vm/builtin/thunk.hpp (not_needed) | |
** Invoke vm/builtin/call_unit.hpp (not_needed) | |
** Invoke vm/builtin/call_unit_adapter.hpp (not_needed) | |
** Invoke vm/builtin/atomic.hpp (not_needed) | |
** Invoke vm/builtin/character.hpp (not_needed) | |
** Invoke vm/builtin/thread_state.hpp (not_needed) | |
** Invoke vm/codegen/field_extract.rb (not_needed) | |
** Invoke run_field_extract | |
** Execute vm/gen/object_types.hpp | |
** Invoke vm/gen/typechecks.gen.cpp (first_time) | |
** Invoke vm/builtin/basicobject.hpp (not_needed) | |
** Invoke vm/builtin/object.hpp (not_needed) | |
** Invoke vm/builtin/integer.hpp (not_needed) | |
** Invoke vm/builtin/fixnum.hpp (not_needed) | |
** Invoke vm/builtin/array.hpp (not_needed) | |
** Invoke vm/builtin/bignum.hpp (not_needed) | |
** Invoke vm/builtin/executable.hpp (not_needed) | |
** Invoke vm/builtin/access_variable.hpp (not_needed) | |
** Invoke vm/builtin/alias.hpp (not_needed) | |
** Invoke vm/builtin/block_environment.hpp (not_needed) | |
** Invoke vm/builtin/block_as_method.hpp (not_needed) | |
** Invoke vm/builtin/bytearray.hpp (not_needed) | |
** Invoke vm/builtin/io.hpp (not_needed) | |
** Invoke vm/builtin/channel.hpp (not_needed) | |
** Invoke vm/builtin/module.hpp (not_needed) | |
** Invoke vm/builtin/constant_table.hpp (not_needed) | |
** Invoke vm/builtin/class.hpp (not_needed) | |
** Invoke vm/builtin/compiledcode.hpp (not_needed) | |
** Invoke vm/builtin/data.hpp (not_needed) | |
** Invoke vm/builtin/dir.hpp (not_needed) | |
** Invoke vm/builtin/exception.hpp (not_needed) | |
** Invoke vm/builtin/float.hpp (not_needed) | |
** Invoke vm/builtin/immediates.hpp (not_needed) | |
** Invoke vm/builtin/iseq.hpp (not_needed) | |
** Invoke vm/builtin/list.hpp (not_needed) | |
** Invoke vm/builtin/lookuptable.hpp (not_needed) | |
** Invoke vm/builtin/ffi_pointer.hpp (not_needed) | |
** Invoke vm/builtin/methodtable.hpp (not_needed) | |
** Invoke vm/builtin/nativefunction.hpp (not_needed) | |
** Invoke vm/builtin/packed_object.hpp (not_needed) | |
** Invoke vm/builtin/randomizer.hpp (not_needed) | |
** Invoke vm/builtin/regexp.hpp (not_needed) | |
** Invoke vm/builtin/constantscope.hpp (not_needed) | |
** Invoke vm/builtin/encoding.hpp (not_needed) | |
** Invoke vm/builtin/string.hpp (not_needed) | |
** Invoke vm/builtin/symbol.hpp (not_needed) | |
** Invoke vm/builtin/thread.hpp (not_needed) | |
** Invoke vm/builtin/tuple.hpp (not_needed) | |
** Invoke vm/builtin/compactlookuptable.hpp (not_needed) | |
** Invoke vm/builtin/time.hpp (not_needed) | |
** Invoke vm/builtin/stat.hpp (not_needed) | |
** Invoke vm/builtin/nativemethod.hpp (not_needed) | |
** Invoke vm/builtin/system.hpp (not_needed) | |
** Invoke vm/builtin/autoload.hpp (not_needed) | |
** Invoke vm/builtin/proc.hpp (not_needed) | |
** Invoke vm/builtin/variable_scope.hpp (not_needed) | |
** Invoke vm/builtin/location.hpp (not_needed) | |
** Invoke vm/builtin/constant_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_site.hpp (not_needed) | |
** Invoke vm/builtin/mono_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/poly_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_custom_cache.hpp (not_needed) | |
** Invoke vm/builtin/respond_to_cache.hpp (not_needed) | |
** Invoke vm/builtin/weakref.hpp (not_needed) | |
** Invoke vm/builtin/fiber.hpp (not_needed) | |
** Invoke vm/builtin/thunk.hpp (not_needed) | |
** Invoke vm/builtin/call_unit.hpp (not_needed) | |
** Invoke vm/builtin/call_unit_adapter.hpp (not_needed) | |
** Invoke vm/builtin/atomic.hpp (not_needed) | |
** Invoke vm/builtin/character.hpp (not_needed) | |
** Invoke vm/builtin/thread_state.hpp (not_needed) | |
** Invoke vm/codegen/field_extract.rb (not_needed) | |
** Invoke run_field_extract | |
** Execute vm/gen/typechecks.gen.cpp | |
** Invoke vm/gen/primitives_declare.hpp (first_time) | |
** Invoke vm/builtin/basicobject.hpp (not_needed) | |
** Invoke vm/builtin/object.hpp (not_needed) | |
** Invoke vm/builtin/integer.hpp (not_needed) | |
** Invoke vm/builtin/fixnum.hpp (not_needed) | |
** Invoke vm/builtin/array.hpp (not_needed) | |
** Invoke vm/builtin/bignum.hpp (not_needed) | |
** Invoke vm/builtin/executable.hpp (not_needed) | |
** Invoke vm/builtin/access_variable.hpp (not_needed) | |
** Invoke vm/builtin/alias.hpp (not_needed) | |
** Invoke vm/builtin/block_environment.hpp (not_needed) | |
** Invoke vm/builtin/block_as_method.hpp (not_needed) | |
** Invoke vm/builtin/bytearray.hpp (not_needed) | |
** Invoke vm/builtin/io.hpp (not_needed) | |
** Invoke vm/builtin/channel.hpp (not_needed) | |
** Invoke vm/builtin/module.hpp (not_needed) | |
** Invoke vm/builtin/constant_table.hpp (not_needed) | |
** Invoke vm/builtin/class.hpp (not_needed) | |
** Invoke vm/builtin/compiledcode.hpp (not_needed) | |
** Invoke vm/builtin/data.hpp (not_needed) | |
** Invoke vm/builtin/dir.hpp (not_needed) | |
** Invoke vm/builtin/exception.hpp (not_needed) | |
** Invoke vm/builtin/float.hpp (not_needed) | |
** Invoke vm/builtin/immediates.hpp (not_needed) | |
** Invoke vm/builtin/iseq.hpp (not_needed) | |
** Invoke vm/builtin/list.hpp (not_needed) | |
** Invoke vm/builtin/lookuptable.hpp (not_needed) | |
** Invoke vm/builtin/ffi_pointer.hpp (not_needed) | |
** Invoke vm/builtin/methodtable.hpp (not_needed) | |
** Invoke vm/builtin/nativefunction.hpp (not_needed) | |
** Invoke vm/builtin/packed_object.hpp (not_needed) | |
** Invoke vm/builtin/randomizer.hpp (not_needed) | |
** Invoke vm/builtin/regexp.hpp (not_needed) | |
** Invoke vm/builtin/constantscope.hpp (not_needed) | |
** Invoke vm/builtin/encoding.hpp (not_needed) | |
** Invoke vm/builtin/string.hpp (not_needed) | |
** Invoke vm/builtin/symbol.hpp (not_needed) | |
** Invoke vm/builtin/thread.hpp (not_needed) | |
** Invoke vm/builtin/tuple.hpp (not_needed) | |
** Invoke vm/builtin/compactlookuptable.hpp (not_needed) | |
** Invoke vm/builtin/time.hpp (not_needed) | |
** Invoke vm/builtin/stat.hpp (not_needed) | |
** Invoke vm/builtin/nativemethod.hpp (not_needed) | |
** Invoke vm/builtin/system.hpp (not_needed) | |
** Invoke vm/builtin/autoload.hpp (not_needed) | |
** Invoke vm/builtin/proc.hpp (not_needed) | |
** Invoke vm/builtin/variable_scope.hpp (not_needed) | |
** Invoke vm/builtin/location.hpp (not_needed) | |
** Invoke vm/builtin/constant_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_site.hpp (not_needed) | |
** Invoke vm/builtin/mono_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/poly_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_custom_cache.hpp (not_needed) | |
** Invoke vm/builtin/respond_to_cache.hpp (not_needed) | |
** Invoke vm/builtin/weakref.hpp (not_needed) | |
** Invoke vm/builtin/fiber.hpp (not_needed) | |
** Invoke vm/builtin/thunk.hpp (not_needed) | |
** Invoke vm/builtin/call_unit.hpp (not_needed) | |
** Invoke vm/builtin/call_unit_adapter.hpp (not_needed) | |
** Invoke vm/builtin/atomic.hpp (not_needed) | |
** Invoke vm/builtin/character.hpp (not_needed) | |
** Invoke vm/builtin/thread_state.hpp (not_needed) | |
** Invoke vm/codegen/field_extract.rb (not_needed) | |
** Invoke run_field_extract | |
** Execute vm/gen/primitives_declare.hpp | |
** Invoke vm/gen/glue_functions.cpp (first_time) | |
** Invoke vm/builtin/basicobject.hpp (not_needed) | |
** Invoke vm/builtin/object.hpp (not_needed) | |
** Invoke vm/builtin/integer.hpp (not_needed) | |
** Invoke vm/builtin/fixnum.hpp (not_needed) | |
** Invoke vm/builtin/array.hpp (not_needed) | |
** Invoke vm/builtin/bignum.hpp (not_needed) | |
** Invoke vm/builtin/executable.hpp (not_needed) | |
** Invoke vm/builtin/access_variable.hpp (not_needed) | |
** Invoke vm/builtin/alias.hpp (not_needed) | |
** Invoke vm/builtin/block_environment.hpp (not_needed) | |
** Invoke vm/builtin/block_as_method.hpp (not_needed) | |
** Invoke vm/builtin/bytearray.hpp (not_needed) | |
** Invoke vm/builtin/io.hpp (not_needed) | |
** Invoke vm/builtin/channel.hpp (not_needed) | |
** Invoke vm/builtin/module.hpp (not_needed) | |
** Invoke vm/builtin/constant_table.hpp (not_needed) | |
** Invoke vm/builtin/class.hpp (not_needed) | |
** Invoke vm/builtin/compiledcode.hpp (not_needed) | |
** Invoke vm/builtin/data.hpp (not_needed) | |
** Invoke vm/builtin/dir.hpp (not_needed) | |
** Invoke vm/builtin/exception.hpp (not_needed) | |
** Invoke vm/builtin/float.hpp (not_needed) | |
** Invoke vm/builtin/immediates.hpp (not_needed) | |
** Invoke vm/builtin/iseq.hpp (not_needed) | |
** Invoke vm/builtin/list.hpp (not_needed) | |
** Invoke vm/builtin/lookuptable.hpp (not_needed) | |
** Invoke vm/builtin/ffi_pointer.hpp (not_needed) | |
** Invoke vm/builtin/methodtable.hpp (not_needed) | |
** Invoke vm/builtin/nativefunction.hpp (not_needed) | |
** Invoke vm/builtin/packed_object.hpp (not_needed) | |
** Invoke vm/builtin/randomizer.hpp (not_needed) | |
** Invoke vm/builtin/regexp.hpp (not_needed) | |
** Invoke vm/builtin/constantscope.hpp (not_needed) | |
** Invoke vm/builtin/encoding.hpp (not_needed) | |
** Invoke vm/builtin/string.hpp (not_needed) | |
** Invoke vm/builtin/symbol.hpp (not_needed) | |
** Invoke vm/builtin/thread.hpp (not_needed) | |
** Invoke vm/builtin/tuple.hpp (not_needed) | |
** Invoke vm/builtin/compactlookuptable.hpp (not_needed) | |
** Invoke vm/builtin/time.hpp (not_needed) | |
** Invoke vm/builtin/stat.hpp (not_needed) | |
** Invoke vm/builtin/nativemethod.hpp (not_needed) | |
** Invoke vm/builtin/system.hpp (not_needed) | |
** Invoke vm/builtin/autoload.hpp (not_needed) | |
** Invoke vm/builtin/proc.hpp (not_needed) | |
** Invoke vm/builtin/variable_scope.hpp (not_needed) | |
** Invoke vm/builtin/location.hpp (not_needed) | |
** Invoke vm/builtin/constant_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_site.hpp (not_needed) | |
** Invoke vm/builtin/mono_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/poly_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_custom_cache.hpp (not_needed) | |
** Invoke vm/builtin/respond_to_cache.hpp (not_needed) | |
** Invoke vm/builtin/weakref.hpp (not_needed) | |
** Invoke vm/builtin/fiber.hpp (not_needed) | |
** Invoke vm/builtin/thunk.hpp (not_needed) | |
** Invoke vm/builtin/call_unit.hpp (not_needed) | |
** Invoke vm/builtin/call_unit_adapter.hpp (not_needed) | |
** Invoke vm/builtin/atomic.hpp (not_needed) | |
** Invoke vm/builtin/character.hpp (not_needed) | |
** Invoke vm/builtin/thread_state.hpp (not_needed) | |
** Invoke vm/codegen/field_extract.rb (not_needed) | |
** Invoke run_field_extract | |
** Execute vm/gen/glue_functions.cpp | |
** Invoke vm/gen/jit_functions.cpp (first_time) | |
** Invoke vm/builtin/basicobject.hpp (not_needed) | |
** Invoke vm/builtin/object.hpp (not_needed) | |
** Invoke vm/builtin/integer.hpp (not_needed) | |
** Invoke vm/builtin/fixnum.hpp (not_needed) | |
** Invoke vm/builtin/array.hpp (not_needed) | |
** Invoke vm/builtin/bignum.hpp (not_needed) | |
** Invoke vm/builtin/executable.hpp (not_needed) | |
** Invoke vm/builtin/access_variable.hpp (not_needed) | |
** Invoke vm/builtin/alias.hpp (not_needed) | |
** Invoke vm/builtin/block_environment.hpp (not_needed) | |
** Invoke vm/builtin/block_as_method.hpp (not_needed) | |
** Invoke vm/builtin/bytearray.hpp (not_needed) | |
** Invoke vm/builtin/io.hpp (not_needed) | |
** Invoke vm/builtin/channel.hpp (not_needed) | |
** Invoke vm/builtin/module.hpp (not_needed) | |
** Invoke vm/builtin/constant_table.hpp (not_needed) | |
** Invoke vm/builtin/class.hpp (not_needed) | |
** Invoke vm/builtin/compiledcode.hpp (not_needed) | |
** Invoke vm/builtin/data.hpp (not_needed) | |
** Invoke vm/builtin/dir.hpp (not_needed) | |
** Invoke vm/builtin/exception.hpp (not_needed) | |
** Invoke vm/builtin/float.hpp (not_needed) | |
** Invoke vm/builtin/immediates.hpp (not_needed) | |
** Invoke vm/builtin/iseq.hpp (not_needed) | |
** Invoke vm/builtin/list.hpp (not_needed) | |
** Invoke vm/builtin/lookuptable.hpp (not_needed) | |
** Invoke vm/builtin/ffi_pointer.hpp (not_needed) | |
** Invoke vm/builtin/methodtable.hpp (not_needed) | |
** Invoke vm/builtin/nativefunction.hpp (not_needed) | |
** Invoke vm/builtin/packed_object.hpp (not_needed) | |
** Invoke vm/builtin/randomizer.hpp (not_needed) | |
** Invoke vm/builtin/regexp.hpp (not_needed) | |
** Invoke vm/builtin/constantscope.hpp (not_needed) | |
** Invoke vm/builtin/encoding.hpp (not_needed) | |
** Invoke vm/builtin/string.hpp (not_needed) | |
** Invoke vm/builtin/symbol.hpp (not_needed) | |
** Invoke vm/builtin/thread.hpp (not_needed) | |
** Invoke vm/builtin/tuple.hpp (not_needed) | |
** Invoke vm/builtin/compactlookuptable.hpp (not_needed) | |
** Invoke vm/builtin/time.hpp (not_needed) | |
** Invoke vm/builtin/stat.hpp (not_needed) | |
** Invoke vm/builtin/nativemethod.hpp (not_needed) | |
** Invoke vm/builtin/system.hpp (not_needed) | |
** Invoke vm/builtin/autoload.hpp (not_needed) | |
** Invoke vm/builtin/proc.hpp (not_needed) | |
** Invoke vm/builtin/variable_scope.hpp (not_needed) | |
** Invoke vm/builtin/location.hpp (not_needed) | |
** Invoke vm/builtin/constant_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_site.hpp (not_needed) | |
** Invoke vm/builtin/mono_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/poly_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_custom_cache.hpp (not_needed) | |
** Invoke vm/builtin/respond_to_cache.hpp (not_needed) | |
** Invoke vm/builtin/weakref.hpp (not_needed) | |
** Invoke vm/builtin/fiber.hpp (not_needed) | |
** Invoke vm/builtin/thunk.hpp (not_needed) | |
** Invoke vm/builtin/call_unit.hpp (not_needed) | |
** Invoke vm/builtin/call_unit_adapter.hpp (not_needed) | |
** Invoke vm/builtin/atomic.hpp (not_needed) | |
** Invoke vm/builtin/character.hpp (not_needed) | |
** Invoke vm/builtin/thread_state.hpp (not_needed) | |
** Invoke vm/codegen/field_extract.rb (not_needed) | |
** Invoke run_field_extract | |
** Execute vm/gen/jit_functions.cpp | |
** Invoke vm/gen/invoke_functions.cpp (first_time) | |
** Invoke vm/builtin/basicobject.hpp (not_needed) | |
** Invoke vm/builtin/object.hpp (not_needed) | |
** Invoke vm/builtin/integer.hpp (not_needed) | |
** Invoke vm/builtin/fixnum.hpp (not_needed) | |
** Invoke vm/builtin/array.hpp (not_needed) | |
** Invoke vm/builtin/bignum.hpp (not_needed) | |
** Invoke vm/builtin/executable.hpp (not_needed) | |
** Invoke vm/builtin/access_variable.hpp (not_needed) | |
** Invoke vm/builtin/alias.hpp (not_needed) | |
** Invoke vm/builtin/block_environment.hpp (not_needed) | |
** Invoke vm/builtin/block_as_method.hpp (not_needed) | |
** Invoke vm/builtin/bytearray.hpp (not_needed) | |
** Invoke vm/builtin/io.hpp (not_needed) | |
** Invoke vm/builtin/channel.hpp (not_needed) | |
** Invoke vm/builtin/module.hpp (not_needed) | |
** Invoke vm/builtin/constant_table.hpp (not_needed) | |
** Invoke vm/builtin/class.hpp (not_needed) | |
** Invoke vm/builtin/compiledcode.hpp (not_needed) | |
** Invoke vm/builtin/data.hpp (not_needed) | |
** Invoke vm/builtin/dir.hpp (not_needed) | |
** Invoke vm/builtin/exception.hpp (not_needed) | |
** Invoke vm/builtin/float.hpp (not_needed) | |
** Invoke vm/builtin/immediates.hpp (not_needed) | |
** Invoke vm/builtin/iseq.hpp (not_needed) | |
** Invoke vm/builtin/list.hpp (not_needed) | |
** Invoke vm/builtin/lookuptable.hpp (not_needed) | |
** Invoke vm/builtin/ffi_pointer.hpp (not_needed) | |
** Invoke vm/builtin/methodtable.hpp (not_needed) | |
** Invoke vm/builtin/nativefunction.hpp (not_needed) | |
** Invoke vm/builtin/packed_object.hpp (not_needed) | |
** Invoke vm/builtin/randomizer.hpp (not_needed) | |
** Invoke vm/builtin/regexp.hpp (not_needed) | |
** Invoke vm/builtin/constantscope.hpp (not_needed) | |
** Invoke vm/builtin/encoding.hpp (not_needed) | |
** Invoke vm/builtin/string.hpp (not_needed) | |
** Invoke vm/builtin/symbol.hpp (not_needed) | |
** Invoke vm/builtin/thread.hpp (not_needed) | |
** Invoke vm/builtin/tuple.hpp (not_needed) | |
** Invoke vm/builtin/compactlookuptable.hpp (not_needed) | |
** Invoke vm/builtin/time.hpp (not_needed) | |
** Invoke vm/builtin/stat.hpp (not_needed) | |
** Invoke vm/builtin/nativemethod.hpp (not_needed) | |
** Invoke vm/builtin/system.hpp (not_needed) | |
** Invoke vm/builtin/autoload.hpp (not_needed) | |
** Invoke vm/builtin/proc.hpp (not_needed) | |
** Invoke vm/builtin/variable_scope.hpp (not_needed) | |
** Invoke vm/builtin/location.hpp (not_needed) | |
** Invoke vm/builtin/constant_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_site.hpp (not_needed) | |
** Invoke vm/builtin/mono_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/poly_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_custom_cache.hpp (not_needed) | |
** Invoke vm/builtin/respond_to_cache.hpp (not_needed) | |
** Invoke vm/builtin/weakref.hpp (not_needed) | |
** Invoke vm/builtin/fiber.hpp (not_needed) | |
** Invoke vm/builtin/thunk.hpp (not_needed) | |
** Invoke vm/builtin/call_unit.hpp (not_needed) | |
** Invoke vm/builtin/call_unit_adapter.hpp (not_needed) | |
** Invoke vm/builtin/atomic.hpp (not_needed) | |
** Invoke vm/builtin/character.hpp (not_needed) | |
** Invoke vm/builtin/thread_state.hpp (not_needed) | |
** Invoke vm/codegen/field_extract.rb (not_needed) | |
** Invoke run_field_extract | |
** Execute vm/gen/invoke_functions.cpp | |
** Invoke vm/gen/accessor_functions.cpp (first_time) | |
** Invoke vm/builtin/basicobject.hpp (not_needed) | |
** Invoke vm/builtin/object.hpp (not_needed) | |
** Invoke vm/builtin/integer.hpp (not_needed) | |
** Invoke vm/builtin/fixnum.hpp (not_needed) | |
** Invoke vm/builtin/array.hpp (not_needed) | |
** Invoke vm/builtin/bignum.hpp (not_needed) | |
** Invoke vm/builtin/executable.hpp (not_needed) | |
** Invoke vm/builtin/access_variable.hpp (not_needed) | |
** Invoke vm/builtin/alias.hpp (not_needed) | |
** Invoke vm/builtin/block_environment.hpp (not_needed) | |
** Invoke vm/builtin/block_as_method.hpp (not_needed) | |
** Invoke vm/builtin/bytearray.hpp (not_needed) | |
** Invoke vm/builtin/io.hpp (not_needed) | |
** Invoke vm/builtin/channel.hpp (not_needed) | |
** Invoke vm/builtin/module.hpp (not_needed) | |
** Invoke vm/builtin/constant_table.hpp (not_needed) | |
** Invoke vm/builtin/class.hpp (not_needed) | |
** Invoke vm/builtin/compiledcode.hpp (not_needed) | |
** Invoke vm/builtin/data.hpp (not_needed) | |
** Invoke vm/builtin/dir.hpp (not_needed) | |
** Invoke vm/builtin/exception.hpp (not_needed) | |
** Invoke vm/builtin/float.hpp (not_needed) | |
** Invoke vm/builtin/immediates.hpp (not_needed) | |
** Invoke vm/builtin/iseq.hpp (not_needed) | |
** Invoke vm/builtin/list.hpp (not_needed) | |
** Invoke vm/builtin/lookuptable.hpp (not_needed) | |
** Invoke vm/builtin/ffi_pointer.hpp (not_needed) | |
** Invoke vm/builtin/methodtable.hpp (not_needed) | |
** Invoke vm/builtin/nativefunction.hpp (not_needed) | |
** Invoke vm/builtin/packed_object.hpp (not_needed) | |
** Invoke vm/builtin/randomizer.hpp (not_needed) | |
** Invoke vm/builtin/regexp.hpp (not_needed) | |
** Invoke vm/builtin/constantscope.hpp (not_needed) | |
** Invoke vm/builtin/encoding.hpp (not_needed) | |
** Invoke vm/builtin/string.hpp (not_needed) | |
** Invoke vm/builtin/symbol.hpp (not_needed) | |
** Invoke vm/builtin/thread.hpp (not_needed) | |
** Invoke vm/builtin/tuple.hpp (not_needed) | |
** Invoke vm/builtin/compactlookuptable.hpp (not_needed) | |
** Invoke vm/builtin/time.hpp (not_needed) | |
** Invoke vm/builtin/stat.hpp (not_needed) | |
** Invoke vm/builtin/nativemethod.hpp (not_needed) | |
** Invoke vm/builtin/system.hpp (not_needed) | |
** Invoke vm/builtin/autoload.hpp (not_needed) | |
** Invoke vm/builtin/proc.hpp (not_needed) | |
** Invoke vm/builtin/variable_scope.hpp (not_needed) | |
** Invoke vm/builtin/location.hpp (not_needed) | |
** Invoke vm/builtin/constant_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_site.hpp (not_needed) | |
** Invoke vm/builtin/mono_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/poly_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_custom_cache.hpp (not_needed) | |
** Invoke vm/builtin/respond_to_cache.hpp (not_needed) | |
** Invoke vm/builtin/weakref.hpp (not_needed) | |
** Invoke vm/builtin/fiber.hpp (not_needed) | |
** Invoke vm/builtin/thunk.hpp (not_needed) | |
** Invoke vm/builtin/call_unit.hpp (not_needed) | |
** Invoke vm/builtin/call_unit_adapter.hpp (not_needed) | |
** Invoke vm/builtin/atomic.hpp (not_needed) | |
** Invoke vm/builtin/character.hpp (not_needed) | |
** Invoke vm/builtin/thread_state.hpp (not_needed) | |
** Invoke vm/codegen/field_extract.rb (not_needed) | |
** Invoke run_field_extract | |
** Execute vm/gen/accessor_functions.cpp | |
** Invoke vm/gen/glue_resolver.cpp (first_time) | |
** Invoke vm/builtin/basicobject.hpp (not_needed) | |
** Invoke vm/builtin/object.hpp (not_needed) | |
** Invoke vm/builtin/integer.hpp (not_needed) | |
** Invoke vm/builtin/fixnum.hpp (not_needed) | |
** Invoke vm/builtin/array.hpp (not_needed) | |
** Invoke vm/builtin/bignum.hpp (not_needed) | |
** Invoke vm/builtin/executable.hpp (not_needed) | |
** Invoke vm/builtin/access_variable.hpp (not_needed) | |
** Invoke vm/builtin/alias.hpp (not_needed) | |
** Invoke vm/builtin/block_environment.hpp (not_needed) | |
** Invoke vm/builtin/block_as_method.hpp (not_needed) | |
** Invoke vm/builtin/bytearray.hpp (not_needed) | |
** Invoke vm/builtin/io.hpp (not_needed) | |
** Invoke vm/builtin/channel.hpp (not_needed) | |
** Invoke vm/builtin/module.hpp (not_needed) | |
** Invoke vm/builtin/constant_table.hpp (not_needed) | |
** Invoke vm/builtin/class.hpp (not_needed) | |
** Invoke vm/builtin/compiledcode.hpp (not_needed) | |
** Invoke vm/builtin/data.hpp (not_needed) | |
** Invoke vm/builtin/dir.hpp (not_needed) | |
** Invoke vm/builtin/exception.hpp (not_needed) | |
** Invoke vm/builtin/float.hpp (not_needed) | |
** Invoke vm/builtin/immediates.hpp (not_needed) | |
** Invoke vm/builtin/iseq.hpp (not_needed) | |
** Invoke vm/builtin/list.hpp (not_needed) | |
** Invoke vm/builtin/lookuptable.hpp (not_needed) | |
** Invoke vm/builtin/ffi_pointer.hpp (not_needed) | |
** Invoke vm/builtin/methodtable.hpp (not_needed) | |
** Invoke vm/builtin/nativefunction.hpp (not_needed) | |
** Invoke vm/builtin/packed_object.hpp (not_needed) | |
** Invoke vm/builtin/randomizer.hpp (not_needed) | |
** Invoke vm/builtin/regexp.hpp (not_needed) | |
** Invoke vm/builtin/constantscope.hpp (not_needed) | |
** Invoke vm/builtin/encoding.hpp (not_needed) | |
** Invoke vm/builtin/string.hpp (not_needed) | |
** Invoke vm/builtin/symbol.hpp (not_needed) | |
** Invoke vm/builtin/thread.hpp (not_needed) | |
** Invoke vm/builtin/tuple.hpp (not_needed) | |
** Invoke vm/builtin/compactlookuptable.hpp (not_needed) | |
** Invoke vm/builtin/time.hpp (not_needed) | |
** Invoke vm/builtin/stat.hpp (not_needed) | |
** Invoke vm/builtin/nativemethod.hpp (not_needed) | |
** Invoke vm/builtin/system.hpp (not_needed) | |
** Invoke vm/builtin/autoload.hpp (not_needed) | |
** Invoke vm/builtin/proc.hpp (not_needed) | |
** Invoke vm/builtin/variable_scope.hpp (not_needed) | |
** Invoke vm/builtin/location.hpp (not_needed) | |
** Invoke vm/builtin/constant_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_site.hpp (not_needed) | |
** Invoke vm/builtin/mono_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/poly_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_custom_cache.hpp (not_needed) | |
** Invoke vm/builtin/respond_to_cache.hpp (not_needed) | |
** Invoke vm/builtin/weakref.hpp (not_needed) | |
** Invoke vm/builtin/fiber.hpp (not_needed) | |
** Invoke vm/builtin/thunk.hpp (not_needed) | |
** Invoke vm/builtin/call_unit.hpp (not_needed) | |
** Invoke vm/builtin/call_unit_adapter.hpp (not_needed) | |
** Invoke vm/builtin/atomic.hpp (not_needed) | |
** Invoke vm/builtin/character.hpp (not_needed) | |
** Invoke vm/builtin/thread_state.hpp (not_needed) | |
** Invoke vm/codegen/field_extract.rb (not_needed) | |
** Invoke run_field_extract | |
** Execute vm/gen/glue_resolver.cpp | |
** Invoke vm/gen/jit_resolver.cpp (first_time) | |
** Invoke vm/builtin/basicobject.hpp (not_needed) | |
** Invoke vm/builtin/object.hpp (not_needed) | |
** Invoke vm/builtin/integer.hpp (not_needed) | |
** Invoke vm/builtin/fixnum.hpp (not_needed) | |
** Invoke vm/builtin/array.hpp (not_needed) | |
** Invoke vm/builtin/bignum.hpp (not_needed) | |
** Invoke vm/builtin/executable.hpp (not_needed) | |
** Invoke vm/builtin/access_variable.hpp (not_needed) | |
** Invoke vm/builtin/alias.hpp (not_needed) | |
** Invoke vm/builtin/block_environment.hpp (not_needed) | |
** Invoke vm/builtin/block_as_method.hpp (not_needed) | |
** Invoke vm/builtin/bytearray.hpp (not_needed) | |
** Invoke vm/builtin/io.hpp (not_needed) | |
** Invoke vm/builtin/channel.hpp (not_needed) | |
** Invoke vm/builtin/module.hpp (not_needed) | |
** Invoke vm/builtin/constant_table.hpp (not_needed) | |
** Invoke vm/builtin/class.hpp (not_needed) | |
** Invoke vm/builtin/compiledcode.hpp (not_needed) | |
** Invoke vm/builtin/data.hpp (not_needed) | |
** Invoke vm/builtin/dir.hpp (not_needed) | |
** Invoke vm/builtin/exception.hpp (not_needed) | |
** Invoke vm/builtin/float.hpp (not_needed) | |
** Invoke vm/builtin/immediates.hpp (not_needed) | |
** Invoke vm/builtin/iseq.hpp (not_needed) | |
** Invoke vm/builtin/list.hpp (not_needed) | |
** Invoke vm/builtin/lookuptable.hpp (not_needed) | |
** Invoke vm/builtin/ffi_pointer.hpp (not_needed) | |
** Invoke vm/builtin/methodtable.hpp (not_needed) | |
** Invoke vm/builtin/nativefunction.hpp (not_needed) | |
** Invoke vm/builtin/packed_object.hpp (not_needed) | |
** Invoke vm/builtin/randomizer.hpp (not_needed) | |
** Invoke vm/builtin/regexp.hpp (not_needed) | |
** Invoke vm/builtin/constantscope.hpp (not_needed) | |
** Invoke vm/builtin/encoding.hpp (not_needed) | |
** Invoke vm/builtin/string.hpp (not_needed) | |
** Invoke vm/builtin/symbol.hpp (not_needed) | |
** Invoke vm/builtin/thread.hpp (not_needed) | |
** Invoke vm/builtin/tuple.hpp (not_needed) | |
** Invoke vm/builtin/compactlookuptable.hpp (not_needed) | |
** Invoke vm/builtin/time.hpp (not_needed) | |
** Invoke vm/builtin/stat.hpp (not_needed) | |
** Invoke vm/builtin/nativemethod.hpp (not_needed) | |
** Invoke vm/builtin/system.hpp (not_needed) | |
** Invoke vm/builtin/autoload.hpp (not_needed) | |
** Invoke vm/builtin/proc.hpp (not_needed) | |
** Invoke vm/builtin/variable_scope.hpp (not_needed) | |
** Invoke vm/builtin/location.hpp (not_needed) | |
** Invoke vm/builtin/constant_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_site.hpp (not_needed) | |
** Invoke vm/builtin/mono_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/poly_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_custom_cache.hpp (not_needed) | |
** Invoke vm/builtin/respond_to_cache.hpp (not_needed) | |
** Invoke vm/builtin/weakref.hpp (not_needed) | |
** Invoke vm/builtin/fiber.hpp (not_needed) | |
** Invoke vm/builtin/thunk.hpp (not_needed) | |
** Invoke vm/builtin/call_unit.hpp (not_needed) | |
** Invoke vm/builtin/call_unit_adapter.hpp (not_needed) | |
** Invoke vm/builtin/atomic.hpp (not_needed) | |
** Invoke vm/builtin/character.hpp (not_needed) | |
** Invoke vm/builtin/thread_state.hpp (not_needed) | |
** Invoke vm/codegen/field_extract.rb (not_needed) | |
** Invoke run_field_extract | |
** Execute vm/gen/jit_resolver.cpp | |
** Invoke vm/gen/invoke_resolver.cpp (first_time) | |
** Invoke vm/builtin/basicobject.hpp (not_needed) | |
** Invoke vm/builtin/object.hpp (not_needed) | |
** Invoke vm/builtin/integer.hpp (not_needed) | |
** Invoke vm/builtin/fixnum.hpp (not_needed) | |
** Invoke vm/builtin/array.hpp (not_needed) | |
** Invoke vm/builtin/bignum.hpp (not_needed) | |
** Invoke vm/builtin/executable.hpp (not_needed) | |
** Invoke vm/builtin/access_variable.hpp (not_needed) | |
** Invoke vm/builtin/alias.hpp (not_needed) | |
** Invoke vm/builtin/block_environment.hpp (not_needed) | |
** Invoke vm/builtin/block_as_method.hpp (not_needed) | |
** Invoke vm/builtin/bytearray.hpp (not_needed) | |
** Invoke vm/builtin/io.hpp (not_needed) | |
** Invoke vm/builtin/channel.hpp (not_needed) | |
** Invoke vm/builtin/module.hpp (not_needed) | |
** Invoke vm/builtin/constant_table.hpp (not_needed) | |
** Invoke vm/builtin/class.hpp (not_needed) | |
** Invoke vm/builtin/compiledcode.hpp (not_needed) | |
** Invoke vm/builtin/data.hpp (not_needed) | |
** Invoke vm/builtin/dir.hpp (not_needed) | |
** Invoke vm/builtin/exception.hpp (not_needed) | |
** Invoke vm/builtin/float.hpp (not_needed) | |
** Invoke vm/builtin/immediates.hpp (not_needed) | |
** Invoke vm/builtin/iseq.hpp (not_needed) | |
** Invoke vm/builtin/list.hpp (not_needed) | |
** Invoke vm/builtin/lookuptable.hpp (not_needed) | |
** Invoke vm/builtin/ffi_pointer.hpp (not_needed) | |
** Invoke vm/builtin/methodtable.hpp (not_needed) | |
** Invoke vm/builtin/nativefunction.hpp (not_needed) | |
** Invoke vm/builtin/packed_object.hpp (not_needed) | |
** Invoke vm/builtin/randomizer.hpp (not_needed) | |
** Invoke vm/builtin/regexp.hpp (not_needed) | |
** Invoke vm/builtin/constantscope.hpp (not_needed) | |
** Invoke vm/builtin/encoding.hpp (not_needed) | |
** Invoke vm/builtin/string.hpp (not_needed) | |
** Invoke vm/builtin/symbol.hpp (not_needed) | |
** Invoke vm/builtin/thread.hpp (not_needed) | |
** Invoke vm/builtin/tuple.hpp (not_needed) | |
** Invoke vm/builtin/compactlookuptable.hpp (not_needed) | |
** Invoke vm/builtin/time.hpp (not_needed) | |
** Invoke vm/builtin/stat.hpp (not_needed) | |
** Invoke vm/builtin/nativemethod.hpp (not_needed) | |
** Invoke vm/builtin/system.hpp (not_needed) | |
** Invoke vm/builtin/autoload.hpp (not_needed) | |
** Invoke vm/builtin/proc.hpp (not_needed) | |
** Invoke vm/builtin/variable_scope.hpp (not_needed) | |
** Invoke vm/builtin/location.hpp (not_needed) | |
** Invoke vm/builtin/constant_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_site.hpp (not_needed) | |
** Invoke vm/builtin/mono_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/poly_inline_cache.hpp (not_needed) | |
** Invoke vm/builtin/call_custom_cache.hpp (not_needed) | |
** Invoke vm/builtin/respond_to_cache.hpp (not_needed) | |
** Invoke vm/builtin/weakref.hpp (not_needed) | |
** Invoke vm/builtin/fiber.hpp (not_needed) | |
** Invoke vm/builtin/thunk.hpp (not_needed) | |
** Invoke vm/builtin/call_unit.hpp (not_needed) | |
** Invoke vm/builtin/call_unit_adapter.hpp (not_needed) | |
** Invoke vm/builtin/atomic.hpp (not_needed) | |
** Invoke vm/builtin/character.hpp (not_needed) | |
** Invoke vm/builtin/thread_state.hpp (not_needed) | |
** Invoke vm/codegen/field_extract.rb (not_needed) | |
** Invoke run_field_extract | |
** Execute vm/gen/invoke_resolver.cpp | |
** Invoke vm/gen/instruction_names.cpp (first_time, not_needed) | |
** Invoke vm/gen (not_needed) | |
** Invoke vm/instructions.def (not_needed) | |
** Invoke rakelib/instruction_parser.rb (not_needed) | |
** Invoke vm/gen/instruction_names.hpp (first_time, not_needed) | |
** Invoke vm/gen (not_needed) | |
** Invoke vm/instructions.def (not_needed) | |
** Invoke rakelib/instruction_parser.rb (not_needed) | |
** Invoke vm/gen/instruction_sizes.hpp (first_time, not_needed) | |
** Invoke vm/gen (not_needed) | |
** Invoke vm/instructions.def (not_needed) | |
** Invoke rakelib/instruction_parser.rb (not_needed) | |
** Invoke vm/gen/instruction_prototypes.hpp (first_time, not_needed) | |
** Invoke vm/gen (not_needed) | |
** Invoke vm/instructions.def (not_needed) | |
** Invoke rakelib/instruction_parser.rb (not_needed) | |
** Invoke vm/gen/instruction_defines.hpp (first_time, not_needed) | |
** Invoke vm/gen (not_needed) | |
** Invoke vm/instructions.def (not_needed) | |
** Invoke rakelib/instruction_parser.rb (not_needed) | |
** Invoke vm/gen/instruction_locations.hpp (first_time, not_needed) | |
** Invoke vm/gen (not_needed) | |
** Invoke vm/instructions.def (not_needed) | |
** Invoke rakelib/instruction_parser.rb (not_needed) | |
** Invoke vm/gen/instruction_implementations.hpp (first_time, not_needed) | |
** Invoke vm/gen (not_needed) | |
** Invoke vm/instructions.def (not_needed) | |
** Invoke rakelib/instruction_parser.rb (not_needed) | |
** Invoke vm/gen/instruction_visitors.hpp (first_time, not_needed) | |
** Invoke vm/gen (not_needed) | |
** Invoke vm/instructions.def (not_needed) | |
** Invoke rakelib/instruction_parser.rb (not_needed) | |
** Invoke vm/gen/instruction_effects.hpp (first_time, not_needed) | |
** Invoke vm/gen (not_needed) | |
** Invoke vm/instructions.def (not_needed) | |
** Invoke rakelib/instruction_parser.rb (not_needed) | |
** Invoke web/_includes/instructions.markdown (first_time, not_needed) | |
** Invoke vm/gen (not_needed) | |
** Invoke vm/instructions.def (not_needed) | |
** Invoke rakelib/instruction_parser.rb (not_needed) | |
** Execute vm/vm | |
daedalus: Nothing to do for vm/vm | |
** Invoke build:ffi:preprocessor (first_time) | |
** Invoke lib/fcntl.rb (first_time, not_needed) | |
** Invoke lib/fcntl.rb.ffi (first_time, not_needed) | |
** Invoke lib/etc.rb (first_time, not_needed) | |
** Invoke lib/etc.rb.ffi (first_time, not_needed) | |
** Invoke lib/syslog.rb (first_time, not_needed) | |
** Invoke lib/syslog.rb.ffi (first_time, not_needed) | |
** Execute build:ffi:preprocessor | |
** Invoke compiler:generate (first_time) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute compiler:generate | |
** Invoke stage:bin (first_time) | |
** Execute stage:bin | |
install -c -m 0755 /Users/richmolj/code/rubinius/vm/vm /Users/richmolj/code/rubinius/bin/rbx | |
** Invoke stage:extra_bins (first_time) | |
** Execute stage:extra_bins | |
** Invoke stage:capi_include (first_time) | |
** Execute stage:capi_include | |
** Invoke stage:lib (first_time) | |
** Execute stage:lib | |
** Invoke stage:tooling (first_time) | |
** Execute stage:tooling | |
** Invoke stage:kernel (first_time) | |
** Execute stage:kernel | |
** Invoke kernel:build (first_time) | |
** Invoke compiler:load (first_time) | |
** Invoke compiler:generate | |
** Invoke lib/ext/melbourne/build/melbourne.bundle (first_time) | |
** Invoke extensions:melbourne_build (first_time) | |
** Execute extensions:melbourne_build | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -S rake -t -r /Users/richmolj/code/rubinius/config.rb -r /Users/richmolj/code/rubinius/rakelib/ext_helper.rb -r /Users/richmolj/code/rubinius/rakelib/dependency_grapher.rb build:build | |
(in /Users/richmolj/code/rubinius/lib/ext/melbourne) | |
Building bootstrap Melbourne for MRI | |
** Invoke build:build (first_time) | |
** Invoke build/melbourne20.bundle (first_time) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/dl.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/missing.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/rbx_config.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/re.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/rubyio.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/rubysig.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/st.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/util.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/version.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/19/include/rbx_config.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/19/include/ruby.h (first_time, not_needed) | |
** Invoke bstrlib.h (first_time, not_needed) | |
** Invoke encoding_compat.hpp (first_time, not_needed) | |
** Invoke grammar18.hpp (first_time, not_needed) | |
** Invoke grammar19.hpp (first_time, not_needed) | |
** Invoke local_state.hpp (first_time, not_needed) | |
** Invoke melbourne.hpp (first_time, not_needed) | |
** Invoke node18.hpp (first_time, not_needed) | |
** Invoke node19.hpp (first_time, not_needed) | |
** Invoke node_types18.hpp (first_time, not_needed) | |
** Invoke node_types19.hpp (first_time, not_needed) | |
** Invoke parser_state18.hpp (first_time, not_needed) | |
** Invoke parser_state19.hpp (first_time, not_needed) | |
** Invoke quark.hpp (first_time, not_needed) | |
** Invoke symbols.hpp (first_time, not_needed) | |
** Invoke var_table18.hpp (first_time, not_needed) | |
** Invoke var_table19.hpp (first_time, not_needed) | |
** Invoke visitor18.hpp (first_time, not_needed) | |
** Invoke visitor19.hpp (first_time, not_needed) | |
** Invoke bstrlib.cpp (first_time, not_needed) | |
** Invoke build/bstrlib.o (first_time, not_needed) | |
** Invoke bstrlib.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (first_time, not_needed) | |
** Invoke bstrlib.h (not_needed) | |
** Invoke encoding_compat.cpp (first_time, not_needed) | |
** Invoke build/encoding_compat.o (first_time) | |
** Invoke encoding_compat.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke encoding_compat.hpp (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Execute build/encoding_compat.o | |
g++ -c -o build/encoding_compat.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -arch i386 -arch x86_64 -g -Os -pipe -fno-common -DENABLE_DTRACE -fno-common -pipe -fno-common -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin12.0 /Users/richmolj/code/rubinius/lib/ext/melbourne/encoding_compat.cpp | |
** Invoke grammar18.cpp (first_time, not_needed) | |
** Invoke grammar18.y (first_time, not_needed) | |
** Invoke build/grammar18.o (first_time) | |
** Invoke grammar18.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke bstrlib.h (not_needed) | |
** Invoke grammar18.hpp (not_needed) | |
** Invoke local_state.hpp (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke node18.hpp (not_needed) | |
** Invoke node_types18.hpp (not_needed) | |
** Invoke parser_state18.hpp (not_needed) | |
** Invoke quark.hpp (not_needed) | |
** Invoke symbols.hpp (not_needed) | |
** Invoke var_table18.hpp (not_needed) | |
** Invoke visitor18.hpp (not_needed) | |
** Execute build/grammar18.o | |
g++ -c -o build/grammar18.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -arch i386 -arch x86_64 -g -Os -pipe -fno-common -DENABLE_DTRACE -fno-common -pipe -fno-common -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin12.0 /Users/richmolj/code/rubinius/lib/ext/melbourne/grammar18.cpp | |
** Invoke grammar19.cpp (first_time, not_needed) | |
** Invoke grammar19.y (first_time, not_needed) | |
** Invoke build/grammar19.o (first_time) | |
** Invoke grammar19.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke bstrlib.h (not_needed) | |
** Invoke encoding_compat.hpp (not_needed) | |
** Invoke grammar19.hpp (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke node19.hpp (not_needed) | |
** Invoke node_types19.hpp (not_needed) | |
** Invoke parser_state19.hpp (not_needed) | |
** Invoke symbols.hpp (not_needed) | |
** Invoke var_table19.hpp (not_needed) | |
** Invoke visitor19.hpp (not_needed) | |
** Execute build/grammar19.o | |
g++ -c -o build/grammar19.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -arch i386 -arch x86_64 -g -Os -pipe -fno-common -DENABLE_DTRACE -fno-common -pipe -fno-common -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin12.0 /Users/richmolj/code/rubinius/lib/ext/melbourne/grammar19.cpp | |
** Invoke melbourne.cpp (first_time, not_needed) | |
** Invoke build/melbourne.o (first_time) | |
** Invoke melbourne.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke bstrlib.h (not_needed) | |
** Invoke grammar18.hpp (not_needed) | |
** Invoke grammar19.hpp (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke symbols.hpp (not_needed) | |
** Execute build/melbourne.o | |
g++ -c -o build/melbourne.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -arch i386 -arch x86_64 -g -Os -pipe -fno-common -DENABLE_DTRACE -fno-common -pipe -fno-common -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin12.0 /Users/richmolj/code/rubinius/lib/ext/melbourne/melbourne.cpp | |
** Invoke node_types18.cpp (first_time, not_needed) | |
** Invoke build/node_types18.o (first_time, not_needed) | |
** Invoke node_types18.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke node_types18.hpp (not_needed) | |
** Invoke node_types19.cpp (first_time, not_needed) | |
** Invoke build/node_types19.o (first_time, not_needed) | |
** Invoke node_types19.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke node_types19.hpp (not_needed) | |
** Invoke quark.cpp (first_time, not_needed) | |
** Invoke build/quark.o (first_time) | |
** Invoke quark.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke bstrlib.h (not_needed) | |
** Invoke local_state.hpp (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke node18.hpp (not_needed) | |
** Invoke node_types18.hpp (not_needed) | |
** Invoke parser_state18.hpp (not_needed) | |
** Invoke quark.hpp (not_needed) | |
** Invoke var_table18.hpp (not_needed) | |
** Execute build/quark.o | |
g++ -c -o build/quark.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -arch i386 -arch x86_64 -g -Os -pipe -fno-common -DENABLE_DTRACE -fno-common -pipe -fno-common -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin12.0 /Users/richmolj/code/rubinius/lib/ext/melbourne/quark.cpp | |
** Invoke symbols.cpp (first_time, not_needed) | |
** Invoke build/symbols.o (first_time) | |
** Invoke symbols.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke symbols.hpp (not_needed) | |
** Execute build/symbols.o | |
g++ -c -o build/symbols.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -arch i386 -arch x86_64 -g -Os -pipe -fno-common -DENABLE_DTRACE -fno-common -pipe -fno-common -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin12.0 /Users/richmolj/code/rubinius/lib/ext/melbourne/symbols.cpp | |
** Invoke var_table18.cpp (first_time, not_needed) | |
** Invoke build/var_table18.o (first_time) | |
** Invoke var_table18.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke quark.hpp (not_needed) | |
** Invoke var_table18.hpp (not_needed) | |
** Execute build/var_table18.o | |
g++ -c -o build/var_table18.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -arch i386 -arch x86_64 -g -Os -pipe -fno-common -DENABLE_DTRACE -fno-common -pipe -fno-common -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin12.0 /Users/richmolj/code/rubinius/lib/ext/melbourne/var_table18.cpp | |
** Invoke var_table19.cpp (first_time, not_needed) | |
** Invoke build/var_table19.o (first_time) | |
** Invoke var_table19.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke var_table19.hpp (not_needed) | |
** Execute build/var_table19.o | |
g++ -c -o build/var_table19.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -arch i386 -arch x86_64 -g -Os -pipe -fno-common -DENABLE_DTRACE -fno-common -pipe -fno-common -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin12.0 /Users/richmolj/code/rubinius/lib/ext/melbourne/var_table19.cpp | |
** Invoke visitor18.cpp (first_time, not_needed) | |
** Invoke build/visitor18.o (first_time) | |
** Invoke visitor18.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke bstrlib.h (not_needed) | |
** Invoke local_state.hpp (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke node18.hpp (not_needed) | |
** Invoke node_types18.hpp (not_needed) | |
** Invoke parser_state18.hpp (not_needed) | |
** Invoke quark.hpp (not_needed) | |
** Invoke symbols.hpp (not_needed) | |
** Invoke var_table18.hpp (not_needed) | |
** Invoke visitor18.hpp (not_needed) | |
** Execute build/visitor18.o | |
g++ -c -o build/visitor18.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -arch i386 -arch x86_64 -g -Os -pipe -fno-common -DENABLE_DTRACE -fno-common -pipe -fno-common -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin12.0 /Users/richmolj/code/rubinius/lib/ext/melbourne/visitor18.cpp | |
** Invoke visitor19.cpp (first_time, not_needed) | |
** Invoke build/visitor19.o (first_time) | |
** Invoke visitor19.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke bstrlib.h (not_needed) | |
** Invoke encoding_compat.hpp (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke node19.hpp (not_needed) | |
** Invoke node_types19.hpp (not_needed) | |
** Invoke parser_state19.hpp (not_needed) | |
** Invoke symbols.hpp (not_needed) | |
** Invoke var_table19.hpp (not_needed) | |
** Invoke visitor19.hpp (not_needed) | |
** Execute build/visitor19.o | |
g++ -c -o build/visitor19.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -arch i386 -arch x86_64 -g -Os -pipe -fno-common -DENABLE_DTRACE -fno-common -pipe -fno-common -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin12.0 /Users/richmolj/code/rubinius/lib/ext/melbourne/visitor19.cpp | |
** Execute build/melbourne20.bundle | |
g++ -bundle -undefined suppress -flat_namespace -lstdc++ build/bstrlib.o build/encoding_compat.o build/grammar18.o build/grammar19.o build/melbourne.o build/node_types18.o build/node_types19.o build/quark.o build/symbols.o build/var_table18.o build/var_table19.o build/visitor18.o build/visitor19.o -arch i386 -arch x86_64 -pipe -bundle -undefined dynamic_lookup -L. -arch i386 -arch x86_64 -lruby -L. -L/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib -lpthread -ldl -lobjc -o build/melbourne20.bundle | |
** Execute build:build | |
** Execute lib/ext/melbourne/build/melbourne.bundle | |
** Invoke lib/compiler.rb (not_needed) | |
** Invoke lib/compiler/ast/constants.rb (not_needed) | |
** Invoke lib/compiler/ast/control_flow.rb (not_needed) | |
** Invoke lib/compiler/ast/data.rb (not_needed) | |
** Invoke lib/compiler/ast/definitions.rb (not_needed) | |
** Invoke lib/compiler/ast/encoding.rb (not_needed) | |
** Invoke lib/compiler/ast/exceptions.rb (not_needed) | |
** Invoke lib/compiler/ast/file.rb (not_needed) | |
** Invoke lib/compiler/ast/grapher.rb (not_needed) | |
** Invoke lib/compiler/ast/literals.rb (not_needed) | |
** Invoke lib/compiler/ast/node.rb (not_needed) | |
** Invoke lib/compiler/ast/operators.rb (not_needed) | |
** Invoke lib/compiler/ast/self.rb (not_needed) | |
** Invoke lib/compiler/ast/sends.rb (not_needed) | |
** Invoke lib/compiler/ast/transforms.rb (not_needed) | |
** Invoke lib/compiler/ast/values.rb (not_needed) | |
** Invoke lib/compiler/ast/variables.rb (not_needed) | |
** Invoke lib/compiler/ast.rb (not_needed) | |
** Invoke lib/compiler/compiled_file.rb (not_needed) | |
** Invoke lib/compiler/compiler.rb (not_needed) | |
** Invoke lib/compiler/evaluator.rb (not_needed) | |
** Invoke lib/compiler/generator.rb (not_needed) | |
** Invoke lib/compiler/generator_methods.rb (not_needed) | |
** Invoke lib/compiler/iseq.rb (not_needed) | |
** Invoke lib/compiler/locals.rb (not_needed) | |
** Invoke lib/compiler/opcodes.rb (not_needed) | |
** Invoke lib/compiler/printers.rb (not_needed) | |
** Invoke lib/compiler/runtime.rb (not_needed) | |
** Invoke lib/compiler/stages.rb (not_needed) | |
** Invoke lib/melbourne.rb (not_needed) | |
** Invoke lib/melbourne/processor.rb (not_needed) | |
** Invoke vm/marshal.cpp (not_needed) | |
** Invoke vm/marshal.hpp (not_needed) | |
** Execute compiler:load | |
** Invoke runtime/platform.conf (first_time, not_needed) | |
** Invoke Rakefile (not_needed) | |
** Invoke rakelib/platform.rake (not_needed) | |
** Invoke runtime (first_time, not_needed) | |
** Invoke lib/ffi/file_processor.rb (first_time, not_needed) | |
** Invoke lib/ffi/generator.rb (first_time, not_needed) | |
** Invoke lib/ffi/generators.rb (first_time, not_needed) | |
** Invoke runtime/18 (first_time, not_needed) | |
** Invoke runtime/18/index (first_time, not_needed) | |
** Invoke runtime/18 (not_needed) | |
** Invoke runtime/18/signature (first_time) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/signature | |
GEN runtime/18/signature | |
** Invoke runtime/18/bootstrap (first_time, not_needed) | |
** Invoke runtime/18/bootstrap/load_order.txt (first_time, not_needed) | |
** Invoke kernel/bootstrap/load_order18.txt (not_needed) | |
** Invoke runtime/18/bootstrap/alias.rbc (first_time) | |
** Invoke kernel/bootstrap/alias.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/alias.rbc | |
RBC 1.8 kernel/bootstrap/alias.rb | |
** Invoke runtime/18/bootstrap/array.rbc (first_time) | |
** Invoke kernel/bootstrap/array.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/array.rbc | |
RBC 1.8 kernel/bootstrap/array.rb | |
** Invoke runtime/18/bootstrap/array18.rbc (first_time) | |
** Invoke kernel/bootstrap/array18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/array18.rbc | |
RBC 1.8 kernel/bootstrap/array18.rb | |
** Invoke runtime/18/bootstrap/atomic.rbc (first_time) | |
** Invoke kernel/bootstrap/atomic.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/atomic.rbc | |
RBC 1.8 kernel/bootstrap/atomic.rb | |
** Invoke runtime/18/bootstrap/bignum.rbc (first_time) | |
** Invoke kernel/bootstrap/bignum.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/bignum.rbc | |
RBC 1.8 kernel/bootstrap/bignum.rb | |
** Invoke runtime/18/bootstrap/block_environment.rbc (first_time) | |
** Invoke kernel/bootstrap/block_environment.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/block_environment.rbc | |
RBC 1.8 kernel/bootstrap/block_environment.rb | |
** Invoke runtime/18/bootstrap/bytearray.rbc (first_time) | |
** Invoke kernel/bootstrap/bytearray.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/bytearray.rbc | |
RBC 1.8 kernel/bootstrap/bytearray.rb | |
** Invoke runtime/18/bootstrap/call_site.rbc (first_time) | |
** Invoke kernel/bootstrap/call_site.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/call_site.rbc | |
RBC 1.8 kernel/bootstrap/call_site.rb | |
** Invoke runtime/18/bootstrap/call_custom_cache.rbc (first_time) | |
** Invoke kernel/bootstrap/call_custom_cache.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/call_custom_cache.rbc | |
RBC 1.8 kernel/bootstrap/call_custom_cache.rb | |
** Invoke runtime/18/bootstrap/channel.rbc (first_time) | |
** Invoke kernel/bootstrap/channel.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/channel.rbc | |
RBC 1.8 kernel/bootstrap/channel.rb | |
** Invoke runtime/18/bootstrap/class.rbc (first_time) | |
** Invoke kernel/bootstrap/class.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/class.rbc | |
RBC 1.8 kernel/bootstrap/class.rb | |
** Invoke runtime/18/bootstrap/compactlookuptable.rbc (first_time) | |
** Invoke kernel/bootstrap/compactlookuptable.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/compactlookuptable.rbc | |
RBC 1.8 kernel/bootstrap/compactlookuptable.rb | |
** Invoke runtime/18/bootstrap/compiled_code.rbc (first_time) | |
** Invoke kernel/bootstrap/compiled_code.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/compiled_code.rbc | |
RBC 1.8 kernel/bootstrap/compiled_code.rb | |
** Invoke runtime/18/bootstrap/configuration.rbc (first_time) | |
** Invoke kernel/bootstrap/configuration.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/configuration.rbc | |
RBC 1.8 kernel/bootstrap/configuration.rb | |
** Invoke runtime/18/bootstrap/constant_cache.rbc (first_time) | |
** Invoke kernel/bootstrap/constant_cache.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/constant_cache.rbc | |
RBC 1.8 kernel/bootstrap/constant_cache.rb | |
** Invoke runtime/18/bootstrap/constant_scope.rbc (first_time) | |
** Invoke kernel/bootstrap/constant_scope.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/constant_scope.rbc | |
RBC 1.8 kernel/bootstrap/constant_scope.rb | |
** Invoke runtime/18/bootstrap/constant_table.rbc (first_time) | |
** Invoke kernel/bootstrap/constant_table.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/constant_table.rbc | |
RBC 1.8 kernel/bootstrap/constant_table.rb | |
** Invoke runtime/18/bootstrap/dir.rbc (first_time) | |
** Invoke kernel/bootstrap/dir.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/dir.rbc | |
RBC 1.8 kernel/bootstrap/dir.rb | |
** Invoke runtime/18/bootstrap/exception.rbc (first_time) | |
** Invoke kernel/bootstrap/exception.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/exception.rbc | |
RBC 1.8 kernel/bootstrap/exception.rb | |
** Invoke runtime/18/bootstrap/executable.rbc (first_time) | |
** Invoke kernel/bootstrap/executable.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/executable.rbc | |
RBC 1.8 kernel/bootstrap/executable.rb | |
** Invoke runtime/18/bootstrap/false.rbc (first_time) | |
** Invoke kernel/bootstrap/false.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/false.rbc | |
RBC 1.8 kernel/bootstrap/false.rb | |
** Invoke runtime/18/bootstrap/fixnum.rbc (first_time) | |
** Invoke kernel/bootstrap/fixnum.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/fixnum.rbc | |
RBC 1.8 kernel/bootstrap/fixnum.rb | |
** Invoke runtime/18/bootstrap/gc.rbc (first_time) | |
** Invoke kernel/bootstrap/gc.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/gc.rbc | |
RBC 1.8 kernel/bootstrap/gc.rb | |
** Invoke runtime/18/bootstrap/io.rbc (first_time) | |
** Invoke kernel/bootstrap/io.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/io.rbc | |
RBC 1.8 kernel/bootstrap/io.rb | |
** Invoke runtime/18/bootstrap/iseq.rbc (first_time) | |
** Invoke kernel/bootstrap/iseq.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/iseq.rbc | |
RBC 1.8 kernel/bootstrap/iseq.rb | |
** Invoke runtime/18/bootstrap/kernel18.rbc (first_time) | |
** Invoke kernel/bootstrap/kernel18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/kernel18.rbc | |
RBC 1.8 kernel/bootstrap/kernel18.rb | |
** Invoke runtime/18/bootstrap/kernel.rbc (first_time) | |
** Invoke kernel/bootstrap/kernel.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/kernel.rbc | |
RBC 1.8 kernel/bootstrap/kernel.rb | |
** Invoke runtime/18/bootstrap/lookuptable.rbc (first_time) | |
** Invoke kernel/bootstrap/lookuptable.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/lookuptable.rbc | |
RBC 1.8 kernel/bootstrap/lookuptable.rb | |
** Invoke runtime/18/bootstrap/method_table.rbc (first_time) | |
** Invoke kernel/bootstrap/method_table.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/method_table.rbc | |
RBC 1.8 kernel/bootstrap/method_table.rb | |
** Invoke runtime/18/bootstrap/mono_inline_cache.rbc (first_time) | |
** Invoke kernel/bootstrap/mono_inline_cache.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/mono_inline_cache.rbc | |
RBC 1.8 kernel/bootstrap/mono_inline_cache.rb | |
** Invoke runtime/18/bootstrap/nil.rbc (first_time) | |
** Invoke kernel/bootstrap/nil.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/nil.rbc | |
RBC 1.8 kernel/bootstrap/nil.rb | |
** Invoke runtime/18/bootstrap/object18.rbc (first_time) | |
** Invoke kernel/bootstrap/object18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/object18.rbc | |
RBC 1.8 kernel/bootstrap/object18.rb | |
** Invoke runtime/18/bootstrap/proc.rbc (first_time) | |
** Invoke kernel/bootstrap/proc.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/proc.rbc | |
RBC 1.8 kernel/bootstrap/proc.rb | |
** Invoke runtime/18/bootstrap/process.rbc (first_time) | |
** Invoke kernel/bootstrap/process.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/process.rbc | |
RBC 1.8 kernel/bootstrap/process.rb | |
** Invoke runtime/18/bootstrap/poly_inline_cache.rbc (first_time) | |
** Invoke kernel/bootstrap/poly_inline_cache.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/poly_inline_cache.rbc | |
RBC 1.8 kernel/bootstrap/poly_inline_cache.rb | |
** Invoke runtime/18/bootstrap/regexp.rbc (first_time) | |
** Invoke kernel/bootstrap/regexp.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/regexp.rbc | |
RBC 1.8 kernel/bootstrap/regexp.rb | |
** Invoke runtime/18/bootstrap/respond_to_cache.rbc (first_time) | |
** Invoke kernel/bootstrap/respond_to_cache.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/respond_to_cache.rbc | |
RBC 1.8 kernel/bootstrap/respond_to_cache.rb | |
** Invoke runtime/18/bootstrap/rubinius.rbc (first_time) | |
** Invoke kernel/bootstrap/rubinius.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/rubinius.rbc | |
RBC 1.8 kernel/bootstrap/rubinius.rb | |
** Invoke runtime/18/bootstrap/stat.rbc (first_time) | |
** Invoke kernel/bootstrap/stat.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/stat.rbc | |
RBC 1.8 kernel/bootstrap/stat.rb | |
** Invoke runtime/18/bootstrap/string.rbc (first_time) | |
** Invoke kernel/bootstrap/string.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/string.rbc | |
RBC 1.8 kernel/bootstrap/string.rb | |
** Invoke runtime/18/bootstrap/symbol.rbc (first_time) | |
** Invoke kernel/bootstrap/symbol.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/symbol.rbc | |
RBC 1.8 kernel/bootstrap/symbol.rb | |
** Invoke runtime/18/bootstrap/thread.rbc (first_time) | |
** Invoke kernel/bootstrap/thread.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/thread.rbc | |
RBC 1.8 kernel/bootstrap/thread.rb | |
** Invoke runtime/18/bootstrap/thread18.rbc (first_time) | |
** Invoke kernel/bootstrap/thread18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/thread18.rbc | |
RBC 1.8 kernel/bootstrap/thread18.rb | |
** Invoke runtime/18/bootstrap/thunk.rbc (first_time) | |
** Invoke kernel/bootstrap/thunk.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/thunk.rbc | |
RBC 1.8 kernel/bootstrap/thunk.rb | |
** Invoke runtime/18/bootstrap/time.rbc (first_time) | |
** Invoke kernel/bootstrap/time.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/time.rbc | |
RBC 1.8 kernel/bootstrap/time.rb | |
** Invoke runtime/18/bootstrap/true.rbc (first_time) | |
** Invoke kernel/bootstrap/true.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/true.rbc | |
RBC 1.8 kernel/bootstrap/true.rb | |
** Invoke runtime/18/bootstrap/tuple.rbc (first_time) | |
** Invoke kernel/bootstrap/tuple.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/tuple.rbc | |
RBC 1.8 kernel/bootstrap/tuple.rb | |
** Invoke runtime/18/bootstrap/type.rbc (first_time) | |
** Invoke kernel/bootstrap/type.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/type.rbc | |
RBC 1.8 kernel/bootstrap/type.rb | |
** Invoke runtime/18/bootstrap/type18.rbc (first_time) | |
** Invoke kernel/bootstrap/type18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/type18.rbc | |
RBC 1.8 kernel/bootstrap/type18.rb | |
** Invoke runtime/18/bootstrap/variable_scope.rbc (first_time) | |
** Invoke kernel/bootstrap/variable_scope.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/variable_scope.rbc | |
RBC 1.8 kernel/bootstrap/variable_scope.rb | |
** Invoke runtime/18/bootstrap/vm.rbc (first_time) | |
** Invoke kernel/bootstrap/vm.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/vm.rbc | |
RBC 1.8 kernel/bootstrap/vm.rb | |
** Invoke runtime/18/bootstrap/weakref.rbc (first_time) | |
** Invoke kernel/bootstrap/weakref.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/weakref.rbc | |
RBC 1.8 kernel/bootstrap/weakref.rb | |
** Invoke runtime/18/bootstrap/weakref18.rbc (first_time) | |
** Invoke kernel/bootstrap/weakref18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/bootstrap/weakref18.rbc | |
RBC 1.8 kernel/bootstrap/weakref18.rb | |
** Invoke runtime/18/platform (first_time, not_needed) | |
** Invoke runtime/18/platform/load_order.txt (first_time, not_needed) | |
** Invoke kernel/platform/load_order18.txt (not_needed) | |
** Invoke runtime/18/platform/ffi.rbc (first_time) | |
** Invoke kernel/platform/ffi.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/platform/ffi.rbc | |
RBC 1.8 kernel/platform/ffi.rb | |
** Invoke runtime/18/platform/enum.rbc (first_time) | |
** Invoke kernel/platform/enum.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/platform/enum.rbc | |
RBC 1.8 kernel/platform/enum.rb | |
** Invoke runtime/18/platform/library.rbc (first_time) | |
** Invoke kernel/platform/library.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/platform/library.rbc | |
RBC 1.8 kernel/platform/library.rb | |
** Invoke runtime/18/platform/pointer_accessors.rbc (first_time) | |
** Invoke kernel/platform/pointer_accessors.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/platform/pointer_accessors.rbc | |
RBC 1.8 kernel/platform/pointer_accessors.rb | |
** Invoke runtime/18/platform/pointer.rbc (first_time) | |
** Invoke kernel/platform/pointer.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/platform/pointer.rbc | |
RBC 1.8 kernel/platform/pointer.rb | |
** Invoke runtime/18/platform/env.rbc (first_time) | |
** Invoke kernel/platform/env.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/platform/env.rbc | |
RBC 1.8 kernel/platform/env.rb | |
** Invoke runtime/18/platform/file.rbc (first_time) | |
** Invoke kernel/platform/file.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/platform/file.rbc | |
RBC 1.8 kernel/platform/file.rb | |
** Invoke runtime/18/platform/math.rbc (first_time) | |
** Invoke kernel/platform/math.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/platform/math.rbc | |
RBC 1.8 kernel/platform/math.rb | |
** Invoke runtime/18/platform/posix.rbc (first_time) | |
** Invoke kernel/platform/posix.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/platform/posix.rbc | |
RBC 1.8 kernel/platform/posix.rb | |
** Invoke runtime/18/platform/struct.rbc (first_time) | |
** Invoke kernel/platform/struct.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/platform/struct.rbc | |
RBC 1.8 kernel/platform/struct.rb | |
** Invoke runtime/18/platform/union.rbc (first_time) | |
** Invoke kernel/platform/union.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/platform/union.rbc | |
RBC 1.8 kernel/platform/union.rb | |
** Invoke runtime/18/common (first_time, not_needed) | |
** Invoke runtime/18/common/load_order.txt (first_time, not_needed) | |
** Invoke kernel/common/load_order18.txt (not_needed) | |
** Invoke runtime/18/common/mirror.rbc (first_time) | |
** Invoke kernel/common/mirror.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/mirror.rbc | |
RBC 1.8 kernel/common/mirror.rb | |
** Invoke runtime/18/common/string_mirror.rbc (first_time) | |
** Invoke kernel/common/string_mirror.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/string_mirror.rbc | |
RBC 1.8 kernel/common/string_mirror.rb | |
** Invoke runtime/18/common/class.rbc (first_time) | |
** Invoke kernel/common/class.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/class.rbc | |
RBC 1.8 kernel/common/class.rb | |
** Invoke runtime/18/common/class18.rbc (first_time) | |
** Invoke kernel/common/class18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/class18.rbc | |
RBC 1.8 kernel/common/class18.rb | |
** Invoke runtime/18/common/autoload.rbc (first_time) | |
** Invoke kernel/common/autoload.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/autoload.rbc | |
RBC 1.8 kernel/common/autoload.rb | |
** Invoke runtime/18/common/module.rbc (first_time) | |
** Invoke kernel/common/module.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/module.rbc | |
RBC 1.8 kernel/common/module.rb | |
** Invoke runtime/18/common/module18.rbc (first_time) | |
** Invoke kernel/common/module18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/module18.rbc | |
RBC 1.8 kernel/common/module18.rb | |
** Invoke runtime/18/common/binding.rbc (first_time) | |
** Invoke kernel/common/binding.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/binding.rbc | |
RBC 1.8 kernel/common/binding.rb | |
** Invoke runtime/18/common/binding18.rbc (first_time) | |
** Invoke kernel/common/binding18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/binding18.rbc | |
RBC 1.8 kernel/common/binding18.rb | |
** Invoke runtime/18/common/proc.rbc (first_time) | |
** Invoke kernel/common/proc.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/proc.rbc | |
RBC 1.8 kernel/common/proc.rb | |
** Invoke runtime/18/common/proc18.rbc (first_time) | |
** Invoke kernel/common/proc18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/proc18.rbc | |
RBC 1.8 kernel/common/proc18.rb | |
** Invoke runtime/18/common/enumerable.rbc (first_time) | |
** Invoke kernel/common/enumerable.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/enumerable.rbc | |
RBC 1.8 kernel/common/enumerable.rb | |
** Invoke runtime/18/common/enumerable18.rbc (first_time) | |
** Invoke kernel/common/enumerable18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/enumerable18.rbc | |
RBC 1.8 kernel/common/enumerable18.rb | |
** Invoke runtime/18/common/enumerator.rbc (first_time) | |
** Invoke kernel/common/enumerator.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/enumerator.rbc | |
RBC 1.8 kernel/common/enumerator.rb | |
** Invoke runtime/18/common/enumerator18.rbc (first_time) | |
** Invoke kernel/common/enumerator18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/enumerator18.rbc | |
RBC 1.8 kernel/common/enumerator18.rb | |
** Invoke runtime/18/common/argf.rbc (first_time) | |
** Invoke kernel/common/argf.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/argf.rbc | |
RBC 1.8 kernel/common/argf.rb | |
** Invoke runtime/18/common/argf18.rbc (first_time) | |
** Invoke kernel/common/argf18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/argf18.rbc | |
RBC 1.8 kernel/common/argf18.rb | |
** Invoke runtime/18/common/tuple.rbc (first_time) | |
** Invoke kernel/common/tuple.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/tuple.rbc | |
RBC 1.8 kernel/common/tuple.rb | |
** Invoke runtime/18/common/exception.rbc (first_time) | |
** Invoke kernel/common/exception.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/exception.rbc | |
RBC 1.8 kernel/common/exception.rb | |
** Invoke runtime/18/common/exception18.rbc (first_time) | |
** Invoke kernel/common/exception18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/exception18.rbc | |
RBC 1.8 kernel/common/exception18.rb | |
** Invoke runtime/18/common/undefined.rbc (first_time) | |
** Invoke kernel/common/undefined.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/undefined.rbc | |
RBC 1.8 kernel/common/undefined.rb | |
** Invoke runtime/18/common/hash.rbc (first_time) | |
** Invoke kernel/common/hash.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/hash.rbc | |
RBC 1.8 kernel/common/hash.rb | |
** Invoke runtime/18/common/hash18.rbc (first_time) | |
** Invoke kernel/common/hash18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/hash18.rbc | |
RBC 1.8 kernel/common/hash18.rb | |
** Invoke runtime/18/common/type.rbc (first_time) | |
** Invoke kernel/common/type.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/type.rbc | |
RBC 1.8 kernel/common/type.rb | |
** Invoke runtime/18/common/type18.rbc (first_time) | |
** Invoke kernel/common/type18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/type18.rbc | |
RBC 1.8 kernel/common/type18.rb | |
** Invoke runtime/18/common/kernel.rbc (first_time) | |
** Invoke kernel/common/kernel.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/kernel.rbc | |
RBC 1.8 kernel/common/kernel.rb | |
** Invoke runtime/18/common/kernel18.rbc (first_time) | |
** Invoke kernel/common/kernel18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/kernel18.rbc | |
RBC 1.8 kernel/common/kernel18.rb | |
** Invoke runtime/18/common/identitymap.rbc (first_time) | |
** Invoke kernel/common/identitymap.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/identitymap.rbc | |
RBC 1.8 kernel/common/identitymap.rb | |
** Invoke runtime/18/common/array.rbc (first_time) | |
** Invoke kernel/common/array.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/array.rbc | |
RBC 1.8 kernel/common/array.rb | |
** Invoke runtime/18/common/array18.rbc (first_time) | |
** Invoke kernel/common/array18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/array18.rbc | |
RBC 1.8 kernel/common/array18.rb | |
** Invoke runtime/18/common/loadedfeatures.rbc (first_time) | |
** Invoke kernel/common/loadedfeatures.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/loadedfeatures.rbc | |
RBC 1.8 kernel/common/loadedfeatures.rb | |
** Invoke runtime/18/common/global.rbc (first_time) | |
** Invoke kernel/common/global.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/global.rbc | |
RBC 1.8 kernel/common/global.rb | |
** Invoke runtime/18/common/backtrace.rbc (first_time) | |
** Invoke kernel/common/backtrace.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/backtrace.rbc | |
RBC 1.8 kernel/common/backtrace.rb | |
** Invoke runtime/18/common/comparable.rbc (first_time) | |
** Invoke kernel/common/comparable.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/comparable.rbc | |
RBC 1.8 kernel/common/comparable.rb | |
** Invoke runtime/18/common/comparable18.rbc (first_time) | |
** Invoke kernel/common/comparable18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/comparable18.rbc | |
RBC 1.8 kernel/common/comparable18.rb | |
** Invoke runtime/18/common/numeric.rbc (first_time) | |
** Invoke kernel/common/numeric.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/numeric.rbc | |
RBC 1.8 kernel/common/numeric.rb | |
** Invoke runtime/18/common/numeric18.rbc (first_time) | |
** Invoke kernel/common/numeric18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/numeric18.rbc | |
RBC 1.8 kernel/common/numeric18.rb | |
** Invoke runtime/18/common/ctype.rbc (first_time) | |
** Invoke kernel/common/ctype.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/ctype.rbc | |
RBC 1.8 kernel/common/ctype.rb | |
** Invoke runtime/18/common/precision.rbc (first_time) | |
** Invoke kernel/common/precision.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/precision.rbc | |
RBC 1.8 kernel/common/precision.rb | |
** Invoke runtime/18/common/integer.rbc (first_time) | |
** Invoke kernel/common/integer.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/integer.rbc | |
RBC 1.8 kernel/common/integer.rb | |
** Invoke runtime/18/common/integer18.rbc (first_time) | |
** Invoke kernel/common/integer18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/integer18.rbc | |
RBC 1.8 kernel/common/integer18.rb | |
** Invoke runtime/18/common/bignum.rbc (first_time) | |
** Invoke kernel/common/bignum.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/bignum.rbc | |
RBC 1.8 kernel/common/bignum.rb | |
** Invoke runtime/18/common/bignum18.rbc (first_time) | |
** Invoke kernel/common/bignum18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/bignum18.rbc | |
RBC 1.8 kernel/common/bignum18.rb | |
** Invoke runtime/18/common/block_environment.rbc (first_time) | |
** Invoke kernel/common/block_environment.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/block_environment.rbc | |
RBC 1.8 kernel/common/block_environment.rb | |
** Invoke runtime/18/common/bytearray.rbc (first_time) | |
** Invoke kernel/common/bytearray.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/bytearray.rbc | |
RBC 1.8 kernel/common/bytearray.rb | |
** Invoke runtime/18/common/bytearray18.rbc (first_time) | |
** Invoke kernel/common/bytearray18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/bytearray18.rbc | |
RBC 1.8 kernel/common/bytearray18.rb | |
** Invoke runtime/18/common/channel.rbc (first_time) | |
** Invoke kernel/common/channel.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/channel.rbc | |
RBC 1.8 kernel/common/channel.rb | |
** Invoke runtime/18/common/executable.rbc (first_time) | |
** Invoke kernel/common/executable.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/executable.rbc | |
RBC 1.8 kernel/common/executable.rb | |
** Invoke runtime/18/common/constant_scope.rbc (first_time) | |
** Invoke kernel/common/constant_scope.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/constant_scope.rbc | |
RBC 1.8 kernel/common/constant_scope.rb | |
** Invoke runtime/18/common/constant_scope18.rbc (first_time) | |
** Invoke kernel/common/constant_scope18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/constant_scope18.rbc | |
RBC 1.8 kernel/common/constant_scope18.rb | |
** Invoke runtime/18/common/hook.rbc (first_time) | |
** Invoke kernel/common/hook.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/hook.rbc | |
RBC 1.8 kernel/common/hook.rb | |
** Invoke runtime/18/common/codeloader.rbc (first_time) | |
** Invoke kernel/common/codeloader.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/codeloader.rbc | |
RBC 1.8 kernel/common/codeloader.rb | |
** Invoke runtime/18/common/codeloader18.rbc (first_time) | |
** Invoke kernel/common/codeloader18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/codeloader18.rbc | |
RBC 1.8 kernel/common/codeloader18.rb | |
** Invoke runtime/18/common/compiled_code.rbc (first_time) | |
** Invoke kernel/common/compiled_code.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/compiled_code.rbc | |
RBC 1.8 kernel/common/compiled_code.rb | |
** Invoke runtime/18/common/continuation.rbc (first_time) | |
** Invoke kernel/common/continuation.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/continuation.rbc | |
RBC 1.8 kernel/common/continuation.rb | |
** Invoke runtime/18/common/delegated_method.rbc (first_time) | |
** Invoke kernel/common/delegated_method.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/delegated_method.rbc | |
RBC 1.8 kernel/common/delegated_method.rb | |
** Invoke runtime/18/common/fixnum.rbc (first_time) | |
** Invoke kernel/common/fixnum.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/fixnum.rbc | |
RBC 1.8 kernel/common/fixnum.rb | |
** Invoke runtime/18/common/fixnum18.rbc (first_time) | |
** Invoke kernel/common/fixnum18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/fixnum18.rbc | |
RBC 1.8 kernel/common/fixnum18.rb | |
** Invoke runtime/18/common/dir.rbc (first_time) | |
** Invoke kernel/common/dir.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/dir.rbc | |
RBC 1.8 kernel/common/dir.rb | |
** Invoke runtime/18/common/dir18.rbc (first_time) | |
** Invoke kernel/common/dir18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/dir18.rbc | |
RBC 1.8 kernel/common/dir18.rb | |
** Invoke runtime/18/common/lrucache.rbc (first_time) | |
** Invoke kernel/common/lrucache.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/lrucache.rbc | |
RBC 1.8 kernel/common/lrucache.rb | |
** Invoke runtime/18/common/dir_glob.rbc (first_time) | |
** Invoke kernel/common/dir_glob.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/dir_glob.rbc | |
RBC 1.8 kernel/common/dir_glob.rb | |
** Invoke runtime/18/common/env.rbc (first_time) | |
** Invoke kernel/common/env.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/env.rbc | |
RBC 1.8 kernel/common/env.rb | |
** Invoke runtime/18/common/env18.rbc (first_time) | |
** Invoke kernel/common/env18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/env18.rbc | |
RBC 1.8 kernel/common/env18.rb | |
** Invoke runtime/18/common/errno.rbc (first_time) | |
** Invoke kernel/common/errno.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/errno.rbc | |
RBC 1.8 kernel/common/errno.rb | |
** Invoke runtime/18/common/eval.rbc (first_time) | |
** Invoke kernel/common/eval.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/eval.rbc | |
RBC 1.8 kernel/common/eval.rb | |
** Invoke runtime/18/common/eval18.rbc (first_time) | |
** Invoke kernel/common/eval18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/eval18.rbc | |
RBC 1.8 kernel/common/eval18.rb | |
** Invoke runtime/18/common/false.rbc (first_time) | |
** Invoke kernel/common/false.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/false.rbc | |
RBC 1.8 kernel/common/false.rb | |
** Invoke runtime/18/common/fiber.rbc (first_time) | |
** Invoke kernel/common/fiber.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/fiber.rbc | |
RBC 1.8 kernel/common/fiber.rb | |
** Invoke runtime/18/common/io.rbc (first_time) | |
** Invoke kernel/common/io.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/io.rbc | |
RBC 1.8 kernel/common/io.rb | |
** Invoke runtime/18/common/io18.rbc (first_time) | |
** Invoke kernel/common/io18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/io18.rbc | |
RBC 1.8 kernel/common/io18.rb | |
** Invoke runtime/18/common/file.rbc (first_time) | |
** Invoke kernel/common/file.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/file.rbc | |
RBC 1.8 kernel/common/file.rb | |
** Invoke runtime/18/common/file18.rbc (first_time) | |
** Invoke kernel/common/file18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/file18.rbc | |
RBC 1.8 kernel/common/file18.rb | |
** Invoke runtime/18/common/filetest.rbc (first_time) | |
** Invoke kernel/common/filetest.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/filetest.rbc | |
RBC 1.8 kernel/common/filetest.rb | |
** Invoke runtime/18/common/stat.rbc (first_time) | |
** Invoke kernel/common/stat.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/stat.rbc | |
RBC 1.8 kernel/common/stat.rb | |
** Invoke runtime/18/common/float.rbc (first_time) | |
** Invoke kernel/common/float.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/float.rbc | |
RBC 1.8 kernel/common/float.rb | |
** Invoke runtime/18/common/float18.rbc (first_time) | |
** Invoke kernel/common/float18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/float18.rbc | |
RBC 1.8 kernel/common/float18.rb | |
** Invoke runtime/18/common/immediate.rbc (first_time) | |
** Invoke kernel/common/immediate.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/immediate.rbc | |
RBC 1.8 kernel/common/immediate.rb | |
** Invoke runtime/18/common/location.rbc (first_time) | |
** Invoke kernel/common/location.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/location.rbc | |
RBC 1.8 kernel/common/location.rb | |
** Invoke runtime/18/common/lookuptable.rbc (first_time) | |
** Invoke kernel/common/lookuptable.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/lookuptable.rbc | |
RBC 1.8 kernel/common/lookuptable.rb | |
** Invoke runtime/18/common/main.rbc (first_time) | |
** Invoke kernel/common/main.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/main.rbc | |
RBC 1.8 kernel/common/main.rb | |
** Invoke runtime/18/common/marshal.rbc (first_time) | |
** Invoke kernel/common/marshal.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/marshal.rbc | |
RBC 1.8 kernel/common/marshal.rb | |
** Invoke runtime/18/common/marshal18.rbc (first_time) | |
** Invoke kernel/common/marshal18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/marshal18.rbc | |
RBC 1.8 kernel/common/marshal18.rb | |
** Invoke runtime/18/common/math.rbc (first_time) | |
** Invoke kernel/common/math.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/math.rbc | |
RBC 1.8 kernel/common/math.rb | |
** Invoke runtime/18/common/math18.rbc (first_time) | |
** Invoke kernel/common/math18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/math18.rbc | |
RBC 1.8 kernel/common/math18.rb | |
** Invoke runtime/18/common/method.rbc (first_time) | |
** Invoke kernel/common/method.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/method.rbc | |
RBC 1.8 kernel/common/method.rb | |
** Invoke runtime/18/common/method18.rbc (first_time) | |
** Invoke kernel/common/method18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/method18.rbc | |
RBC 1.8 kernel/common/method18.rb | |
** Invoke runtime/18/common/method_table.rbc (first_time) | |
** Invoke kernel/common/method_table.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/method_table.rbc | |
RBC 1.8 kernel/common/method_table.rb | |
** Invoke runtime/18/common/native_method.rbc (first_time) | |
** Invoke kernel/common/native_method.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/native_method.rbc | |
RBC 1.8 kernel/common/native_method.rb | |
** Invoke runtime/18/common/nil.rbc (first_time) | |
** Invoke kernel/common/nil.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/nil.rbc | |
RBC 1.8 kernel/common/nil.rb | |
** Invoke runtime/18/common/objectspace.rbc (first_time) | |
** Invoke kernel/common/objectspace.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/objectspace.rbc | |
RBC 1.8 kernel/common/objectspace.rb | |
** Invoke runtime/18/common/string.rbc (first_time) | |
** Invoke kernel/common/string.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/string.rbc | |
RBC 1.8 kernel/common/string.rb | |
** Invoke runtime/18/common/string18.rbc (first_time) | |
** Invoke kernel/common/string18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/string18.rbc | |
RBC 1.8 kernel/common/string18.rb | |
** Invoke runtime/18/common/range.rbc (first_time) | |
** Invoke kernel/common/range.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/range.rbc | |
RBC 1.8 kernel/common/range.rb | |
** Invoke runtime/18/common/range18.rbc (first_time) | |
** Invoke kernel/common/range18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/range18.rbc | |
RBC 1.8 kernel/common/range18.rb | |
** Invoke runtime/18/common/struct.rbc (first_time) | |
** Invoke kernel/common/struct.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/struct.rbc | |
RBC 1.8 kernel/common/struct.rb | |
** Invoke runtime/18/common/struct18.rbc (first_time) | |
** Invoke kernel/common/struct18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/struct18.rbc | |
RBC 1.8 kernel/common/struct18.rb | |
** Invoke runtime/18/common/process.rbc (first_time) | |
** Invoke kernel/common/process.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/process.rbc | |
RBC 1.8 kernel/common/process.rb | |
** Invoke runtime/18/common/process18.rbc (first_time) | |
** Invoke kernel/common/process18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/process18.rbc | |
RBC 1.8 kernel/common/process18.rb | |
** Invoke runtime/18/common/random.rbc (first_time) | |
** Invoke kernel/common/random.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/random.rbc | |
RBC 1.8 kernel/common/random.rb | |
** Invoke runtime/18/common/regexp.rbc (first_time) | |
** Invoke kernel/common/regexp.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/regexp.rbc | |
RBC 1.8 kernel/common/regexp.rb | |
** Invoke runtime/18/common/regexp18.rbc (first_time) | |
** Invoke kernel/common/regexp18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/regexp18.rbc | |
RBC 1.8 kernel/common/regexp18.rb | |
** Invoke runtime/18/common/signal.rbc (first_time) | |
** Invoke kernel/common/signal.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/signal.rbc | |
RBC 1.8 kernel/common/signal.rb | |
** Invoke runtime/18/common/signal18.rbc (first_time) | |
** Invoke kernel/common/signal18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/signal18.rbc | |
RBC 1.8 kernel/common/signal18.rb | |
** Invoke runtime/18/common/splitter.rbc (first_time) | |
** Invoke kernel/common/splitter.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/splitter.rbc | |
RBC 1.8 kernel/common/splitter.rb | |
** Invoke runtime/18/common/splitter18.rbc (first_time) | |
** Invoke kernel/common/splitter18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/splitter18.rbc | |
RBC 1.8 kernel/common/splitter18.rb | |
** Invoke runtime/18/common/sprinter.rbc (first_time) | |
** Invoke kernel/common/sprinter.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/sprinter.rbc | |
RBC 1.8 kernel/common/sprinter.rb | |
** Invoke runtime/18/common/sprinter18.rbc (first_time) | |
** Invoke kernel/common/sprinter18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/sprinter18.rbc | |
RBC 1.8 kernel/common/sprinter18.rb | |
** Invoke runtime/18/common/symbol.rbc (first_time) | |
** Invoke kernel/common/symbol.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/symbol.rbc | |
RBC 1.8 kernel/common/symbol.rb | |
** Invoke runtime/18/common/symbol18.rbc (first_time) | |
** Invoke kernel/common/symbol18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/symbol18.rbc | |
RBC 1.8 kernel/common/symbol18.rb | |
** Invoke runtime/18/common/thread.rbc (first_time) | |
** Invoke kernel/common/thread.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/thread.rbc | |
RBC 1.8 kernel/common/thread.rb | |
** Invoke runtime/18/common/thread_group.rbc (first_time) | |
** Invoke kernel/common/thread_group.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/thread_group.rbc | |
RBC 1.8 kernel/common/thread_group.rb | |
** Invoke runtime/18/common/throw_catch.rbc (first_time) | |
** Invoke kernel/common/throw_catch.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/throw_catch.rbc | |
RBC 1.8 kernel/common/throw_catch.rb | |
** Invoke runtime/18/common/throw_catch18.rbc (first_time) | |
** Invoke kernel/common/throw_catch18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/throw_catch18.rbc | |
RBC 1.8 kernel/common/throw_catch18.rb | |
** Invoke runtime/18/common/time.rbc (first_time) | |
** Invoke kernel/common/time.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/time.rbc | |
RBC 1.8 kernel/common/time.rb | |
** Invoke runtime/18/common/time18.rbc (first_time) | |
** Invoke kernel/common/time18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/time18.rbc | |
RBC 1.8 kernel/common/time18.rb | |
** Invoke runtime/18/common/true.rbc (first_time) | |
** Invoke kernel/common/true.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/true.rbc | |
RBC 1.8 kernel/common/true.rb | |
** Invoke runtime/18/common/variable_scope.rbc (first_time) | |
** Invoke kernel/common/variable_scope.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/variable_scope.rbc | |
RBC 1.8 kernel/common/variable_scope.rb | |
** Invoke runtime/18/common/capi.rbc (first_time) | |
** Invoke kernel/common/capi.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/common/capi.rbc | |
RBC 1.8 kernel/common/capi.rb | |
** Invoke runtime/18/delta (first_time, not_needed) | |
** Invoke runtime/18/delta/load_order.txt (first_time, not_needed) | |
** Invoke kernel/delta/load_order18.txt (not_needed) | |
** Invoke runtime/18/delta/agent.rbc (first_time) | |
** Invoke kernel/delta/agent.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/agent.rbc | |
RBC 1.8 kernel/delta/agent.rb | |
** Invoke runtime/18/delta/ctype18.rbc (first_time) | |
** Invoke kernel/delta/ctype18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/ctype18.rbc | |
RBC 1.8 kernel/delta/ctype18.rb | |
** Invoke runtime/18/delta/ctype.rbc (first_time) | |
** Invoke kernel/delta/ctype.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/ctype.rbc | |
RBC 1.8 kernel/delta/ctype.rb | |
** Invoke runtime/18/delta/class.rbc (first_time) | |
** Invoke kernel/delta/class.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/class.rbc | |
RBC 1.8 kernel/delta/class.rb | |
** Invoke runtime/18/delta/exception.rbc (first_time) | |
** Invoke kernel/delta/exception.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/exception.rbc | |
RBC 1.8 kernel/delta/exception.rb | |
** Invoke runtime/18/delta/file.rbc (first_time) | |
** Invoke kernel/delta/file.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/file.rbc | |
RBC 1.8 kernel/delta/file.rb | |
** Invoke runtime/18/delta/rubinius.rbc (first_time) | |
** Invoke kernel/delta/rubinius.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/rubinius.rbc | |
RBC 1.8 kernel/delta/rubinius.rb | |
** Invoke runtime/18/delta/rubinius18.rbc (first_time) | |
** Invoke kernel/delta/rubinius18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/rubinius18.rbc | |
RBC 1.8 kernel/delta/rubinius18.rb | |
** Invoke runtime/18/delta/module.rbc (first_time) | |
** Invoke kernel/delta/module.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/module.rbc | |
RBC 1.8 kernel/delta/module.rb | |
** Invoke runtime/18/delta/filetest.rbc (first_time) | |
** Invoke kernel/delta/filetest.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/filetest.rbc | |
RBC 1.8 kernel/delta/filetest.rb | |
** Invoke runtime/18/delta/kernel.rbc (first_time) | |
** Invoke kernel/delta/kernel.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/kernel.rbc | |
RBC 1.8 kernel/delta/kernel.rb | |
** Invoke runtime/18/delta/kernel18.rbc (first_time) | |
** Invoke kernel/delta/kernel18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/kernel18.rbc | |
RBC 1.8 kernel/delta/kernel18.rb | |
** Invoke runtime/18/delta/math.rbc (first_time) | |
** Invoke kernel/delta/math.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/math.rbc | |
RBC 1.8 kernel/delta/math.rb | |
** Invoke runtime/18/delta/options.rbc (first_time) | |
** Invoke kernel/delta/options.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/options.rbc | |
RBC 1.8 kernel/delta/options.rb | |
** Invoke runtime/18/delta/stats.rbc (first_time) | |
** Invoke kernel/delta/stats.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/stats.rbc | |
RBC 1.8 kernel/delta/stats.rb | |
** Invoke runtime/18/delta/signal.rbc (first_time) | |
** Invoke kernel/delta/signal.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/signal.rbc | |
RBC 1.8 kernel/delta/signal.rb | |
** Invoke runtime/18/delta/struct.rbc (first_time) | |
** Invoke kernel/delta/struct.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/struct.rbc | |
RBC 1.8 kernel/delta/struct.rb | |
** Invoke runtime/18/delta/thread.rbc (first_time) | |
** Invoke kernel/delta/thread.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/thread.rbc | |
RBC 1.8 kernel/delta/thread.rb | |
** Invoke runtime/18/delta/codeloader.rbc (first_time) | |
** Invoke kernel/delta/codeloader.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/codeloader.rbc | |
RBC 1.8 kernel/delta/codeloader.rb | |
** Invoke runtime/18/delta/ffi.rbc (first_time) | |
** Invoke kernel/delta/ffi.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/ffi.rbc | |
RBC 1.8 kernel/delta/ffi.rb | |
** Invoke runtime/18/delta/ruby_constants18.rbc (first_time) | |
** Invoke kernel/delta/ruby_constants18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/ruby_constants18.rbc | |
RBC 1.8 kernel/delta/ruby_constants18.rb | |
** Invoke runtime/18/delta/ruby_constants.rbc (first_time) | |
** Invoke kernel/delta/ruby_constants.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/ruby_constants.rbc | |
RBC 1.8 kernel/delta/ruby_constants.rb | |
** Invoke runtime/18/delta/pack.rbc (first_time) | |
** Invoke kernel/delta/pack.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/pack.rbc | |
RBC 1.8 kernel/delta/pack.rb | |
** Invoke runtime/18/delta/pack18.rbc (first_time) | |
** Invoke kernel/delta/pack18.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/pack18.rbc | |
RBC 1.8 kernel/delta/pack18.rb | |
** Invoke runtime/18/signature.rbc (first_time) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/signature.rbc | |
RBC 1.8 kernel/signature.rb | |
** Invoke runtime/18/alpha.rbc (first_time) | |
** Invoke kernel/alpha.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/alpha.rbc | |
RBC 1.8 kernel/alpha.rb | |
** Invoke runtime/18/loader.rbc (first_time) | |
** Invoke kernel/loader.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/loader.rbc | |
RBC 1.8 kernel/loader.rb | |
** Invoke runtime/18/delta/converter_paths.rbc (first_time) | |
** Invoke kernel/delta/converter_paths.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/delta/converter_paths.rbc | |
RBC 1.8 kernel/delta/converter_paths.rb | |
** Invoke runtime/18/compiler.rbc (first_time) | |
** Invoke lib/compiler.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler.rbc | |
RBC 1.8 lib/compiler.rb | |
** Invoke runtime/18/compiler/ast/constants.rbc (first_time) | |
** Invoke lib/compiler/ast/constants.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast/constants.rbc | |
RBC 1.8 lib/compiler/ast/constants.rb | |
** Invoke runtime/18/compiler/ast/control_flow.rbc (first_time) | |
** Invoke lib/compiler/ast/control_flow.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast/control_flow.rbc | |
RBC 1.8 lib/compiler/ast/control_flow.rb | |
** Invoke runtime/18/compiler/ast/data.rbc (first_time) | |
** Invoke lib/compiler/ast/data.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast/data.rbc | |
RBC 1.8 lib/compiler/ast/data.rb | |
** Invoke runtime/18/compiler/ast/definitions.rbc (first_time) | |
** Invoke lib/compiler/ast/definitions.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast/definitions.rbc | |
RBC 1.8 lib/compiler/ast/definitions.rb | |
** Invoke runtime/18/compiler/ast/encoding.rbc (first_time) | |
** Invoke lib/compiler/ast/encoding.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast/encoding.rbc | |
RBC 1.8 lib/compiler/ast/encoding.rb | |
** Invoke runtime/18/compiler/ast/exceptions.rbc (first_time) | |
** Invoke lib/compiler/ast/exceptions.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast/exceptions.rbc | |
RBC 1.8 lib/compiler/ast/exceptions.rb | |
** Invoke runtime/18/compiler/ast/file.rbc (first_time) | |
** Invoke lib/compiler/ast/file.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast/file.rbc | |
RBC 1.8 lib/compiler/ast/file.rb | |
** Invoke runtime/18/compiler/ast/grapher.rbc (first_time) | |
** Invoke lib/compiler/ast/grapher.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast/grapher.rbc | |
RBC 1.8 lib/compiler/ast/grapher.rb | |
** Invoke runtime/18/compiler/ast/literals.rbc (first_time) | |
** Invoke lib/compiler/ast/literals.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast/literals.rbc | |
RBC 1.8 lib/compiler/ast/literals.rb | |
** Invoke runtime/18/compiler/ast/node.rbc (first_time) | |
** Invoke lib/compiler/ast/node.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast/node.rbc | |
RBC 1.8 lib/compiler/ast/node.rb | |
** Invoke runtime/18/compiler/ast/operators.rbc (first_time) | |
** Invoke lib/compiler/ast/operators.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast/operators.rbc | |
RBC 1.8 lib/compiler/ast/operators.rb | |
** Invoke runtime/18/compiler/ast/self.rbc (first_time) | |
** Invoke lib/compiler/ast/self.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast/self.rbc | |
RBC 1.8 lib/compiler/ast/self.rb | |
** Invoke runtime/18/compiler/ast/sends.rbc (first_time) | |
** Invoke lib/compiler/ast/sends.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast/sends.rbc | |
RBC 1.8 lib/compiler/ast/sends.rb | |
** Invoke runtime/18/compiler/ast/transforms.rbc (first_time) | |
** Invoke lib/compiler/ast/transforms.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast/transforms.rbc | |
RBC 1.8 lib/compiler/ast/transforms.rb | |
** Invoke runtime/18/compiler/ast/values.rbc (first_time) | |
** Invoke lib/compiler/ast/values.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast/values.rbc | |
RBC 1.8 lib/compiler/ast/values.rb | |
** Invoke runtime/18/compiler/ast/variables.rbc (first_time) | |
** Invoke lib/compiler/ast/variables.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast/variables.rbc | |
RBC 1.8 lib/compiler/ast/variables.rb | |
** Invoke runtime/18/compiler/ast.rbc (first_time) | |
** Invoke lib/compiler/ast.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/ast.rbc | |
RBC 1.8 lib/compiler/ast.rb | |
** Invoke runtime/18/compiler/compiled_file.rbc (first_time) | |
** Invoke lib/compiler/compiled_file.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/compiled_file.rbc | |
RBC 1.8 lib/compiler/compiled_file.rb | |
** Invoke runtime/18/compiler/compiler.rbc (first_time) | |
** Invoke lib/compiler/compiler.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/compiler.rbc | |
RBC 1.8 lib/compiler/compiler.rb | |
** Invoke runtime/18/compiler/evaluator.rbc (first_time) | |
** Invoke lib/compiler/evaluator.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/evaluator.rbc | |
RBC 1.8 lib/compiler/evaluator.rb | |
** Invoke runtime/18/compiler/generator.rbc (first_time) | |
** Invoke lib/compiler/generator.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/generator.rbc | |
RBC 1.8 lib/compiler/generator.rb | |
** Invoke runtime/18/compiler/generator_methods.rbc (first_time) | |
** Invoke lib/compiler/generator_methods.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/generator_methods.rbc | |
RBC 1.8 lib/compiler/generator_methods.rb | |
** Invoke runtime/18/compiler/iseq.rbc (first_time) | |
** Invoke lib/compiler/iseq.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/iseq.rbc | |
RBC 1.8 lib/compiler/iseq.rb | |
** Invoke runtime/18/compiler/locals.rbc (first_time) | |
** Invoke lib/compiler/locals.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/locals.rbc | |
RBC 1.8 lib/compiler/locals.rb | |
** Invoke runtime/18/compiler/opcodes.rbc (first_time) | |
** Invoke lib/compiler/opcodes.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/opcodes.rbc | |
RBC 1.8 lib/compiler/opcodes.rb | |
** Invoke runtime/18/compiler/printers.rbc (first_time) | |
** Invoke lib/compiler/printers.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/printers.rbc | |
RBC 1.8 lib/compiler/printers.rb | |
** Invoke runtime/18/compiler/runtime.rbc (first_time) | |
** Invoke lib/compiler/runtime.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/runtime.rbc | |
RBC 1.8 lib/compiler/runtime.rb | |
** Invoke runtime/18/compiler/stages.rbc (first_time) | |
** Invoke lib/compiler/stages.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/compiler/stages.rbc | |
RBC 1.8 lib/compiler/stages.rb | |
** Invoke runtime/18/melbourne.rbc (first_time) | |
** Invoke lib/melbourne.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/melbourne.rbc | |
RBC 1.8 lib/melbourne.rb | |
** Invoke runtime/18/melbourne/processor.rbc (first_time) | |
** Invoke lib/melbourne/processor.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/18/melbourne/processor.rbc | |
RBC 1.8 lib/melbourne/processor.rb | |
** Invoke vm/marshal.cppc (first_time) | |
** Invoke vm/marshal.cpp (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute vm/marshal.cppc | |
** Invoke vm/marshal.hppc (first_time) | |
** Invoke vm/marshal.hpp (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute vm/marshal.hppc | |
** Invoke runtime/19 (first_time, not_needed) | |
** Invoke runtime/19/index (first_time, not_needed) | |
** Invoke runtime/19 (not_needed) | |
** Invoke runtime/19/signature (first_time) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/signature | |
GEN runtime/19/signature | |
** Invoke runtime/19/bootstrap (first_time, not_needed) | |
** Invoke runtime/19/bootstrap/load_order.txt (first_time, not_needed) | |
** Invoke kernel/bootstrap/load_order19.txt (not_needed) | |
** Invoke runtime/19/bootstrap/basicobject.rbc (first_time) | |
** Invoke kernel/bootstrap/basicobject.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/basicobject.rbc | |
RBC 1.9 kernel/bootstrap/basicobject.rb | |
** Invoke runtime/19/bootstrap/alias.rbc (first_time) | |
** Invoke kernel/bootstrap/alias.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/alias.rbc | |
RBC 1.9 kernel/bootstrap/alias.rb | |
** Invoke runtime/19/bootstrap/array.rbc (first_time) | |
** Invoke kernel/bootstrap/array.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/array.rbc | |
RBC 1.9 kernel/bootstrap/array.rb | |
** Invoke runtime/19/bootstrap/array19.rbc (first_time) | |
** Invoke kernel/bootstrap/array19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/array19.rbc | |
RBC 1.9 kernel/bootstrap/array19.rb | |
** Invoke runtime/19/bootstrap/atomic.rbc (first_time) | |
** Invoke kernel/bootstrap/atomic.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/atomic.rbc | |
RBC 1.9 kernel/bootstrap/atomic.rb | |
** Invoke runtime/19/bootstrap/bignum.rbc (first_time) | |
** Invoke kernel/bootstrap/bignum.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/bignum.rbc | |
RBC 1.9 kernel/bootstrap/bignum.rb | |
** Invoke runtime/19/bootstrap/block_environment.rbc (first_time) | |
** Invoke kernel/bootstrap/block_environment.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/block_environment.rbc | |
RBC 1.9 kernel/bootstrap/block_environment.rb | |
** Invoke runtime/19/bootstrap/bytearray.rbc (first_time) | |
** Invoke kernel/bootstrap/bytearray.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/bytearray.rbc | |
RBC 1.9 kernel/bootstrap/bytearray.rb | |
** Invoke runtime/19/bootstrap/call_site.rbc (first_time) | |
** Invoke kernel/bootstrap/call_site.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/call_site.rbc | |
RBC 1.9 kernel/bootstrap/call_site.rb | |
** Invoke runtime/19/bootstrap/call_custom_cache.rbc (first_time) | |
** Invoke kernel/bootstrap/call_custom_cache.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/call_custom_cache.rbc | |
RBC 1.9 kernel/bootstrap/call_custom_cache.rb | |
** Invoke runtime/19/bootstrap/channel.rbc (first_time) | |
** Invoke kernel/bootstrap/channel.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/channel.rbc | |
RBC 1.9 kernel/bootstrap/channel.rb | |
** Invoke runtime/19/bootstrap/character.rbc (first_time) | |
** Invoke kernel/bootstrap/character.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/character.rbc | |
RBC 1.9 kernel/bootstrap/character.rb | |
** Invoke runtime/19/bootstrap/class.rbc (first_time) | |
** Invoke kernel/bootstrap/class.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/class.rbc | |
RBC 1.9 kernel/bootstrap/class.rb | |
** Invoke runtime/19/bootstrap/compactlookuptable.rbc (first_time) | |
** Invoke kernel/bootstrap/compactlookuptable.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/compactlookuptable.rbc | |
RBC 1.9 kernel/bootstrap/compactlookuptable.rb | |
** Invoke runtime/19/bootstrap/compiled_code.rbc (first_time) | |
** Invoke kernel/bootstrap/compiled_code.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/compiled_code.rbc | |
RBC 1.9 kernel/bootstrap/compiled_code.rb | |
** Invoke runtime/19/bootstrap/configuration.rbc (first_time) | |
** Invoke kernel/bootstrap/configuration.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/configuration.rbc | |
RBC 1.9 kernel/bootstrap/configuration.rb | |
** Invoke runtime/19/bootstrap/constant_cache.rbc (first_time) | |
** Invoke kernel/bootstrap/constant_cache.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/constant_cache.rbc | |
RBC 1.9 kernel/bootstrap/constant_cache.rb | |
** Invoke runtime/19/bootstrap/constant_scope.rbc (first_time) | |
** Invoke kernel/bootstrap/constant_scope.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/constant_scope.rbc | |
RBC 1.9 kernel/bootstrap/constant_scope.rb | |
** Invoke runtime/19/bootstrap/constant_table.rbc (first_time) | |
** Invoke kernel/bootstrap/constant_table.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/constant_table.rbc | |
RBC 1.9 kernel/bootstrap/constant_table.rb | |
** Invoke runtime/19/bootstrap/dir.rbc (first_time) | |
** Invoke kernel/bootstrap/dir.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/dir.rbc | |
RBC 1.9 kernel/bootstrap/dir.rb | |
** Invoke runtime/19/bootstrap/encoding.rbc (first_time) | |
** Invoke kernel/bootstrap/encoding.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/encoding.rbc | |
RBC 1.9 kernel/bootstrap/encoding.rb | |
** Invoke runtime/19/bootstrap/exception.rbc (first_time) | |
** Invoke kernel/bootstrap/exception.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/exception.rbc | |
RBC 1.9 kernel/bootstrap/exception.rb | |
** Invoke runtime/19/bootstrap/executable.rbc (first_time) | |
** Invoke kernel/bootstrap/executable.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/executable.rbc | |
RBC 1.9 kernel/bootstrap/executable.rb | |
** Invoke runtime/19/bootstrap/false.rbc (first_time) | |
** Invoke kernel/bootstrap/false.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/false.rbc | |
RBC 1.9 kernel/bootstrap/false.rb | |
** Invoke runtime/19/bootstrap/fixnum.rbc (first_time) | |
** Invoke kernel/bootstrap/fixnum.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/fixnum.rbc | |
RBC 1.9 kernel/bootstrap/fixnum.rb | |
** Invoke runtime/19/bootstrap/gc.rbc (first_time) | |
** Invoke kernel/bootstrap/gc.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/gc.rbc | |
RBC 1.9 kernel/bootstrap/gc.rb | |
** Invoke runtime/19/bootstrap/io.rbc (first_time) | |
** Invoke kernel/bootstrap/io.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/io.rbc | |
RBC 1.9 kernel/bootstrap/io.rb | |
** Invoke runtime/19/bootstrap/iseq.rbc (first_time) | |
** Invoke kernel/bootstrap/iseq.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/iseq.rbc | |
RBC 1.9 kernel/bootstrap/iseq.rb | |
** Invoke runtime/19/bootstrap/kernel19.rbc (first_time) | |
** Invoke kernel/bootstrap/kernel19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/kernel19.rbc | |
RBC 1.9 kernel/bootstrap/kernel19.rb | |
** Invoke runtime/19/bootstrap/kernel.rbc (first_time) | |
** Invoke kernel/bootstrap/kernel.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/kernel.rbc | |
RBC 1.9 kernel/bootstrap/kernel.rb | |
** Invoke runtime/19/bootstrap/lookuptable.rbc (first_time) | |
** Invoke kernel/bootstrap/lookuptable.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/lookuptable.rbc | |
RBC 1.9 kernel/bootstrap/lookuptable.rb | |
** Invoke runtime/19/bootstrap/method_table.rbc (first_time) | |
** Invoke kernel/bootstrap/method_table.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/method_table.rbc | |
RBC 1.9 kernel/bootstrap/method_table.rb | |
** Invoke runtime/19/bootstrap/mono_inline_cache.rbc (first_time) | |
** Invoke kernel/bootstrap/mono_inline_cache.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/mono_inline_cache.rbc | |
RBC 1.9 kernel/bootstrap/mono_inline_cache.rb | |
** Invoke runtime/19/bootstrap/nil.rbc (first_time) | |
** Invoke kernel/bootstrap/nil.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/nil.rbc | |
RBC 1.9 kernel/bootstrap/nil.rb | |
** Invoke runtime/19/bootstrap/proc.rbc (first_time) | |
** Invoke kernel/bootstrap/proc.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/proc.rbc | |
RBC 1.9 kernel/bootstrap/proc.rb | |
** Invoke runtime/19/bootstrap/process.rbc (first_time) | |
** Invoke kernel/bootstrap/process.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/process.rbc | |
RBC 1.9 kernel/bootstrap/process.rb | |
** Invoke runtime/19/bootstrap/poly_inline_cache.rbc (first_time) | |
** Invoke kernel/bootstrap/poly_inline_cache.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/poly_inline_cache.rbc | |
RBC 1.9 kernel/bootstrap/poly_inline_cache.rb | |
** Invoke runtime/19/bootstrap/regexp.rbc (first_time) | |
** Invoke kernel/bootstrap/regexp.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/regexp.rbc | |
RBC 1.9 kernel/bootstrap/regexp.rb | |
** Invoke runtime/19/bootstrap/regexp19.rbc (first_time) | |
** Invoke kernel/bootstrap/regexp19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/regexp19.rbc | |
RBC 1.9 kernel/bootstrap/regexp19.rb | |
** Invoke runtime/19/bootstrap/respond_to_cache.rbc (first_time) | |
** Invoke kernel/bootstrap/respond_to_cache.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/respond_to_cache.rbc | |
RBC 1.9 kernel/bootstrap/respond_to_cache.rb | |
** Invoke runtime/19/bootstrap/rubinius.rbc (first_time) | |
** Invoke kernel/bootstrap/rubinius.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/rubinius.rbc | |
RBC 1.9 kernel/bootstrap/rubinius.rb | |
** Invoke runtime/19/bootstrap/stat.rbc (first_time) | |
** Invoke kernel/bootstrap/stat.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/stat.rbc | |
RBC 1.9 kernel/bootstrap/stat.rb | |
** Invoke runtime/19/bootstrap/string.rbc (first_time) | |
** Invoke kernel/bootstrap/string.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/string.rbc | |
RBC 1.9 kernel/bootstrap/string.rb | |
** Invoke runtime/19/bootstrap/string19.rbc (first_time) | |
** Invoke kernel/bootstrap/string19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/string19.rbc | |
RBC 1.9 kernel/bootstrap/string19.rb | |
** Invoke runtime/19/bootstrap/symbol.rbc (first_time) | |
** Invoke kernel/bootstrap/symbol.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/symbol.rbc | |
RBC 1.9 kernel/bootstrap/symbol.rb | |
** Invoke runtime/19/bootstrap/symbol19.rbc (first_time) | |
** Invoke kernel/bootstrap/symbol19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/symbol19.rbc | |
RBC 1.9 kernel/bootstrap/symbol19.rb | |
** Invoke runtime/19/bootstrap/thread.rbc (first_time) | |
** Invoke kernel/bootstrap/thread.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/thread.rbc | |
RBC 1.9 kernel/bootstrap/thread.rb | |
** Invoke runtime/19/bootstrap/thread19.rbc (first_time) | |
** Invoke kernel/bootstrap/thread19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/thread19.rbc | |
RBC 1.9 kernel/bootstrap/thread19.rb | |
** Invoke runtime/19/bootstrap/thunk.rbc (first_time) | |
** Invoke kernel/bootstrap/thunk.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/thunk.rbc | |
RBC 1.9 kernel/bootstrap/thunk.rb | |
** Invoke runtime/19/bootstrap/time.rbc (first_time) | |
** Invoke kernel/bootstrap/time.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/time.rbc | |
RBC 1.9 kernel/bootstrap/time.rb | |
** Invoke runtime/19/bootstrap/true.rbc (first_time) | |
** Invoke kernel/bootstrap/true.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/true.rbc | |
RBC 1.9 kernel/bootstrap/true.rb | |
** Invoke runtime/19/bootstrap/tuple.rbc (first_time) | |
** Invoke kernel/bootstrap/tuple.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/tuple.rbc | |
RBC 1.9 kernel/bootstrap/tuple.rb | |
** Invoke runtime/19/bootstrap/type.rbc (first_time) | |
** Invoke kernel/bootstrap/type.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/type.rbc | |
RBC 1.9 kernel/bootstrap/type.rb | |
** Invoke runtime/19/bootstrap/type19.rbc (first_time) | |
** Invoke kernel/bootstrap/type19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/type19.rbc | |
RBC 1.9 kernel/bootstrap/type19.rb | |
** Invoke runtime/19/bootstrap/variable_scope.rbc (first_time) | |
** Invoke kernel/bootstrap/variable_scope.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/variable_scope.rbc | |
RBC 1.9 kernel/bootstrap/variable_scope.rb | |
** Invoke runtime/19/bootstrap/vm.rbc (first_time) | |
** Invoke kernel/bootstrap/vm.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/vm.rbc | |
RBC 1.9 kernel/bootstrap/vm.rb | |
** Invoke runtime/19/bootstrap/weakref.rbc (first_time) | |
** Invoke kernel/bootstrap/weakref.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/weakref.rbc | |
RBC 1.9 kernel/bootstrap/weakref.rb | |
** Invoke runtime/19/bootstrap/weakref19.rbc (first_time) | |
** Invoke kernel/bootstrap/weakref19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/bootstrap/weakref19.rbc | |
RBC 1.9 kernel/bootstrap/weakref19.rb | |
** Invoke runtime/19/platform (first_time, not_needed) | |
** Invoke runtime/19/platform/load_order.txt (first_time, not_needed) | |
** Invoke kernel/platform/load_order19.txt (not_needed) | |
** Invoke runtime/19/platform/ffi.rbc (first_time) | |
** Invoke kernel/platform/ffi.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/platform/ffi.rbc | |
RBC 1.9 kernel/platform/ffi.rb | |
** Invoke runtime/19/platform/enum.rbc (first_time) | |
** Invoke kernel/platform/enum.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/platform/enum.rbc | |
RBC 1.9 kernel/platform/enum.rb | |
** Invoke runtime/19/platform/library.rbc (first_time) | |
** Invoke kernel/platform/library.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/platform/library.rbc | |
RBC 1.9 kernel/platform/library.rb | |
** Invoke runtime/19/platform/pointer_accessors.rbc (first_time) | |
** Invoke kernel/platform/pointer_accessors.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/platform/pointer_accessors.rbc | |
RBC 1.9 kernel/platform/pointer_accessors.rb | |
** Invoke runtime/19/platform/pointer.rbc (first_time) | |
** Invoke kernel/platform/pointer.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/platform/pointer.rbc | |
RBC 1.9 kernel/platform/pointer.rb | |
** Invoke runtime/19/platform/env.rbc (first_time) | |
** Invoke kernel/platform/env.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/platform/env.rbc | |
RBC 1.9 kernel/platform/env.rb | |
** Invoke runtime/19/platform/file.rbc (first_time) | |
** Invoke kernel/platform/file.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/platform/file.rbc | |
RBC 1.9 kernel/platform/file.rb | |
** Invoke runtime/19/platform/math.rbc (first_time) | |
** Invoke kernel/platform/math.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/platform/math.rbc | |
RBC 1.9 kernel/platform/math.rb | |
** Invoke runtime/19/platform/math19.rbc (first_time) | |
** Invoke kernel/platform/math19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/platform/math19.rbc | |
RBC 1.9 kernel/platform/math19.rb | |
** Invoke runtime/19/platform/posix.rbc (first_time) | |
** Invoke kernel/platform/posix.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/platform/posix.rbc | |
RBC 1.9 kernel/platform/posix.rb | |
** Invoke runtime/19/platform/struct.rbc (first_time) | |
** Invoke kernel/platform/struct.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/platform/struct.rbc | |
RBC 1.9 kernel/platform/struct.rb | |
** Invoke runtime/19/platform/union.rbc (first_time) | |
** Invoke kernel/platform/union.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/platform/union.rbc | |
RBC 1.9 kernel/platform/union.rb | |
** Invoke runtime/19/common (first_time, not_needed) | |
** Invoke runtime/19/common/load_order.txt (first_time, not_needed) | |
** Invoke kernel/common/load_order19.txt (not_needed) | |
** Invoke runtime/19/common/basicobject.rbc (first_time) | |
** Invoke kernel/common/basicobject.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/basicobject.rbc | |
RBC 1.9 kernel/common/basicobject.rb | |
** Invoke runtime/19/common/mirror.rbc (first_time) | |
** Invoke kernel/common/mirror.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/mirror.rbc | |
RBC 1.9 kernel/common/mirror.rb | |
** Invoke runtime/19/common/string_mirror.rbc (first_time) | |
** Invoke kernel/common/string_mirror.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/string_mirror.rbc | |
RBC 1.9 kernel/common/string_mirror.rb | |
** Invoke runtime/19/common/class.rbc (first_time) | |
** Invoke kernel/common/class.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/class.rbc | |
RBC 1.9 kernel/common/class.rb | |
** Invoke runtime/19/common/class19.rbc (first_time) | |
** Invoke kernel/common/class19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/class19.rbc | |
RBC 1.9 kernel/common/class19.rb | |
** Invoke runtime/19/common/autoload.rbc (first_time) | |
** Invoke kernel/common/autoload.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/autoload.rbc | |
RBC 1.9 kernel/common/autoload.rb | |
** Invoke runtime/19/common/module.rbc (first_time) | |
** Invoke kernel/common/module.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/module.rbc | |
RBC 1.9 kernel/common/module.rb | |
** Invoke runtime/19/common/module19.rbc (first_time) | |
** Invoke kernel/common/module19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/module19.rbc | |
RBC 1.9 kernel/common/module19.rb | |
** Invoke runtime/19/common/binding.rbc (first_time) | |
** Invoke kernel/common/binding.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/binding.rbc | |
RBC 1.9 kernel/common/binding.rb | |
** Invoke runtime/19/common/binding19.rbc (first_time) | |
** Invoke kernel/common/binding19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/binding19.rbc | |
RBC 1.9 kernel/common/binding19.rb | |
** Invoke runtime/19/common/proc.rbc (first_time) | |
** Invoke kernel/common/proc.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/proc.rbc | |
RBC 1.9 kernel/common/proc.rb | |
** Invoke runtime/19/common/proc19.rbc (first_time) | |
** Invoke kernel/common/proc19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/proc19.rbc | |
RBC 1.9 kernel/common/proc19.rb | |
** Invoke runtime/19/common/enumerable19.rbc (first_time) | |
** Invoke kernel/common/enumerable19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/enumerable19.rbc | |
RBC 1.9 kernel/common/enumerable19.rb | |
** Invoke runtime/19/common/enumerable.rbc (first_time) | |
** Invoke kernel/common/enumerable.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/enumerable.rbc | |
RBC 1.9 kernel/common/enumerable.rb | |
** Invoke runtime/19/common/enumerator.rbc (first_time) | |
** Invoke kernel/common/enumerator.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/enumerator.rbc | |
RBC 1.9 kernel/common/enumerator.rb | |
** Invoke runtime/19/common/enumerator19.rbc (first_time) | |
** Invoke kernel/common/enumerator19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/enumerator19.rbc | |
RBC 1.9 kernel/common/enumerator19.rb | |
** Invoke runtime/19/common/argf.rbc (first_time) | |
** Invoke kernel/common/argf.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/argf.rbc | |
RBC 1.9 kernel/common/argf.rb | |
** Invoke runtime/19/common/argf19.rbc (first_time) | |
** Invoke kernel/common/argf19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/argf19.rbc | |
RBC 1.9 kernel/common/argf19.rb | |
** Invoke runtime/19/common/tuple.rbc (first_time) | |
** Invoke kernel/common/tuple.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/tuple.rbc | |
RBC 1.9 kernel/common/tuple.rb | |
** Invoke runtime/19/common/exception.rbc (first_time) | |
** Invoke kernel/common/exception.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/exception.rbc | |
RBC 1.9 kernel/common/exception.rb | |
** Invoke runtime/19/common/exception19.rbc (first_time) | |
** Invoke kernel/common/exception19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/exception19.rbc | |
RBC 1.9 kernel/common/exception19.rb | |
** Invoke runtime/19/common/undefined.rbc (first_time) | |
** Invoke kernel/common/undefined.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/undefined.rbc | |
RBC 1.9 kernel/common/undefined.rb | |
** Invoke runtime/19/common/hash.rbc (first_time) | |
** Invoke kernel/common/hash.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/hash.rbc | |
RBC 1.9 kernel/common/hash.rb | |
** Invoke runtime/19/common/hash19.rbc (first_time) | |
** Invoke kernel/common/hash19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/hash19.rbc | |
RBC 1.9 kernel/common/hash19.rb | |
** Invoke runtime/19/common/hash_hamt.rbc (first_time) | |
** Invoke kernel/common/hash_hamt.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/hash_hamt.rbc | |
RBC 1.9 kernel/common/hash_hamt.rb | |
** Invoke runtime/19/common/type.rbc (first_time) | |
** Invoke kernel/common/type.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/type.rbc | |
RBC 1.9 kernel/common/type.rb | |
** Invoke runtime/19/common/type19.rbc (first_time) | |
** Invoke kernel/common/type19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/type19.rbc | |
RBC 1.9 kernel/common/type19.rb | |
** Invoke runtime/19/common/kernel.rbc (first_time) | |
** Invoke kernel/common/kernel.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/kernel.rbc | |
RBC 1.9 kernel/common/kernel.rb | |
** Invoke runtime/19/common/kernel19.rbc (first_time) | |
** Invoke kernel/common/kernel19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/kernel19.rbc | |
RBC 1.9 kernel/common/kernel19.rb | |
** Invoke runtime/19/common/identitymap.rbc (first_time) | |
** Invoke kernel/common/identitymap.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/identitymap.rbc | |
RBC 1.9 kernel/common/identitymap.rb | |
** Invoke runtime/19/common/array.rbc (first_time) | |
** Invoke kernel/common/array.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/array.rbc | |
RBC 1.9 kernel/common/array.rb | |
** Invoke runtime/19/common/array19.rbc (first_time) | |
** Invoke kernel/common/array19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/array19.rbc | |
RBC 1.9 kernel/common/array19.rb | |
** Invoke runtime/19/common/loadedfeatures.rbc (first_time) | |
** Invoke kernel/common/loadedfeatures.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/loadedfeatures.rbc | |
RBC 1.9 kernel/common/loadedfeatures.rb | |
** Invoke runtime/19/common/global.rbc (first_time) | |
** Invoke kernel/common/global.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/global.rbc | |
RBC 1.9 kernel/common/global.rb | |
** Invoke runtime/19/common/backtrace.rbc (first_time) | |
** Invoke kernel/common/backtrace.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/backtrace.rbc | |
RBC 1.9 kernel/common/backtrace.rb | |
** Invoke runtime/19/common/comparable.rbc (first_time) | |
** Invoke kernel/common/comparable.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/comparable.rbc | |
RBC 1.9 kernel/common/comparable.rb | |
** Invoke runtime/19/common/comparable19.rbc (first_time) | |
** Invoke kernel/common/comparable19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/comparable19.rbc | |
RBC 1.9 kernel/common/comparable19.rb | |
** Invoke runtime/19/common/numeric.rbc (first_time) | |
** Invoke kernel/common/numeric.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/numeric.rbc | |
RBC 1.9 kernel/common/numeric.rb | |
** Invoke runtime/19/common/numeric19.rbc (first_time) | |
** Invoke kernel/common/numeric19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/numeric19.rbc | |
RBC 1.9 kernel/common/numeric19.rb | |
** Invoke runtime/19/common/ctype.rbc (first_time) | |
** Invoke kernel/common/ctype.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/ctype.rbc | |
RBC 1.9 kernel/common/ctype.rb | |
** Invoke runtime/19/common/precision.rbc (first_time) | |
** Invoke kernel/common/precision.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/precision.rbc | |
RBC 1.9 kernel/common/precision.rb | |
** Invoke runtime/19/common/integer.rbc (first_time) | |
** Invoke kernel/common/integer.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/integer.rbc | |
RBC 1.9 kernel/common/integer.rb | |
** Invoke runtime/19/common/integer19.rbc (first_time) | |
** Invoke kernel/common/integer19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/integer19.rbc | |
RBC 1.9 kernel/common/integer19.rb | |
** Invoke runtime/19/common/bignum.rbc (first_time) | |
** Invoke kernel/common/bignum.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/bignum.rbc | |
RBC 1.9 kernel/common/bignum.rb | |
** Invoke runtime/19/common/bignum19.rbc (first_time) | |
** Invoke kernel/common/bignum19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/bignum19.rbc | |
RBC 1.9 kernel/common/bignum19.rb | |
** Invoke runtime/19/common/block_environment.rbc (first_time) | |
** Invoke kernel/common/block_environment.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/block_environment.rbc | |
RBC 1.9 kernel/common/block_environment.rb | |
** Invoke runtime/19/common/bytearray.rbc (first_time) | |
** Invoke kernel/common/bytearray.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/bytearray.rbc | |
RBC 1.9 kernel/common/bytearray.rb | |
** Invoke runtime/19/common/bytearray19.rbc (first_time) | |
** Invoke kernel/common/bytearray19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/bytearray19.rbc | |
RBC 1.9 kernel/common/bytearray19.rb | |
** Invoke runtime/19/common/channel.rbc (first_time) | |
** Invoke kernel/common/channel.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/channel.rbc | |
RBC 1.9 kernel/common/channel.rb | |
** Invoke runtime/19/common/executable.rbc (first_time) | |
** Invoke kernel/common/executable.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/executable.rbc | |
RBC 1.9 kernel/common/executable.rb | |
** Invoke runtime/19/common/constant_scope.rbc (first_time) | |
** Invoke kernel/common/constant_scope.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/constant_scope.rbc | |
RBC 1.9 kernel/common/constant_scope.rb | |
** Invoke runtime/19/common/constant_scope19.rbc (first_time) | |
** Invoke kernel/common/constant_scope19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/constant_scope19.rbc | |
RBC 1.9 kernel/common/constant_scope19.rb | |
** Invoke runtime/19/common/hook.rbc (first_time) | |
** Invoke kernel/common/hook.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/hook.rbc | |
RBC 1.9 kernel/common/hook.rb | |
** Invoke runtime/19/common/codeloader.rbc (first_time) | |
** Invoke kernel/common/codeloader.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/codeloader.rbc | |
RBC 1.9 kernel/common/codeloader.rb | |
** Invoke runtime/19/common/codeloader19.rbc (first_time) | |
** Invoke kernel/common/codeloader19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/codeloader19.rbc | |
RBC 1.9 kernel/common/codeloader19.rb | |
** Invoke runtime/19/common/compiled_code.rbc (first_time) | |
** Invoke kernel/common/compiled_code.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/compiled_code.rbc | |
RBC 1.9 kernel/common/compiled_code.rb | |
** Invoke runtime/19/common/continuation.rbc (first_time) | |
** Invoke kernel/common/continuation.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/continuation.rbc | |
RBC 1.9 kernel/common/continuation.rb | |
** Invoke runtime/19/common/delegated_method.rbc (first_time) | |
** Invoke kernel/common/delegated_method.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/delegated_method.rbc | |
RBC 1.9 kernel/common/delegated_method.rb | |
** Invoke runtime/19/common/fixnum.rbc (first_time) | |
** Invoke kernel/common/fixnum.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/fixnum.rbc | |
RBC 1.9 kernel/common/fixnum.rb | |
** Invoke runtime/19/common/fixnum19.rbc (first_time) | |
** Invoke kernel/common/fixnum19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/fixnum19.rbc | |
RBC 1.9 kernel/common/fixnum19.rb | |
** Invoke runtime/19/common/dir.rbc (first_time) | |
** Invoke kernel/common/dir.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/dir.rbc | |
RBC 1.9 kernel/common/dir.rb | |
** Invoke runtime/19/common/lrucache.rbc (first_time) | |
** Invoke kernel/common/lrucache.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/lrucache.rbc | |
RBC 1.9 kernel/common/lrucache.rb | |
** Invoke runtime/19/common/dir_glob.rbc (first_time) | |
** Invoke kernel/common/dir_glob.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/dir_glob.rbc | |
RBC 1.9 kernel/common/dir_glob.rb | |
** Invoke runtime/19/common/encoding.rbc (first_time) | |
** Invoke kernel/common/encoding.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/encoding.rbc | |
RBC 1.9 kernel/common/encoding.rb | |
** Invoke runtime/19/common/env.rbc (first_time) | |
** Invoke kernel/common/env.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/env.rbc | |
RBC 1.9 kernel/common/env.rb | |
** Invoke runtime/19/common/env19.rbc (first_time) | |
** Invoke kernel/common/env19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/env19.rbc | |
RBC 1.9 kernel/common/env19.rb | |
** Invoke runtime/19/common/errno.rbc (first_time) | |
** Invoke kernel/common/errno.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/errno.rbc | |
RBC 1.9 kernel/common/errno.rb | |
** Invoke runtime/19/common/eval.rbc (first_time) | |
** Invoke kernel/common/eval.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/eval.rbc | |
RBC 1.9 kernel/common/eval.rb | |
** Invoke runtime/19/common/eval19.rbc (first_time) | |
** Invoke kernel/common/eval19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/eval19.rbc | |
RBC 1.9 kernel/common/eval19.rb | |
** Invoke runtime/19/common/false.rbc (first_time) | |
** Invoke kernel/common/false.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/false.rbc | |
RBC 1.9 kernel/common/false.rb | |
** Invoke runtime/19/common/fiber.rbc (first_time) | |
** Invoke kernel/common/fiber.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/fiber.rbc | |
RBC 1.9 kernel/common/fiber.rb | |
** Invoke runtime/19/common/fiber19.rbc (first_time) | |
** Invoke kernel/common/fiber19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/fiber19.rbc | |
RBC 1.9 kernel/common/fiber19.rb | |
** Invoke runtime/19/common/io.rbc (first_time) | |
** Invoke kernel/common/io.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/io.rbc | |
RBC 1.9 kernel/common/io.rb | |
** Invoke runtime/19/common/io19.rbc (first_time) | |
** Invoke kernel/common/io19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/io19.rbc | |
RBC 1.9 kernel/common/io19.rb | |
** Invoke runtime/19/common/file.rbc (first_time) | |
** Invoke kernel/common/file.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/file.rbc | |
RBC 1.9 kernel/common/file.rb | |
** Invoke runtime/19/common/file19.rbc (first_time) | |
** Invoke kernel/common/file19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/file19.rbc | |
RBC 1.9 kernel/common/file19.rb | |
** Invoke runtime/19/common/dir19.rbc (first_time) | |
** Invoke kernel/common/dir19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/dir19.rbc | |
RBC 1.9 kernel/common/dir19.rb | |
** Invoke runtime/19/common/filetest.rbc (first_time) | |
** Invoke kernel/common/filetest.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/filetest.rbc | |
RBC 1.9 kernel/common/filetest.rb | |
** Invoke runtime/19/common/stat.rbc (first_time) | |
** Invoke kernel/common/stat.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/stat.rbc | |
RBC 1.9 kernel/common/stat.rb | |
** Invoke runtime/19/common/float.rbc (first_time) | |
** Invoke kernel/common/float.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/float.rbc | |
RBC 1.9 kernel/common/float.rb | |
** Invoke runtime/19/common/float19.rbc (first_time) | |
** Invoke kernel/common/float19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/float19.rbc | |
RBC 1.9 kernel/common/float19.rb | |
** Invoke runtime/19/common/immediate.rbc (first_time) | |
** Invoke kernel/common/immediate.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/immediate.rbc | |
RBC 1.9 kernel/common/immediate.rb | |
** Invoke runtime/19/common/location.rbc (first_time) | |
** Invoke kernel/common/location.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/location.rbc | |
RBC 1.9 kernel/common/location.rb | |
** Invoke runtime/19/common/lookuptable.rbc (first_time) | |
** Invoke kernel/common/lookuptable.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/lookuptable.rbc | |
RBC 1.9 kernel/common/lookuptable.rb | |
** Invoke runtime/19/common/main.rbc (first_time) | |
** Invoke kernel/common/main.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/main.rbc | |
RBC 1.9 kernel/common/main.rb | |
** Invoke runtime/19/common/marshal.rbc (first_time) | |
** Invoke kernel/common/marshal.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/marshal.rbc | |
RBC 1.9 kernel/common/marshal.rb | |
** Invoke runtime/19/common/marshal19.rbc (first_time) | |
** Invoke kernel/common/marshal19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/marshal19.rbc | |
RBC 1.9 kernel/common/marshal19.rb | |
** Invoke runtime/19/common/math.rbc (first_time) | |
** Invoke kernel/common/math.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/math.rbc | |
RBC 1.9 kernel/common/math.rb | |
** Invoke runtime/19/common/math19.rbc (first_time) | |
** Invoke kernel/common/math19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/math19.rbc | |
RBC 1.9 kernel/common/math19.rb | |
** Invoke runtime/19/common/method.rbc (first_time) | |
** Invoke kernel/common/method.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/method.rbc | |
RBC 1.9 kernel/common/method.rb | |
** Invoke runtime/19/common/method_equality.rbc (first_time) | |
** Invoke kernel/common/method_equality.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/method_equality.rbc | |
RBC 1.9 kernel/common/method_equality.rb | |
** Invoke runtime/19/common/method19.rbc (first_time) | |
** Invoke kernel/common/method19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/method19.rbc | |
RBC 1.9 kernel/common/method19.rb | |
** Invoke runtime/19/common/method_table.rbc (first_time) | |
** Invoke kernel/common/method_table.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/method_table.rbc | |
RBC 1.9 kernel/common/method_table.rb | |
** Invoke runtime/19/common/missing_method.rbc (first_time) | |
** Invoke kernel/common/missing_method.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/missing_method.rbc | |
RBC 1.9 kernel/common/missing_method.rb | |
** Invoke runtime/19/common/native_method.rbc (first_time) | |
** Invoke kernel/common/native_method.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/native_method.rbc | |
RBC 1.9 kernel/common/native_method.rb | |
** Invoke runtime/19/common/nil.rbc (first_time) | |
** Invoke kernel/common/nil.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/nil.rbc | |
RBC 1.9 kernel/common/nil.rb | |
** Invoke runtime/19/common/nil19.rbc (first_time) | |
** Invoke kernel/common/nil19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/nil19.rbc | |
RBC 1.9 kernel/common/nil19.rb | |
** Invoke runtime/19/common/objectspace.rbc (first_time) | |
** Invoke kernel/common/objectspace.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/objectspace.rbc | |
RBC 1.9 kernel/common/objectspace.rb | |
** Invoke runtime/19/common/string.rbc (first_time) | |
** Invoke kernel/common/string.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/string.rbc | |
RBC 1.9 kernel/common/string.rb | |
** Invoke runtime/19/common/string19.rbc (first_time) | |
** Invoke kernel/common/string19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/string19.rbc | |
RBC 1.9 kernel/common/string19.rb | |
** Invoke runtime/19/common/range.rbc (first_time) | |
** Invoke kernel/common/range.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/range.rbc | |
RBC 1.9 kernel/common/range.rb | |
** Invoke runtime/19/common/range19.rbc (first_time) | |
** Invoke kernel/common/range19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/range19.rbc | |
RBC 1.9 kernel/common/range19.rb | |
** Invoke runtime/19/common/struct.rbc (first_time) | |
** Invoke kernel/common/struct.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/struct.rbc | |
RBC 1.9 kernel/common/struct.rb | |
** Invoke runtime/19/common/struct19.rbc (first_time) | |
** Invoke kernel/common/struct19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/struct19.rbc | |
RBC 1.9 kernel/common/struct19.rb | |
** Invoke runtime/19/common/process.rbc (first_time) | |
** Invoke kernel/common/process.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/process.rbc | |
RBC 1.9 kernel/common/process.rb | |
** Invoke runtime/19/common/process19.rbc (first_time) | |
** Invoke kernel/common/process19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/process19.rbc | |
RBC 1.9 kernel/common/process19.rb | |
** Invoke runtime/19/common/random.rbc (first_time) | |
** Invoke kernel/common/random.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/random.rbc | |
RBC 1.9 kernel/common/random.rb | |
** Invoke runtime/19/common/random19.rbc (first_time) | |
** Invoke kernel/common/random19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/random19.rbc | |
RBC 1.9 kernel/common/random19.rb | |
** Invoke runtime/19/common/regexp.rbc (first_time) | |
** Invoke kernel/common/regexp.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/regexp.rbc | |
RBC 1.9 kernel/common/regexp.rb | |
** Invoke runtime/19/common/regexp19.rbc (first_time) | |
** Invoke kernel/common/regexp19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/regexp19.rbc | |
RBC 1.9 kernel/common/regexp19.rb | |
** Invoke runtime/19/common/signal.rbc (first_time) | |
** Invoke kernel/common/signal.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/signal.rbc | |
RBC 1.9 kernel/common/signal.rb | |
** Invoke runtime/19/common/signal19.rbc (first_time) | |
** Invoke kernel/common/signal19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/signal19.rbc | |
RBC 1.9 kernel/common/signal19.rb | |
** Invoke runtime/19/common/splitter.rbc (first_time) | |
** Invoke kernel/common/splitter.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/splitter.rbc | |
RBC 1.9 kernel/common/splitter.rb | |
** Invoke runtime/19/common/splitter19.rbc (first_time) | |
** Invoke kernel/common/splitter19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/splitter19.rbc | |
RBC 1.9 kernel/common/splitter19.rb | |
** Invoke runtime/19/common/sprinter.rbc (first_time) | |
** Invoke kernel/common/sprinter.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/sprinter.rbc | |
RBC 1.9 kernel/common/sprinter.rb | |
** Invoke runtime/19/common/sprinter19.rbc (first_time) | |
** Invoke kernel/common/sprinter19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/sprinter19.rbc | |
RBC 1.9 kernel/common/sprinter19.rb | |
** Invoke runtime/19/common/symbol.rbc (first_time) | |
** Invoke kernel/common/symbol.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/symbol.rbc | |
RBC 1.9 kernel/common/symbol.rb | |
** Invoke runtime/19/common/symbol19.rbc (first_time) | |
** Invoke kernel/common/symbol19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/symbol19.rbc | |
RBC 1.9 kernel/common/symbol19.rb | |
** Invoke runtime/19/common/thread.rbc (first_time) | |
** Invoke kernel/common/thread.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/thread.rbc | |
RBC 1.9 kernel/common/thread.rb | |
** Invoke runtime/19/common/thread_group.rbc (first_time) | |
** Invoke kernel/common/thread_group.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/thread_group.rbc | |
RBC 1.9 kernel/common/thread_group.rb | |
** Invoke runtime/19/common/mutex.rbc (first_time) | |
** Invoke kernel/common/mutex.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/mutex.rbc | |
RBC 1.9 kernel/common/mutex.rb | |
** Invoke runtime/19/common/thread19.rbc (first_time) | |
** Invoke kernel/common/thread19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/thread19.rbc | |
RBC 1.9 kernel/common/thread19.rb | |
** Invoke runtime/19/common/throw_catch.rbc (first_time) | |
** Invoke kernel/common/throw_catch.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/throw_catch.rbc | |
RBC 1.9 kernel/common/throw_catch.rb | |
** Invoke runtime/19/common/throw_catch19.rbc (first_time) | |
** Invoke kernel/common/throw_catch19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/throw_catch19.rbc | |
RBC 1.9 kernel/common/throw_catch19.rb | |
** Invoke runtime/19/common/time.rbc (first_time) | |
** Invoke kernel/common/time.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/time.rbc | |
RBC 1.9 kernel/common/time.rb | |
** Invoke runtime/19/common/time19.rbc (first_time) | |
** Invoke kernel/common/time19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/time19.rbc | |
RBC 1.9 kernel/common/time19.rb | |
** Invoke runtime/19/common/true.rbc (first_time) | |
** Invoke kernel/common/true.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/true.rbc | |
RBC 1.9 kernel/common/true.rb | |
** Invoke runtime/19/common/variable_scope.rbc (first_time) | |
** Invoke kernel/common/variable_scope.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/variable_scope.rbc | |
RBC 1.9 kernel/common/variable_scope.rb | |
** Invoke runtime/19/common/capi.rbc (first_time) | |
** Invoke kernel/common/capi.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/capi.rbc | |
RBC 1.9 kernel/common/capi.rb | |
** Invoke runtime/19/common/rational.rbc (first_time) | |
** Invoke kernel/common/rational.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/rational.rbc | |
RBC 1.9 kernel/common/rational.rb | |
** Invoke runtime/19/common/rationalizer.rbc (first_time) | |
** Invoke kernel/common/rationalizer.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/rationalizer.rbc | |
RBC 1.9 kernel/common/rationalizer.rb | |
** Invoke runtime/19/common/complex.rbc (first_time) | |
** Invoke kernel/common/complex.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/complex.rbc | |
RBC 1.9 kernel/common/complex.rb | |
** Invoke runtime/19/common/complexifier.rbc (first_time) | |
** Invoke kernel/common/complexifier.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/complexifier.rbc | |
RBC 1.9 kernel/common/complexifier.rb | |
** Invoke runtime/19/common/gc19.rbc (first_time) | |
** Invoke kernel/common/gc19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/common/gc19.rbc | |
RBC 1.9 kernel/common/gc19.rb | |
** Invoke runtime/19/delta (first_time, not_needed) | |
** Invoke runtime/19/delta/load_order.txt (first_time, not_needed) | |
** Invoke kernel/delta/load_order19.txt (not_needed) | |
** Invoke runtime/19/delta/agent.rbc (first_time) | |
** Invoke kernel/delta/agent.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/agent.rbc | |
RBC 1.9 kernel/delta/agent.rb | |
** Invoke runtime/19/delta/ctype19.rbc (first_time) | |
** Invoke kernel/delta/ctype19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/ctype19.rbc | |
RBC 1.9 kernel/delta/ctype19.rb | |
** Invoke runtime/19/delta/ctype.rbc (first_time) | |
** Invoke kernel/delta/ctype.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/ctype.rbc | |
RBC 1.9 kernel/delta/ctype.rb | |
** Invoke runtime/19/delta/class.rbc (first_time) | |
** Invoke kernel/delta/class.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/class.rbc | |
RBC 1.9 kernel/delta/class.rb | |
** Invoke runtime/19/delta/exception.rbc (first_time) | |
** Invoke kernel/delta/exception.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/exception.rbc | |
RBC 1.9 kernel/delta/exception.rb | |
** Invoke runtime/19/delta/file.rbc (first_time) | |
** Invoke kernel/delta/file.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/file.rbc | |
RBC 1.9 kernel/delta/file.rb | |
** Invoke runtime/19/delta/rubinius.rbc (first_time) | |
** Invoke kernel/delta/rubinius.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/rubinius.rbc | |
RBC 1.9 kernel/delta/rubinius.rb | |
** Invoke runtime/19/delta/rubinius19.rbc (first_time) | |
** Invoke kernel/delta/rubinius19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/rubinius19.rbc | |
RBC 1.9 kernel/delta/rubinius19.rb | |
** Invoke runtime/19/delta/module.rbc (first_time) | |
** Invoke kernel/delta/module.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/module.rbc | |
RBC 1.9 kernel/delta/module.rb | |
** Invoke runtime/19/delta/filetest.rbc (first_time) | |
** Invoke kernel/delta/filetest.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/filetest.rbc | |
RBC 1.9 kernel/delta/filetest.rb | |
** Invoke runtime/19/delta/kernel.rbc (first_time) | |
** Invoke kernel/delta/kernel.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/kernel.rbc | |
RBC 1.9 kernel/delta/kernel.rb | |
** Invoke runtime/19/delta/math.rbc (first_time) | |
** Invoke kernel/delta/math.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/math.rbc | |
RBC 1.9 kernel/delta/math.rb | |
** Invoke runtime/19/delta/math19.rbc (first_time) | |
** Invoke kernel/delta/math19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/math19.rbc | |
RBC 1.9 kernel/delta/math19.rb | |
** Invoke runtime/19/delta/options.rbc (first_time) | |
** Invoke kernel/delta/options.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/options.rbc | |
RBC 1.9 kernel/delta/options.rb | |
** Invoke runtime/19/delta/stats.rbc (first_time) | |
** Invoke kernel/delta/stats.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/stats.rbc | |
RBC 1.9 kernel/delta/stats.rb | |
** Invoke runtime/19/delta/signal.rbc (first_time) | |
** Invoke kernel/delta/signal.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/signal.rbc | |
RBC 1.9 kernel/delta/signal.rb | |
** Invoke runtime/19/delta/struct.rbc (first_time) | |
** Invoke kernel/delta/struct.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/struct.rbc | |
RBC 1.9 kernel/delta/struct.rb | |
** Invoke runtime/19/delta/thread.rbc (first_time) | |
** Invoke kernel/delta/thread.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/thread.rbc | |
RBC 1.9 kernel/delta/thread.rb | |
** Invoke runtime/19/delta/codeloader.rbc (first_time) | |
** Invoke kernel/delta/codeloader.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/codeloader.rbc | |
RBC 1.9 kernel/delta/codeloader.rb | |
** Invoke runtime/19/delta/ffi.rbc (first_time) | |
** Invoke kernel/delta/ffi.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/ffi.rbc | |
RBC 1.9 kernel/delta/ffi.rb | |
** Invoke runtime/19/delta/ruby_constants19.rbc (first_time) | |
** Invoke kernel/delta/ruby_constants19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/ruby_constants19.rbc | |
RBC 1.9 kernel/delta/ruby_constants19.rb | |
** Invoke runtime/19/delta/ruby_constants.rbc (first_time) | |
** Invoke kernel/delta/ruby_constants.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/ruby_constants.rbc | |
RBC 1.9 kernel/delta/ruby_constants.rb | |
** Invoke runtime/19/delta/pack.rbc (first_time) | |
** Invoke kernel/delta/pack.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/pack.rbc | |
RBC 1.9 kernel/delta/pack.rb | |
** Invoke runtime/19/delta/pack19.rbc (first_time) | |
** Invoke kernel/delta/pack19.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/pack19.rbc | |
RBC 1.9 kernel/delta/pack19.rb | |
** Invoke runtime/19/signature.rbc (first_time) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/signature.rbc | |
RBC 1.9 kernel/signature.rb | |
** Invoke runtime/19/alpha.rbc (first_time) | |
** Invoke kernel/alpha.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/alpha.rbc | |
RBC 1.9 kernel/alpha.rb | |
** Invoke runtime/19/loader.rbc (first_time) | |
** Invoke kernel/loader.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/loader.rbc | |
RBC 1.9 kernel/loader.rb | |
** Invoke runtime/19/delta/converter_paths.rbc (first_time) | |
** Invoke kernel/delta/converter_paths.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/delta/converter_paths.rbc | |
RBC 1.9 kernel/delta/converter_paths.rb | |
** Invoke runtime/19/compiler.rbc (first_time) | |
** Invoke lib/compiler.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler.rbc | |
RBC 1.9 lib/compiler.rb | |
** Invoke runtime/19/compiler/ast/constants.rbc (first_time) | |
** Invoke lib/compiler/ast/constants.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast/constants.rbc | |
RBC 1.9 lib/compiler/ast/constants.rb | |
** Invoke runtime/19/compiler/ast/control_flow.rbc (first_time) | |
** Invoke lib/compiler/ast/control_flow.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast/control_flow.rbc | |
RBC 1.9 lib/compiler/ast/control_flow.rb | |
** Invoke runtime/19/compiler/ast/data.rbc (first_time) | |
** Invoke lib/compiler/ast/data.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast/data.rbc | |
RBC 1.9 lib/compiler/ast/data.rb | |
** Invoke runtime/19/compiler/ast/definitions.rbc (first_time) | |
** Invoke lib/compiler/ast/definitions.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast/definitions.rbc | |
RBC 1.9 lib/compiler/ast/definitions.rb | |
** Invoke runtime/19/compiler/ast/encoding.rbc (first_time) | |
** Invoke lib/compiler/ast/encoding.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast/encoding.rbc | |
RBC 1.9 lib/compiler/ast/encoding.rb | |
** Invoke runtime/19/compiler/ast/exceptions.rbc (first_time) | |
** Invoke lib/compiler/ast/exceptions.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast/exceptions.rbc | |
RBC 1.9 lib/compiler/ast/exceptions.rb | |
** Invoke runtime/19/compiler/ast/file.rbc (first_time) | |
** Invoke lib/compiler/ast/file.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast/file.rbc | |
RBC 1.9 lib/compiler/ast/file.rb | |
** Invoke runtime/19/compiler/ast/grapher.rbc (first_time) | |
** Invoke lib/compiler/ast/grapher.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast/grapher.rbc | |
RBC 1.9 lib/compiler/ast/grapher.rb | |
** Invoke runtime/19/compiler/ast/literals.rbc (first_time) | |
** Invoke lib/compiler/ast/literals.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast/literals.rbc | |
RBC 1.9 lib/compiler/ast/literals.rb | |
** Invoke runtime/19/compiler/ast/node.rbc (first_time) | |
** Invoke lib/compiler/ast/node.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast/node.rbc | |
RBC 1.9 lib/compiler/ast/node.rb | |
** Invoke runtime/19/compiler/ast/operators.rbc (first_time) | |
** Invoke lib/compiler/ast/operators.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast/operators.rbc | |
RBC 1.9 lib/compiler/ast/operators.rb | |
** Invoke runtime/19/compiler/ast/self.rbc (first_time) | |
** Invoke lib/compiler/ast/self.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast/self.rbc | |
RBC 1.9 lib/compiler/ast/self.rb | |
** Invoke runtime/19/compiler/ast/sends.rbc (first_time) | |
** Invoke lib/compiler/ast/sends.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast/sends.rbc | |
RBC 1.9 lib/compiler/ast/sends.rb | |
** Invoke runtime/19/compiler/ast/transforms.rbc (first_time) | |
** Invoke lib/compiler/ast/transforms.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast/transforms.rbc | |
RBC 1.9 lib/compiler/ast/transforms.rb | |
** Invoke runtime/19/compiler/ast/values.rbc (first_time) | |
** Invoke lib/compiler/ast/values.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast/values.rbc | |
RBC 1.9 lib/compiler/ast/values.rb | |
** Invoke runtime/19/compiler/ast/variables.rbc (first_time) | |
** Invoke lib/compiler/ast/variables.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast/variables.rbc | |
RBC 1.9 lib/compiler/ast/variables.rb | |
** Invoke runtime/19/compiler/ast.rbc (first_time) | |
** Invoke lib/compiler/ast.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/ast.rbc | |
RBC 1.9 lib/compiler/ast.rb | |
** Invoke runtime/19/compiler/compiled_file.rbc (first_time) | |
** Invoke lib/compiler/compiled_file.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/compiled_file.rbc | |
RBC 1.9 lib/compiler/compiled_file.rb | |
** Invoke runtime/19/compiler/compiler.rbc (first_time) | |
** Invoke lib/compiler/compiler.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/compiler.rbc | |
RBC 1.9 lib/compiler/compiler.rb | |
** Invoke runtime/19/compiler/evaluator.rbc (first_time) | |
** Invoke lib/compiler/evaluator.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/evaluator.rbc | |
RBC 1.9 lib/compiler/evaluator.rb | |
** Invoke runtime/19/compiler/generator.rbc (first_time) | |
** Invoke lib/compiler/generator.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/generator.rbc | |
RBC 1.9 lib/compiler/generator.rb | |
** Invoke runtime/19/compiler/generator_methods.rbc (first_time) | |
** Invoke lib/compiler/generator_methods.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/generator_methods.rbc | |
RBC 1.9 lib/compiler/generator_methods.rb | |
** Invoke runtime/19/compiler/iseq.rbc (first_time) | |
** Invoke lib/compiler/iseq.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/iseq.rbc | |
RBC 1.9 lib/compiler/iseq.rb | |
** Invoke runtime/19/compiler/locals.rbc (first_time) | |
** Invoke lib/compiler/locals.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/locals.rbc | |
RBC 1.9 lib/compiler/locals.rb | |
** Invoke runtime/19/compiler/opcodes.rbc (first_time) | |
** Invoke lib/compiler/opcodes.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/opcodes.rbc | |
RBC 1.9 lib/compiler/opcodes.rb | |
** Invoke runtime/19/compiler/printers.rbc (first_time) | |
** Invoke lib/compiler/printers.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/printers.rbc | |
RBC 1.9 lib/compiler/printers.rb | |
** Invoke runtime/19/compiler/runtime.rbc (first_time) | |
** Invoke lib/compiler/runtime.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/runtime.rbc | |
RBC 1.9 lib/compiler/runtime.rb | |
** Invoke runtime/19/compiler/stages.rbc (first_time) | |
** Invoke lib/compiler/stages.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/compiler/stages.rbc | |
RBC 1.9 lib/compiler/stages.rb | |
** Invoke runtime/19/melbourne.rbc (first_time) | |
** Invoke lib/melbourne.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/melbourne.rbc | |
RBC 1.9 lib/melbourne.rb | |
** Invoke runtime/19/melbourne/processor.rbc (first_time) | |
** Invoke lib/melbourne/processor.rb (not_needed) | |
** Invoke kernel/signature.rb (not_needed) | |
** Execute runtime/19/melbourne/processor.rbc | |
RBC 1.9 lib/melbourne/processor.rb | |
** Execute kernel:build | |
** Invoke extensions:melbourne_build_clean (first_time) | |
** Execute extensions:melbourne_build_clean | |
** Invoke stage:runtime (first_time) | |
** Execute stage:runtime | |
** Invoke stage:documentation (first_time) | |
** Execute stage:documentation | |
** Invoke stage:manpages (first_time) | |
** Execute stage:manpages | |
** Invoke extensions (first_time) | |
** Invoke extensions:melbourne_build | |
** Invoke extensions:melbourne_rbx (first_time) | |
** Execute extensions:melbourne_rbx | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -S rake -t -r /Users/richmolj/code/rubinius/config.rb -r /Users/richmolj/code/rubinius/rakelib/ext_helper.rb -r /Users/richmolj/code/rubinius/rakelib/dependency_grapher.rb build:rbx | |
(in /Users/richmolj/code/rubinius/lib/ext/melbourne) | |
Building Melbourne for Rubinius | |
** Invoke build:rbx (first_time) | |
** Invoke rbx/melbourne20.bundle (first_time) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/dl.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/missing.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/rbx_config.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/re.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/rubyio.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/rubysig.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/st.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/util.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/version.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/19/include/rbx_config.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/19/include/ruby.h (first_time, not_needed) | |
** Invoke bstrlib.h (first_time, not_needed) | |
** Invoke encoding_compat.hpp (first_time, not_needed) | |
** Invoke grammar18.hpp (first_time, not_needed) | |
** Invoke grammar19.hpp (first_time, not_needed) | |
** Invoke local_state.hpp (first_time, not_needed) | |
** Invoke melbourne.hpp (first_time, not_needed) | |
** Invoke node18.hpp (first_time, not_needed) | |
** Invoke node19.hpp (first_time, not_needed) | |
** Invoke node_types18.hpp (first_time, not_needed) | |
** Invoke node_types19.hpp (first_time, not_needed) | |
** Invoke parser_state18.hpp (first_time, not_needed) | |
** Invoke parser_state19.hpp (first_time, not_needed) | |
** Invoke quark.hpp (first_time, not_needed) | |
** Invoke symbols.hpp (first_time, not_needed) | |
** Invoke var_table18.hpp (first_time, not_needed) | |
** Invoke var_table19.hpp (first_time, not_needed) | |
** Invoke visitor18.hpp (first_time, not_needed) | |
** Invoke visitor19.hpp (first_time, not_needed) | |
** Invoke bstrlib.cpp (first_time, not_needed) | |
** Invoke rbx/bstrlib.o (first_time, not_needed) | |
** Invoke bstrlib.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (first_time, not_needed) | |
** Invoke bstrlib.h (not_needed) | |
** Invoke encoding_compat.cpp (first_time, not_needed) | |
** Invoke rbx/encoding_compat.o (first_time) | |
** Invoke encoding_compat.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke encoding_compat.hpp (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Execute rbx/encoding_compat.o | |
g++ -c -o rbx/encoding_compat.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/19/include -fno-rtti /Users/richmolj/code/rubinius/lib/ext/melbourne/encoding_compat.cpp | |
** Invoke grammar18.cpp (first_time, not_needed) | |
** Invoke grammar18.y (first_time, not_needed) | |
** Invoke rbx/grammar18.o (first_time) | |
** Invoke grammar18.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke bstrlib.h (not_needed) | |
** Invoke grammar18.hpp (not_needed) | |
** Invoke local_state.hpp (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke node18.hpp (not_needed) | |
** Invoke node_types18.hpp (not_needed) | |
** Invoke parser_state18.hpp (not_needed) | |
** Invoke quark.hpp (not_needed) | |
** Invoke symbols.hpp (not_needed) | |
** Invoke var_table18.hpp (not_needed) | |
** Invoke visitor18.hpp (not_needed) | |
** Execute rbx/grammar18.o | |
g++ -c -o rbx/grammar18.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/19/include -fno-rtti /Users/richmolj/code/rubinius/lib/ext/melbourne/grammar18.cpp | |
** Invoke grammar19.cpp (first_time, not_needed) | |
** Invoke grammar19.y (first_time, not_needed) | |
** Invoke rbx/grammar19.o (first_time) | |
** Invoke grammar19.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke bstrlib.h (not_needed) | |
** Invoke encoding_compat.hpp (not_needed) | |
** Invoke grammar19.hpp (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke node19.hpp (not_needed) | |
** Invoke node_types19.hpp (not_needed) | |
** Invoke parser_state19.hpp (not_needed) | |
** Invoke symbols.hpp (not_needed) | |
** Invoke var_table19.hpp (not_needed) | |
** Invoke visitor19.hpp (not_needed) | |
** Execute rbx/grammar19.o | |
g++ -c -o rbx/grammar19.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/19/include -fno-rtti /Users/richmolj/code/rubinius/lib/ext/melbourne/grammar19.cpp | |
** Invoke melbourne.cpp (first_time, not_needed) | |
** Invoke rbx/melbourne.o (first_time) | |
** Invoke melbourne.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke bstrlib.h (not_needed) | |
** Invoke grammar18.hpp (not_needed) | |
** Invoke grammar19.hpp (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke symbols.hpp (not_needed) | |
** Execute rbx/melbourne.o | |
g++ -c -o rbx/melbourne.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/19/include -fno-rtti /Users/richmolj/code/rubinius/lib/ext/melbourne/melbourne.cpp | |
** Invoke node_types18.cpp (first_time, not_needed) | |
** Invoke rbx/node_types18.o (first_time, not_needed) | |
** Invoke node_types18.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke node_types18.hpp (not_needed) | |
** Invoke node_types19.cpp (first_time, not_needed) | |
** Invoke rbx/node_types19.o (first_time, not_needed) | |
** Invoke node_types19.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke node_types19.hpp (not_needed) | |
** Invoke quark.cpp (first_time, not_needed) | |
** Invoke rbx/quark.o (first_time) | |
** Invoke quark.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke bstrlib.h (not_needed) | |
** Invoke local_state.hpp (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke node18.hpp (not_needed) | |
** Invoke node_types18.hpp (not_needed) | |
** Invoke parser_state18.hpp (not_needed) | |
** Invoke quark.hpp (not_needed) | |
** Invoke var_table18.hpp (not_needed) | |
** Execute rbx/quark.o | |
g++ -c -o rbx/quark.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/19/include -fno-rtti /Users/richmolj/code/rubinius/lib/ext/melbourne/quark.cpp | |
** Invoke symbols.cpp (first_time, not_needed) | |
** Invoke rbx/symbols.o (first_time) | |
** Invoke symbols.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke symbols.hpp (not_needed) | |
** Execute rbx/symbols.o | |
g++ -c -o rbx/symbols.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/19/include -fno-rtti /Users/richmolj/code/rubinius/lib/ext/melbourne/symbols.cpp | |
** Invoke var_table18.cpp (first_time, not_needed) | |
** Invoke rbx/var_table18.o (first_time) | |
** Invoke var_table18.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke quark.hpp (not_needed) | |
** Invoke var_table18.hpp (not_needed) | |
** Execute rbx/var_table18.o | |
g++ -c -o rbx/var_table18.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/19/include -fno-rtti /Users/richmolj/code/rubinius/lib/ext/melbourne/var_table18.cpp | |
** Invoke var_table19.cpp (first_time, not_needed) | |
** Invoke rbx/var_table19.o (first_time) | |
** Invoke var_table19.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke var_table19.hpp (not_needed) | |
** Execute rbx/var_table19.o | |
g++ -c -o rbx/var_table19.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/19/include -fno-rtti /Users/richmolj/code/rubinius/lib/ext/melbourne/var_table19.cpp | |
** Invoke visitor18.cpp (first_time, not_needed) | |
** Invoke rbx/visitor18.o (first_time) | |
** Invoke visitor18.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke bstrlib.h (not_needed) | |
** Invoke local_state.hpp (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke node18.hpp (not_needed) | |
** Invoke node_types18.hpp (not_needed) | |
** Invoke parser_state18.hpp (not_needed) | |
** Invoke quark.hpp (not_needed) | |
** Invoke symbols.hpp (not_needed) | |
** Invoke var_table18.hpp (not_needed) | |
** Invoke visitor18.hpp (not_needed) | |
** Execute rbx/visitor18.o | |
g++ -c -o rbx/visitor18.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/19/include -fno-rtti /Users/richmolj/code/rubinius/lib/ext/melbourne/visitor18.cpp | |
** Invoke visitor19.cpp (first_time, not_needed) | |
** Invoke rbx/visitor19.o (first_time) | |
** Invoke visitor19.cpp (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/lib/ext/melbourne/Rakefile (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke bstrlib.h (not_needed) | |
** Invoke encoding_compat.hpp (not_needed) | |
** Invoke melbourne.hpp (not_needed) | |
** Invoke node19.hpp (not_needed) | |
** Invoke node_types19.hpp (not_needed) | |
** Invoke parser_state19.hpp (not_needed) | |
** Invoke symbols.hpp (not_needed) | |
** Invoke var_table19.hpp (not_needed) | |
** Invoke visitor19.hpp (not_needed) | |
** Execute rbx/visitor19.o | |
g++ -c -o rbx/visitor19.o -Ivm/capi -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/19/include -fno-rtti /Users/richmolj/code/rubinius/lib/ext/melbourne/visitor19.cpp | |
** Execute rbx/melbourne20.bundle | |
g++ -bundle -undefined suppress -flat_namespace -lstdc++ rbx/bstrlib.o rbx/encoding_compat.o rbx/grammar18.o rbx/grammar19.o rbx/melbourne.o rbx/node_types18.o rbx/node_types19.o rbx/quark.o rbx/symbols.o rbx/var_table18.o rbx/var_table19.o rbx/visitor18.o rbx/visitor19.o -L. -o rbx/melbourne20.bundle | |
** Execute build:rbx | |
** Invoke extensions:digest (first_time) | |
** Execute extensions:digest | |
Building digest | |
make | |
compiling digest.c | |
linking shared-object digest.bundle | |
** Invoke extensions:digest_md5 (first_time) | |
** Execute extensions:digest_md5 | |
Building md5 | |
make | |
compiling md5init.c | |
md5init.c:16: warning: ‘MD5_Init’ is deprecated (declared at /usr/include/openssl/md5.h:113) | |
md5init.c:17: warning: ‘MD5_Update’ is deprecated (declared at /usr/include/openssl/md5.h:114) | |
linking shared-object digest/md5.bundle | |
** Invoke extensions:digest_rmd160 (first_time) | |
** Execute extensions:digest_rmd160 | |
Building rmd160 | |
make | |
compiling rmd160init.c | |
rmd160init.c:16: warning: ‘RIPEMD160_Init’ is deprecated (declared at /usr/include/openssl/ripemd.h:98) | |
rmd160init.c:17: warning: ‘RIPEMD160_Update’ is deprecated (declared at /usr/include/openssl/ripemd.h:99) | |
linking shared-object digest/rmd160.bundle | |
** Invoke extensions:digest_sha1 (first_time) | |
** Execute extensions:digest_sha1 | |
Building sha1 | |
make | |
compiling sha1init.c | |
sha1init.c:16: warning: ‘SHA1_Init’ is deprecated (declared at /usr/include/openssl/sha.h:121) | |
sha1init.c:17: warning: ‘SHA1_Update’ is deprecated (declared at /usr/include/openssl/sha.h:122) | |
linking shared-object digest/sha1.bundle | |
** Invoke extensions:digest_sha2 (first_time) | |
** Execute extensions:digest_sha2 | |
Building sha2 | |
make | |
compiling sha2.c | |
compiling sha2init.c | |
linking shared-object digest/sha2.bundle | |
** Invoke extensions:digest_bubblebabble (first_time) | |
** Execute extensions:digest_bubblebabble | |
Building bubblebabble | |
make | |
compiling bubblebabble.c | |
linking shared-object digest/bubblebabble.bundle | |
** Invoke extensions:18/bigdecimal (first_time) | |
** Execute extensions:18/bigdecimal | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -S rake -t -r /Users/richmolj/code/rubinius/config.rb -r /Users/richmolj/code/rubinius/rakelib/ext_helper.rb -r /Users/richmolj/code/rubinius/rakelib/dependency_grapher.rb build | |
(in /Users/richmolj/code/rubinius/lib/18/bigdecimal/ext) | |
** Invoke build (first_time) | |
** Invoke bigdecimal.bundle (first_time) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/dl.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/missing.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/rbx_config.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/re.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/rubyio.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/rubysig.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/st.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/util.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/version.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/19/include/rbx_config.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/19/include/ruby.h (first_time, not_needed) | |
** Invoke bigdecimal.h (first_time, not_needed) | |
** Invoke bigdecimal.c (first_time, not_needed) | |
** Invoke bigdecimal.o (first_time) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke bigdecimal.c (not_needed) | |
** Invoke bigdecimal.h (not_needed) | |
** Execute bigdecimal.o | |
gcc -c -o bigdecimal.o -I/Users/richmolj/code/rubinius/vm/capi/18/include -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/18/include -DBASE=1000000000UL -DBASE_FIG=9 bigdecimal.c | |
** Execute bigdecimal.bundle | |
g++ -bundle -undefined suppress -flat_namespace -lstdc++ bigdecimal.o -L. -o bigdecimal.bundle | |
** Execute build | |
** Invoke extensions:18/syck (first_time) | |
** Execute extensions:18/syck | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -S rake -t -r /Users/richmolj/code/rubinius/config.rb -r /Users/richmolj/code/rubinius/rakelib/ext_helper.rb -r /Users/richmolj/code/rubinius/rakelib/dependency_grapher.rb build | |
(in /Users/richmolj/code/rubinius/lib/18/syck/ext) | |
** Invoke build (first_time) | |
** Invoke syck.bundle (first_time) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/dl.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/missing.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/rbx_config.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/re.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/rubyio.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/rubysig.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/st.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/util.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/version.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/19/include/rbx_config.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/19/include/ruby.h (first_time, not_needed) | |
** Invoke gram.h (first_time, not_needed) | |
** Invoke st.h (first_time, not_needed) | |
** Invoke syck.h (first_time, not_needed) | |
** Invoke yamlbyte.h (first_time, not_needed) | |
** Invoke bytecode.c (first_time, not_needed) | |
** Invoke emitter.c (first_time, not_needed) | |
** Invoke gram.c (first_time, not_needed) | |
** Invoke handler.c (first_time, not_needed) | |
** Invoke implicit.c (first_time, not_needed) | |
** Invoke node.c (first_time, not_needed) | |
** Invoke rubyext.c (first_time, not_needed) | |
** Invoke st.c (first_time, not_needed) | |
** Invoke syck.c (first_time, not_needed) | |
** Invoke token.c (first_time, not_needed) | |
** Invoke yaml2byte.c (first_time, not_needed) | |
** Invoke bytecode.o (first_time) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke bytecode.c (not_needed) | |
** Invoke gram.h (not_needed) | |
** Invoke st.h (not_needed) | |
** Invoke syck.h (not_needed) | |
** Execute bytecode.o | |
gcc -c -o bytecode.o -I/Users/richmolj/code/rubinius/vm/capi/18/include -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/18/include bytecode.c | |
** Invoke emitter.o (first_time) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke emitter.c (not_needed) | |
** Invoke st.h (not_needed) | |
** Invoke syck.h (not_needed) | |
** Execute emitter.o | |
gcc -c -o emitter.o -I/Users/richmolj/code/rubinius/vm/capi/18/include -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/18/include emitter.c | |
** Invoke gram.o (first_time, not_needed) | |
** Invoke gram.c (not_needed) | |
** Invoke st.h (not_needed) | |
** Invoke syck.h (not_needed) | |
** Invoke handler.o (first_time) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke handler.c (not_needed) | |
** Invoke st.h (not_needed) | |
** Invoke syck.h (not_needed) | |
** Execute handler.o | |
gcc -c -o handler.o -I/Users/richmolj/code/rubinius/vm/capi/18/include -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/18/include handler.c | |
** Invoke implicit.o (first_time) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke implicit.c (not_needed) | |
** Invoke st.h (not_needed) | |
** Invoke syck.h (not_needed) | |
** Execute implicit.o | |
gcc -c -o implicit.o -I/Users/richmolj/code/rubinius/vm/capi/18/include -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/18/include implicit.c | |
** Invoke node.o (first_time) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke node.c (not_needed) | |
** Invoke st.h (not_needed) | |
** Invoke syck.h (not_needed) | |
** Execute node.o | |
gcc -c -o node.o -I/Users/richmolj/code/rubinius/vm/capi/18/include -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/18/include node.c | |
** Invoke rubyext.o (first_time) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke rubyext.c (not_needed) | |
** Invoke st.h (not_needed) | |
** Invoke syck.h (not_needed) | |
** Execute rubyext.o | |
gcc -c -o rubyext.o -I/Users/richmolj/code/rubinius/vm/capi/18/include -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/18/include rubyext.c | |
** Invoke st.o (first_time) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke st.c (not_needed) | |
** Invoke st.h (not_needed) | |
** Execute st.o | |
gcc -c -o st.o -I/Users/richmolj/code/rubinius/vm/capi/18/include -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/18/include st.c | |
** Invoke syck.o (first_time) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke st.h (not_needed) | |
** Invoke syck.c (not_needed) | |
** Invoke syck.h (not_needed) | |
** Execute syck.o | |
gcc -c -o syck.o -I/Users/richmolj/code/rubinius/vm/capi/18/include -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/18/include syck.c | |
** Invoke token.o (first_time) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke gram.h (not_needed) | |
** Invoke st.h (not_needed) | |
** Invoke syck.h (not_needed) | |
** Invoke token.c (not_needed) | |
** Execute token.o | |
gcc -c -o token.o -I/Users/richmolj/code/rubinius/vm/capi/18/include -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/18/include token.c | |
** Invoke yaml2byte.o (first_time) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke yaml2byte.c (not_needed) | |
** Invoke yamlbyte.h (not_needed) | |
** Execute yaml2byte.o | |
gcc -c -o yaml2byte.o -I/Users/richmolj/code/rubinius/vm/capi/18/include -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/18/include yaml2byte.c | |
** Execute syck.bundle | |
g++ -bundle -undefined suppress -flat_namespace -lstdc++ bytecode.o emitter.o gram.o handler.o implicit.o node.o rubyext.o st.o syck.o token.o yaml2byte.o -L. -o syck.bundle | |
** Execute build | |
** Invoke extensions:18/nkf (first_time) | |
** Execute extensions:18/nkf | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -S rake -t -r /Users/richmolj/code/rubinius/config.rb -r /Users/richmolj/code/rubinius/rakelib/ext_helper.rb -r /Users/richmolj/code/rubinius/rakelib/dependency_grapher.rb build | |
(in /Users/richmolj/code/rubinius/lib/18/nkf/ext) | |
** Invoke build (first_time) | |
** Invoke nkf.bundle (first_time) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/config.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/dl.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/missing.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/rbx_config.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/re.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/rubyio.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/rubysig.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/st.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/util.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/version.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/19/include/rbx_config.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/19/include/ruby.h (first_time, not_needed) | |
** Invoke nkf.c (first_time, not_needed) | |
** Invoke nkf.o (first_time) | |
** Invoke ./nkf-utf8/config.h (first_time, not_needed) | |
** Invoke ./nkf-utf8/utf8tbl.h (first_time, not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/capi_constants.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/defines.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/intern.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/mri_oop.h (not_needed) | |
** Invoke /Users/richmolj/code/rubinius/vm/capi/18/include/ruby.h (not_needed) | |
** Invoke nkf-utf8/config.h (first_time, not_needed) | |
** Invoke nkf-utf8/nkf.c (first_time, not_needed) | |
** Invoke nkf-utf8/utf8tbl.c (first_time, not_needed) | |
** Invoke nkf.c (not_needed) | |
** Execute nkf.o | |
gcc -c -o nkf.o -I/Users/richmolj/code/rubinius/vm/capi/18/include -I. -DHAS_EXECINFO -DHAVE_SPT_REUSEARGV -DHAVE_NL_LANGINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TIMES_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -I/usr/local/include -fPIC -D_DARWIN_USE_64_BIT_INODE -g -O2 -I/Users/richmolj/code/rubinius/vm/capi/18/include nkf.c | |
** Execute nkf.bundle | |
g++ -bundle -undefined suppress -flat_namespace -lstdc++ nkf.o -L. -o nkf.bundle | |
** Execute build | |
** Invoke extensions:18/readline (first_time) | |
** Execute extensions:18/readline | |
Building 18/readline | |
make | |
compiling readline.c | |
readline.c:21:1: warning: "TOLOWER" redefined | |
In file included from /Users/richmolj/code/rubinius/vm/capi/19/include/ruby.h:21, | |
from readline.c:15: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/ruby.h:175:1: warning: this is the location of the previous definition | |
linking shared-object readline.bundle | |
** Invoke extensions:18/openssl (first_time) | |
** Execute extensions:18/openssl | |
Building 18/openssl | |
make | |
compiling openssl_missing.c | |
openssl_missing.c: In function ‘HMAC_CTX_copy’: | |
openssl_missing.c:31: warning: ‘EVP_MD_CTX_copy’ is deprecated (declared at /usr/include/openssl/evp.h:562) | |
openssl_missing.c:32: warning: ‘EVP_MD_CTX_copy’ is deprecated (declared at /usr/include/openssl/evp.h:562) | |
openssl_missing.c:33: warning: ‘EVP_MD_CTX_copy’ is deprecated (declared at /usr/include/openssl/evp.h:562) | |
openssl_missing.c: In function ‘X509_STORE_set_ex_data’: | |
openssl_missing.c:42: warning: ‘CRYPTO_set_ex_data’ is deprecated (declared at /usr/include/openssl/crypto.h:407) | |
openssl_missing.c: In function ‘X509_STORE_get_ex_data’: | |
openssl_missing.c:47: warning: ‘CRYPTO_get_ex_data’ is deprecated (declared at /usr/include/openssl/crypto.h:408) | |
openssl_missing.c: In function ‘EVP_CIPHER_CTX_copy’: | |
openssl_missing.c:125: warning: ‘ENGINE_add’ is deprecated (declared at /usr/include/openssl/engine.h:320) | |
openssl_missing.c:127: warning: ‘CRYPTO_malloc’ is deprecated (declared at /usr/include/openssl/crypto.h:478) | |
compiling ossl.c | |
In file included from ossl.h:32, | |
from ossl.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl.c: In function ‘string2hex’: | |
ossl.c:32: warning: ‘CRYPTO_malloc’ is deprecated (declared at /usr/include/openssl/crypto.h:478) | |
ossl.c: In function ‘ossl_x509_ary2sk0’: | |
ossl.c:59: warning: ‘sk_new_null’ is deprecated (declared at /usr/include/openssl/stack.h:87) | |
ossl.c:65: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl.c:69: warning: ‘sk_push’ is deprecated (declared at /usr/include/openssl/stack.h:95) | |
ossl.c: In function ‘ossl_x509_sk2ary’: | |
ossl.c:118: warning: ‘sk_num’ is deprecated (declared at /usr/include/openssl/stack.h:81) | |
ossl.c:118: warning: ‘sk_value’ is deprecated (declared at /usr/include/openssl/stack.h:82) | |
ossl.c: In function ‘ossl_x509crl_sk2ary’: | |
ossl.c:119: warning: ‘sk_num’ is deprecated (declared at /usr/include/openssl/stack.h:81) | |
ossl.c:119: warning: ‘sk_value’ is deprecated (declared at /usr/include/openssl/stack.h:82) | |
ossl.c: In function ‘ossl_buf2str’: | |
ossl.c:135: warning: ‘CRYPTO_free’ is deprecated (declared at /usr/include/openssl/crypto.h:480) | |
ossl.c: In function ‘ossl_pem_passwd_cb’: | |
ossl.c:162: warning: ‘PEM_def_callback’ is deprecated (declared at /usr/include/openssl/pem.h:634) | |
ossl.c: In function ‘ossl_verify_cb’: | |
ossl.c:207: warning: ‘X509_STORE_CTX_get_ex_data’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:450) | |
ossl.c:224: warning: ‘X509_STORE_CTX_set_error’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:452) | |
ossl.c:228: warning: ‘X509_STORE_CTX_get_error’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:451) | |
ossl.c:229: warning: ‘X509_STORE_CTX_set_error’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:452) | |
ossl.c: In function ‘ossl_make_error’: | |
ossl.c:284: warning: ‘ERR_peek_last_error’ is deprecated (declared at /usr/include/openssl/err.h:274) | |
ossl.c:293: warning: ‘ERR_error_string’ is deprecated (declared at /usr/include/openssl/err.h:279) | |
ossl.c:295: warning: ‘ERR_reason_error_string’ is deprecated (declared at /usr/include/openssl/err.h:283) | |
ossl.c:299: warning: ‘ERR_get_error’ is deprecated (declared at /usr/include/openssl/err.h:266) | |
ossl.c:300: warning: ‘ERR_error_string’ is deprecated (declared at /usr/include/openssl/err.h:279) | |
ossl.c:303: warning: ‘ERR_clear_error’ is deprecated (declared at /usr/include/openssl/err.h:278) | |
ossl.c: In function ‘ossl_get_errors’: | |
ossl.c:346: warning: ‘ERR_get_error’ is deprecated (declared at /usr/include/openssl/err.h:266) | |
ossl.c:347: warning: ‘ERR_error_string’ is deprecated (declared at /usr/include/openssl/err.h:279) | |
ossl.c: In function ‘ossl_debug_set’: | |
ossl.c:399: warning: ‘CRYPTO_mem_ctrl’ is deprecated (declared at /usr/include/openssl/crypto.h:354) | |
ossl.c:402: warning: ‘CRYPTO_mem_ctrl’ is deprecated (declared at /usr/include/openssl/crypto.h:354) | |
ossl.c: In function ‘Init_ossl_locks’: | |
ossl.c:431: warning: ‘CRYPTO_malloc’ is deprecated (declared at /usr/include/openssl/crypto.h:478) | |
ossl.c:431: warning: ‘CRYPTO_num_locks’ is deprecated (declared at /usr/include/openssl/crypto.h:415) | |
ossl.c:432: warning: ‘CRYPTO_num_locks’ is deprecated (declared at /usr/include/openssl/crypto.h:415) | |
ossl.c:437: warning: ‘CRYPTO_set_id_callback’ is deprecated (declared at /usr/include/openssl/crypto.h:425) | |
ossl.c:438: warning: ‘CRYPTO_set_locking_callback’ is deprecated (declared at /usr/include/openssl/crypto.h:418) | |
ossl.c: In function ‘Init_openssl’: | |
ossl.c:459: warning: ‘SSL_library_init’ is deprecated (declared at /usr/include/openssl/ssl.h:1553) | |
ossl.c:460: warning: ‘OPENSSL_add_all_algorithms_noconf’ is deprecated (declared at /usr/include/openssl/evp.h:828) | |
ossl.c:461: warning: ‘ERR_load_crypto_strings’ is deprecated (declared at /usr/include/openssl/err.h:296) | |
ossl.c:462: warning: ‘SSL_load_error_strings’ is deprecated (declared at /usr/include/openssl/ssl.h:1416) | |
ossl.c:501: warning: ‘X509_STORE_CTX_get_ex_new_index’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:448) | |
compiling ossl_asn1.c | |
In file included from ossl.h:32, | |
from ossl_asn1.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_asn1.c: In function ‘asn1integer_to_num’: | |
ossl_asn1.c:96: warning: ‘ASN1_INTEGER_to_BN’ is deprecated (declared at /usr/include/openssl/asn1.h:901) | |
ossl_asn1.c:109: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_asn1.c: In function ‘num_to_asn1integer’: | |
ossl_asn1.c:141: warning: ‘BN_to_ASN1_INTEGER’ is deprecated (declared at /usr/include/openssl/asn1.h:900) | |
ossl_asn1.c: In function ‘obj_to_asn1bstr’: | |
ossl_asn1.c:214: warning: ‘ASN1_BIT_STRING_set’ is deprecated (declared at /usr/include/openssl/asn1.h:807) | |
ossl_asn1.c: In function ‘obj_to_asn1str’: | |
ossl_asn1.c:227: warning: ‘ASN1_STRING_new’ is deprecated (declared at /usr/include/openssl/asn1.h:788) | |
ossl_asn1.c:229: warning: ‘ASN1_STRING_set’ is deprecated (declared at /usr/include/openssl/asn1.h:795) | |
ossl_asn1.c: In function ‘obj_to_asn1obj’: | |
ossl_asn1.c:253: warning: ‘OBJ_txt2obj’ is deprecated (declared at /usr/include/openssl/objects.h:1010) | |
ossl_asn1.c:254: warning: ‘OBJ_txt2obj’ is deprecated (declared at /usr/include/openssl/objects.h:1010) | |
ossl_asn1.c: In function ‘obj_to_asn1utime’: | |
ossl_asn1.c:267: warning: ‘ASN1_UTCTIME_set’ is deprecated (declared at /usr/include/openssl/asn1.h:834) | |
ossl_asn1.c: In function ‘obj_to_asn1gtime’: | |
ossl_asn1.c:280: warning: ‘ASN1_GENERALIZEDTIME_set’ is deprecated (declared at /usr/include/openssl/asn1.h:842) | |
ossl_asn1.c: In function ‘obj_to_asn1derstr’: | |
ossl_asn1.c:293: warning: ‘ASN1_STRING_new’ is deprecated (declared at /usr/include/openssl/asn1.h:788) | |
ossl_asn1.c:295: warning: ‘ASN1_STRING_set’ is deprecated (declared at /usr/include/openssl/asn1.h:795) | |
ossl_asn1.c: In function ‘decode_bool’: | |
ossl_asn1.c:310: warning: ‘d2i_ASN1_BOOLEAN’ is deprecated (declared at /usr/include/openssl/asn1.h:820) | |
ossl_asn1.c: In function ‘decode_obj’: | |
ossl_asn1.c:399: warning: ‘d2i_ASN1_OBJECT’ is deprecated (declared at /usr/include/openssl/asn1.h:781) | |
ossl_asn1.c:401: warning: ‘OBJ_obj2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1009) | |
ossl_asn1.c:402: warning: ‘ASN1_OBJECT_free’ is deprecated (declared at /usr/include/openssl/asn1.h:776) | |
ossl_asn1.c:403: warning: ‘OBJ_nid2sn’ is deprecated (declared at /usr/include/openssl/objects.h:1008) | |
ossl_asn1.c:406: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_asn1.c:406: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_asn1.c:407: warning: ‘ASN1_OBJECT_free’ is deprecated (declared at /usr/include/openssl/asn1.h:776) | |
ossl_asn1.c:410: warning: ‘i2a_ASN1_OBJECT’ is deprecated (declared at /usr/include/openssl/asn1.h:888) | |
ossl_asn1.c:411: warning: ‘ASN1_OBJECT_free’ is deprecated (declared at /usr/include/openssl/asn1.h:776) | |
ossl_asn1.c: In function ‘ossl_asn1_get_asn1type’: | |
ossl_asn1.c:526: warning: ‘ASN1_STRING_free’ is deprecated (declared at /usr/include/openssl/asn1.h:789) | |
ossl_asn1.c:530: warning: ‘ASN1_OBJECT_free’ is deprecated (declared at /usr/include/openssl/asn1.h:776) | |
ossl_asn1.c:543: warning: ‘ASN1_STRING_free’ is deprecated (declared at /usr/include/openssl/asn1.h:789) | |
ossl_asn1.c:548: warning: ‘CRYPTO_malloc’ is deprecated (declared at /usr/include/openssl/crypto.h:478) | |
ossl_asn1.c:553: warning: ‘ASN1_TYPE_set’ is deprecated (declared at /usr/include/openssl/asn1.h:772) | |
ossl_asn1.c: In function ‘ossl_asn1data_to_der’: | |
ossl_asn1.c:694: warning: ‘ASN1_object_size’ is deprecated (declared at /usr/include/openssl/asn1.h:932) | |
ossl_asn1.c:698: warning: ‘ASN1_put_object’ is deprecated (declared at /usr/include/openssl/asn1.h:930) | |
ossl_asn1.c: In function ‘ossl_asn1_decode0’: | |
ossl_asn1.c:719: warning: ‘ASN1_get_object’ is deprecated (declared at /usr/include/openssl/asn1.h:926) | |
ossl_asn1.c: In function ‘ossl_asn1prim_to_der’: | |
ossl_asn1.c:929: warning: ‘ASN1_object_size’ is deprecated (declared at /usr/include/openssl/asn1.h:932) | |
ossl_asn1.c:930: warning: ‘CRYPTO_malloc’ is deprecated (declared at /usr/include/openssl/crypto.h:478) | |
ossl_asn1.c:938: warning: ‘ASN1_put_object’ is deprecated (declared at /usr/include/openssl/asn1.h:930) | |
ossl_asn1.c: In function ‘ossl_asn1cons_to_der’: | |
ossl_asn1.c:966: warning: ‘ASN1_object_size’ is deprecated (declared at /usr/include/openssl/asn1.h:932) | |
ossl_asn1.c:967: warning: ‘ASN1_object_size’ is deprecated (declared at /usr/include/openssl/asn1.h:932) | |
ossl_asn1.c:971: warning: ‘ASN1_put_object’ is deprecated (declared at /usr/include/openssl/asn1.h:930) | |
ossl_asn1.c:974: warning: ‘ASN1_put_object’ is deprecated (declared at /usr/include/openssl/asn1.h:930) | |
ossl_asn1.c:975: warning: ‘ASN1_put_object’ is deprecated (declared at /usr/include/openssl/asn1.h:930) | |
ossl_asn1.c:977: warning: ‘ASN1_put_object’ is deprecated (declared at /usr/include/openssl/asn1.h:930) | |
ossl_asn1.c: In function ‘ossl_asn1obj_s_register’: | |
ossl_asn1.c:1000: warning: ‘OBJ_create’ is deprecated (declared at /usr/include/openssl/objects.h:1023) | |
ossl_asn1.c: In function ‘ossl_asn1obj_get_sn’: | |
ossl_asn1.c:1013: warning: ‘OBJ_txt2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1012) | |
ossl_asn1.c:1014: warning: ‘OBJ_nid2sn’ is deprecated (declared at /usr/include/openssl/objects.h:1008) | |
ossl_asn1.c: In function ‘ossl_asn1obj_get_ln’: | |
ossl_asn1.c:1026: warning: ‘OBJ_txt2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1012) | |
ossl_asn1.c:1027: warning: ‘OBJ_nid2ln’ is deprecated (declared at /usr/include/openssl/objects.h:1007) | |
ossl_asn1.c: In function ‘ossl_asn1obj_get_oid’: | |
ossl_asn1.c:1041: warning: ‘OBJ_obj2txt’ is deprecated (declared at /usr/include/openssl/objects.h:1011) | |
ossl_asn1.c:1042: warning: ‘ASN1_OBJECT_free’ is deprecated (declared at /usr/include/openssl/asn1.h:776) | |
compiling ossl_bio.c | |
In file included from ossl.h:32, | |
from ossl_bio.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_bio.c: In function ‘ossl_obj2bio’: | |
ossl_bio.c:35: warning: ‘BIO_new_fp’ is deprecated (declared at /usr/include/openssl/bio.h:575) | |
ossl_bio.c:42: warning: ‘BIO_new_mem_buf’ is deprecated (declared at /usr/include/openssl/bio.h:617) | |
ossl_bio.c: In function ‘ossl_membio2str0’: | |
ossl_bio.c:63: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_bio.c: In function ‘ossl_membio2str’: | |
ossl_bio.c:82: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
compiling ossl_bn.c | |
In file included from ossl.h:32, | |
from ossl_bn.c:12: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_bn.c: In function ‘ossl_bn_new’: | |
ossl_bn.c:48: warning: ‘BN_dup’ is deprecated (declared at /usr/include/openssl/bn.h:501) | |
ossl_bn.c:48: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:52: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘GetBNPtr’: | |
ossl_bn.c:68: warning: ‘BN_dec2bn’ is deprecated (declared at /usr/include/openssl/bn.h:508) | |
ossl_bn.c:71: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_alloc’: | |
ossl_bn.c:95: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:98: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_initialize’: | |
ossl_bn.c:126: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_bn.c:134: warning: ‘BN_mpi2bn’ is deprecated (declared at /usr/include/openssl/bn.h:424) | |
ossl_bn.c:139: warning: ‘BN_bin2bn’ is deprecated (declared at /usr/include/openssl/bn.h:422) | |
ossl_bn.c:144: warning: ‘BN_dec2bn’ is deprecated (declared at /usr/include/openssl/bn.h:508) | |
ossl_bn.c:149: warning: ‘BN_hex2bn’ is deprecated (declared at /usr/include/openssl/bn.h:507) | |
ossl_bn.c: In function ‘ossl_bn_to_s’: | |
ossl_bn.c:186: warning: ‘BN_bn2mpi’ is deprecated (declared at /usr/include/openssl/bn.h:425) | |
ossl_bn.c:188: warning: ‘BN_bn2mpi’ is deprecated (declared at /usr/include/openssl/bn.h:425) | |
ossl_bn.c:192: warning: ‘BN_num_bits’ is deprecated (declared at /usr/include/openssl/bn.h:415) | |
ossl_bn.c:194: warning: ‘BN_bn2bin’ is deprecated (declared at /usr/include/openssl/bn.h:423) | |
ossl_bn.c:198: warning: ‘BN_bn2dec’ is deprecated (declared at /usr/include/openssl/bn.h:506) | |
ossl_bn.c:202: warning: ‘BN_bn2hex’ is deprecated (declared at /usr/include/openssl/bn.h:505) | |
ossl_bn.c: In function ‘ossl_bn_to_i’: | |
ossl_bn.c:225: warning: ‘BN_bn2dec’ is deprecated (declared at /usr/include/openssl/bn.h:506) | |
ossl_bn.c:229: warning: ‘CRYPTO_free’ is deprecated (declared at /usr/include/openssl/crypto.h:480) | |
ossl_bn.c: In function ‘ossl_bn_sqr’: | |
ossl_bn.c:301: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:301: warning: ‘BN_sqr’ is deprecated (declared at /usr/include/openssl/bn.h:431) | |
ossl_bn.c:301: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:301: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_add’: | |
ossl_bn.c:325: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:325: warning: ‘BN_add’ is deprecated (declared at /usr/include/openssl/bn.h:429) | |
ossl_bn.c:325: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:325: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_sub’: | |
ossl_bn.c:326: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:326: warning: ‘BN_sub’ is deprecated (declared at /usr/include/openssl/bn.h:426) | |
ossl_bn.c:326: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:326: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_mul’: | |
ossl_bn.c:350: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:350: warning: ‘BN_mul’ is deprecated (declared at /usr/include/openssl/bn.h:430) | |
ossl_bn.c:350: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:350: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_mod’: | |
ossl_bn.c:351: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:351: warning: ‘BN_div’ is deprecated (declared at /usr/include/openssl/bn.h:444) | |
ossl_bn.c:351: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:351: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_exp’: | |
ossl_bn.c:352: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:352: warning: ‘BN_exp’ is deprecated (declared at /usr/include/openssl/bn.h:472) | |
ossl_bn.c:352: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:352: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_gcd’: | |
ossl_bn.c:353: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:353: warning: ‘BN_gcd’ is deprecated (declared at /usr/include/openssl/bn.h:509) | |
ossl_bn.c:353: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:353: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_mod_sqr’: | |
ossl_bn.c:354: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:354: warning: ‘BN_mod_sqr’ is deprecated (declared at /usr/include/openssl/bn.h:453) | |
ossl_bn.c:354: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:354: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_mod_inverse’: | |
ossl_bn.c:355: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:355: warning: ‘BN_mod_inverse’ is deprecated (declared at /usr/include/openssl/bn.h:512) | |
ossl_bn.c:355: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:355: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_div’: | |
ossl_bn.c:369: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:372: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:373: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:376: warning: ‘BN_div’ is deprecated (declared at /usr/include/openssl/bn.h:444) | |
ossl_bn.c:377: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:378: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:381: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c:382: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_mod_add’: | |
ossl_bn.c:410: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:410: warning: ‘BN_mod_add’ is deprecated (declared at /usr/include/openssl/bn.h:447) | |
ossl_bn.c:410: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:410: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_mod_sub’: | |
ossl_bn.c:411: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:411: warning: ‘BN_mod_sub’ is deprecated (declared at /usr/include/openssl/bn.h:449) | |
ossl_bn.c:411: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:411: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_mod_mul’: | |
ossl_bn.c:412: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:412: warning: ‘BN_mod_mul’ is deprecated (declared at /usr/include/openssl/bn.h:452) | |
ossl_bn.c:412: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:412: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_mod_exp’: | |
ossl_bn.c:413: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:413: warning: ‘BN_mod_exp’ is deprecated (declared at /usr/include/openssl/bn.h:475) | |
ossl_bn.c:413: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:413: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_set_bit’: | |
ossl_bn.c:431: warning: ‘BN_set_bit’ is deprecated (declared at /usr/include/openssl/bn.h:503) | |
ossl_bn.c: In function ‘ossl_bn_clear_bit’: | |
ossl_bn.c:432: warning: ‘BN_clear_bit’ is deprecated (declared at /usr/include/openssl/bn.h:504) | |
ossl_bn.c: In function ‘ossl_bn_mask_bits’: | |
ossl_bn.c:433: warning: ‘BN_mask_bits’ is deprecated (declared at /usr/include/openssl/bn.h:488) | |
ossl_bn.c: In function ‘ossl_bn_is_bit_set’: | |
ossl_bn.c:447: warning: ‘BN_is_bit_set’ is deprecated (declared at /usr/include/openssl/bn.h:469) | |
ossl_bn.c: In function ‘ossl_bn_lshift’: | |
ossl_bn.c:477: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:477: warning: ‘BN_lshift’ is deprecated (declared at /usr/include/openssl/bn.h:470) | |
ossl_bn.c:477: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:477: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_rshift’: | |
ossl_bn.c:478: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:478: warning: ‘BN_rshift’ is deprecated (declared at /usr/include/openssl/bn.h:498) | |
ossl_bn.c:478: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:478: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_self_lshift’: | |
ossl_bn.c:497: warning: ‘BN_lshift’ is deprecated (declared at /usr/include/openssl/bn.h:470) | |
ossl_bn.c: In function ‘ossl_bn_self_rshift’: | |
ossl_bn.c:498: warning: ‘BN_rshift’ is deprecated (declared at /usr/include/openssl/bn.h:498) | |
ossl_bn.c: In function ‘ossl_bn_s_rand’: | |
ossl_bn.c:531: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:531: warning: ‘BN_rand’ is deprecated (declared at /usr/include/openssl/bn.h:411) | |
ossl_bn.c:531: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:531: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_s_pseudo_rand’: | |
ossl_bn.c:532: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:532: warning: ‘BN_pseudo_rand’ is deprecated (declared at /usr/include/openssl/bn.h:412) | |
ossl_bn.c:532: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:532: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_s_rand_range’: | |
ossl_bn.c:555: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:555: warning: ‘BN_rand_range’ is deprecated (declared at /usr/include/openssl/bn.h:413) | |
ossl_bn.c:555: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:555: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_s_pseudo_rand_range’: | |
ossl_bn.c:556: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:556: warning: ‘BN_pseudo_rand_range’ is deprecated (declared at /usr/include/openssl/bn.h:414) | |
ossl_bn.c:556: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:556: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_s_generate_prime’: | |
ossl_bn.c:586: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_bn.c:589: warning: ‘BN_generate_prime’ is deprecated (declared at /usr/include/openssl/bn.h:520) | |
ossl_bn.c:590: warning: ‘BN_free’ is deprecated (declared at /usr/include/openssl/bn.h:468) | |
ossl_bn.c:593: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_bn.c: In function ‘ossl_bn_num_bytes’: | |
ossl_bn.c:611: warning: ‘BN_num_bits’ is deprecated (declared at /usr/include/openssl/bn.h:415) | |
ossl_bn.c: In function ‘ossl_bn_num_bits’: | |
ossl_bn.c:612: warning: ‘BN_num_bits’ is deprecated (declared at /usr/include/openssl/bn.h:415) | |
ossl_bn.c: In function ‘ossl_bn_copy’: | |
ossl_bn.c:626: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_bn.c: In function ‘ossl_bn_cmp’: | |
ossl_bn.c:645: warning: ‘BN_cmp’ is deprecated (declared at /usr/include/openssl/bn.h:467) | |
ossl_bn.c: In function ‘ossl_bn_ucmp’: | |
ossl_bn.c:646: warning: ‘BN_ucmp’ is deprecated (declared at /usr/include/openssl/bn.h:502) | |
ossl_bn.c: In function ‘ossl_bn_is_prime’: | |
ossl_bn.c:676: warning: ‘BN_is_prime’ is deprecated (declared at /usr/include/openssl/bn.h:523) | |
ossl_bn.c: In function ‘ossl_bn_is_prime_fasttest’: | |
ossl_bn.c:715: warning: ‘BN_is_prime_fasttest’ is deprecated (declared at /usr/include/openssl/bn.h:526) | |
ossl_bn.c: In function ‘Init_ossl_bn’: | |
ossl_bn.c:738: warning: ‘BN_CTX_new’ is deprecated (declared at /usr/include/openssl/bn.h:403) | |
compiling ossl_cipher.c | |
In file included from ossl.h:32, | |
from ossl_cipher.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_cipher.c: In function ‘GetCipherPtr’: | |
ossl_cipher.c:44: warning: ‘EVP_CIPHER_CTX_cipher’ is deprecated (declared at /usr/include/openssl/evp.h:499) | |
ossl_cipher.c: In function ‘ossl_cipher_new’: | |
ossl_cipher.c:55: warning: ‘EVP_CIPHER_CTX_init’ is deprecated (declared at /usr/include/openssl/evp.h:636) | |
ossl_cipher.c:56: warning: ‘EVP_CipherInit_ex’ is deprecated (declared at /usr/include/openssl/evp.h:601) | |
ossl_cipher.c: In function ‘ossl_cipher_free’: | |
ossl_cipher.c:69: warning: ‘EVP_CIPHER_CTX_cleanup’ is deprecated (declared at /usr/include/openssl/evp.h:637) | |
ossl_cipher.c: In function ‘ossl_cipher_alloc’: | |
ossl_cipher.c:81: warning: ‘EVP_CIPHER_CTX_init’ is deprecated (declared at /usr/include/openssl/evp.h:636) | |
ossl_cipher.c: In function ‘ossl_cipher_initialize’: | |
ossl_cipher.c:103: warning: ‘EVP_get_cipherbyname’ is deprecated (declared at /usr/include/openssl/evp.h:848) | |
ossl_cipher.c:106: warning: ‘EVP_CipherInit_ex’ is deprecated (declared at /usr/include/openssl/evp.h:601) | |
ossl_cipher.c: In function ‘ossl_s_ciphers’: | |
ossl_cipher.c:149: warning: ‘OBJ_NAME_do_all_sorted’ is deprecated (declared at /usr/include/openssl/objects.h:1003) | |
ossl_cipher.c: In function ‘ossl_cipher_reset’: | |
ossl_cipher.c:171: warning: ‘EVP_CipherInit_ex’ is deprecated (declared at /usr/include/openssl/evp.h:601) | |
ossl_cipher.c: In function ‘ossl_cipher_init’: | |
ossl_cipher.c:206: warning: ‘EVP_BytesToKey’ is deprecated (declared at /usr/include/openssl/evp.h:572) | |
ossl_cipher.c:206: warning: ‘EVP_CIPHER_CTX_cipher’ is deprecated (declared at /usr/include/openssl/evp.h:499) | |
ossl_cipher.c:206: warning: ‘EVP_md5’ is deprecated (declared at /usr/include/openssl/evp.h:662) | |
ossl_cipher.c:214: warning: ‘EVP_CipherInit_ex’ is deprecated (declared at /usr/include/openssl/evp.h:601) | |
ossl_cipher.c: In function ‘ossl_cipher_pkcs5_keyivgen’: | |
ossl_cipher.c:287: warning: ‘EVP_md5’ is deprecated (declared at /usr/include/openssl/evp.h:662) | |
ossl_cipher.c:289: warning: ‘EVP_BytesToKey’ is deprecated (declared at /usr/include/openssl/evp.h:572) | |
ossl_cipher.c:289: warning: ‘EVP_CIPHER_CTX_cipher’ is deprecated (declared at /usr/include/openssl/evp.h:499) | |
ossl_cipher.c:291: warning: ‘EVP_CipherInit_ex’ is deprecated (declared at /usr/include/openssl/evp.h:601) | |
ossl_cipher.c:293: warning: ‘OPENSSL_cleanse’ is deprecated (declared at /usr/include/openssl/crypto.h:486) | |
ossl_cipher.c:294: warning: ‘OPENSSL_cleanse’ is deprecated (declared at /usr/include/openssl/crypto.h:486) | |
ossl_cipher.c: In function ‘ossl_cipher_update’: | |
ossl_cipher.c:343: warning: ‘EVP_CIPHER_CTX_block_size’ is deprecated (declared at /usr/include/openssl/evp.h:501) | |
ossl_cipher.c:352: warning: ‘EVP_CipherUpdate’ is deprecated (declared at /usr/include/openssl/evp.h:603) | |
ossl_cipher.c: In function ‘ossl_cipher_final’: | |
ossl_cipher.c:376: warning: ‘EVP_CIPHER_CTX_block_size’ is deprecated (declared at /usr/include/openssl/evp.h:501) | |
ossl_cipher.c:377: warning: ‘EVP_CipherFinal_ex’ is deprecated (declared at /usr/include/openssl/evp.h:605) | |
ossl_cipher.c: In function ‘ossl_cipher_name’: | |
ossl_cipher.c:398: warning: ‘OBJ_nid2sn’ is deprecated (declared at /usr/include/openssl/objects.h:1008) | |
ossl_cipher.c:398: warning: ‘EVP_CIPHER_nid’ is deprecated (declared at /usr/include/openssl/evp.h:491) | |
ossl_cipher.c:398: warning: ‘EVP_CIPHER_CTX_cipher’ is deprecated (declared at /usr/include/openssl/evp.h:499) | |
ossl_cipher.c: In function ‘ossl_cipher_set_key’: | |
ossl_cipher.c:417: warning: ‘EVP_CIPHER_CTX_key_length’ is deprecated (declared at /usr/include/openssl/evp.h:502) | |
ossl_cipher.c:420: warning: ‘EVP_CipherInit_ex’ is deprecated (declared at /usr/include/openssl/evp.h:601) | |
ossl_cipher.c: In function ‘ossl_cipher_set_iv’: | |
ossl_cipher.c:442: warning: ‘EVP_CIPHER_CTX_iv_length’ is deprecated (declared at /usr/include/openssl/evp.h:503) | |
ossl_cipher.c:445: warning: ‘EVP_CipherInit_ex’ is deprecated (declared at /usr/include/openssl/evp.h:601) | |
ossl_cipher.c: In function ‘ossl_cipher_set_key_length’: | |
ossl_cipher.c:470: warning: ‘EVP_CIPHER_CTX_set_key_length’ is deprecated (declared at /usr/include/openssl/evp.h:640) | |
ossl_cipher.c: In function ‘ossl_cipher_set_padding’: | |
ossl_cipher.c:494: warning: ‘EVP_CIPHER_CTX_set_padding’ is deprecated (declared at /usr/include/openssl/evp.h:641) | |
ossl_cipher.c: In function ‘ossl_cipher_key_length’: | |
ossl_cipher.c:510: warning: ‘EVP_CIPHER_key_length’ is deprecated (declared at /usr/include/openssl/evp.h:494) | |
ossl_cipher.c:510: warning: ‘EVP_CIPHER_CTX_cipher’ is deprecated (declared at /usr/include/openssl/evp.h:499) | |
ossl_cipher.c: In function ‘ossl_cipher_iv_length’: | |
ossl_cipher.c:511: warning: ‘EVP_CIPHER_iv_length’ is deprecated (declared at /usr/include/openssl/evp.h:495) | |
ossl_cipher.c:511: warning: ‘EVP_CIPHER_CTX_cipher’ is deprecated (declared at /usr/include/openssl/evp.h:499) | |
ossl_cipher.c: In function ‘ossl_cipher_block_size’: | |
ossl_cipher.c:512: warning: ‘EVP_CIPHER_block_size’ is deprecated (declared at /usr/include/openssl/evp.h:493) | |
ossl_cipher.c:512: warning: ‘EVP_CIPHER_CTX_cipher’ is deprecated (declared at /usr/include/openssl/evp.h:499) | |
compiling ossl_config.c | |
In file included from ossl.h:32, | |
from ossl_config.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_config.c: In function ‘GetConfigPtr’: | |
ossl_config.c:43: warning: ‘NCONF_new’ is deprecated (declared at /usr/include/openssl/conf.h:148) | |
ossl_config.c:45: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_config.c:48: warning: ‘NCONF_load_bio’ is deprecated (declared at /usr/include/openssl/conf.h:161) | |
ossl_config.c:49: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_config.c:50: warning: ‘NCONF_free’ is deprecated (declared at /usr/include/openssl/conf.h:154) | |
ossl_config.c:55: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_config.c: In function ‘Init_ossl_config’: | |
ossl_config.c:70: warning: ‘CONF_get1_default_config_file’ is deprecated (declared at /usr/include/openssl/conf.h:198) | |
ossl_config.c:73: warning: ‘CRYPTO_free’ is deprecated (declared at /usr/include/openssl/crypto.h:480) | |
compiling ossl_digest.c | |
In file included from ossl.h:32, | |
from ossl_digest.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_digest.c: In function ‘GetDigestPtr’: | |
ossl_digest.c:43: warning: ‘EVP_get_digestbyname’ is deprecated (declared at /usr/include/openssl/evp.h:849) | |
ossl_digest.c:51: warning: ‘EVP_MD_CTX_md’ is deprecated (declared at /usr/include/openssl/evp.h:486) | |
ossl_digest.c: In function ‘ossl_digest_new’: | |
ossl_digest.c:65: warning: ‘EVP_DigestInit_ex’ is deprecated (declared at /usr/include/openssl/evp.h:555) | |
ossl_digest.c: In function ‘ossl_digest_alloc’: | |
ossl_digest.c:79: warning: ‘EVP_MD_CTX_create’ is deprecated (declared at /usr/include/openssl/evp.h:549) | |
ossl_digest.c:82: warning: ‘EVP_MD_CTX_destroy’ is deprecated (declared at /usr/include/openssl/evp.h:550) | |
ossl_digest.c: In function ‘ossl_digest_initialize’: | |
ossl_digest.c:107: warning: ‘EVP_DigestInit_ex’ is deprecated (declared at /usr/include/openssl/evp.h:555) | |
ossl_digest.c: In function ‘ossl_digest_copy’: | |
ossl_digest.c:124: warning: ‘EVP_MD_CTX_copy’ is deprecated (declared at /usr/include/openssl/evp.h:562) | |
ossl_digest.c: In function ‘ossl_digest_reset’: | |
ossl_digest.c:141: warning: ‘EVP_DigestInit_ex’ is deprecated (declared at /usr/include/openssl/evp.h:555) | |
ossl_digest.c:141: warning: ‘EVP_MD_CTX_md’ is deprecated (declared at /usr/include/openssl/evp.h:486) | |
ossl_digest.c: In function ‘ossl_digest_update’: | |
ossl_digest.c:158: warning: ‘EVP_DigestUpdate’ is deprecated (declared at /usr/include/openssl/evp.h:557) | |
ossl_digest.c: In function ‘ossl_digest_finish’: | |
ossl_digest.c:179: warning: ‘EVP_MD_size’ is deprecated (declared at /usr/include/openssl/evp.h:483) | |
ossl_digest.c:179: warning: ‘EVP_MD_CTX_md’ is deprecated (declared at /usr/include/openssl/evp.h:486) | |
ossl_digest.c:182: warning: ‘EVP_MD_size’ is deprecated (declared at /usr/include/openssl/evp.h:483) | |
ossl_digest.c:182: warning: ‘EVP_MD_CTX_md’ is deprecated (declared at /usr/include/openssl/evp.h:486) | |
ossl_digest.c:185: warning: ‘EVP_DigestFinal_ex’ is deprecated (declared at /usr/include/openssl/evp.h:558) | |
ossl_digest.c: In function ‘ossl_digest_name’: | |
ossl_digest.c:202: warning: ‘OBJ_nid2sn’ is deprecated (declared at /usr/include/openssl/objects.h:1008) | |
ossl_digest.c:202: warning: ‘EVP_MD_type’ is deprecated (declared at /usr/include/openssl/evp.h:479) | |
ossl_digest.c:202: warning: ‘EVP_MD_CTX_md’ is deprecated (declared at /usr/include/openssl/evp.h:486) | |
ossl_digest.c: In function ‘ossl_digest_size’: | |
ossl_digest.c:218: warning: ‘EVP_MD_size’ is deprecated (declared at /usr/include/openssl/evp.h:483) | |
ossl_digest.c:218: warning: ‘EVP_MD_CTX_md’ is deprecated (declared at /usr/include/openssl/evp.h:486) | |
ossl_digest.c: In function ‘ossl_digest_block_length’: | |
ossl_digest.c:228: warning: ‘EVP_MD_block_size’ is deprecated (declared at /usr/include/openssl/evp.h:484) | |
ossl_digest.c:228: warning: ‘EVP_MD_CTX_md’ is deprecated (declared at /usr/include/openssl/evp.h:486) | |
compiling ossl_engine.c | |
In file included from ossl.h:32, | |
from ossl_engine.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_engine.c: In function ‘ossl_engine_s_load’: | |
ossl_engine.c:59: warning: ‘ENGINE_load_builtin_engines’ is deprecated (declared at /usr/include/openssl/engine.h:343) | |
ossl_engine.c:95: warning: ‘ENGINE_load_openssl’ is deprecated (declared at /usr/include/openssl/engine.h:326) | |
ossl_engine.c: In function ‘ossl_engine_s_cleanup’: | |
ossl_engine.c:105: warning: ‘ENGINE_cleanup’ is deprecated (declared at /usr/include/openssl/engine.h:490) | |
ossl_engine.c: In function ‘ossl_engine_s_engines’: | |
ossl_engine.c:117: warning: ‘ENGINE_get_first’ is deprecated (declared at /usr/include/openssl/engine.h:314) | |
ossl_engine.c:117: warning: ‘ENGINE_get_next’ is deprecated (declared at /usr/include/openssl/engine.h:317) | |
ossl_engine.c:118: warning: ‘ENGINE_free’ is deprecated (declared at /usr/include/openssl/engine.h:457) | |
ossl_engine.c: In function ‘ossl_engine_s_by_id’: | |
ossl_engine.c:133: warning: ‘ENGINE_by_id’ is deprecated (declared at /usr/include/openssl/engine.h:324) | |
ossl_engine.c:135: warning: ‘ENGINE_free’ is deprecated (declared at /usr/include/openssl/engine.h:457) | |
ossl_engine.c:137: warning: ‘ENGINE_init’ is deprecated (declared at /usr/include/openssl/engine.h:534) | |
ossl_engine.c:139: warning: ‘ENGINE_ctrl’ is deprecated (declared at /usr/include/openssl/engine.h:413) | |
ossl_engine.c:141: warning: ‘ERR_clear_error’ is deprecated (declared at /usr/include/openssl/err.h:278) | |
ossl_engine.c: In function ‘ossl_engine_s_alloc’: | |
ossl_engine.c:152: warning: ‘ENGINE_new’ is deprecated (declared at /usr/include/openssl/engine.h:456) | |
ossl_engine.c:155: warning: ‘ENGINE_free’ is deprecated (declared at /usr/include/openssl/engine.h:457) | |
ossl_engine.c: In function ‘ossl_engine_get_id’: | |
ossl_engine.c:165: warning: ‘ENGINE_get_id’ is deprecated (declared at /usr/include/openssl/engine.h:496) | |
ossl_engine.c: In function ‘ossl_engine_get_name’: | |
ossl_engine.c:173: warning: ‘ENGINE_get_name’ is deprecated (declared at /usr/include/openssl/engine.h:497) | |
ossl_engine.c: In function ‘ossl_engine_finish’: | |
ossl_engine.c:182: warning: ‘ENGINE_finish’ is deprecated (declared at /usr/include/openssl/engine.h:538) | |
ossl_engine.c: In function ‘ossl_engine_get_cipher’: | |
ossl_engine.c:197: warning: ‘EVP_get_cipherbyname’ is deprecated (declared at /usr/include/openssl/evp.h:848) | |
ossl_engine.c:199: warning: ‘EVP_CIPHER_nid’ is deprecated (declared at /usr/include/openssl/evp.h:491) | |
ossl_engine.c:201: warning: ‘ENGINE_get_cipher’ is deprecated (declared at /usr/include/openssl/engine.h:514) | |
ossl_engine.c: In function ‘ossl_engine_get_digest’: | |
ossl_engine.c:220: warning: ‘EVP_get_digestbyname’ is deprecated (declared at /usr/include/openssl/evp.h:849) | |
ossl_engine.c:222: warning: ‘EVP_MD_type’ is deprecated (declared at /usr/include/openssl/evp.h:479) | |
ossl_engine.c:224: warning: ‘ENGINE_get_digest’ is deprecated (declared at /usr/include/openssl/engine.h:515) | |
ossl_engine.c: In function ‘ossl_engine_load_privkey’: | |
ossl_engine.c:248: warning: ‘ENGINE_load_private_key’ is deprecated (declared at /usr/include/openssl/engine.h:544) | |
ossl_engine.c: In function ‘ossl_engine_load_pubkey’: | |
ossl_engine.c:272: warning: ‘ENGINE_load_public_key’ is deprecated (declared at /usr/include/openssl/engine.h:546) | |
ossl_engine.c: In function ‘ossl_engine_set_default’: | |
ossl_engine.c:286: warning: ‘ENGINE_set_default’ is deprecated (declared at /usr/include/openssl/engine.h:588) | |
ossl_engine.c: In function ‘ossl_engine_ctrl_cmd’: | |
ossl_engine.c:302: warning: ‘ENGINE_ctrl_cmd_string’ is deprecated (declared at /usr/include/openssl/engine.h:448) | |
ossl_engine.c: In function ‘ossl_engine_get_cmds’: | |
ossl_engine.c:330: warning: ‘ENGINE_get_cmd_defns’ is deprecated (declared at /usr/include/openssl/engine.h:516) | |
compiling ossl_hmac.c | |
In file included from ossl.h:32, | |
from ossl_hmac.c:13: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_hmac.c: In function ‘ossl_hmac_free’: | |
ossl_hmac.c:44: warning: ‘HMAC_CTX_cleanup’ is deprecated (declared at /usr/include/openssl/hmac.h:91) | |
ossl_hmac.c: In function ‘ossl_hmac_alloc’: | |
ossl_hmac.c:55: warning: ‘HMAC_CTX_init’ is deprecated (declared at /usr/include/openssl/hmac.h:90) | |
ossl_hmac.c: In function ‘ossl_hmac_initialize’: | |
ossl_hmac.c:73: warning: ‘HMAC_Init’ is deprecated (declared at /usr/include/openssl/hmac.h:96) | |
ossl_hmac.c: In function ‘ossl_hmac_update’: | |
ossl_hmac.c:106: warning: ‘HMAC_Update’ is deprecated (declared at /usr/include/openssl/hmac.h:99) | |
ossl_hmac.c: In function ‘hmac_final’: | |
ossl_hmac.c:117: warning: ‘CRYPTO_malloc’ is deprecated (declared at /usr/include/openssl/crypto.h:478) | |
ossl_hmac.c:117: warning: ‘EVP_MD_size’ is deprecated (declared at /usr/include/openssl/evp.h:483) | |
ossl_hmac.c:118: warning: ‘HMAC_CTX_cleanup’ is deprecated (declared at /usr/include/openssl/hmac.h:91) | |
ossl_hmac.c:119: warning: ‘EVP_MD_size’ is deprecated (declared at /usr/include/openssl/evp.h:483) | |
ossl_hmac.c:122: warning: ‘HMAC_Final’ is deprecated (declared at /usr/include/openssl/hmac.h:100) | |
ossl_hmac.c:123: warning: ‘HMAC_CTX_cleanup’ is deprecated (declared at /usr/include/openssl/hmac.h:91) | |
ossl_hmac.c: In function ‘ossl_hmac_hexdigest’: | |
ossl_hmac.c:162: warning: ‘CRYPTO_free’ is deprecated (declared at /usr/include/openssl/crypto.h:480) | |
ossl_hmac.c:165: warning: ‘CRYPTO_free’ is deprecated (declared at /usr/include/openssl/crypto.h:480) | |
ossl_hmac.c: In function ‘ossl_hmac_reset’: | |
ossl_hmac.c:182: warning: ‘HMAC_Init’ is deprecated (declared at /usr/include/openssl/hmac.h:96) | |
ossl_hmac.c: In function ‘ossl_hmac_s_digest’: | |
ossl_hmac.c:200: warning: ‘HMAC’ is deprecated (declared at /usr/include/openssl/hmac.h:103) | |
ossl_hmac.c: In function ‘ossl_hmac_s_hexdigest’: | |
ossl_hmac.c:221: warning: ‘HMAC’ is deprecated (declared at /usr/include/openssl/hmac.h:103) | |
compiling ossl_ns_spki.c | |
In file included from ossl.h:32, | |
from ossl_ns_spki.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_ns_spki.c: In function ‘ossl_spki_initialize’: | |
ossl_ns_spki.c:65: warning: ‘NETSCAPE_SPKI_b64_decode’ is deprecated (declared at /usr/include/openssl/x509.h:762) | |
ossl_ns_spki.c:73: warning: ‘ERR_clear_error’ is deprecated (declared at /usr/include/openssl/err.h:278) | |
ossl_ns_spki.c: In function ‘ossl_spki_to_pem’: | |
ossl_ns_spki.c:106: warning: ‘NETSCAPE_SPKI_b64_encode’ is deprecated (declared at /usr/include/openssl/x509.h:763) | |
ossl_ns_spki.c: In function ‘ossl_spki_print’: | |
ossl_ns_spki.c:123: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_ns_spki.c:123: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_ns_spki.c:126: warning: ‘NETSCAPE_SPKI_print’ is deprecated (declared at /usr/include/openssl/x509.h:767) | |
ossl_ns_spki.c:127: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_ns_spki.c:130: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_ns_spki.c:132: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_ns_spki.c: In function ‘ossl_spki_get_public_key’: | |
ossl_ns_spki.c:144: warning: ‘NETSCAPE_SPKI_get_pubkey’ is deprecated (declared at /usr/include/openssl/x509.h:764) | |
ossl_ns_spki.c: In function ‘ossl_spki_set_public_key’: | |
ossl_ns_spki.c:157: warning: ‘NETSCAPE_SPKI_set_pubkey’ is deprecated (declared at /usr/include/openssl/x509.h:765) | |
ossl_ns_spki.c: In function ‘ossl_spki_set_challenge’: | |
ossl_ns_spki.c:186: warning: ‘ASN1_STRING_set’ is deprecated (declared at /usr/include/openssl/asn1.h:795) | |
ossl_ns_spki.c: In function ‘ossl_spki_sign’: | |
ossl_ns_spki.c:204: warning: ‘NETSCAPE_SPKI_sign’ is deprecated (declared at /usr/include/openssl/x509.h:774) | |
ossl_ns_spki.c: In function ‘ossl_spki_verify’: | |
ossl_ns_spki.c:220: warning: ‘NETSCAPE_SPKI_verify’ is deprecated (declared at /usr/include/openssl/x509.h:760) | |
compiling ossl_ocsp.c | |
In file included from ossl.h:32, | |
from ossl_ocsp.c:12: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_ocsp.c: In function ‘ossl_ocspreq_add_nonce’: | |
ossl_ocsp.c:132: warning: ‘OCSP_request_add1_nonce’ is deprecated (declared at /usr/include/openssl/ocsp.h:420) | |
ossl_ocsp.c:137: warning: ‘OCSP_request_add1_nonce’ is deprecated (declared at /usr/include/openssl/ocsp.h:420) | |
ossl_ocsp.c: In function ‘ossl_ocspreq_check_nonce’: | |
ossl_ocsp.c:165: warning: ‘OCSP_check_nonce’ is deprecated (declared at /usr/include/openssl/ocsp.h:422) | |
ossl_ocsp.c: In function ‘ossl_ocspreq_add_certid’: | |
ossl_ocsp.c:178: warning: ‘OCSP_request_add0_id’ is deprecated (declared at /usr/include/openssl/ocsp.h:418) | |
ossl_ocsp.c:178: warning: ‘ASN1_dup’ is deprecated (declared at /usr/include/openssl/asn1.h:935) | |
ossl_ocsp.c: In function ‘ossl_ocspreq_get_certid’: | |
ossl_ocsp.c:194: warning: ‘OCSP_request_onereq_count’ is deprecated (declared at /usr/include/openssl/ocsp.h:461) | |
ossl_ocsp.c:197: warning: ‘OCSP_request_onereq_get0’ is deprecated (declared at /usr/include/openssl/ocsp.h:462) | |
ossl_ocsp.c:198: warning: ‘ASN1_dup’ is deprecated (declared at /usr/include/openssl/asn1.h:935) | |
ossl_ocsp.c:198: warning: ‘OCSP_onereq_get0_id’ is deprecated (declared at /usr/include/openssl/ocsp.h:463) | |
ossl_ocsp.c: In function ‘ossl_ocspreq_sign’: | |
ossl_ocsp.c:223: warning: ‘sk_new_null’ is deprecated (declared at /usr/include/openssl/stack.h:87) | |
ossl_ocsp.c:228: warning: ‘OCSP_request_sign’ is deprecated (declared at /usr/include/openssl/ocsp.h:433) | |
ossl_ocsp.c:228: warning: ‘EVP_sha1’ is deprecated (declared at /usr/include/openssl/evp.h:666) | |
ossl_ocsp.c:229: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_ocsp.c: In function ‘ossl_ocspreq_verify’: | |
ossl_ocsp.c:249: warning: ‘OCSP_request_verify’ is deprecated (declared at /usr/include/openssl/ocsp.h:454) | |
ossl_ocsp.c:250: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_ocsp.c:251: warning: ‘ERR_error_string’ is deprecated (declared at /usr/include/openssl/err.h:279) | |
ossl_ocsp.c:251: warning: ‘ERR_peek_error’ is deprecated (declared at /usr/include/openssl/err.h:270) | |
ossl_ocsp.c: In function ‘ossl_ocspres_s_create’: | |
ossl_ocsp.c:289: warning: ‘OCSP_response_create’ is deprecated (declared at /usr/include/openssl/ocsp.h:468) | |
ossl_ocsp.c: In function ‘ossl_ocspres_status’: | |
ossl_ocsp.c:336: warning: ‘OCSP_response_status’ is deprecated (declared at /usr/include/openssl/ocsp.h:435) | |
ossl_ocsp.c: In function ‘ossl_ocspres_status_string’: | |
ossl_ocsp.c:348: warning: ‘OCSP_response_status’ is deprecated (declared at /usr/include/openssl/ocsp.h:435) | |
ossl_ocsp.c:350: warning: ‘OCSP_response_status_str’ is deprecated (declared at /usr/include/openssl/ocsp.h:554) | |
ossl_ocsp.c: In function ‘ossl_ocspres_get_basic’: | |
ossl_ocsp.c:361: warning: ‘OCSP_response_get1_basic’ is deprecated (declared at /usr/include/openssl/ocsp.h:436) | |
ossl_ocsp.c: In function ‘ossl_ocspbres_copy_nonce’: | |
ossl_ocsp.c:419: warning: ‘OCSP_copy_nonce’ is deprecated (declared at /usr/include/openssl/ocsp.h:423) | |
ossl_ocsp.c: In function ‘ossl_ocspbres_add_nonce’: | |
ossl_ocsp.c:434: warning: ‘OCSP_basic_add1_nonce’ is deprecated (declared at /usr/include/openssl/ocsp.h:421) | |
ossl_ocsp.c:439: warning: ‘OCSP_basic_add1_nonce’ is deprecated (declared at /usr/include/openssl/ocsp.h:421) | |
ossl_ocsp.c: In function ‘ossl_ocspbres_add_status’: | |
ossl_ocsp.c:473: warning: ‘X509_gmtime_adj’ is deprecated (declared at /usr/include/openssl/x509.h:884) | |
ossl_ocsp.c:477: warning: ‘X509_gmtime_adj’ is deprecated (declared at /usr/include/openssl/x509.h:884) | |
ossl_ocsp.c:480: warning: ‘X509_gmtime_adj’ is deprecated (declared at /usr/include/openssl/x509.h:884) | |
ossl_ocsp.c:484: warning: ‘OCSP_basic_add1_status’ is deprecated (declared at /usr/include/openssl/ocsp.h:473) | |
ossl_ocsp.c:491: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_ocsp.c:495: warning: ‘OCSP_SINGLERESP_add_ext’ is deprecated (declared at /usr/include/openssl/ocsp.h:536) | |
ossl_ocsp.c: In function ‘ossl_ocspbres_get_status’: | |
ossl_ocsp.c:528: warning: ‘OCSP_resp_count’ is deprecated (declared at /usr/include/openssl/ocsp.h:438) | |
ossl_ocsp.c:530: warning: ‘OCSP_resp_get0’ is deprecated (declared at /usr/include/openssl/ocsp.h:439) | |
ossl_ocsp.c:534: warning: ‘OCSP_single_get0_status’ is deprecated (declared at /usr/include/openssl/ocsp.h:444) | |
ossl_ocsp.c:537: warning: ‘ASN1_dup’ is deprecated (declared at /usr/include/openssl/asn1.h:935) | |
ossl_ocsp.c:547: warning: ‘OCSP_SINGLERESP_get_ext_count’ is deprecated (declared at /usr/include/openssl/ocsp.h:527) | |
ossl_ocsp.c:549: warning: ‘OCSP_SINGLERESP_get_ext’ is deprecated (declared at /usr/include/openssl/ocsp.h:531) | |
ossl_ocsp.c: In function ‘ossl_ocspbres_sign’: | |
ossl_ocsp.c:575: warning: ‘sk_new_null’ is deprecated (declared at /usr/include/openssl/stack.h:87) | |
ossl_ocsp.c:582: warning: ‘OCSP_basic_sign’ is deprecated (declared at /usr/include/openssl/ocsp.h:477) | |
ossl_ocsp.c:582: warning: ‘EVP_sha1’ is deprecated (declared at /usr/include/openssl/evp.h:666) | |
ossl_ocsp.c:583: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_ocsp.c: In function ‘ossl_ocspbres_verify’: | |
ossl_ocsp.c:603: warning: ‘OCSP_basic_verify’ is deprecated (declared at /usr/include/openssl/ocsp.h:562) | |
ossl_ocsp.c:604: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_ocsp.c:605: warning: ‘ERR_error_string’ is deprecated (declared at /usr/include/openssl/err.h:279) | |
ossl_ocsp.c:605: warning: ‘ERR_peek_error’ is deprecated (declared at /usr/include/openssl/err.h:270) | |
ossl_ocsp.c: In function ‘ossl_ocspcid_initialize’: | |
ossl_ocsp.c:634: warning: ‘OCSP_cert_to_id’ is deprecated (declared at /usr/include/openssl/ocsp.h:411) | |
ossl_ocsp.c: In function ‘ossl_ocspcid_cmp’: | |
ossl_ocsp.c:651: warning: ‘OCSP_id_cmp’ is deprecated (declared at /usr/include/openssl/ocsp.h:459) | |
ossl_ocsp.c: In function ‘ossl_ocspcid_cmp_issuer’: | |
ossl_ocsp.c:664: warning: ‘OCSP_id_issuer_cmp’ is deprecated (declared at /usr/include/openssl/ocsp.h:458) | |
compiling ossl_pkcs12.c | |
In file included from ossl.h:32, | |
from ossl_pkcs12.c:6: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_pkcs12.c: In function ‘ossl_pkcs12_s_create’: | |
ossl_pkcs12.c:93: warning: ‘OBJ_txt2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1012) | |
ossl_pkcs12.c:97: warning: ‘OBJ_txt2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1012) | |
ossl_pkcs12.c:107: warning: ‘PKCS12_create’ is deprecated (declared at /usr/include/openssl/pkcs12.h:253) | |
ossl_pkcs12.c:109: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_pkcs12.c: In function ‘ossl_pkcs12_initialize’: | |
ossl_pkcs12.c:144: warning: ‘d2i_PKCS12_bio’ is deprecated (declared at /usr/include/openssl/pkcs12.h:265) | |
ossl_pkcs12.c:145: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs12.c:148: warning: ‘PKCS12_parse’ is deprecated (declared at /usr/include/openssl/pkcs12.h:250) | |
ossl_pkcs12.c:163: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
compiling ossl_pkcs5.c | |
In file included from ossl.h:32, | |
from ossl_pkcs5.c:5: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_pkcs5.c: In function ‘ossl_pkcs5_pbkdf2_hmac_sha1’: | |
ossl_pkcs5.c:78: warning: ‘PKCS5_PBKDF2_HMAC_SHA1’ is deprecated (declared at /usr/include/openssl/evp.h:920) | |
compiling ossl_pkcs7.c | |
In file included from ossl.h:32, | |
from ossl_pkcs7.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_pkcs7.c: In function ‘ossl_pkcs7si_new’: | |
ossl_pkcs7.c:89: warning: ‘ASN1_dup’ is deprecated (declared at /usr/include/openssl/asn1.h:935) | |
ossl_pkcs7.c: In function ‘DupPKCS7SignerPtr’: | |
ossl_pkcs7.c:102: warning: ‘ASN1_dup’ is deprecated (declared at /usr/include/openssl/asn1.h:935) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7ri_new’: | |
ossl_pkcs7.c:115: warning: ‘ASN1_dup’ is deprecated (declared at /usr/include/openssl/asn1.h:935) | |
ossl_pkcs7.c: In function ‘DupPKCS7RecipientPtr’: | |
ossl_pkcs7.c:128: warning: ‘ASN1_dup’ is deprecated (declared at /usr/include/openssl/asn1.h:935) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_s_read_smime’: | |
ossl_pkcs7.c:148: warning: ‘SMIME_read_PKCS7’ is deprecated (declared at /usr/include/openssl/pkcs7.h:373) | |
ossl_pkcs7.c:149: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_s_write_smime’: | |
ossl_pkcs7.c:176: warning: ‘OBJ_obj2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1009) | |
ossl_pkcs7.c:176: warning: ‘PKCS7_ctrl’ is deprecated (declared at /usr/include/openssl/pkcs7.h:313) | |
ossl_pkcs7.c:179: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_pkcs7.c:179: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_pkcs7.c:180: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c:183: warning: ‘SMIME_write_PKCS7’ is deprecated (declared at /usr/include/openssl/pkcs7.h:372) | |
ossl_pkcs7.c:184: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c:185: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c:188: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_s_sign’: | |
ossl_pkcs7.c:219: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c:223: warning: ‘PKCS7_sign’ is deprecated (declared at /usr/include/openssl/pkcs7.h:359) | |
ossl_pkcs7.c:224: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c:225: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_pkcs7.c:231: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c:232: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_s_encrypt’: | |
ossl_pkcs7.c:255: warning: ‘EVP_rc2_40_cbc’ is deprecated (declared at /usr/include/openssl/evp.h:737) | |
ossl_pkcs7.c:272: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c:275: warning: ‘PKCS7_encrypt’ is deprecated (declared at /usr/include/openssl/pkcs7.h:364) | |
ossl_pkcs7.c:276: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c:277: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_pkcs7.c:280: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c:283: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_initialize’: | |
ossl_pkcs7.c:322: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_pkcs7.c:323: warning: ‘d2i_PKCS7_bio’ is deprecated (declared at /usr/include/openssl/pkcs7.h:294) | |
ossl_pkcs7.c:325: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_copy’: | |
ossl_pkcs7.c:343: warning: ‘PKCS7_dup’ is deprecated (declared at /usr/include/openssl/pkcs7.h:293) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_set_type’: | |
ossl_pkcs7.c:396: warning: ‘PKCS7_set_type’ is deprecated (declared at /usr/include/openssl/pkcs7.h:315) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_get_type’: | |
ossl_pkcs7.c:412: warning: ‘OBJ_obj2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1009) | |
ossl_pkcs7.c:414: warning: ‘OBJ_obj2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1009) | |
ossl_pkcs7.c:416: warning: ‘OBJ_obj2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1009) | |
ossl_pkcs7.c:418: warning: ‘OBJ_obj2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1009) | |
ossl_pkcs7.c:420: warning: ‘OBJ_obj2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1009) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_set_detached’: | |
ossl_pkcs7.c:433: warning: ‘PKCS7_ctrl’ is deprecated (declared at /usr/include/openssl/pkcs7.h:313) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_get_detached’: | |
ossl_pkcs7.c:444: warning: ‘PKCS7_ctrl’ is deprecated (declared at /usr/include/openssl/pkcs7.h:313) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_detached_p’: | |
ossl_pkcs7.c:452: warning: ‘OBJ_obj2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1009) | |
ossl_pkcs7.c:452: warning: ‘PKCS7_ctrl’ is deprecated (declared at /usr/include/openssl/pkcs7.h:313) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_set_cipher’: | |
ossl_pkcs7.c:461: warning: ‘PKCS7_set_cipher’ is deprecated (declared at /usr/include/openssl/pkcs7.h:343) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_add_signer’: | |
ossl_pkcs7.c:476: warning: ‘PKCS7_add_signer’ is deprecated (declared at /usr/include/openssl/pkcs7.h:320) | |
ossl_pkcs7.c:480: warning: ‘OBJ_obj2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1009) | |
ossl_pkcs7.c:481: warning: ‘PKCS7_add_signed_attribute’ is deprecated (declared at /usr/include/openssl/pkcs7.h:348) | |
ossl_pkcs7.c:482: warning: ‘OBJ_nid2obj’ is deprecated (declared at /usr/include/openssl/objects.h:1006) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_get_signer’: | |
ossl_pkcs7.c:498: warning: ‘PKCS7_get_signer_info’ is deprecated (declared at /usr/include/openssl/pkcs7.h:338) | |
ossl_pkcs7.c:502: warning: ‘sk_num’ is deprecated (declared at /usr/include/openssl/stack.h:81) | |
ossl_pkcs7.c:507: warning: ‘sk_value’ is deprecated (declared at /usr/include/openssl/stack.h:82) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_add_recipient’: | |
ossl_pkcs7.c:522: warning: ‘PKCS7_add_recipient_info’ is deprecated (declared at /usr/include/openssl/pkcs7.h:341) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_get_recipient’: | |
ossl_pkcs7.c:540: warning: ‘OBJ_obj2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1009) | |
ossl_pkcs7.c:542: warning: ‘OBJ_obj2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1009) | |
ossl_pkcs7.c:546: warning: ‘sk_num’ is deprecated (declared at /usr/include/openssl/stack.h:81) | |
ossl_pkcs7.c:551: warning: ‘sk_value’ is deprecated (declared at /usr/include/openssl/stack.h:82) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_add_certificate’: | |
ossl_pkcs7.c:566: warning: ‘PKCS7_add_certificate’ is deprecated (declared at /usr/include/openssl/pkcs7.h:321) | |
ossl_pkcs7.c: In function ‘pkcs7_get_certs’: | |
ossl_pkcs7.c:581: warning: ‘OBJ_obj2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1009) | |
ossl_pkcs7.c: In function ‘pkcs7_get_crls’: | |
ossl_pkcs7.c:604: warning: ‘OBJ_obj2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1009) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_set_certificates’: | |
ossl_pkcs7.c:632: warning: ‘sk_pop’ is deprecated (declared at /usr/include/openssl/stack.h:98) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_add_crl’: | |
ossl_pkcs7.c:652: warning: ‘PKCS7_add_crl’ is deprecated (declared at /usr/include/openssl/pkcs7.h:322) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_set_crls’: | |
ossl_pkcs7.c:672: warning: ‘sk_pop’ is deprecated (declared at /usr/include/openssl/stack.h:98) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_verify’: | |
ossl_pkcs7.c:704: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c:710: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_pkcs7.c:710: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_pkcs7.c:711: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c:712: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_pkcs7.c:715: warning: ‘PKCS7_verify’ is deprecated (declared at /usr/include/openssl/pkcs7.h:361) | |
ossl_pkcs7.c:716: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c:718: warning: ‘ERR_reason_error_string’ is deprecated (declared at /usr/include/openssl/err.h:283) | |
ossl_pkcs7.c:718: warning: ‘ERR_get_error’ is deprecated (declared at /usr/include/openssl/err.h:266) | |
ossl_pkcs7.c:720: warning: ‘ERR_clear_error’ is deprecated (declared at /usr/include/openssl/err.h:278) | |
ossl_pkcs7.c:723: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_decrypt’: | |
ossl_pkcs7.c:744: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_pkcs7.c:744: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_pkcs7.c:746: warning: ‘PKCS7_decrypt’ is deprecated (declared at /usr/include/openssl/pkcs7.h:365) | |
ossl_pkcs7.c:747: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_add_data’: | |
ossl_pkcs7.c:765: warning: ‘OBJ_obj2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1009) | |
ossl_pkcs7.c:766: warning: ‘PKCS7_content_new’ is deprecated (declared at /usr/include/openssl/pkcs7.h:323) | |
ossl_pkcs7.c:769: warning: ‘PKCS7_dataInit’ is deprecated (declared at /usr/include/openssl/pkcs7.h:329) | |
ossl_pkcs7.c:771: warning: ‘BIO_read’ is deprecated (declared at /usr/include/openssl/bio.h:585) | |
ossl_pkcs7.c:773: warning: ‘BIO_write’ is deprecated (declared at /usr/include/openssl/bio.h:587) | |
ossl_pkcs7.c:776: warning: ‘PKCS7_dataFinal’ is deprecated (declared at /usr/include/openssl/pkcs7.h:330) | |
ossl_pkcs7.c:780: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c:781: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c:782: warning: ‘ERR_peek_error’ is deprecated (declared at /usr/include/openssl/err.h:270) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7_to_pem’: | |
ossl_pkcs7.c:817: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_pkcs7.c:817: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_pkcs7.c:821: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7si_initialize’: | |
ossl_pkcs7.c:858: warning: ‘PKCS7_SIGNER_INFO_set’ is deprecated (declared at /usr/include/openssl/pkcs7.h:319) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7si_get_signed_time’: | |
ossl_pkcs7.c:893: warning: ‘PKCS7_get_signed_attribute’ is deprecated (declared at /usr/include/openssl/pkcs7.h:352) | |
ossl_pkcs7.c: In function ‘ossl_pkcs7ri_initialize’: | |
ossl_pkcs7.c:933: warning: ‘PKCS7_RECIP_INFO_set’ is deprecated (declared at /usr/include/openssl/pkcs7.h:342) | |
compiling ossl_pkey.c | |
In file included from ossl.h:32, | |
from ossl_pkey.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_pkey.c: In function ‘ossl_pkey_new’: | |
ossl_pkey.c:45: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey.c: In function ‘DupPKeyPtr’: | |
ossl_pkey.c:117: warning: ‘CRYPTO_add_lock’ is deprecated (declared at /usr/include/openssl/crypto.h:430) | |
ossl_pkey.c: In function ‘DupPrivPKeyPtr’: | |
ossl_pkey.c:131: warning: ‘CRYPTO_add_lock’ is deprecated (declared at /usr/include/openssl/crypto.h:430) | |
ossl_pkey.c: In function ‘ossl_pkey_alloc’: | |
ossl_pkey.c:145: warning: ‘EVP_PKEY_new’ is deprecated (declared at /usr/include/openssl/evp.h:884) | |
ossl_pkey.c:148: warning: ‘EVP_PKEY_free’ is deprecated (declared at /usr/include/openssl/evp.h:885) | |
ossl_pkey.c: In function ‘ossl_pkey_sign’: | |
ossl_pkey.c:174: warning: ‘EVP_DigestInit’ is deprecated (declared at /usr/include/openssl/evp.h:563) | |
ossl_pkey.c:176: warning: ‘EVP_DigestUpdate’ is deprecated (declared at /usr/include/openssl/evp.h:557) | |
ossl_pkey.c:177: warning: ‘EVP_PKEY_size’ is deprecated (declared at /usr/include/openssl/evp.h:860) | |
ossl_pkey.c:178: warning: ‘EVP_SignFinal’ is deprecated (declared at /usr/include/openssl/evp.h:608) | |
ossl_pkey.c: In function ‘ossl_pkey_verify’: | |
ossl_pkey.c:193: warning: ‘EVP_DigestInit’ is deprecated (declared at /usr/include/openssl/evp.h:563) | |
ossl_pkey.c:196: warning: ‘EVP_DigestUpdate’ is deprecated (declared at /usr/include/openssl/evp.h:557) | |
ossl_pkey.c:197: warning: ‘EVP_VerifyFinal’ is deprecated (declared at /usr/include/openssl/evp.h:611) | |
compiling ossl_pkey_dh.c | |
In file included from ossl.h:32, | |
from ossl_pkey_dh.c:13: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_pkey_dh.c: In function ‘dh_instance’: | |
ossl_pkey_dh.c:49: warning: ‘EVP_PKEY_new’ is deprecated (declared at /usr/include/openssl/evp.h:884) | |
ossl_pkey_dh.c:52: warning: ‘EVP_PKEY_assign’ is deprecated (declared at /usr/include/openssl/evp.h:861) | |
ossl_pkey_dh.c:53: warning: ‘EVP_PKEY_free’ is deprecated (declared at /usr/include/openssl/evp.h:885) | |
ossl_pkey_dh.c:56: warning: ‘EVP_PKEY_free’ is deprecated (declared at /usr/include/openssl/evp.h:885) | |
ossl_pkey_dh.c: In function ‘ossl_dh_new’: | |
ossl_pkey_dh.c:67: warning: ‘DH_new’ is deprecated (declared at /usr/include/openssl/dh.h:184) | |
ossl_pkey_dh.c:69: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dh.c:72: warning: ‘EVP_PKEY_free’ is deprecated (declared at /usr/include/openssl/evp.h:885) | |
ossl_pkey_dh.c: In function ‘dh_generate’: | |
ossl_pkey_dh.c:94: warning: ‘DH_generate_key’ is deprecated (declared at /usr/include/openssl/dh.h:204) | |
ossl_pkey_dh.c:95: warning: ‘DH_free’ is deprecated (declared at /usr/include/openssl/dh.h:185) | |
ossl_pkey_dh.c: In function ‘ossl_dh_s_generate’: | |
ossl_pkey_dh.c:124: warning: ‘DH_free’ is deprecated (declared at /usr/include/openssl/dh.h:185) | |
ossl_pkey_dh.c: In function ‘ossl_dh_initialize’: | |
ossl_pkey_dh.c:157: warning: ‘DH_new’ is deprecated (declared at /usr/include/openssl/dh.h:184) | |
ossl_pkey_dh.c:172: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_pkey_dh.c:173: warning: ‘ASN1_d2i_bio’ is deprecated (declared at /usr/include/openssl/asn1.h:984) | |
ossl_pkey_dh.c:173: warning: ‘DH_new’ is deprecated (declared at /usr/include/openssl/dh.h:184) | |
ossl_pkey_dh.c:173: warning: ‘d2i_DHparams’ is deprecated (declared at /usr/include/openssl/dh.h:206) | |
ossl_pkey_dh.c:175: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_dh.c:178: warning: ‘EVP_PKEY_assign’ is deprecated (declared at /usr/include/openssl/evp.h:861) | |
ossl_pkey_dh.c:179: warning: ‘DH_free’ is deprecated (declared at /usr/include/openssl/dh.h:185) | |
ossl_pkey_dh.c: In function ‘ossl_dh_is_public’: | |
ossl_pkey_dh.c:195: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dh.c: In function ‘ossl_dh_is_private’: | |
ossl_pkey_dh.c:210: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dh.c: In function ‘ossl_dh_export’: | |
ossl_pkey_dh.c:227: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dh.c:228: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_pkey_dh.c:228: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_pkey_dh.c:232: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_dh.c: In function ‘ossl_dh_to_der’: | |
ossl_pkey_dh.c:253: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dh.c:254: warning: ‘i2d_DHparams’ is deprecated (declared at /usr/include/openssl/dh.h:207) | |
ossl_pkey_dh.c:258: warning: ‘i2d_DHparams’ is deprecated (declared at /usr/include/openssl/dh.h:207) | |
ossl_pkey_dh.c: In function ‘ossl_dh_get_params’: | |
ossl_pkey_dh.c:279: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dh.c: In function ‘ossl_dh_to_text’: | |
ossl_pkey_dh.c:306: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dh.c:307: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_pkey_dh.c:307: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_pkey_dh.c:310: warning: ‘DHparams_print’ is deprecated (declared at /usr/include/openssl/dh.h:212) | |
ossl_pkey_dh.c:311: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_dh.c: In function ‘ossl_dh_to_public_key’: | |
ossl_pkey_dh.c:332: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dh.c:333: warning: ‘ASN1_dup’ is deprecated (declared at /usr/include/openssl/asn1.h:935) | |
ossl_pkey_dh.c:333: warning: ‘i2d_DHparams’ is deprecated (declared at /usr/include/openssl/dh.h:207) | |
ossl_pkey_dh.c:333: warning: ‘d2i_DHparams’ is deprecated (declared at /usr/include/openssl/dh.h:206) | |
ossl_pkey_dh.c:336: warning: ‘DH_free’ is deprecated (declared at /usr/include/openssl/dh.h:185) | |
ossl_pkey_dh.c: In function ‘ossl_dh_check_params’: | |
ossl_pkey_dh.c:355: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dh.c:358: warning: ‘DH_check’ is deprecated (declared at /usr/include/openssl/dh.h:202) | |
ossl_pkey_dh.c: In function ‘ossl_dh_generate_key’: | |
ossl_pkey_dh.c:376: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dh.c:379: warning: ‘DH_generate_key’ is deprecated (declared at /usr/include/openssl/dh.h:204) | |
ossl_pkey_dh.c: In function ‘ossl_dh_compute_key’: | |
ossl_pkey_dh.c:405: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dh.c:408: warning: ‘DH_size’ is deprecated (declared at /usr/include/openssl/dh.h:187) | |
ossl_pkey_dh.c:410: warning: ‘DH_compute_key’ is deprecated (declared at /usr/include/openssl/dh.h:205) | |
ossl_pkey_dh.c: In function ‘ossl_dh_set_p’: | |
ossl_pkey_dh.c:418: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_dh.c:418: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_dh.c:418: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_pkey_dh.c: In function ‘ossl_dh_set_g’: | |
ossl_pkey_dh.c:419: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_dh.c:419: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_dh.c:419: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_pkey_dh.c: In function ‘ossl_dh_set_pub_key’: | |
ossl_pkey_dh.c:420: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_dh.c:420: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_dh.c:420: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_pkey_dh.c: In function ‘ossl_dh_set_priv_key’: | |
ossl_pkey_dh.c:421: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_dh.c:421: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_dh.c:421: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_pkey_dh.c: In function ‘ossl_create_dh’: | |
ossl_pkey_dh.c:475: warning: ‘DH_new’ is deprecated (declared at /usr/include/openssl/dh.h:184) | |
ossl_pkey_dh.c:476: warning: ‘BN_bin2bn’ is deprecated (declared at /usr/include/openssl/bn.h:422) | |
ossl_pkey_dh.c:477: warning: ‘BN_bin2bn’ is deprecated (declared at /usr/include/openssl/bn.h:422) | |
ossl_pkey_dh.c:479: warning: ‘DH_free’ is deprecated (declared at /usr/include/openssl/dh.h:185) | |
compiling ossl_pkey_dsa.c | |
In file included from ossl.h:32, | |
from ossl_pkey_dsa.c:13: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_pkey_dsa.c: In function ‘dsa_instance’: | |
ossl_pkey_dsa.c:43: warning: ‘EVP_PKEY_new’ is deprecated (declared at /usr/include/openssl/evp.h:884) | |
ossl_pkey_dsa.c:46: warning: ‘EVP_PKEY_assign’ is deprecated (declared at /usr/include/openssl/evp.h:861) | |
ossl_pkey_dsa.c:47: warning: ‘EVP_PKEY_free’ is deprecated (declared at /usr/include/openssl/evp.h:885) | |
ossl_pkey_dsa.c:50: warning: ‘EVP_PKEY_free’ is deprecated (declared at /usr/include/openssl/evp.h:885) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_new’: | |
ossl_pkey_dsa.c:61: warning: ‘DSA_new’ is deprecated (declared at /usr/include/openssl/dsa.h:220) | |
ossl_pkey_dsa.c:63: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dsa.c:66: warning: ‘EVP_PKEY_free’ is deprecated (declared at /usr/include/openssl/evp.h:885) | |
ossl_pkey_dsa.c: In function ‘dsa_generate’: | |
ossl_pkey_dsa.c:86: warning: ‘RAND_bytes’ is deprecated (declared at /usr/include/openssl/rand.h:104) | |
ossl_pkey_dsa.c:89: warning: ‘DSA_generate_parameters’ is deprecated (declared at /usr/include/openssl/dsa.h:246) | |
ossl_pkey_dsa.c:94: warning: ‘DSA_generate_key’ is deprecated (declared at /usr/include/openssl/dsa.h:254) | |
ossl_pkey_dsa.c:95: warning: ‘DSA_free’ is deprecated (declared at /usr/include/openssl/dsa.h:222) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_s_generate’: | |
ossl_pkey_dsa.c:117: warning: ‘DSA_free’ is deprecated (declared at /usr/include/openssl/dsa.h:222) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_initialize’: | |
ossl_pkey_dsa.c:151: warning: ‘DSA_new’ is deprecated (declared at /usr/include/openssl/dsa.h:220) | |
ossl_pkey_dsa.c:164: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_pkey_dsa.c:165: warning: ‘PEM_ASN1_read_bio’ is deprecated (declared at /usr/include/openssl/pem.h:585) | |
ossl_pkey_dsa.c:165: warning: ‘d2i_DSAPublicKey’ is deprecated (declared at /usr/include/openssl/dsa.h:237) | |
ossl_pkey_dsa.c:168: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_pkey_dsa.c:172: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_pkey_dsa.c:173: warning: ‘d2i_DSAPrivateKey_bio’ is deprecated (declared at /usr/include/openssl/x509.h:845) | |
ossl_pkey_dsa.c:176: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_pkey_dsa.c:177: warning: ‘d2i_DSA_PUBKEY_bio’ is deprecated (declared at /usr/include/openssl/x509.h:843) | |
ossl_pkey_dsa.c:179: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_dsa.c:182: warning: ‘EVP_PKEY_assign’ is deprecated (declared at /usr/include/openssl/evp.h:861) | |
ossl_pkey_dsa.c:183: warning: ‘DSA_free’ is deprecated (declared at /usr/include/openssl/dsa.h:222) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_is_public’: | |
ossl_pkey_dsa.c:200: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_is_private’: | |
ossl_pkey_dsa.c:215: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_export’: | |
ossl_pkey_dsa.c:242: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dsa.c:250: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_pkey_dsa.c:250: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_pkey_dsa.c:256: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_dsa.c:260: warning: ‘PEM_ASN1_write_bio’ is deprecated (declared at /usr/include/openssl/pem.h:595) | |
ossl_pkey_dsa.c:260: warning: ‘i2d_DSAPublicKey’ is deprecated (declared at /usr/include/openssl/dsa.h:255) | |
ossl_pkey_dsa.c:261: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_to_der’: | |
ossl_pkey_dsa.c:284: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dsa.c:286: warning: ‘i2d_DSAPrivateKey’ is deprecated (declared at /usr/include/openssl/dsa.h:256) | |
ossl_pkey_dsa.c:288: warning: ‘i2d_DSA_PUBKEY’ is deprecated (declared at /usr/include/openssl/x509.h:915) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_get_params’: | |
ossl_pkey_dsa.c:314: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_to_text’: | |
ossl_pkey_dsa.c:342: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dsa.c:343: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_pkey_dsa.c:343: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_pkey_dsa.c:346: warning: ‘DSA_print’ is deprecated (declared at /usr/include/openssl/dsa.h:261) | |
ossl_pkey_dsa.c:347: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_to_public_key’: | |
ossl_pkey_dsa.c:368: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dsa.c:370: warning: ‘ASN1_dup’ is deprecated (declared at /usr/include/openssl/asn1.h:935) | |
ossl_pkey_dsa.c:370: warning: ‘i2d_DSAPublicKey’ is deprecated (declared at /usr/include/openssl/dsa.h:255) | |
ossl_pkey_dsa.c:370: warning: ‘d2i_DSAPublicKey’ is deprecated (declared at /usr/include/openssl/dsa.h:237) | |
ossl_pkey_dsa.c:373: warning: ‘DSA_free’ is deprecated (declared at /usr/include/openssl/dsa.h:222) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_sign’: | |
ossl_pkey_dsa.c:393: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dsa.c:398: warning: ‘DSA_size’ is deprecated (declared at /usr/include/openssl/dsa.h:225) | |
ossl_pkey_dsa.c:399: warning: ‘DSA_sign’ is deprecated (declared at /usr/include/openssl/dsa.h:229) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_verify’: | |
ossl_pkey_dsa.c:419: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_dsa.c:423: warning: ‘DSA_verify’ is deprecated (declared at /usr/include/openssl/dsa.h:231) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_set_p’: | |
ossl_pkey_dsa.c:435: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_dsa.c:435: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_dsa.c:435: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_set_q’: | |
ossl_pkey_dsa.c:436: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_dsa.c:436: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_dsa.c:436: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_set_g’: | |
ossl_pkey_dsa.c:437: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_dsa.c:437: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_dsa.c:437: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_set_pub_key’: | |
ossl_pkey_dsa.c:438: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_dsa.c:438: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_dsa.c:438: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_pkey_dsa.c: In function ‘ossl_dsa_set_priv_key’: | |
ossl_pkey_dsa.c:439: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_dsa.c:439: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_dsa.c:439: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
compiling ossl_pkey_ec.c | |
In file included from ossl.h:32, | |
from ossl_pkey_ec.c:5: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_pkey_ec.c: In function ‘ec_instance’: | |
ossl_pkey_ec.c:117: warning: ‘EVP_PKEY_new’ is deprecated (declared at /usr/include/openssl/evp.h:884) | |
ossl_pkey_ec.c:120: warning: ‘EVP_PKEY_assign’ is deprecated (declared at /usr/include/openssl/evp.h:861) | |
ossl_pkey_ec.c:121: warning: ‘EVP_PKEY_free’ is deprecated (declared at /usr/include/openssl/evp.h:885) | |
ossl_pkey_ec.c:124: warning: ‘EVP_PKEY_free’ is deprecated (declared at /usr/include/openssl/evp.h:885) | |
ossl_pkey_ec.c: In function ‘ossl_ec_new’: | |
ossl_pkey_ec.c:134: warning: ‘EC_KEY_new’ is deprecated (declared at /usr/include/openssl/ec.h:305) | |
ossl_pkey_ec.c:136: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:139: warning: ‘EVP_PKEY_free’ is deprecated (declared at /usr/include/openssl/evp.h:885) | |
ossl_pkey_ec.c: In function ‘ossl_ec_key_initialize’: | |
ossl_pkey_ec.c:174: warning: ‘EC_KEY_new’ is deprecated (declared at /usr/include/openssl/ec.h:305) | |
ossl_pkey_ec.c:179: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:180: warning: ‘EC_KEY_dup’ is deprecated (declared at /usr/include/openssl/ec.h:309) | |
ossl_pkey_ec.c:182: warning: ‘EC_KEY_new’ is deprecated (declared at /usr/include/openssl/ec.h:305) | |
ossl_pkey_ec.c:189: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_pkey_ec.c:193: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_pkey_ec.c:194: warning: ‘d2i_ECPrivateKey_bio’ is deprecated (declared at /usr/include/openssl/x509.h:851) | |
ossl_pkey_ec.c:197: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_pkey_ec.c:198: warning: ‘d2i_EC_PUBKEY_bio’ is deprecated (declared at /usr/include/openssl/x509.h:849) | |
ossl_pkey_ec.c:201: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_ec.c:205: warning: ‘OBJ_sn2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1014) | |
ossl_pkey_ec.c:210: warning: ‘EC_KEY_new_by_curve_name’ is deprecated (declared at /usr/include/openssl/ec.h:306) | |
ossl_pkey_ec.c:213: warning: ‘EC_KEY_set_asn1_flag’ is deprecated (declared at /usr/include/openssl/ec.h:329) | |
ossl_pkey_ec.c:214: warning: ‘EC_KEY_set_conv_form’ is deprecated (declared at /usr/include/openssl/ec.h:322) | |
ossl_pkey_ec.c:222: warning: ‘EVP_PKEY_assign’ is deprecated (declared at /usr/include/openssl/evp.h:861) | |
ossl_pkey_ec.c:223: warning: ‘EC_KEY_free’ is deprecated (declared at /usr/include/openssl/ec.h:307) | |
ossl_pkey_ec.c: In function ‘ossl_ec_key_get_group’: | |
ossl_pkey_ec.c:249: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:255: warning: ‘EC_KEY_get0_group’ is deprecated (declared at /usr/include/openssl/ec.h:313) | |
ossl_pkey_ec.c: In function ‘ossl_ec_key_set_group’: | |
ossl_pkey_ec.c:290: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:305: warning: ‘EC_KEY_set_group’ is deprecated (declared at /usr/include/openssl/ec.h:314) | |
ossl_pkey_ec.c: In function ‘ossl_ec_key_get_private_key’: | |
ossl_pkey_ec.c:322: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:324: warning: ‘EC_KEY_get0_private_key’ is deprecated (declared at /usr/include/openssl/ec.h:315) | |
ossl_pkey_ec.c: In function ‘ossl_ec_key_set_private_key’: | |
ossl_pkey_ec.c:341: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:345: warning: ‘EC_KEY_set_private_key’ is deprecated (declared at /usr/include/openssl/ec.h:316) | |
ossl_pkey_ec.c: In function ‘ossl_ec_point_dup’: | |
ossl_pkey_ec.c:370: warning: ‘EC_POINT_dup’ is deprecated (declared at /usr/include/openssl/ec.h:208) | |
ossl_pkey_ec.c: In function ‘ossl_ec_key_get_public_key’: | |
ossl_pkey_ec.c:390: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:392: warning: ‘EC_KEY_get0_public_key’ is deprecated (declared at /usr/include/openssl/ec.h:317) | |
ossl_pkey_ec.c: In function ‘ossl_ec_key_set_public_key’: | |
ossl_pkey_ec.c:413: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:417: warning: ‘EC_KEY_set_public_key’ is deprecated (declared at /usr/include/openssl/ec.h:318) | |
ossl_pkey_ec.c: In function ‘ossl_ec_key_is_public_key’: | |
ossl_pkey_ec.c:440: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:442: warning: ‘EC_KEY_get0_public_key’ is deprecated (declared at /usr/include/openssl/ec.h:317) | |
ossl_pkey_ec.c: In function ‘ossl_ec_key_is_private_key’: | |
ossl_pkey_ec.c:455: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:457: warning: ‘EC_KEY_get0_private_key’ is deprecated (declared at /usr/include/openssl/ec.h:315) | |
ossl_pkey_ec.c: In function ‘ossl_ec_key_to_string’: | |
ossl_pkey_ec.c:472: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:474: warning: ‘EC_KEY_get0_public_key’ is deprecated (declared at /usr/include/openssl/ec.h:317) | |
ossl_pkey_ec.c:477: warning: ‘EC_KEY_check_key’ is deprecated (declared at /usr/include/openssl/ec.h:335) | |
ossl_pkey_ec.c:480: warning: ‘EC_KEY_get0_private_key’ is deprecated (declared at /usr/include/openssl/ec.h:315) | |
ossl_pkey_ec.c:483: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_pkey_ec.c:483: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_pkey_ec.c:513: warning: ‘i2d_ECPrivateKey_bio’ is deprecated (declared at /usr/include/openssl/x509.h:852) | |
ossl_pkey_ec.c:520: warning: ‘i2d_EC_PUBKEY_bio’ is deprecated (declared at /usr/include/openssl/x509.h:850) | |
ossl_pkey_ec.c:525: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_ec.c:530: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_ec.c: In function ‘ossl_ec_key_to_text’: | |
ossl_pkey_ec.c:573: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:574: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_pkey_ec.c:574: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_pkey_ec.c:577: warning: ‘EC_KEY_print’ is deprecated (declared at /usr/include/openssl/ec.h:350) | |
ossl_pkey_ec.c:578: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_ec.c: In function ‘ossl_ec_key_generate_key’: | |
ossl_pkey_ec.c:596: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:598: warning: ‘EC_KEY_generate_key’ is deprecated (declared at /usr/include/openssl/ec.h:333) | |
ossl_pkey_ec.c: In function ‘ossl_ec_key_check_key’: | |
ossl_pkey_ec.c:616: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:618: warning: ‘EC_KEY_check_key’ is deprecated (declared at /usr/include/openssl/ec.h:335) | |
ossl_pkey_ec.c: In function ‘ossl_ec_key_dh_compute_key’: | |
ossl_pkey_ec.c:637: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:644: warning: ‘ECDH_compute_key’ is deprecated (declared at /usr/include/openssl/ecdh.h:97) | |
ossl_pkey_ec.c: In function ‘ossl_ec_key_dsa_sign_asn1’: | |
ossl_pkey_ec.c:667: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:670: warning: ‘EC_KEY_get0_private_key’ is deprecated (declared at /usr/include/openssl/ec.h:315) | |
ossl_pkey_ec.c:673: warning: ‘ECDSA_size’ is deprecated (declared at /usr/include/openssl/ecdsa.h:180) | |
ossl_pkey_ec.c:674: warning: ‘ECDSA_sign’ is deprecated (declared at /usr/include/openssl/ecdsa.h:205) | |
ossl_pkey_ec.c: In function ‘ossl_ec_key_dsa_verify_asn1’: | |
ossl_pkey_ec.c:692: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_ec.c:696: warning: ‘ECDSA_verify’ is deprecated (declared at /usr/include/openssl/ecdsa.h:238) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_free’: | |
ossl_pkey_ec.c:708: warning: ‘EC_GROUP_clear_free’ is deprecated (declared at /usr/include/openssl/ec.h:140) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_initialize’: | |
ossl_pkey_ec.c:755: warning: ‘EC_GFp_simple_method’ is deprecated (declared at /usr/include/openssl/ec.h:129) | |
ossl_pkey_ec.c:757: warning: ‘EC_GFp_mont_method’ is deprecated (declared at /usr/include/openssl/ec.h:130) | |
ossl_pkey_ec.c:759: warning: ‘EC_GFp_nist_method’ is deprecated (declared at /usr/include/openssl/ec.h:131) | |
ossl_pkey_ec.c:761: warning: ‘EC_GF2m_simple_method’ is deprecated (declared at /usr/include/openssl/ec.h:135) | |
ossl_pkey_ec.c:765: warning: ‘EC_GROUP_new’ is deprecated (declared at /usr/include/openssl/ec.h:138) | |
ossl_pkey_ec.c:774: warning: ‘EC_GROUP_dup’ is deprecated (declared at /usr/include/openssl/ec.h:142) | |
ossl_pkey_ec.c:781: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_pkey_ec.c:782: warning: ‘ASN1_d2i_bio’ is deprecated (declared at /usr/include/openssl/asn1.h:984) | |
ossl_pkey_ec.c:782: warning: ‘d2i_ECPKParameters’ is deprecated (declared at /usr/include/openssl/ec.h:281) | |
ossl_pkey_ec.c:785: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_ec.c:789: warning: ‘OBJ_sn2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1014) | |
ossl_pkey_ec.c:794: warning: ‘EC_GROUP_new_by_curve_name’ is deprecated (declared at /usr/include/openssl/ec.h:189) | |
ossl_pkey_ec.c:798: warning: ‘EC_GROUP_set_asn1_flag’ is deprecated (declared at /usr/include/openssl/ec.h:155) | |
ossl_pkey_ec.c:799: warning: ‘EC_GROUP_set_point_conversion_form’ is deprecated (declared at /usr/include/openssl/ec.h:158) | |
ossl_pkey_ec.c:813: warning: ‘EC_GROUP_new_curve_GFp’ is deprecated (declared at /usr/include/openssl/ec.h:184) | |
ossl_pkey_ec.c:815: warning: ‘EC_GROUP_new_curve_GF2m’ is deprecated (declared at /usr/include/openssl/ec.h:185) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_eql’: | |
ossl_pkey_ec.c:850: warning: ‘EC_GROUP_cmp’ is deprecated (declared at /usr/include/openssl/ec.h:180) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_get_generator’: | |
ossl_pkey_ec.c:868: warning: ‘EC_GROUP_get0_generator’ is deprecated (declared at /usr/include/openssl/ec.h:148) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_set_generator’: | |
ossl_pkey_ec.c:889: warning: ‘EC_GROUP_set_generator’ is deprecated (declared at /usr/include/openssl/ec.h:147) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_get_order’: | |
ossl_pkey_ec.c:911: warning: ‘EC_GROUP_get_order’ is deprecated (declared at /usr/include/openssl/ec.h:149) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_get_cofactor’: | |
ossl_pkey_ec.c:933: warning: ‘EC_GROUP_get_cofactor’ is deprecated (declared at /usr/include/openssl/ec.h:150) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_get_curve_name’: | |
ossl_pkey_ec.c:953: warning: ‘EC_GROUP_get_curve_name’ is deprecated (declared at /usr/include/openssl/ec.h:153) | |
ossl_pkey_ec.c:956: warning: ‘OBJ_nid2sn’ is deprecated (declared at /usr/include/openssl/objects.h:1008) | |
ossl_pkey_ec.c: In function ‘ossl_s_builtin_curves’: | |
ossl_pkey_ec.c:968: warning: ‘EC_get_builtin_curves’ is deprecated (declared at /usr/include/openssl/ec.h:199) | |
ossl_pkey_ec.c:974: warning: ‘EC_get_builtin_curves’ is deprecated (declared at /usr/include/openssl/ec.h:199) | |
ossl_pkey_ec.c:980: warning: ‘OBJ_nid2sn’ is deprecated (declared at /usr/include/openssl/objects.h:1008) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_get_asn1_flag’: | |
ossl_pkey_ec.c:1004: warning: ‘EC_GROUP_get_asn1_flag’ is deprecated (declared at /usr/include/openssl/ec.h:156) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_set_asn1_flag’: | |
ossl_pkey_ec.c:1020: warning: ‘EC_GROUP_set_asn1_flag’ is deprecated (declared at /usr/include/openssl/ec.h:155) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_get_point_conversion_form’: | |
ossl_pkey_ec.c:1038: warning: ‘EC_GROUP_get_point_conversion_form’ is deprecated (declared at /usr/include/openssl/ec.h:159) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_set_point_conversion_form’: | |
ossl_pkey_ec.c:1073: warning: ‘EC_GROUP_set_point_conversion_form’ is deprecated (declared at /usr/include/openssl/ec.h:158) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_get_seed’: | |
ossl_pkey_ec.c:1090: warning: ‘EC_GROUP_get_seed_len’ is deprecated (declared at /usr/include/openssl/ec.h:162) | |
ossl_pkey_ec.c:1095: warning: ‘EC_GROUP_get0_seed’ is deprecated (declared at /usr/include/openssl/ec.h:161) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_set_seed’: | |
ossl_pkey_ec.c:1110: warning: ‘EC_GROUP_set_seed’ is deprecated (declared at /usr/include/openssl/ec.h:163) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_get_degree’: | |
ossl_pkey_ec.c:1129: warning: ‘EC_GROUP_get_degree’ is deprecated (declared at /usr/include/openssl/ec.h:171) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_to_string’: | |
ossl_pkey_ec.c:1141: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_pkey_ec.c:1141: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_pkey_ec.c:1149: warning: ‘ASN1_i2d_bio’ is deprecated (declared at /usr/include/openssl/asn1.h:993) | |
ossl_pkey_ec.c:1149: warning: ‘i2d_ECPKParameters’ is deprecated (declared at /usr/include/openssl/ec.h:282) | |
ossl_pkey_ec.c:1152: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_ec.c:1157: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_ec.c: In function ‘ossl_ec_group_to_text’: | |
ossl_pkey_ec.c:1198: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_pkey_ec.c:1198: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_pkey_ec.c:1201: warning: ‘ECPKParameters_print’ is deprecated (declared at /usr/include/openssl/ec.h:292) | |
ossl_pkey_ec.c:1202: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_ec.c: In function ‘ossl_ec_point_free’: | |
ossl_pkey_ec.c:1214: warning: ‘EC_POINT_clear_free’ is deprecated (declared at /usr/include/openssl/ec.h:206) | |
ossl_pkey_ec.c: In function ‘ossl_ec_point_initialize’: | |
ossl_pkey_ec.c:1257: warning: ‘EC_POINT_dup’ is deprecated (declared at /usr/include/openssl/ec.h:208) | |
ossl_pkey_ec.c:1262: warning: ‘EC_POINT_new’ is deprecated (declared at /usr/include/openssl/ec.h:204) | |
ossl_pkey_ec.c:1277: warning: ‘EC_POINT_bn2point’ is deprecated (declared at /usr/include/openssl/ec.h:240) | |
ossl_pkey_ec.c:1283: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_ec.c: In function ‘ossl_ec_point_eql’: | |
ossl_pkey_ec.c:1326: warning: ‘EC_POINT_cmp’ is deprecated (declared at /usr/include/openssl/ec.h:252) | |
ossl_pkey_ec.c: In function ‘ossl_ec_point_is_at_infinity’: | |
ossl_pkey_ec.c:1346: warning: ‘EC_POINT_is_at_infinity’ is deprecated (declared at /usr/include/openssl/ec.h:250) | |
ossl_pkey_ec.c: In function ‘ossl_ec_point_is_on_curve’: | |
ossl_pkey_ec.c:1367: warning: ‘EC_POINT_is_on_curve’ is deprecated (declared at /usr/include/openssl/ec.h:251) | |
ossl_pkey_ec.c: In function ‘ossl_ec_point_make_affine’: | |
ossl_pkey_ec.c:1388: warning: ‘EC_POINT_make_affine’ is deprecated (declared at /usr/include/openssl/ec.h:254) | |
ossl_pkey_ec.c: In function ‘ossl_ec_point_invert’: | |
ossl_pkey_ec.c:1408: warning: ‘EC_POINT_invert’ is deprecated (declared at /usr/include/openssl/ec.h:248) | |
ossl_pkey_ec.c: In function ‘ossl_ec_point_set_to_infinity’: | |
ossl_pkey_ec.c:1428: warning: ‘EC_POINT_set_to_infinity’ is deprecated (declared at /usr/include/openssl/ec.h:212) | |
ossl_pkey_ec.c: In function ‘ossl_ec_point_to_bn’: | |
ossl_pkey_ec.c:1452: warning: ‘EC_GROUP_get_point_conversion_form’ is deprecated (declared at /usr/include/openssl/ec.h:159) | |
ossl_pkey_ec.c:1457: warning: ‘EC_POINT_point2bn’ is deprecated (declared at /usr/include/openssl/ec.h:238) | |
compiling ossl_pkey_rsa.c | |
In file included from ossl.h:32, | |
from ossl_pkey_rsa.c:13: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_pkey_rsa.c: In function ‘rsa_instance’: | |
ossl_pkey_rsa.c:43: warning: ‘EVP_PKEY_new’ is deprecated (declared at /usr/include/openssl/evp.h:884) | |
ossl_pkey_rsa.c:46: warning: ‘EVP_PKEY_assign’ is deprecated (declared at /usr/include/openssl/evp.h:861) | |
ossl_pkey_rsa.c:47: warning: ‘EVP_PKEY_free’ is deprecated (declared at /usr/include/openssl/evp.h:885) | |
ossl_pkey_rsa.c:50: warning: ‘EVP_PKEY_free’ is deprecated (declared at /usr/include/openssl/evp.h:885) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_new’: | |
ossl_pkey_rsa.c:61: warning: ‘RSA_new’ is deprecated (declared at /usr/include/openssl/rsa.h:254) | |
ossl_pkey_rsa.c:64: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_rsa.c:67: warning: ‘EVP_PKEY_free’ is deprecated (declared at /usr/include/openssl/evp.h:885) | |
ossl_pkey_rsa.c: In function ‘rsa_generate’: | |
ossl_pkey_rsa.c:82: warning: ‘RSA_generate_key’ is deprecated (declared at /usr/include/openssl/rsa.h:261) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_s_generate’: | |
ossl_pkey_rsa.c:110: warning: ‘RSA_free’ is deprecated (declared at /usr/include/openssl/rsa.h:282) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_initialize’: | |
ossl_pkey_rsa.c:142: warning: ‘RSA_new’ is deprecated (declared at /usr/include/openssl/rsa.h:254) | |
ossl_pkey_rsa.c:154: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_pkey_rsa.c:158: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_pkey_rsa.c:162: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_pkey_rsa.c:163: warning: ‘d2i_RSAPrivateKey_bio’ is deprecated (declared at /usr/include/openssl/x509.h:835) | |
ossl_pkey_rsa.c:166: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_pkey_rsa.c:167: warning: ‘d2i_RSAPublicKey_bio’ is deprecated (declared at /usr/include/openssl/x509.h:837) | |
ossl_pkey_rsa.c:170: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_pkey_rsa.c:171: warning: ‘d2i_RSA_PUBKEY_bio’ is deprecated (declared at /usr/include/openssl/x509.h:839) | |
ossl_pkey_rsa.c:173: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_rsa.c:176: warning: ‘EVP_PKEY_assign’ is deprecated (declared at /usr/include/openssl/evp.h:861) | |
ossl_pkey_rsa.c:177: warning: ‘RSA_free’ is deprecated (declared at /usr/include/openssl/rsa.h:282) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_is_public’: | |
ossl_pkey_rsa.c:196: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_is_private’: | |
ossl_pkey_rsa.c:213: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_export’: | |
ossl_pkey_rsa.c:239: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_rsa.c:249: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_pkey_rsa.c:249: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_pkey_rsa.c:255: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_rsa.c:260: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_to_der’: | |
ossl_pkey_rsa.c:283: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_public_encrypt’: | |
ossl_pkey_rsa.c:313: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_rsa.c:317: warning: ‘RSA_size’ is deprecated (declared at /usr/include/openssl/rsa.h:256) | |
ossl_pkey_rsa.c:318: warning: ‘RSA_public_encrypt’ is deprecated (declared at /usr/include/openssl/rsa.h:275) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_public_decrypt’: | |
ossl_pkey_rsa.c:339: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_rsa.c:343: warning: ‘RSA_size’ is deprecated (declared at /usr/include/openssl/rsa.h:256) | |
ossl_pkey_rsa.c:344: warning: ‘RSA_public_decrypt’ is deprecated (declared at /usr/include/openssl/rsa.h:279) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_private_encrypt’: | |
ossl_pkey_rsa.c:365: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_rsa.c:372: warning: ‘RSA_size’ is deprecated (declared at /usr/include/openssl/rsa.h:256) | |
ossl_pkey_rsa.c:373: warning: ‘RSA_private_encrypt’ is deprecated (declared at /usr/include/openssl/rsa.h:277) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_private_decrypt’: | |
ossl_pkey_rsa.c:395: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_rsa.c:402: warning: ‘RSA_size’ is deprecated (declared at /usr/include/openssl/rsa.h:256) | |
ossl_pkey_rsa.c:403: warning: ‘RSA_private_decrypt’ is deprecated (declared at /usr/include/openssl/rsa.h:281) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_get_params’: | |
ossl_pkey_rsa.c:426: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_to_text’: | |
ossl_pkey_rsa.c:457: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_rsa.c:458: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_pkey_rsa.c:458: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_pkey_rsa.c:461: warning: ‘RSA_print’ is deprecated (declared at /usr/include/openssl/rsa.h:314) | |
ossl_pkey_rsa.c:462: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_to_public_key’: | |
ossl_pkey_rsa.c:483: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_pkey_rsa.c:485: warning: ‘RSAPublicKey_dup’ is deprecated (declared at /usr/include/openssl/rsa.h:394) | |
ossl_pkey_rsa.c:488: warning: ‘RSA_free’ is deprecated (declared at /usr/include/openssl/rsa.h:282) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_set_n’: | |
ossl_pkey_rsa.c:522: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_rsa.c:522: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_rsa.c:522: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_set_e’: | |
ossl_pkey_rsa.c:523: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_rsa.c:523: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_rsa.c:523: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_set_d’: | |
ossl_pkey_rsa.c:524: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_rsa.c:524: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_rsa.c:524: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_set_p’: | |
ossl_pkey_rsa.c:525: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_rsa.c:525: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_rsa.c:525: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_set_q’: | |
ossl_pkey_rsa.c:526: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_rsa.c:526: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_rsa.c:526: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_set_dmp1’: | |
ossl_pkey_rsa.c:527: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_rsa.c:527: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_rsa.c:527: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_set_dmq1’: | |
ossl_pkey_rsa.c:528: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_rsa.c:528: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_rsa.c:528: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_set_iqmp’: | |
ossl_pkey_rsa.c:529: warning: ‘BN_clear_free’ is deprecated (declared at /usr/include/openssl/bn.h:419) | |
ossl_pkey_rsa.c:529: warning: ‘BN_new’ is deprecated (declared at /usr/include/openssl/bn.h:417) | |
ossl_pkey_rsa.c:529: warning: ‘BN_copy’ is deprecated (declared at /usr/include/openssl/bn.h:420) | |
compiling ossl_rand.c | |
In file included from ossl.h:32, | |
from ossl_rand.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_rand.c: In function ‘ossl_rand_seed’: | |
ossl_rand.c:40: warning: ‘RAND_seed’ is deprecated (declared at /usr/include/openssl/rand.h:106) | |
ossl_rand.c: In function ‘ossl_rand_add’: | |
ossl_rand.c:54: warning: ‘RAND_add’ is deprecated (declared at /usr/include/openssl/rand.h:107) | |
ossl_rand.c: In function ‘ossl_rand_load_file’: | |
ossl_rand.c:69: warning: ‘RAND_load_file’ is deprecated (declared at /usr/include/openssl/rand.h:108) | |
ossl_rand.c: In function ‘ossl_rand_write_file’: | |
ossl_rand.c:84: warning: ‘RAND_write_file’ is deprecated (declared at /usr/include/openssl/rand.h:109) | |
ossl_rand.c: In function ‘ossl_rand_bytes’: | |
ossl_rand.c:102: warning: ‘RAND_bytes’ is deprecated (declared at /usr/include/openssl/rand.h:104) | |
ossl_rand.c: In function ‘ossl_rand_pseudo_bytes’: | |
ossl_rand.c:121: warning: ‘RAND_pseudo_bytes’ is deprecated (declared at /usr/include/openssl/rand.h:105) | |
ossl_rand.c: In function ‘ossl_rand_egd’: | |
ossl_rand.c:138: warning: ‘RAND_egd’ is deprecated (declared at /usr/include/openssl/rand.h:113) | |
ossl_rand.c: In function ‘ossl_rand_egd_bytes’: | |
ossl_rand.c:156: warning: ‘RAND_egd_bytes’ is deprecated (declared at /usr/include/openssl/rand.h:114) | |
ossl_rand.c: In function ‘ossl_rand_status’: | |
ossl_rand.c:171: warning: ‘RAND_status’ is deprecated (declared at /usr/include/openssl/rand.h:111) | |
compiling ossl_ssl.c | |
In file included from ossl.h:32, | |
from ossl_ssl.c:13: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
In file included from ossl_ssl.c:14: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubysig.h:1:2: warning: #warning rubysig.h is obsolete | |
In file included from ossl_ssl.c:15: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_ssl.c:101: warning: ‘TLSv1_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1519) | |
ossl_ssl.c:102: warning: ‘TLSv1_server_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1520) | |
ossl_ssl.c:103: warning: ‘TLSv1_client_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1521) | |
ossl_ssl.c:106: warning: ‘SSLv2_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1507) | |
ossl_ssl.c:107: warning: ‘SSLv2_server_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1508) | |
ossl_ssl.c:108: warning: ‘SSLv2_client_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1509) | |
ossl_ssl.c:110: warning: ‘SSLv3_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1511) | |
ossl_ssl.c:111: warning: ‘SSLv3_server_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1512) | |
ossl_ssl.c:112: warning: ‘SSLv3_client_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1513) | |
ossl_ssl.c:113: warning: ‘SSLv23_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1515) | |
ossl_ssl.c:114: warning: ‘SSLv23_server_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1516) | |
ossl_ssl.c:115: warning: ‘SSLv23_client_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1517) | |
ossl_ssl.c: In function ‘ossl_sslctx_free’: | |
ossl_ssl.c:128: warning: ‘SSL_CTX_get_ex_data’ is deprecated (declared at /usr/include/openssl/ssl.h:1597) | |
ossl_ssl.c:130: warning: ‘SSL_CTX_free’ is deprecated (declared at /usr/include/openssl/ssl.h:1347) | |
ossl_ssl.c: In function ‘ossl_sslctx_s_alloc’: | |
ossl_ssl.c:138: warning: ‘SSL_CTX_new’ is deprecated (declared at /usr/include/openssl/ssl.h:1346) | |
ossl_ssl.c:138: warning: ‘SSLv23_method’ is deprecated (declared at /usr/include/openssl/ssl.h:1515) | |
ossl_ssl.c:142: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c: In function ‘ossl_sslctx_set_ssl_version’: | |
ossl_ssl.c:168: warning: ‘SSL_CTX_set_ssl_version’ is deprecated (declared at /usr/include/openssl/ssl.h:1505) | |
ossl_ssl.c: In function ‘ossl_call_client_cert_cb’: | |
ossl_ssl.c:209: warning: ‘SSL_get_ex_data’ is deprecated (declared at /usr/include/openssl/ssl.h:1587) | |
ossl_ssl.c: In function ‘ossl_client_cert_cb’: | |
ossl_ssl.c:227: warning: ‘SSL_get_ex_data’ is deprecated (declared at /usr/include/openssl/ssl.h:1587) | |
ossl_ssl.c: In function ‘ossl_call_tmp_dh_callback’: | |
ossl_ssl.c:246: warning: ‘SSL_get_ex_data’ is deprecated (declared at /usr/include/openssl/ssl.h:1587) | |
ossl_ssl.c:250: warning: ‘EVP_PKEY_type’ is deprecated (declared at /usr/include/openssl/evp.h:858) | |
ossl_ssl.c: In function ‘ossl_tmp_dh_callback’: | |
ossl_ssl.c:262: warning: ‘SSL_get_ex_data’ is deprecated (declared at /usr/include/openssl/ssl.h:1587) | |
ossl_ssl.c: In function ‘ossl_ssl_verify_callback’: | |
ossl_ssl.c:293: warning: ‘X509_STORE_CTX_get_ex_data’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:450) | |
ossl_ssl.c:293: warning: ‘SSL_get_ex_data_X509_STORE_CTX_idx’ is deprecated (declared at /usr/include/openssl/ssl.h:1601) | |
ossl_ssl.c:294: warning: ‘SSL_get_ex_data’ is deprecated (declared at /usr/include/openssl/ssl.h:1587) | |
ossl_ssl.c:295: warning: ‘X509_STORE_CTX_set_ex_data’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:449) | |
ossl_ssl.c: In function ‘ossl_sslctx_session_get_cb’: | |
ossl_ssl.c:325: warning: ‘SSL_get_ex_data’ is deprecated (declared at /usr/include/openssl/ssl.h:1587) | |
ossl_ssl.c: In function ‘ossl_sslctx_session_new_cb’: | |
ossl_ssl.c:372: warning: ‘SSL_get_ex_data’ is deprecated (declared at /usr/include/openssl/ssl.h:1587) | |
ossl_ssl.c:376: warning: ‘CRYPTO_add_lock’ is deprecated (declared at /usr/include/openssl/crypto.h:430) | |
ossl_ssl.c: In function ‘ossl_sslctx_session_remove_cb’: | |
ossl_ssl.c:415: warning: ‘SSL_CTX_get_ex_data’ is deprecated (declared at /usr/include/openssl/ssl.h:1597) | |
ossl_ssl.c:419: warning: ‘CRYPTO_add_lock’ is deprecated (declared at /usr/include/openssl/crypto.h:430) | |
ossl_ssl.c: In function ‘ossl_sslctx_add_extra_chain_cert_i’: | |
ossl_ssl.c:444: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c: In function ‘ossl_sslctx_setup’: | |
ossl_ssl.c:475: warning: ‘SSL_CTX_set_tmp_dh_callback’ is deprecated (declared at /usr/include/openssl/ssl.h:1640) | |
ossl_ssl.c:478: warning: ‘SSL_CTX_set_tmp_dh_callback’ is deprecated (declared at /usr/include/openssl/ssl.h:1640) | |
ossl_ssl.c:481: warning: ‘SSL_CTX_set_ex_data’ is deprecated (declared at /usr/include/openssl/ssl.h:1596) | |
ossl_ssl.c:492: warning: ‘SSL_CTX_set_cert_store’ is deprecated (declared at /usr/include/openssl/ssl.h:1351) | |
ossl_ssl.c:493: warning: ‘SSL_CTX_set_ex_data’ is deprecated (declared at /usr/include/openssl/ssl.h:1596) | |
ossl_ssl.c:507: warning: ‘SSL_CTX_use_certificate’ is deprecated (declared at /usr/include/openssl/ssl.h:1469) | |
ossl_ssl.c:511: warning: ‘SSL_CTX_use_PrivateKey’ is deprecated (declared at /usr/include/openssl/ssl.h:1466) | |
ossl_ssl.c:515: warning: ‘SSL_CTX_check_private_key’ is deprecated (declared at /usr/include/openssl/ssl.h:1475) | |
ossl_ssl.c:525: warning: ‘SSL_CTX_add_client_CA’ is deprecated (declared at /usr/include/openssl/ssl.h:1546) | |
ossl_ssl.c:533: warning: ‘SSL_CTX_add_client_CA’ is deprecated (declared at /usr/include/openssl/ssl.h:1546) | |
ossl_ssl.c:545: warning: ‘SSL_CTX_load_verify_locations’ is deprecated (declared at /usr/include/openssl/ssl.h:1572) | |
ossl_ssl.c:551: warning: ‘SSL_CTX_set_verify’ is deprecated (declared at /usr/include/openssl/ssl.h:1459) | |
ossl_ssl.c:553: warning: ‘SSL_CTX_set_client_cert_cb’ is deprecated (declared at /usr/include/openssl/ssl.h:852) | |
ossl_ssl.c:556: warning: ‘SSL_CTX_set_timeout’ is deprecated (declared at /usr/include/openssl/ssl.h:1348) | |
ossl_ssl.c:559: warning: ‘SSL_CTX_set_verify_depth’ is deprecated (declared at /usr/include/openssl/ssl.h:1460) | |
ossl_ssl.c:563: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c:565: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c:572: warning: ‘SSL_CTX_set_session_id_context’ is deprecated (declared at /usr/include/openssl/ssl.h:1479) | |
ossl_ssl.c:579: warning: ‘SSL_CTX_sess_set_get_cb’ is deprecated (declared at /usr/include/openssl/ssl.h:848) | |
ossl_ssl.c:583: warning: ‘SSL_CTX_sess_set_new_cb’ is deprecated (declared at /usr/include/openssl/ssl.h:844) | |
ossl_ssl.c:587: warning: ‘SSL_CTX_sess_set_remove_cb’ is deprecated (declared at /usr/include/openssl/ssl.h:846) | |
ossl_ssl.c: In function ‘ossl_ssl_cipher_to_ary’: | |
ossl_ssl.c:600: warning: ‘SSL_CIPHER_get_name’ is deprecated (declared at /usr/include/openssl/ssl.h:1360) | |
ossl_ssl.c:601: warning: ‘SSL_CIPHER_get_version’ is deprecated (declared at /usr/include/openssl/ssl.h:1359) | |
ossl_ssl.c:602: warning: ‘SSL_CIPHER_get_bits’ is deprecated (declared at /usr/include/openssl/ssl.h:1358) | |
ossl_ssl.c: In function ‘ossl_sslctx_get_ciphers’: | |
ossl_ssl.c:632: warning: ‘sk_num’ is deprecated (declared at /usr/include/openssl/stack.h:81) | |
ossl_ssl.c:635: warning: ‘sk_value’ is deprecated (declared at /usr/include/openssl/stack.h:82) | |
ossl_ssl.c: In function ‘ossl_sslctx_set_ciphers’: | |
ossl_ssl.c:676: warning: ‘SSL_CTX_set_cipher_list’ is deprecated (declared at /usr/include/openssl/ssl.h:1345) | |
ossl_ssl.c: In function ‘ossl_sslctx_session_add’: | |
ossl_ssl.c:698: warning: ‘SSL_CTX_add_session’ is deprecated (declared at /usr/include/openssl/ssl.h:1440) | |
ossl_ssl.c: In function ‘ossl_sslctx_session_remove’: | |
ossl_ssl.c:715: warning: ‘SSL_CTX_remove_session’ is deprecated (declared at /usr/include/openssl/ssl.h:1441) | |
ossl_ssl.c: In function ‘ossl_sslctx_get_session_cache_mode’: | |
ossl_ssl.c:730: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c: In function ‘ossl_sslctx_set_session_cache_mode’: | |
ossl_ssl.c:745: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c: In function ‘ossl_sslctx_get_session_cache_size’: | |
ossl_ssl.c:762: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c: In function ‘ossl_sslctx_set_session_cache_size’: | |
ossl_ssl.c:777: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c: In function ‘ossl_sslctx_get_session_cache_stats’: | |
ossl_ssl.c:796: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c:797: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c:798: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c:799: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c:800: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c:801: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c:802: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c:803: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c:804: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c:805: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c:806: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c:807: warning: ‘SSL_CTX_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1498) | |
ossl_ssl.c: In function ‘ossl_sslctx_flush_sessions’: | |
ossl_ssl.c:838: warning: ‘SSL_CTX_flush_sessions’ is deprecated (declared at /usr/include/openssl/ssl.h:1355) | |
ossl_ssl.c: In function ‘ossl_ssl_shutdown’: | |
ossl_ssl.c:850: warning: ‘SSL_shutdown’ is deprecated (declared at /usr/include/openssl/ssl.h:1532) | |
ossl_ssl.c:851: warning: ‘SSL_clear’ is deprecated (declared at /usr/include/openssl/ssl.h:1353) | |
ossl_ssl.c: In function ‘ossl_ssl_free’: | |
ossl_ssl.c:859: warning: ‘SSL_free’ is deprecated (declared at /usr/include/openssl/ssl.h:1490) | |
ossl_ssl.c: In function ‘ossl_ssl_setup’: | |
ossl_ssl.c:914: warning: ‘SSL_new’ is deprecated (declared at /usr/include/openssl/ssl.h:1481) | |
ossl_ssl.c:924: warning: ‘SSL_set_fd’ is deprecated (declared at /usr/include/openssl/ssl.h:1370) | |
ossl_ssl.c:925: warning: ‘SSL_set_ex_data’ is deprecated (declared at /usr/include/openssl/ssl.h:1586) | |
ossl_ssl.c:927: warning: ‘SSL_set_ex_data’ is deprecated (declared at /usr/include/openssl/ssl.h:1586) | |
ossl_ssl.c:929: warning: ‘SSL_set_ex_data’ is deprecated (declared at /usr/include/openssl/ssl.h:1586) | |
ossl_ssl.c:931: warning: ‘SSL_set_ex_data’ is deprecated (declared at /usr/include/openssl/ssl.h:1586) | |
ossl_ssl.c: In function ‘ossl_start_ssl’: | |
ossl_ssl.c:957: warning: ‘SSL_get_error’ is deprecated (declared at /usr/include/openssl/ssl.h:1501) | |
ossl_ssl.c:966: warning: ‘SSL_state_string_long’ is deprecated (declared at /usr/include/openssl/ssl.h:1419) | |
ossl_ssl.c:968: warning: ‘SSL_state_string_long’ is deprecated (declared at /usr/include/openssl/ssl.h:1419) | |
ossl_ssl.c: In function ‘ossl_ssl_connect’: | |
ossl_ssl.c:987: warning: ‘SSL_connect’ is deprecated (declared at /usr/include/openssl/ssl.h:1492) | |
ossl_ssl.c: In function ‘ossl_ssl_accept’: | |
ossl_ssl.c:998: warning: ‘SSL_accept’ is deprecated (declared at /usr/include/openssl/ssl.h:1491) | |
ossl_ssl.c: In function ‘ossl_ssl_read’: | |
ossl_ssl.c:1031: warning: ‘SSL_pending’ is deprecated (declared at /usr/include/openssl/ssl.h:1368) | |
ossl_ssl.c:1034: warning: ‘SSL_read’ is deprecated (declared at /usr/include/openssl/ssl.h:1493) | |
ossl_ssl.c:1035: warning: ‘SSL_get_error’ is deprecated (declared at /usr/include/openssl/ssl.h:1501) | |
ossl_ssl.c:1047: warning: ‘ERR_peek_error’ is deprecated (declared at /usr/include/openssl/err.h:270) | |
ossl_ssl.c: In function ‘ossl_ssl_write’: | |
ossl_ssl.c:1084: warning: ‘SSL_write’ is deprecated (declared at /usr/include/openssl/ssl.h:1495) | |
ossl_ssl.c:1085: warning: ‘SSL_get_error’ is deprecated (declared at /usr/include/openssl/ssl.h:1501) | |
ossl_ssl.c: In function ‘ossl_ssl_get_cert’: | |
ossl_ssl.c:1148: warning: ‘SSL_get_certificate’ is deprecated (declared at /usr/include/openssl/ssl.h:1560) | |
ossl_ssl.c: In function ‘ossl_ssl_get_peer_cert’: | |
ossl_ssl.c:1174: warning: ‘SSL_get_peer_certificate’ is deprecated (declared at /usr/include/openssl/ssl.h:1450) | |
ossl_ssl.c: In function ‘ossl_ssl_get_peer_cert_chain’: | |
ossl_ssl.c:1205: warning: ‘sk_num’ is deprecated (declared at /usr/include/openssl/stack.h:81) | |
ossl_ssl.c:1208: warning: ‘sk_value’ is deprecated (declared at /usr/include/openssl/stack.h:82) | |
ossl_ssl.c: In function ‘ossl_ssl_get_cipher’: | |
ossl_ssl.c:1230: warning: ‘SSL_get_current_cipher’ is deprecated (declared at /usr/include/openssl/ssl.h:1357) | |
ossl_ssl.c: In function ‘ossl_ssl_get_state’: | |
ossl_ssl.c:1250: warning: ‘SSL_state_string’ is deprecated (declared at /usr/include/openssl/ssl.h:1417) | |
ossl_ssl.c:1253: warning: ‘SSL_state_string_long’ is deprecated (declared at /usr/include/openssl/ssl.h:1419) | |
ossl_ssl.c: In function ‘ossl_ssl_pending’: | |
ossl_ssl.c:1273: warning: ‘SSL_pending’ is deprecated (declared at /usr/include/openssl/ssl.h:1368) | |
ossl_ssl.c: In function ‘ossl_ssl_session_reused’: | |
ossl_ssl.c:1292: warning: ‘SSL_ctrl’ is deprecated (declared at /usr/include/openssl/ssl.h:1496) | |
ossl_ssl.c: In function ‘ossl_ssl_set_session’: | |
ossl_ssl.c:1321: warning: ‘SSL_set_session’ is deprecated (declared at /usr/include/openssl/ssl.h:1439) | |
ossl_ssl.c: In function ‘ossl_ssl_get_verify_result’: | |
ossl_ssl.c:1338: warning: ‘SSL_get_verify_result’ is deprecated (declared at /usr/include/openssl/ssl.h:1584) | |
ossl_ssl.c: In function ‘Init_ossl_ssl’: | |
ossl_ssl.c:1353: warning: ‘SSL_get_ex_new_index’ is deprecated (declared at /usr/include/openssl/ssl.h:1589) | |
ossl_ssl.c:1354: warning: ‘SSL_get_ex_new_index’ is deprecated (declared at /usr/include/openssl/ssl.h:1589) | |
ossl_ssl.c:1355: warning: ‘SSL_get_ex_new_index’ is deprecated (declared at /usr/include/openssl/ssl.h:1589) | |
ossl_ssl.c:1357: warning: ‘SSL_get_ex_new_index’ is deprecated (declared at /usr/include/openssl/ssl.h:1589) | |
ossl_ssl.c:1359: warning: ‘SSL_get_ex_new_index’ is deprecated (declared at /usr/include/openssl/ssl.h:1589) | |
compiling ossl_ssl_session.c | |
In file included from ossl.h:32, | |
from ossl_ssl_session.c:5: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_ssl_session.c: In function ‘ossl_ssl_session_alloc’: | |
ossl_ssl_session.c:25: warning: ‘SSL_SESSION_free’ is deprecated (declared at /usr/include/openssl/ssl.h:1437) | |
ossl_ssl_session.c: In function ‘ossl_ssl_session_initialize’: | |
ossl_ssl_session.c:50: warning: ‘SSL_get1_session’ is deprecated (declared at /usr/include/openssl/ssl.h:1575) | |
ossl_ssl_session.c:55: warning: ‘PEM_ASN1_read_bio’ is deprecated (declared at /usr/include/openssl/pem.h:585) | |
ossl_ssl_session.c:55: warning: ‘d2i_SSL_SESSION’ is deprecated (declared at /usr/include/openssl/ssl.h:1447) | |
ossl_ssl_session.c:58: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_ssl_session.c:59: warning: ‘ASN1_d2i_bio’ is deprecated (declared at /usr/include/openssl/asn1.h:984) | |
ossl_ssl_session.c:59: warning: ‘SSL_SESSION_new’ is deprecated (declared at /usr/include/openssl/ssl.h:1427) | |
ossl_ssl_session.c:59: warning: ‘d2i_SSL_SESSION’ is deprecated (declared at /usr/include/openssl/ssl.h:1447) | |
ossl_ssl_session.c:62: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_ssl_session.c: In function ‘ossl_ssl_session_get_time’: | |
ossl_ssl_session.c:116: warning: ‘SSL_SESSION_get_time’ is deprecated (declared at /usr/include/openssl/ssl.h:1421) | |
ossl_ssl_session.c: In function ‘ossl_ssl_session_get_timeout’: | |
ossl_ssl_session.c:138: warning: ‘SSL_SESSION_get_timeout’ is deprecated (declared at /usr/include/openssl/ssl.h:1423) | |
ossl_ssl_session.c: In function ‘ossl_ssl_session_set_time’: | |
ossl_ssl_session.c:166: warning: ‘SSL_SESSION_set_time’ is deprecated (declared at /usr/include/openssl/ssl.h:1422) | |
ossl_ssl_session.c: In function ‘ossl_ssl_session_set_timeout’: | |
ossl_ssl_session.c:167: warning: ‘SSL_SESSION_set_timeout’ is deprecated (declared at /usr/include/openssl/ssl.h:1424) | |
ossl_ssl_session.c: In function ‘ossl_ssl_session_get_id’: | |
ossl_ssl_session.c:184: warning: ‘SSL_SESSION_get_id’ is deprecated (declared at /usr/include/openssl/ssl.h:1430) | |
ossl_ssl_session.c: In function ‘ossl_ssl_session_to_der’: | |
ossl_ssl_session.c:205: warning: ‘i2d_SSL_SESSION’ is deprecated (declared at /usr/include/openssl/ssl.h:1438) | |
ossl_ssl_session.c: In function ‘ossl_ssl_session_to_pem’: | |
ossl_ssl_session.c:231: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_ssl_session.c:231: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_ssl_session.c:235: warning: ‘PEM_ASN1_write_bio’ is deprecated (declared at /usr/include/openssl/pem.h:595) | |
ossl_ssl_session.c:235: warning: ‘i2d_SSL_SESSION’ is deprecated (declared at /usr/include/openssl/ssl.h:1438) | |
ossl_ssl_session.c:236: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_ssl_session.c:240: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_ssl_session.c:242: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_ssl_session.c: In function ‘ossl_ssl_session_to_text’: | |
ossl_ssl_session.c:263: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_ssl_session.c:263: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_ssl_session.c:267: warning: ‘SSL_SESSION_print’ is deprecated (declared at /usr/include/openssl/ssl.h:1435) | |
ossl_ssl_session.c:268: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_ssl_session.c:272: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_ssl_session.c:274: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
compiling ossl_x509.c | |
In file included from ossl.h:32, | |
from ossl_x509.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_x509.c: In function ‘Init_ossl_x509’: | |
ossl_x509.c:97: warning: ‘X509_get_default_cert_area’ is deprecated (declared at /usr/include/openssl/x509.h:886) | |
ossl_x509.c:98: warning: ‘X509_get_default_cert_dir’ is deprecated (declared at /usr/include/openssl/x509.h:887) | |
ossl_x509.c:99: warning: ‘X509_get_default_cert_file’ is deprecated (declared at /usr/include/openssl/x509.h:888) | |
ossl_x509.c:100: warning: ‘X509_get_default_cert_dir_env’ is deprecated (declared at /usr/include/openssl/x509.h:889) | |
ossl_x509.c:101: warning: ‘X509_get_default_cert_file_env’ is deprecated (declared at /usr/include/openssl/x509.h:890) | |
ossl_x509.c:102: warning: ‘X509_get_default_private_dir’ is deprecated (declared at /usr/include/openssl/x509.h:891) | |
compiling ossl_x509attr.c | |
In file included from ossl.h:32, | |
from ossl_x509attr.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_x509attr.c: In function ‘ossl_x509attr_new’: | |
ossl_x509attr.c:48: warning: ‘X509_ATTRIBUTE_dup’ is deprecated (declared at /usr/include/openssl/x509.h:867) | |
ossl_x509attr.c: In function ‘DupX509AttrPtr’: | |
ossl_x509attr.c:64: warning: ‘X509_ATTRIBUTE_dup’ is deprecated (declared at /usr/include/openssl/x509.h:867) | |
ossl_x509attr.c: In function ‘ossl_x509attr_set_oid’: | |
ossl_x509attr.c:127: warning: ‘OBJ_txt2obj’ is deprecated (declared at /usr/include/openssl/objects.h:1010) | |
ossl_x509attr.c:128: warning: ‘OBJ_txt2obj’ is deprecated (declared at /usr/include/openssl/objects.h:1010) | |
ossl_x509attr.c:131: warning: ‘X509_ATTRIBUTE_set1_object’ is deprecated (declared at /usr/include/openssl/x509.h:1215) | |
ossl_x509attr.c: In function ‘ossl_x509attr_get_oid’: | |
ossl_x509attr.c:150: warning: ‘X509_ATTRIBUTE_get0_object’ is deprecated (declared at /usr/include/openssl/x509.h:1220) | |
ossl_x509attr.c:151: warning: ‘OBJ_obj2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1009) | |
ossl_x509attr.c:152: warning: ‘OBJ_nid2sn’ is deprecated (declared at /usr/include/openssl/objects.h:1008) | |
ossl_x509attr.c:154: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_x509attr.c:154: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_x509attr.c:156: warning: ‘i2a_ASN1_OBJECT’ is deprecated (declared at /usr/include/openssl/asn1.h:888) | |
ossl_x509attr.c: In function ‘ossl_x509attr_set_value’: | |
ossl_x509attr.c:183: warning: ‘ASN1_TYPE_get’ is deprecated (declared at /usr/include/openssl/asn1.h:771) | |
ossl_x509attr.c:190: warning: ‘sk_free’ is deprecated (declared at /usr/include/openssl/stack.h:88) | |
ossl_x509attr.c: In function ‘ossl_x509attr_get_value’: | |
ossl_x509attr.c:220: warning: ‘i2d_ASN1_SET’ is deprecated (declared at /usr/include/openssl/asn1.h:878) | |
ossl_x509attr.c:225: warning: ‘i2d_ASN1_SET’ is deprecated (declared at /usr/include/openssl/asn1.h:878) | |
compiling ossl_x509cert.c | |
In file included from ossl.h:32, | |
from ossl_x509cert.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_x509cert.c: In function ‘ossl_x509_new’: | |
ossl_x509cert.c:48: warning: ‘X509_dup’ is deprecated (declared at /usr/include/openssl/x509.h:866) | |
ossl_x509cert.c: In function ‘DupX509CertPtr’: | |
ossl_x509cert.c:106: warning: ‘CRYPTO_add_lock’ is deprecated (declared at /usr/include/openssl/crypto.h:430) | |
ossl_x509cert.c: In function ‘ossl_x509_initialize’: | |
ossl_x509cert.c:148: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_x509cert.c:149: warning: ‘d2i_X509_bio’ is deprecated (declared at /usr/include/openssl/x509.h:828) | |
ossl_x509cert.c:151: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509cert.c: In function ‘ossl_x509_copy’: | |
ossl_x509cert.c:168: warning: ‘X509_dup’ is deprecated (declared at /usr/include/openssl/x509.h:866) | |
ossl_x509cert.c: In function ‘ossl_x509_to_pem’: | |
ossl_x509cert.c:213: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_x509cert.c:213: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_x509cert.c:217: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509cert.c: In function ‘ossl_x509_to_text’: | |
ossl_x509cert.c:238: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_x509cert.c:238: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_x509cert.c:241: warning: ‘X509_print’ is deprecated (declared at /usr/include/openssl/x509.h:1089) | |
ossl_x509cert.c:242: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509cert.c: In function ‘ossl_x509_get_version’: | |
ossl_x509cert.c:283: warning: ‘ASN1_INTEGER_get’ is deprecated (declared at /usr/include/openssl/asn1.h:899) | |
ossl_x509cert.c: In function ‘ossl_x509_set_version’: | |
ossl_x509cert.c:300: warning: ‘X509_set_version’ is deprecated (declared at /usr/include/openssl/x509.h:1007) | |
ossl_x509cert.c: In function ‘ossl_x509_get_serial’: | |
ossl_x509cert.c:318: warning: ‘X509_get_serialNumber’ is deprecated (declared at /usr/include/openssl/x509.h:1009) | |
ossl_x509cert.c: In function ‘ossl_x509_set_serial’: | |
ossl_x509cert.c:333: warning: ‘X509_get_serialNumber’ is deprecated (declared at /usr/include/openssl/x509.h:1009) | |
ossl_x509cert.c: In function ‘ossl_x509_get_signature_algorithm’: | |
ossl_x509cert.c:350: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_x509cert.c:350: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_x509cert.c:353: warning: ‘i2a_ASN1_OBJECT’ is deprecated (declared at /usr/include/openssl/asn1.h:888) | |
ossl_x509cert.c:354: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509cert.c: In function ‘ossl_x509_get_subject’: | |
ossl_x509cert.c:373: warning: ‘X509_get_subject_name’ is deprecated (declared at /usr/include/openssl/x509.h:1013) | |
ossl_x509cert.c: In function ‘ossl_x509_set_subject’: | |
ossl_x509cert.c:390: warning: ‘X509_set_subject_name’ is deprecated (declared at /usr/include/openssl/x509.h:1012) | |
ossl_x509cert.c: In function ‘ossl_x509_get_issuer’: | |
ossl_x509cert.c:408: warning: ‘X509_get_issuer_name’ is deprecated (declared at /usr/include/openssl/x509.h:1011) | |
ossl_x509cert.c: In function ‘ossl_x509_set_issuer’: | |
ossl_x509cert.c:425: warning: ‘X509_set_issuer_name’ is deprecated (declared at /usr/include/openssl/x509.h:1010) | |
ossl_x509cert.c: In function ‘ossl_x509_set_not_before’: | |
ossl_x509cert.c:462: warning: ‘X509_time_adj’ is deprecated (declared at /usr/include/openssl/x509.h:883) | |
ossl_x509cert.c: In function ‘ossl_x509_set_not_after’: | |
ossl_x509cert.c:499: warning: ‘X509_time_adj’ is deprecated (declared at /usr/include/openssl/x509.h:883) | |
ossl_x509cert.c: In function ‘ossl_x509_get_public_key’: | |
ossl_x509cert.c:517: warning: ‘X509_get_pubkey’ is deprecated (declared at /usr/include/openssl/x509.h:1017) | |
ossl_x509cert.c: In function ‘ossl_x509_set_public_key’: | |
ossl_x509cert.c:534: warning: ‘X509_set_pubkey’ is deprecated (declared at /usr/include/openssl/x509.h:1016) | |
ossl_x509cert.c: In function ‘ossl_x509_sign’: | |
ossl_x509cert.c:555: warning: ‘X509_sign’ is deprecated (declared at /usr/include/openssl/x509.h:771) | |
ossl_x509cert.c: In function ‘ossl_x509_verify’: | |
ossl_x509cert.c:577: warning: ‘X509_verify’ is deprecated (declared at /usr/include/openssl/x509.h:756) | |
ossl_x509cert.c: In function ‘ossl_x509_check_private_key’: | |
ossl_x509cert.c:602: warning: ‘X509_check_private_key’ is deprecated (declared at /usr/include/openssl/x509.h:1061) | |
ossl_x509cert.c:603: warning: ‘ERR_reason_error_string’ is deprecated (declared at /usr/include/openssl/err.h:283) | |
ossl_x509cert.c:603: warning: ‘ERR_get_error’ is deprecated (declared at /usr/include/openssl/err.h:266) | |
ossl_x509cert.c:603: warning: ‘ERR_reason_error_string’ is deprecated (declared at /usr/include/openssl/err.h:283) | |
ossl_x509cert.c:603: warning: ‘ERR_get_error’ is deprecated (declared at /usr/include/openssl/err.h:266) | |
ossl_x509cert.c: In function ‘ossl_x509_get_extensions’: | |
ossl_x509cert.c:623: warning: ‘X509_get_ext_count’ is deprecated (declared at /usr/include/openssl/x509.h:1144) | |
ossl_x509cert.c:629: warning: ‘X509_get_ext’ is deprecated (declared at /usr/include/openssl/x509.h:1148) | |
ossl_x509cert.c: In function ‘ossl_x509_set_extensions’: | |
ossl_x509cert.c:653: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_x509cert.c:658: warning: ‘X509_add_ext’ is deprecated (declared at /usr/include/openssl/x509.h:1150) | |
ossl_x509cert.c: In function ‘ossl_x509_add_extension’: | |
ossl_x509cert.c:680: warning: ‘X509_add_ext’ is deprecated (declared at /usr/include/openssl/x509.h:1150) | |
compiling ossl_x509crl.c | |
In file included from ossl.h:32, | |
from ossl_x509crl.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_x509crl.c: In function ‘DupX509CRLPtr’: | |
ossl_x509crl.c:55: warning: ‘CRYPTO_add_lock’ is deprecated (declared at /usr/include/openssl/crypto.h:430) | |
ossl_x509crl.c: In function ‘ossl_x509crl_new’: | |
ossl_x509crl.c:66: warning: ‘X509_CRL_dup’ is deprecated (declared at /usr/include/openssl/x509.h:869) | |
ossl_x509crl.c: In function ‘ossl_x509crl_initialize’: | |
ossl_x509crl.c:104: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_x509crl.c:105: warning: ‘d2i_X509_CRL_bio’ is deprecated (declared at /usr/include/openssl/x509.h:830) | |
ossl_x509crl.c:107: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509crl.c: In function ‘ossl_x509crl_copy’: | |
ossl_x509crl.c:122: warning: ‘X509_CRL_dup’ is deprecated (declared at /usr/include/openssl/x509.h:869) | |
ossl_x509crl.c: In function ‘ossl_x509crl_get_version’: | |
ossl_x509crl.c:138: warning: ‘ASN1_INTEGER_get’ is deprecated (declared at /usr/include/openssl/asn1.h:899) | |
ossl_x509crl.c: In function ‘ossl_x509crl_set_version’: | |
ossl_x509crl.c:153: warning: ‘X509_CRL_set_version’ is deprecated (declared at /usr/include/openssl/x509.h:1050) | |
ossl_x509crl.c: In function ‘ossl_x509crl_get_signature_algorithm’: | |
ossl_x509crl.c:169: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_x509crl.c:169: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_x509crl.c:172: warning: ‘i2a_ASN1_OBJECT’ is deprecated (declared at /usr/include/openssl/asn1.h:888) | |
ossl_x509crl.c:173: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509crl.c:176: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_x509crl.c:178: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509crl.c: In function ‘ossl_x509crl_set_issuer’: | |
ossl_x509crl.c:199: warning: ‘X509_CRL_set_issuer_name’ is deprecated (declared at /usr/include/openssl/x509.h:1051) | |
ossl_x509crl.c: In function ‘ossl_x509crl_set_last_update’: | |
ossl_x509crl.c:223: warning: ‘X509_time_adj’ is deprecated (declared at /usr/include/openssl/x509.h:883) | |
ossl_x509crl.c: In function ‘ossl_x509crl_set_next_update’: | |
ossl_x509crl.c:249: warning: ‘X509_time_adj’ is deprecated (declared at /usr/include/openssl/x509.h:883) | |
ossl_x509crl.c: In function ‘ossl_x509crl_get_revoked’: | |
ossl_x509crl.c:265: warning: ‘sk_num’ is deprecated (declared at /usr/include/openssl/stack.h:81) | |
ossl_x509crl.c:273: warning: ‘sk_value’ is deprecated (declared at /usr/include/openssl/stack.h:82) | |
ossl_x509crl.c: In function ‘ossl_x509crl_set_revoked’: | |
ossl_x509crl.c:294: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_x509crl.c:298: warning: ‘X509_CRL_add0_revoked’ is deprecated (declared at /usr/include/openssl/x509.h:970) | |
ossl_x509crl.c:302: warning: ‘X509_CRL_sort’ is deprecated (declared at /usr/include/openssl/x509.h:1054) | |
ossl_x509crl.c: In function ‘ossl_x509crl_add_revoked’: | |
ossl_x509crl.c:315: warning: ‘X509_CRL_add0_revoked’ is deprecated (declared at /usr/include/openssl/x509.h:970) | |
ossl_x509crl.c:318: warning: ‘X509_CRL_sort’ is deprecated (declared at /usr/include/openssl/x509.h:1054) | |
ossl_x509crl.c: In function ‘ossl_x509crl_sign’: | |
ossl_x509crl.c:333: warning: ‘X509_CRL_sign’ is deprecated (declared at /usr/include/openssl/x509.h:773) | |
ossl_x509crl.c: In function ‘ossl_x509crl_verify’: | |
ossl_x509crl.c:347: warning: ‘X509_CRL_verify’ is deprecated (declared at /usr/include/openssl/x509.h:759) | |
ossl_x509crl.c: In function ‘ossl_x509crl_to_der’: | |
ossl_x509crl.c:366: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_x509crl.c:366: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_x509crl.c:369: warning: ‘i2d_X509_CRL_bio’ is deprecated (declared at /usr/include/openssl/x509.h:831) | |
ossl_x509crl.c:370: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509crl.c:373: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_x509crl.c:375: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509crl.c: In function ‘ossl_x509crl_to_pem’: | |
ossl_x509crl.c:389: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_x509crl.c:389: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_x509crl.c:393: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509crl.c:396: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_x509crl.c:398: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509crl.c: In function ‘ossl_x509crl_to_text’: | |
ossl_x509crl.c:412: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_x509crl.c:412: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_x509crl.c:415: warning: ‘X509_CRL_print’ is deprecated (declared at /usr/include/openssl/x509.h:1092) | |
ossl_x509crl.c:416: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509crl.c:419: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_x509crl.c:421: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509crl.c: In function ‘ossl_x509crl_get_extensions’: | |
ossl_x509crl.c:438: warning: ‘X509_CRL_get_ext_count’ is deprecated (declared at /usr/include/openssl/x509.h:1155) | |
ossl_x509crl.c:445: warning: ‘X509_CRL_get_ext’ is deprecated (declared at /usr/include/openssl/x509.h:1159) | |
ossl_x509crl.c: In function ‘ossl_x509crl_set_extensions’: | |
ossl_x509crl.c:468: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_x509crl.c:472: warning: ‘X509_CRL_add_ext’ is deprecated (declared at /usr/include/openssl/x509.h:1161) | |
ossl_x509crl.c: In function ‘ossl_x509crl_add_extension’: | |
ossl_x509crl.c:490: warning: ‘X509_CRL_add_ext’ is deprecated (declared at /usr/include/openssl/x509.h:1161) | |
compiling ossl_x509ext.c | |
In file included from ossl.h:32, | |
from ossl_x509ext.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_x509ext.c: In function ‘ossl_x509ext_new’: | |
ossl_x509ext.c:61: warning: ‘X509_EXTENSION_dup’ is deprecated (declared at /usr/include/openssl/x509.h:868) | |
ossl_x509ext.c: In function ‘DupX509ExtPtr’: | |
ossl_x509ext.c:87: warning: ‘X509_EXTENSION_dup’ is deprecated (declared at /usr/include/openssl/x509.h:868) | |
ossl_x509ext.c: In function ‘ossl_x509extfactory_free’: | |
ossl_x509ext.c:103: warning: ‘CRYPTO_free’ is deprecated (declared at /usr/include/openssl/crypto.h:480) | |
ossl_x509ext.c: In function ‘ossl_x509extfactory_alloc’: | |
ossl_x509ext.c:112: warning: ‘CRYPTO_malloc’ is deprecated (declared at /usr/include/openssl/crypto.h:478) | |
ossl_x509ext.c:112: warning: ‘X509V3_set_ctx’ is deprecated (declared at /usr/include/openssl/x509v3.h:562) | |
ossl_x509ext.c: In function ‘ossl_x509extfactory_set_config’: | |
ossl_x509ext.c:175: warning: ‘X509V3_set_nconf’ is deprecated (declared at /usr/include/openssl/x509v3.h:553) | |
ossl_x509ext.c: In function ‘ossl_x509extfactory_create_ext’: | |
ossl_x509ext.c:233: warning: ‘OBJ_ln2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1013) | |
ossl_x509ext.c:234: warning: ‘OBJ_sn2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1014) | |
ossl_x509ext.c:242: warning: ‘X509V3_EXT_nconf_nid’ is deprecated (declared at /usr/include/openssl/x509v3.h:536) | |
ossl_x509ext.c: In function ‘ossl_x509ext_set_oid’: | |
ossl_x509ext.c:305: warning: ‘OBJ_txt2obj’ is deprecated (declared at /usr/include/openssl/objects.h:1010) | |
ossl_x509ext.c:306: warning: ‘OBJ_txt2obj’ is deprecated (declared at /usr/include/openssl/objects.h:1010) | |
ossl_x509ext.c:309: warning: ‘X509_EXTENSION_set_object’ is deprecated (declared at /usr/include/openssl/x509.h:1181) | |
ossl_x509ext.c: In function ‘ossl_x509ext_set_value’: | |
ossl_x509ext.c:323: warning: ‘CRYPTO_malloc’ is deprecated (declared at /usr/include/openssl/crypto.h:478) | |
ossl_x509ext.c:327: warning: ‘CRYPTO_free’ is deprecated (declared at /usr/include/openssl/crypto.h:480) | |
ossl_x509ext.c:330: warning: ‘ASN1_STRING_set’ is deprecated (declared at /usr/include/openssl/asn1.h:795) | |
ossl_x509ext.c:331: warning: ‘CRYPTO_free’ is deprecated (declared at /usr/include/openssl/crypto.h:480) | |
ossl_x509ext.c:335: warning: ‘CRYPTO_free’ is deprecated (declared at /usr/include/openssl/crypto.h:480) | |
ossl_x509ext.c:337: warning: ‘X509_EXTENSION_set_data’ is deprecated (declared at /usr/include/openssl/x509.h:1184) | |
ossl_x509ext.c: In function ‘ossl_x509ext_set_critical’: | |
ossl_x509ext.c:348: warning: ‘X509_EXTENSION_set_critical’ is deprecated (declared at /usr/include/openssl/x509.h:1182) | |
ossl_x509ext.c: In function ‘ossl_x509ext_get_oid’: | |
ossl_x509ext.c:363: warning: ‘X509_EXTENSION_get_object’ is deprecated (declared at /usr/include/openssl/x509.h:1185) | |
ossl_x509ext.c:364: warning: ‘OBJ_obj2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1009) | |
ossl_x509ext.c:365: warning: ‘OBJ_nid2sn’ is deprecated (declared at /usr/include/openssl/objects.h:1008) | |
ossl_x509ext.c:367: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_x509ext.c:367: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_x509ext.c:369: warning: ‘i2a_ASN1_OBJECT’ is deprecated (declared at /usr/include/openssl/asn1.h:888) | |
ossl_x509ext.c: In function ‘ossl_x509ext_get_value’: | |
ossl_x509ext.c:384: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_x509ext.c:384: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_x509ext.c:386: warning: ‘X509V3_EXT_print’ is deprecated (declared at /usr/include/openssl/x509v3.h:598) | |
ossl_x509ext.c:387: warning: ‘ASN1_STRING_print’ is deprecated (declared at /usr/include/openssl/asn1.h:1009) | |
ossl_x509ext.c: In function ‘ossl_x509ext_get_critical’: | |
ossl_x509ext.c:399: warning: ‘X509_EXTENSION_get_critical’ is deprecated (declared at /usr/include/openssl/x509.h:1187) | |
compiling ossl_x509name.c | |
In file included from ossl.h:32, | |
from ossl_x509name.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_x509name.c: In function ‘ossl_x509name_new’: | |
ossl_x509name.c:53: warning: ‘X509_NAME_dup’ is deprecated (declared at /usr/include/openssl/x509.h:876) | |
ossl_x509name.c: In function ‘ossl_x509name_add_entry’: | |
ossl_x509name.c:169: warning: ‘X509_NAME_add_entry_by_txt’ is deprecated (declared at /usr/include/openssl/x509.h:1121) | |
ossl_x509name.c: In function ‘ossl_x509name_to_s_old’: | |
ossl_x509name.c:185: warning: ‘X509_NAME_oneline’ is deprecated (declared at /usr/include/openssl/x509.h:984) | |
ossl_x509name.c:187: warning: ‘CRYPTO_free’ is deprecated (declared at /usr/include/openssl/crypto.h:480) | |
ossl_x509name.c: In function ‘ossl_x509name_to_s’: | |
ossl_x509name.c:209: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_x509name.c:209: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_x509name.c:212: warning: ‘X509_NAME_print_ex’ is deprecated (declared at /usr/include/openssl/x509.h:1087) | |
ossl_x509name.c:213: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509name.c: In function ‘ossl_x509name_to_a’: | |
ossl_x509name.c:236: warning: ‘X509_NAME_entry_count’ is deprecated (declared at /usr/include/openssl/x509.h:1097) | |
ossl_x509name.c:243: warning: ‘X509_NAME_get_entry’ is deprecated (declared at /usr/include/openssl/x509.h:1108) | |
ossl_x509name.c:246: warning: ‘i2t_ASN1_OBJECT’ is deprecated (declared at /usr/include/openssl/asn1.h:892) | |
ossl_x509name.c:249: warning: ‘OBJ_nid2sn’ is deprecated (declared at /usr/include/openssl/objects.h:1008) | |
ossl_x509name.c:249: warning: ‘OBJ_ln2nid’ is deprecated (declared at /usr/include/openssl/objects.h:1013) | |
ossl_x509name.c: In function ‘ossl_x509name_cmp0’: | |
ossl_x509name.c:266: warning: ‘X509_NAME_cmp’ is deprecated (declared at /usr/include/openssl/x509.h:1073) | |
ossl_x509name.c: In function ‘ossl_x509name_hash’: | |
ossl_x509name.c:304: warning: ‘X509_NAME_hash’ is deprecated (declared at /usr/include/openssl/x509.h:1074) | |
compiling ossl_x509req.c | |
In file included from ossl.h:32, | |
from ossl_x509req.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_x509req.c: In function ‘ossl_x509req_new’: | |
ossl_x509req.c:48: warning: ‘X509_REQ_dup’ is deprecated (declared at /usr/include/openssl/x509.h:870) | |
ossl_x509req.c: In function ‘DupX509ReqPtr’: | |
ossl_x509req.c:74: warning: ‘X509_REQ_dup’ is deprecated (declared at /usr/include/openssl/x509.h:870) | |
ossl_x509req.c: In function ‘ossl_x509req_initialize’: | |
ossl_x509req.c:112: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_x509req.c:113: warning: ‘d2i_X509_REQ_bio’ is deprecated (declared at /usr/include/openssl/x509.h:832) | |
ossl_x509req.c:115: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509req.c: In function ‘ossl_x509req_copy’: | |
ossl_x509req.c:130: warning: ‘X509_REQ_dup’ is deprecated (declared at /usr/include/openssl/x509.h:870) | |
ossl_x509req.c: In function ‘ossl_x509req_to_pem’: | |
ossl_x509req.c:148: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_x509req.c:148: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_x509req.c:152: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509req.c:155: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_x509req.c:157: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509req.c: In function ‘ossl_x509req_to_text’: | |
ossl_x509req.c:191: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_x509req.c:191: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_x509req.c:194: warning: ‘X509_REQ_print’ is deprecated (declared at /usr/include/openssl/x509.h:1094) | |
ossl_x509req.c:195: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509req.c:198: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_x509req.c:200: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509req.c: In function ‘ossl_x509req_get_version’: | |
ossl_x509req.c:232: warning: ‘ASN1_INTEGER_get’ is deprecated (declared at /usr/include/openssl/asn1.h:899) | |
ossl_x509req.c: In function ‘ossl_x509req_set_version’: | |
ossl_x509req.c:247: warning: ‘X509_REQ_set_version’ is deprecated (declared at /usr/include/openssl/x509.h:1021) | |
ossl_x509req.c: In function ‘ossl_x509req_set_subject’: | |
ossl_x509req.c:275: warning: ‘X509_REQ_set_subject_name’ is deprecated (declared at /usr/include/openssl/x509.h:1022) | |
ossl_x509req.c: In function ‘ossl_x509req_get_signature_algorithm’: | |
ossl_x509req.c:292: warning: ‘BIO_new’ is deprecated (declared at /usr/include/openssl/bio.h:581) | |
ossl_x509req.c:292: warning: ‘BIO_s_mem’ is deprecated (declared at /usr/include/openssl/bio.h:616) | |
ossl_x509req.c:295: warning: ‘i2a_ASN1_OBJECT’ is deprecated (declared at /usr/include/openssl/asn1.h:888) | |
ossl_x509req.c:296: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509req.c:299: warning: ‘BIO_ctrl’ is deprecated (declared at /usr/include/openssl/bio.h:590) | |
ossl_x509req.c:301: warning: ‘BIO_free’ is deprecated (declared at /usr/include/openssl/bio.h:583) | |
ossl_x509req.c: In function ‘ossl_x509req_get_public_key’: | |
ossl_x509req.c:312: warning: ‘X509_REQ_get_pubkey’ is deprecated (declared at /usr/include/openssl/x509.h:1024) | |
ossl_x509req.c: In function ‘ossl_x509req_set_public_key’: | |
ossl_x509req.c:327: warning: ‘X509_REQ_set_pubkey’ is deprecated (declared at /usr/include/openssl/x509.h:1023) | |
ossl_x509req.c: In function ‘ossl_x509req_sign’: | |
ossl_x509req.c:344: warning: ‘X509_REQ_sign’ is deprecated (declared at /usr/include/openssl/x509.h:772) | |
ossl_x509req.c: In function ‘ossl_x509req_verify’: | |
ossl_x509req.c:363: warning: ‘X509_REQ_verify’ is deprecated (declared at /usr/include/openssl/x509.h:758) | |
ossl_x509req.c: In function ‘ossl_x509req_get_attributes’: | |
ossl_x509req.c:383: warning: ‘X509_REQ_get_attr_count’ is deprecated (declared at /usr/include/openssl/x509.h:1032) | |
ossl_x509req.c:390: warning: ‘X509_REQ_get_attr’ is deprecated (declared at /usr/include/openssl/x509.h:1037) | |
ossl_x509req.c: In function ‘ossl_x509req_set_attributes’: | |
ossl_x509req.c:410: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_x509req.c:415: warning: ‘X509_REQ_add1_attr’ is deprecated (declared at /usr/include/openssl/x509.h:1039) | |
ossl_x509req.c: In function ‘ossl_x509req_add_attribute’: | |
ossl_x509req.c:428: warning: ‘X509_REQ_add1_attr’ is deprecated (declared at /usr/include/openssl/x509.h:1039) | |
compiling ossl_x509revoked.c | |
In file included from ossl.h:32, | |
from ossl_x509revoked.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
ossl_x509revoked.c: In function ‘ossl_x509revoked_new’: | |
ossl_x509revoked.c:48: warning: ‘ASN1_dup’ is deprecated (declared at /usr/include/openssl/asn1.h:935) | |
ossl_x509revoked.c: In function ‘DupX509RevokedPtr’: | |
ossl_x509revoked.c:64: warning: ‘ASN1_dup’ is deprecated (declared at /usr/include/openssl/asn1.h:935) | |
ossl_x509revoked.c: In function ‘ossl_x509revoked_set_time’: | |
ossl_x509revoked.c:134: warning: ‘X509_time_adj’ is deprecated (declared at /usr/include/openssl/x509.h:883) | |
ossl_x509revoked.c: In function ‘ossl_x509revoked_get_extensions’: | |
ossl_x509revoked.c:152: warning: ‘X509_REVOKED_get_ext_count’ is deprecated (declared at /usr/include/openssl/x509.h:1166) | |
ossl_x509revoked.c:159: warning: ‘X509_REVOKED_get_ext’ is deprecated (declared at /usr/include/openssl/x509.h:1170) | |
ossl_x509revoked.c: In function ‘ossl_x509revoked_set_extensions’: | |
ossl_x509revoked.c:182: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_x509revoked.c:187: warning: ‘X509_REVOKED_add_ext’ is deprecated (declared at /usr/include/openssl/x509.h:1172) | |
ossl_x509revoked.c: In function ‘ossl_x509revoked_add_extension’: | |
ossl_x509revoked.c:201: warning: ‘X509_REVOKED_add_ext’ is deprecated (declared at /usr/include/openssl/x509.h:1172) | |
compiling ossl_x509store.c | |
In file included from ossl.h:32, | |
from ossl_x509store.c:11: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
In file included from ossl_x509store.c:12: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubysig.h:1:2: warning: #warning rubysig.h is obsolete | |
ossl_x509store.c: In function ‘ossl_x509store_new’: | |
ossl_x509store.c:63: warning: ‘X509_STORE_free’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:390) | |
ossl_x509store.c: In function ‘DupX509StorePtr’: | |
ossl_x509store.c:84: warning: ‘CRYPTO_add_lock’ is deprecated (declared at /usr/include/openssl/crypto.h:430) | |
ossl_x509store.c: In function ‘ossl_x509store_alloc’: | |
ossl_x509store.c:98: warning: ‘X509_STORE_new’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:389) | |
ossl_x509store.c:101: warning: ‘X509_STORE_free’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:390) | |
ossl_x509store.c: In function ‘ossl_x509store_set_flags’: | |
ossl_x509store.c:161: warning: ‘X509_STORE_set_flags’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:392) | |
ossl_x509store.c: In function ‘ossl_x509store_set_purpose’: | |
ossl_x509store.c:177: warning: ‘X509_STORE_set_purpose’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:393) | |
ossl_x509store.c: In function ‘ossl_x509store_set_trust’: | |
ossl_x509store.c:193: warning: ‘X509_STORE_set_trust’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:394) | |
ossl_x509store.c: In function ‘ossl_x509store_add_file’: | |
ossl_x509store.c:220: warning: ‘X509_STORE_add_lookup’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:407) | |
ossl_x509store.c:220: warning: ‘X509_LOOKUP_file’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:410) | |
ossl_x509store.c:222: warning: ‘X509_LOOKUP_ctrl’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:419) | |
ossl_x509store.c: In function ‘ossl_x509store_add_path’: | |
ossl_x509store.c:241: warning: ‘X509_STORE_add_lookup’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:407) | |
ossl_x509store.c:241: warning: ‘X509_LOOKUP_hash_dir’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:409) | |
ossl_x509store.c:243: warning: ‘X509_LOOKUP_ctrl’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:419) | |
ossl_x509store.c: In function ‘ossl_x509store_set_default_paths’: | |
ossl_x509store.c:256: warning: ‘X509_STORE_set_default_paths’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:444) | |
ossl_x509store.c: In function ‘ossl_x509store_add_cert’: | |
ossl_x509store.c:271: warning: ‘X509_STORE_add_cert’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:412) | |
ossl_x509store.c: In function ‘ossl_x509store_add_crl’: | |
ossl_x509store.c:286: warning: ‘X509_STORE_add_crl’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:413) | |
ossl_x509store.c: In function ‘ossl_x509stctx_free’: | |
ossl_x509store.c:348: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_x509store.c:351: warning: ‘X509_STORE_CTX_free’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:401) | |
ossl_x509store.c: In function ‘ossl_x509stctx_alloc’: | |
ossl_x509store.c:360: warning: ‘X509_STORE_CTX_new’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:397) | |
ossl_x509store.c: In function ‘ossl_x509stctx_initialize’: | |
ossl_x509store.c:388: warning: ‘X509_STORE_CTX_init’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:403) | |
ossl_x509store.c:389: warning: ‘sk_pop_free’ is deprecated (declared at /usr/include/openssl/stack.h:89) | |
ossl_x509store.c: In function ‘ossl_x509stctx_verify’: | |
ossl_x509store.c:413: warning: ‘X509_STORE_CTX_set_ex_data’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:449) | |
ossl_x509store.c:415: warning: ‘X509_verify_cert’ is deprecated (declared at /usr/include/openssl/x509.h:1241) | |
ossl_x509store.c: In function ‘ossl_x509stctx_get_chain’: | |
ossl_x509store.c:430: warning: ‘X509_STORE_CTX_get_chain’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:455) | |
ossl_x509store.c:433: warning: ‘sk_num’ is deprecated (declared at /usr/include/openssl/stack.h:81) | |
ossl_x509store.c:439: warning: ‘sk_value’ is deprecated (declared at /usr/include/openssl/stack.h:82) | |
ossl_x509store.c: In function ‘ossl_x509stctx_get_err’: | |
ossl_x509store.c:453: warning: ‘X509_STORE_CTX_get_error’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:451) | |
ossl_x509store.c: In function ‘ossl_x509stctx_set_error’: | |
ossl_x509store.c:462: warning: ‘X509_STORE_CTX_set_error’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:452) | |
ossl_x509store.c: In function ‘ossl_x509stctx_get_err_string’: | |
ossl_x509store.c:474: warning: ‘X509_STORE_CTX_get_error’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:451) | |
ossl_x509store.c:476: warning: ‘X509_verify_cert_error_string’ is deprecated (declared at /usr/include/openssl/x509.h:752) | |
ossl_x509store.c: In function ‘ossl_x509stctx_get_err_depth’: | |
ossl_x509store.c:486: warning: ‘X509_STORE_CTX_get_error_depth’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:453) | |
ossl_x509store.c: In function ‘ossl_x509stctx_get_curr_cert’: | |
ossl_x509store.c:496: warning: ‘X509_STORE_CTX_get_current_cert’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:454) | |
ossl_x509store.c: In function ‘ossl_x509stctx_cleanup’: | |
ossl_x509store.c:520: warning: ‘X509_STORE_CTX_cleanup’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:405) | |
ossl_x509store.c: In function ‘ossl_x509stctx_set_flags’: | |
ossl_x509store.c:532: warning: ‘X509_STORE_CTX_set_flags’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:464) | |
ossl_x509store.c: In function ‘ossl_x509stctx_set_purpose’: | |
ossl_x509store.c:544: warning: ‘X509_STORE_CTX_set_purpose’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:460) | |
ossl_x509store.c: In function ‘ossl_x509stctx_set_trust’: | |
ossl_x509store.c:556: warning: ‘X509_STORE_CTX_set_trust’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:461) | |
ossl_x509store.c: In function ‘ossl_x509stctx_set_time’: | |
ossl_x509store.c:573: warning: ‘X509_STORE_CTX_set_time’ is deprecated (declared at /usr/include/openssl/x509_vfy.h:466) | |
linking shared-object openssl.bundle | |
** Invoke extensions:18/dl (first_time) | |
** Execute extensions:18/dl | |
Building 18/dl | |
make | |
make: Nothing to be done for `all'. | |
** Invoke extensions:18/pty (first_time) | |
** Execute extensions:18/pty | |
Building 18/pty | |
make | |
compiling pty.c | |
pty.c:1:20: error: config.h: No such file or directory | |
In file included from pty.c:26: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/rubyio.h:1:2: warning: #warning use "ruby/io.h" instead of "rubyio.h" | |
In file included from pty.c:27: | |
/Users/richmolj/code/rubinius/vm/capi/19/include/ruby/backward/util.h:1:2: warning: #warning use "ruby/util.h" instead of bare "util.h" | |
make: *** [pty.o] Error 1 | |
rake aborted! | |
Command failed with status (2): [make ...] | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:995:in `sh' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:1010:in `call' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:1010:in `sh' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:1094:in `sh' | |
/Users/richmolj/code/rubinius/rakelib/extensions.rake:73:in `build_extconf' | |
/Users/richmolj/code/rubinius/rakelib/extensions.rake:106:in `compile_ext' | |
/Users/richmolj/code/rubinius/rakelib/extensions.rake:100:in `chdir' | |
/Users/richmolj/code/rubinius/rakelib/extensions.rake:100:in `compile_ext' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:636:in `call' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:636:in `execute' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:631:in `each' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:631:in `execute' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:597:in `invoke_with_call_chain' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:590:in `invoke_with_call_chain' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:607:in `invoke_prerequisites' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:604:in `each' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:604:in `invoke_prerequisites' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:596:in `invoke_with_call_chain' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:590:in `invoke_with_call_chain' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:607:in `invoke_prerequisites' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:604:in `each' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:604:in `invoke_prerequisites' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:596:in `invoke_with_call_chain' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:590:in `invoke_with_call_chain' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:607:in `invoke_prerequisites' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:604:in `each' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:604:in `invoke_prerequisites' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:596:in `invoke_with_call_chain' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:590:in `invoke_with_call_chain' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:607:in `invoke_prerequisites' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:604:in `each' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:604:in `invoke_prerequisites' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:596:in `invoke_with_call_chain' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:590:in `invoke_with_call_chain' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:607:in `invoke_prerequisites' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:604:in `each' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:604:in `invoke_prerequisites' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:596:in `invoke_with_call_chain' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:590:in `invoke_with_call_chain' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:607:in `invoke_prerequisites' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:604:in `each' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:604:in `invoke_prerequisites' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:596:in `invoke_with_call_chain' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:590:in `invoke_with_call_chain' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:583:in `invoke' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:2051:in `invoke_task' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:2029:in `top_level' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:2029:in `each' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:2029:in `top_level' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:2068:in `standard_exception_handling' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:2023:in `top_level' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:2001:in `run' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:2068:in `standard_exception_handling' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rake.rb:1998:in `run' | |
/usr/bin/rake:31 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment