From owner-freebsd-ports@FreeBSD.ORG Wed Jun 19 23:49:01 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9F4ED975 for ; Wed, 19 Jun 2013 23:49:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) by mx1.freebsd.org (Postfix) with ESMTP id 67EA817E8 for ; Wed, 19 Jun 2013 23:49:01 +0000 (UTC) Received: from mouf.net (www@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id r5JNmoRI010517; Wed, 19 Jun 2013 23:48:55 GMT (envelope-from swills@FreeBSD.org) Received: from 98.122.148.24 (SquirrelMail authenticated user swills) by mouf.net with HTTP; Wed, 19 Jun 2013 19:48:57 -0400 Message-ID: <7aad190a7c2a90e527de571b94878077.squirrel@mouf.net> In-Reply-To: References: Date: Wed, 19 Jun 2013 19:48:57 -0400 Subject: Re: www/rubygem-passenger now requires bash? From: "Steve Wills" To: "Paul Mather" User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Wed, 19 Jun 2013 23:48:57 +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: freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jun 2013 23:49:01 -0000 > I'm running FreeBSD/amd64 8-STABLE (r250276) and, yesterday, updated > www/rubygem-passenger from 3.0.19 to 4.0.5 via portmaster. Although the > port upgraded without error, the resultant Passenger no longer works: it > complains it can't find "bash" and Rails apps won't spawn. > > I don't have shells/bash installed, and didn't need to with version 3.0.19 > of the www/rubygem-passenger port. The shells/bash port isn't listed as a > runtime dependency for www/rubygem-passenger in its Makefile, either. > > If I install shells/bash and also put a symlink from /usr/bin/bash to > /usr/local/bin/bash then Passenger will run once again. I don't like this > solution, though. Does anyone know of a way of running the Passenger > 4.0.5 port without needing bash? > > I've included at the end a snippet from httpd-error.log showing the > behaviour of the new Passenger 4.0.5 prior to the workaround I put in > place mentioned in the preceding paragraph. I've submitted a patch for this, please see PR ports/179737 Any testing and feedback would be appreciated. Steve