From owner-freebsd-questions@FreeBSD.ORG Sat May 5 02:12:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CCA7B16A401 for ; Sat, 5 May 2007 02:12:08 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id B9CB913C455 for ; Sat, 5 May 2007 02:12:08 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id AB89E1A4DAC; Fri, 4 May 2007 19:12:45 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 161B852641; Fri, 4 May 2007 22:12:08 -0400 (EDT) Date: Fri, 4 May 2007 22:12:08 -0400 From: Kris Kennaway To: Jockey Kyd Message-ID: <20070505021208.GA65751@xor.obsecurity.org> References: <1178283756.463b2eecc1d17@mail.bluebottle.com> <20070504153756.GB36412@xor.obsecurity.org> <200705050207.l4527H9n004285@mi1.bluebottle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705050207.l4527H9n004285@mi1.bluebottle.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: Can't fetch several ports (return error code 127) and seems nothing to do with these ports themselves X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2007 02:12:08 -0000 On Sat, May 05, 2007 at 10:07:16AM +0800, Jockey Kyd wrote: > Quoting Kris Kennaway : > > > That indicates something is very wrong on your system :) Look for > > configuration variables you may have changed, e.g. in > > /etc/make.conf. > > > > Kris > > > > Yes, you're right! :-D > Because I set MASTER_SITE_OVERRIDE in my /etc/make.conf in order to choose faster ftp mirrors to get tarballs. Comment it and the error goes away. > > Is it that MASTER_SITE_OVERRIDE shouldn't be set as long as the port uses MASTER_SITES:n and MASTER_SITES_NN fetching mechanism? Is there any way to get rid of this dilemma? Maybe "make MASTER_SITE_OVERRIDE= install clean" takes effect but it would make my life messy if I use portupgrade. No, you made a mistake when you added it to your make.conf, e.g. some kind of typo. Kris