Guest User

Untitled

a guest
Jun 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. ben@slim:~/code/ruby/rubinius (ruby-1.8.7-p302) [master]$ rvm use system
  2. Now using system ruby.
  3. ben@slim:~/code/ruby/rubinius () [master]$ which ruby
  4. /opt/local/bin/ruby
  5. ben@slim:~/code/ruby/rubinius () [master]$ ./configure
  6. Configuring LLVM...
  7. Checking for existing LLVM tree: found!
  8.  
  9. Checking sizeof(long): 8 bytes
  10. Checking platform endianness: little endian
  11. Checking tr1/hash definition: found
  12. Checking for function 'backtrace': found!
  13.  
  14. Configured. Run 'rake' to build and run VM tests and rubyspecs
  15. ben@slim:~/code/ruby/rubinius () [master]$ rake
  16. (in /Users/ben/code/ruby/rubinius)
  17. LLVM inclusion enabled.
  18. /opt/local/bin/ruby vm/codegen/field_extract.rb 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/class.hpp vm/builtin/compiledmethod.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/staticscope.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/taskprobe.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/capi_handle.hpp vm/builtin/global_cache_entry.hpp vm/builtin/weakref.hpp vm/builtin/fiber.hpp vm/builtin/thunk.hpp vm/builtin/call_unit.hpp vm/builtin/call_unit_adapter.hpp
  19. CC vm/agent.cpp
  20. gcc -Ivm/external_libs/llvm/include -I/Users/ben/code/ruby/rubinius/vm/external_libs/llvm/Release/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-common -Ivm/external_libs/libtommath -Ivm/external_libs/libgdtoa -Ivm/external_libs/onig -Ivm/external_libs/libffi/include -Ivm/test/cxxtest -Ivm -I. -I/usr/local/include -I/opt/local/include -Ivm/external_libs/udis86 -pipe -Wall -Wno-deprecated -mdynamic-no-pic -DENABLE_LLVM -DHAS_EXECINFO -ggdb3 -O2 -Werror -DRBX_PROFILER -c -o vm/agent.o vm/agent.cpp 2>&1
  21. CC vm/instructions.cpp
  22.  
  23. [snip]
  24.  
  25. /opt/local/bin/ruby -S rake -r /Users/ben/code/ruby/rubinius/rakelib/ext_helper.rb -r /Users/ben/code/ruby/rubinius/rakelib/dependency_grapher.rb build:mri
  26. (in /Users/ben/code/ruby/rubinius/lib/ext/melbourne)
  27. Building Melbourne for MRI
  28. CXX bstrlib.c
  29. bstrlib.c:2710: error: expected declaration specifiers or ‘...’ before numeric constant
  30. bstrlib.c:2710: error: expected declaration specifiers or ‘...’ before ‘__builtin_object_size’
  31. bstrlib.c:2710: warning: conflicting types for built-in function ‘__builtin___vsnprintf_chk’
  32. bstrlib.c: In function ‘bformata’:
  33. bstrlib.c:2759: warning: passing argument 4 of ‘__builtin___vsnprintf_chk’ makes pointer from integer without a cast
  34. bstrlib.c:2759: error: too many arguments to function ‘__builtin___vsnprintf_chk’
  35. bstrlib.c: In function ‘bassignformat’:
  36. bstrlib.c:2807: warning: passing argument 4 of ‘__builtin___vsnprintf_chk’ makes pointer from integer without a cast
  37. bstrlib.c:2807: error: too many arguments to function ‘__builtin___vsnprintf_chk’
  38. bstrlib.c: In function ‘bformat’:
  39. bstrlib.c:2854: warning: passing argument 4 of ‘__builtin___vsnprintf_chk’ makes pointer from integer without a cast
  40. bstrlib.c:2854: error: too many arguments to function ‘__builtin___vsnprintf_chk’
  41. bstrlib.c: In function ‘bvcformata’:
  42. bstrlib.c:2902: warning: passing argument 4 of ‘__builtin___vsnprintf_chk’ makes pointer from integer without a cast
  43. bstrlib.c:2902: error: too many arguments to function ‘__builtin___vsnprintf_chk’
  44. rake aborted!
  45. Command failed with status (1): [gcc -c -o ruby/bstrlib.o -I. -O2 -arch x86_64 -fno-common -pipe -fno-common -I/opt/local/lib/ruby/1.8/i686-darwin10 bstrlib.c > /dev/null]
  46. /Users/ben/code/ruby/rubinius/lib/ext/melbourne/Rakefile:11
  47. (See full trace by running task with --trace)
  48. rake aborted!
  49. Command failed with status (1): [/opt/local/bin/ruby -S rake -r /Users/ben...]
  50.  
  51. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment