ruby-internal icon indicating copy to clipboard operation
ruby-internal copied to clipboard

Cannot install on ruby-1.9.3-p448

Open zed-0xff opened this issue 11 years ago • 0 comments

setup.rb config --ruby-source-path=/tmp/ruby-1.9.3-p448 => OK

setup.rb setup =>

---> ext/internal/node
make
linking shared-object internal/node/node.so
node.o: In function `dump_node_or_iseq_to_hash':
node.c:(.text+0x1260): undefined reference to `dump_iseq_to_hash'
node.o: In function `load_node_or_iseq_from_hash':
node.c:(.text+0x158a): undefined reference to `load_iseq_from_hash'
collect2: error: ld returned 1 exit status
make: *** [node.so] Error 1
setup.rb:656:in `command': system("make") failed (RuntimeError)
    from setup.rb:665:in `make'
    from setup.rb:1259:in `setup_dir_ext'
    from setup.rb:1542:in `block in traverse'
    from setup.rb:1559:in `dive_into'
    from setup.rb:1540:in `traverse'
    from setup.rb:1544:in `block (2 levels) in traverse'
    from setup.rb:1543:in `each'
    from setup.rb:1543:in `block in traverse'
    from setup.rb:1559:in `dive_into'
    from setup.rb:1540:in `traverse'
    from setup.rb:1544:in `block (2 levels) in traverse'
    from setup.rb:1543:in `each'
    from setup.rb:1543:in `block in traverse'
    from setup.rb:1559:in `dive_into'
    from setup.rb:1540:in `traverse'
    from setup.rb:1534:in `block in exec_task_traverse'
    from setup.rb:1529:in `each'
    from setup.rb:1529:in `exec_task_traverse'
    from setup.rb:1247:in `exec_setup'
    from setup.rb:997:in `exec_setup'
    from setup.rb:827:in `invoke'
    from setup.rb:774:in `invoke'
    from setup.rb:1590:in `<main>'

zed-0xff avatar Nov 09 '13 18:11 zed-0xff