Ruby 2 build hangs at "make check"

Steven Penny svnpenn@gmail.com
Sun Jan 26 23:31:00 GMT 2014


I am trying to build Ruby 2 with Cygwin. I am successful until I get to
"make check" where it hangs on

    [  387/12897] FTPTest#test_list_read_timeout_exceeded

My full steps

    git clone --depth 1 git://github.com/ruby/ruby
    cd ruby
    fd='-Wl,--stack,0x00200000,'
    rp='-Xlinker --stack -Xlinker 0x00200000,0x00040000 -Xlinker '
    sed -i "s/$fd/$rp/" configure.in
    autoconf
    ./configure --disable-install-doc
    make
    make check

the "sed" part I took from 1.9.3-cygwin-rails.patch found at

http://cygwin.com/packages/x86_64/ruby/ruby-1.9.3-p448-1-src

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list