From owner-freebsd-questions@FreeBSD.ORG Thu Jul 19 19:09:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 182D116A403 for ; Thu, 19 Jul 2007 19:09:37 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id 01CE713C47E for ; Thu, 19 Jul 2007 19:09:36 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay8.apple.com (relay8.apple.com [17.128.113.38]) by mail-out3.apple.com (Postfix) with ESMTP id 76873C2B7F0; Thu, 19 Jul 2007 12:09:14 -0700 (PDT) Received: from relay8.apple.com (unknown [127.0.0.1]) by relay8.apple.com (Symantec Mail Security) with ESMTP id 5420D4044E; Thu, 19 Jul 2007 12:09:14 -0700 (PDT) X-AuditID: 11807126-a844abb0000007e3-c9-469fb6daa190 Received: from [17.214.13.96] (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay8.apple.com (Apple SCV relay) with ESMTP id 1DEFF400F3; Thu, 19 Jul 2007 12:09:14 -0700 (PDT) In-Reply-To: <469FB3EB.7070607@chrismaness.com> References: <469FB3EB.7070607@chrismaness.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Thu, 19 Jul 2007 12:09:13 -0700 To: Chris Maness X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: Re: Ruby Taking FOREVER to compile? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2007 19:09:37 -0000 On Jul 19, 2007, at 11:56 AM, Chris Maness wrote: > I am upgrading all of my ports on a slightly slower machine, and > ruby+pthreads packge is taking what seems to be an unreasonably > long time to compile. Is it possible that it is stuck in a loop? > It has been sitting on "Generating RI" for several hours. It > doesn't seem to take that long to build the whole base system. For some reason, generating the Ruby docs requires a lot of RAM, and will do poorly (ie, swap a lot) if the machine it is running on doesn't have ~ 512MB or more RAM [1]. I believe you can do a "make config" in the ruby ports dir and disable the creation of the Ruby docs which ought to help.... -- -Chuck [1]: I don't remember the exact #, but it's around there...