This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Ruby 2 build hangs at "make check"


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]