X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=AM0ay1e16MXaiazE0ksRYdzC4zvQe l/AER3T5MrrW0QUNy5WFdRNe6Nvtwsq2N8j9lyNl7OCrNzBPJ9rHu4ebL3VS8Oxd tSCvggmO6KTZYd0jxSRkgBeCNz1rP7ysUEVg7dbQMJBGsX6AQMf0WfOW7GFP8QKt ktqy2ke/ZH8RH0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=1z/Lw145OO403yTAZB/7ExqpZ+o=; b=sl/ Cdz6Kxh8upcMKCunCCneHIwfOmhbJgk3dCNHxt8IIK90dN1UZnuaKL90qpdUAKN2 /90m9Auv/T7FMb09YedpmEB8rKM9uSvfCc5HXtiKKGjFIZIvseEL6KZHmHVxS5u/ wlLp5cT14pQcEl/ysJ/HwKgknfHYQrSt+lfjcd0s= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f169.google.com MIME-Version: 1.0 X-Received: by 10.68.162.131 with SMTP id ya3mr26995833pbb.102.1390779068980; Sun, 26 Jan 2014 15:31:08 -0800 (PST) Date: Sun, 26 Jan 2014 17:31:08 -0600 Message-ID: Subject: Ruby 2 build hangs at "make check" From: Steven Penny To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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