From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Ridd Subject: Re: git-instaweb portability issue (maybe?) Date: Fri, 13 Jun 2008 15:42:49 +0100 Message-ID: <48528769.2000007@isode.com> References: <6dbd4d000806130626pfdb06f2qbfea6f1909710b7b@mail.gmail.com> <6dbd4d000806130638k4461a41eo8ce6fe803505fa88@mail.gmail.com> <6dbd4d000806130659r2a8bc57ev6db4ef058ee97440@mail.gmail.com> <48527FEC.8080909@isode.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: Git Mailing List X-From: git-owner@vger.kernel.org Fri Jun 13 16:43:52 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1K7AVH-00066J-Pk for gcvg-git-2@gmane.org; Fri, 13 Jun 2008 16:43:48 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755416AbYFMOmw (ORCPT ); Fri, 13 Jun 2008 10:42:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755438AbYFMOmw (ORCPT ); Fri, 13 Jun 2008 10:42:52 -0400 Received: from rufus.isode.com ([62.3.217.251]:41455 "EHLO rufus.isode.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754962AbYFMOmv (ORCPT ); Fri, 13 Jun 2008 10:42:51 -0400 Received: from [172.16.0.138] (shiny.isode.com [62.3.217.250]) by rufus.isode.com (submission channel) via TCP with ESMTPSA id for ; Fri, 13 Jun 2008 15:42:50 +0100 User-Agent: Thunderbird 2.0.0.14 (X11/20080507) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Asheesh Laroia wrote: > On Fri, 13 Jun 2008, Chris Ridd wrote: > >> Denis Bueno wrote: >>> On Fri, Jun 13, 2008 at 09:46, Asheesh Laroia >>> wrote: >>>> Does OS X ship /usr/bin/env? >>>> >>>> If you type "/usr/bin/env perl" in a Terminal window, do you get Perl? >>> >>> Sorry, I should have made that clear earlier: yes. >>> >>> funsat[122] > /usr/bin/env perl --version >>> >>> This is perl, v5.8.8 built for darwin-2level >> >> MacPorts /tends/ to make ports use stuff from other ports instead of >> using Apple-installed bits. In this case, maybe git from MacPorts is >> using perl from MacPorts? > > FWIW, the problem seems to be that it's not finding *any* Perl. That's odd, because the Portfile for git-core (1.5.5.3_0) does the build, test and destroot install setting: PERL_PATH="/usr/bin/env perl" NO_FINK=1 NO_DARWIN_PORTS=1 (and some other stuff). Have you pinged the port maintainer (bryan@larsen.st)? Cheers, Chris