From owner-freebsd-ruby@FreeBSD.ORG Wed Feb 3 11:08:48 2010 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C02CA106568F for ; Wed, 3 Feb 2010 11:08:48 +0000 (UTC) (envelope-from crabtw@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 55FED8FC26 for ; Wed, 3 Feb 2010 11:08:48 +0000 (UTC) Received: by pzk40 with SMTP id 40so1253047pzk.7 for ; Wed, 03 Feb 2010 03:08:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=bncPF07OWxK9xdss+UZ3NuHqmty3Yhhlu8KpMvKfO/o=; b=IFRh6nEYunlL3meyA+4wAENkkfuJhOGa3fUCSHXnAnznWuDQGjBn4o4WDOOmalYpH0 rB9+ru0FCZGU2IP7CZ8IqRus1afHP74OxqfiQfmSw25DB+5YdllZf/34W2wLMTzaSOdo I3Wxk8Zm6QDYw9tTkKHY9AjGPAKStOYDDkT4M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=YyfW0nKOCm4RaMPwYcriHapEG5CJKjU+ijhKej+EpfFuMRcvAFPGXOC7z2Loi9Za2M bmnjymh6ig6Jrhev4KUa+S2PfQPhglh+8E7cHfsb1oB+/b4vsJvcNl5yc7C8FssCZu7A iTunDGThSbwPPVgXrPN8B7ARbJJ84MMcOYiOA= MIME-Version: 1.0 Received: by 10.143.25.29 with SMTP id c29mr1424931wfj.111.1265195327727; Wed, 03 Feb 2010 03:08:47 -0800 (PST) In-Reply-To: <20100203021840.3cb12a90.stas@FreeBSD.org> References: <8e54b5841002030205r12c8787bmd311464dfdbfd8c2@mail.gmail.com> <20100203021840.3cb12a90.stas@FreeBSD.org> Date: Wed, 3 Feb 2010 19:08:47 +0800 Message-ID: <8e54b5841002030308o5311e2c4q34291dd26f54b473@mail.gmail.com> From: Jyun-Yan You To: Stanislav Sedov Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ruby@freebsd.org Subject: Re: Rake dependency problem for Ruby 1.9.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2010 11:08:48 -0000 On Wed, Feb 3, 2010 at 6:18 PM, Stanislav Sedov wrote: > On Wed, 3 Feb 2010 18:05:50 +0800 > Jyun-Yan You mentioned: > > > I got a problem when I tried to install some gems that depends rake. > > > > For example, www/rubygem-passenger, it needs devel/rubygem-rake but I > can't > > install it. > > It says that rake already included in Ruby 1.9.1. > > > > If I don't have rake in gem list, I can't install passenger > > > > How can I solve the problem? > > It shouldn't depend on it. rubygem-passenger has USE_RAKE=yes in Makefile, > and this knob adds dependency only if ruby 1.8 is used. What command > do you use to install rubygem-passenger, and what the exact error message > is? > > -- > Stanislav Sedov > ST4096-RIPE > install rubygem-passenger: cd /usr/ports/www/rubygem-passenger make RUBY_VER=1.9 install clean error message: /usr/bin/env /usr/local/bin/gem19 install -l --no-update-sources --no-ri --install-dir /usr/local/lib/ruby/gems/1.9 /usr/ports/distfiles/rubygem/passenger-2.2.7.gem -- --build-args ERROR: Error installing /usr/ports/distfiles/rubygem/passenger-2.2.7.gem: passenger requires rake (>= 0.8.1, runtime)