Date: Wed, 3 Feb 2010 02:18:40 -0800 From: Stanislav Sedov <stas@FreeBSD.org> To: Jyun-Yan You <crabtw@gmail.com> Cc: freebsd-ruby@freebsd.org Subject: Re: Rake dependency problem for Ruby 1.9.1 Message-ID: <20100203021840.3cb12a90.stas@FreeBSD.org> In-Reply-To: <8e54b5841002030205r12c8787bmd311464dfdbfd8c2@mail.gmail.com> References: <8e54b5841002030205r12c8787bmd311464dfdbfd8c2@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 3 Feb 2010 18:05:50 +0800 Jyun-Yan You <crabtw@gmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100203021840.3cb12a90.stas>