public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Ruby 2 build hangs at "make check"
@ 2014-01-26 23:31 Steven Penny
  0 siblings, 0 replies; only message in thread
From: Steven Penny @ 2014-01-26 23:31 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-26 23:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-26 23:31 Ruby 2 build hangs at "make check" Steven Penny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).