From owner-freebsd-ruby@FreeBSD.ORG Thu Jan 2 20:51:08 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51FAB3E3; Thu, 2 Jan 2014 20:51:08 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1282711D6; Thu, 2 Jan 2014 20:51:08 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s02KovbR001680 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 2 Jan 2014 20:51:02 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s02KouJZ001679; Thu, 2 Jan 2014 20:50:56 GMT (envelope-from swills) Date: Thu, 2 Jan 2014 20:50:56 +0000 From: Steve Wills To: Matthias Petermann Subject: Re: ports/184748: Upgrade of devel/rubygem-sprockets to 2.10.1 breaks www/rubygem-rails Message-ID: <20140102205053.GA879@mouf.net> References: <52C010C5.5040400@petermann-it.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52C010C5.5040400@petermann-it.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Thu, 02 Jan 2014 20:51:02 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.8 at mouf.net X-Virus-Status: Clean Cc: sunpoet@freebsd.org, paul@gromit.dlib.vt.edu, bug-followup@freebsd.org, freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jan 2014 20:51:08 -0000 On Sun, Dec 29, 2013 at 01:08:37PM +0100, Matthias Petermann wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, > > rubygem-rails is not working anymore with current ports tree. Beside > the upgrade of rubygem-sprockets that breaks it, there is at least one > more broken dependency: rubygem-tilt. The current version 2.0.0 is not > compatible with rubegemy-rails 3.2.16. This breaks further > applications based on rails, e.g. www/redmine (Web Based Project > Management). > > I'm not a ruby/rails expert so maybe this question appears stupid, but > does the ruby package manager (gem) support multiple gem versions at > once? Yes, it does, but not with the way we use it in ports. > So would it be possible to have e.g. two different > rubygem-tilt-versions at one and the same time? Ports doesn't support installing multiple versions, but we can work around it by creating a new port with the version in the name. > Maybe it's worth the > effort to maintain not just the latest version of rails and it's > dependencies but always have a consistent "frozen" state where > applications (like redmine) can rely on? Yeah, what probably needs to be done is to just create a devel/rubygem-sprockets22 port that rails can use. I've assigned the PR to the person who updated sprockets, but if they don't get to it I will try to do that soon myself. Thanks for the report. Steve