From owner-freebsd-ports Fri Oct 11 16:36:12 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E52A37B401; Fri, 11 Oct 2002 16:36:10 -0700 (PDT) Received: from lilbuddy.antsclimbtree.com (dsl-64-130-38-189.telocity.com [64.130.38.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B9A43E42; Fri, 11 Oct 2002 16:36:09 -0700 (PDT) (envelope-from mark@antsclimbtree.com) Received: from adsl-66-122-112-170.dsl.snfc21.pacbell.net ([66.122.112.170] helo=dina) by lilbuddy.antsclimbtree.com with asmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 1809LV-000La6-00; Fri, 11 Oct 2002 16:37:29 -0700 Date: Fri, 11 Oct 2002 16:35:27 -0700 Subject: Re: FreeBSD Port: mozilla-1.1_1,1 -- problem compiling Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG To: Joe Marcus Clarke From: Mark Edwards In-Reply-To: <4D387524-DD6D-11D6-9118-0005025E566F@antsclimbtree.com> Message-Id: <1F1C4F66-DD72-11D6-9118-0005025E566F@antsclimbtree.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.482) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Friday, October 11, 2002, at 04:00 PM, Mark Edwards wrote: > On Friday, October 11, 2002, at 03:32 PM, Joe Marcus Clarke wrote: > >> Okay, type perl5 -V. I bet this one is still the old system perl. If >> it is, symlink /usr/bin/perl5 to /usr/local/bin/perl5, and you should >> be >> set. You may want to backup /usr/bin/perl5 first. >> >> Joe > > Okay, that fixed it. So, the question is would this constitute a bug > in the perl5 port? Here is what is in /usr/bin after running use.perl > port: > > lrwxr-xr-x 1 root wheel 19 Oct 11 15:12 perl -> > /usr/local/bin/perl > -r-xr-xr-x 2 root wheel 10224 Aug 4 12:38 perl5 > -r-xr-xr-x 2 root wheel 10224 Aug 4 12:38 perl5.00503 > lrwxr-xr-x 1 root wheel 19 Oct 11 15:12 perl5.6.1 -> > /usr/local/bin/perl > -r-xr-xr-x 1 root wheel 31723 Aug 4 12:40 perlbug > -r-xr-xr-x 1 root wheel 26305 Aug 4 12:40 perlcc > -r-xr-xr-x 1 root wheel 16807 Aug 4 12:40 perldoc > -r-x--x--x 2 root wheel 50784 Aug 4 12:38 sperl5 > -r-x--x--x 2 root wheel 50784 Aug 4 12:38 sperl5.00503 > > > Here's how I changed it: > > lrwxr-xr-x 1 root wheel 19 Oct 11 15:12 perl -> > /usr/local/bin/perl > lrwxr-xr-x 1 root wheel 20 Oct 11 15:59 perl5 -> > /usr/local/bin/perl5 > -r-xr-xr-x 2 root wheel 10224 Aug 4 12:38 perl5.00503 > lrwxr-xr-x 1 root wheel 19 Oct 11 15:12 perl5.6.1 -> > /usr/local/bin/perl > -r-xr-xr-x 2 root wheel 10224 Aug 4 12:38 perl5.bak > -r-xr-xr-x 1 root wheel 31723 Aug 4 12:40 perlbug > -r-xr-xr-x 1 root wheel 26305 Aug 4 12:40 perlcc > -r-xr-xr-x 1 root wheel 16807 Aug 4 12:40 perldoc > -r-x--x--x 2 root wheel 50784 Aug 4 12:38 sperl5 > -r-x--x--x 2 root wheel 50784 Aug 4 12:38 sperl5.00503 > > What about sperl5, sperl5.00503, and perl5.00503? Or the other perl > stuff, for that matter? Actually, I more inclined to think this is a deficiency of the mozilla port. use.perl installs the following into /etc/make.conf: # -- use.perl generated deltas -- # # Created: Fri Oct 11 15:12:42 2002 # Setting to use base perl from ports: PERL_VER=5.6.1 PERL_VERSION=5.6.1 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo Shouldn't this cause the mozilla port to use perl5.61 instead of perl5? That's the theory, anyway. -- Mark Edwards Engineer Mr. Toad's San Francisco, CA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message