public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Steven Penny <svnpenn@gmail.com>
To: cygwin@cygwin.com
Subject: Ruby 2 build hangs at "make check"
Date: Sun, 26 Jan 2014 23:31:00 -0000	[thread overview]
Message-ID: <CAAXzdLUkYAFzqEU5Zon+hFRPufwyGkhkXR4=LQLdUkC-dkofEQ@mail.gmail.com> (raw)

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

                 reply	other threads:[~2014-01-26 23:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAAXzdLUkYAFzqEU5Zon+hFRPufwyGkhkXR4=LQLdUkC-dkofEQ@mail.gmail.com' \
    --to=svnpenn@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).