From owner-freebsd-current@FreeBSD.ORG Tue May 29 18:32:30 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 77CF216A41F for ; Tue, 29 May 2007 18:32:30 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 5B71513C4B7 for ; Tue, 29 May 2007 18:32:30 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.13.8) with ESMTP id l4TIUcF3099231 for ; Tue, 29 May 2007 11:30:38 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.13.8/Submit) id l4TIUcvu099230 for freebsd-current@freebsd.org; Tue, 29 May 2007 11:30:38 -0700 (PDT) (envelope-from sgk) Date: Tue, 29 May 2007 11:30:38 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20070529183038.GA99139@troutmask.apl.washington.edu> References: <20070529180800.GA98894@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070529180800.GA98894@troutmask.apl.washington.edu> User-Agent: Mutt/1.4.2.2i Subject: Re: WITHOUT_PROFILE no longer honored? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 18:32:30 -0000 On Tue, May 29, 2007 at 11:08:00AM -0700, Steve Kargl wrote: > I have 'WITHOUT_PROFILE="YES"' in /etc/make.conf. > > "make buildworld" succeeds. > "make installworld" dies with > > ===> lib/libc (install) > install -C -o root -g wheel -m 444 libc.a /usr/lib > install -C -o root -g wheel -m 444 libc_p.a /usr/lib > install: libc_p.a: No such file or directory > *** Error code 71 > Please ignore. It was pilot error in an NFS mounted /usr/src and an old /etc/make.conf on the local machine. -- Steve