From owner-freebsd-current@FreeBSD.ORG Tue May 29 18:09:53 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 2F89316A400 for ; Tue, 29 May 2007 18:09:53 +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 F0B4613C448 for ; Tue, 29 May 2007 18:09:52 +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 l4TI80db099010 for ; Tue, 29 May 2007 11:08:01 -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 l4TI80Xw099009 for freebsd-current@freebsd.org; Tue, 29 May 2007 11:08:00 -0700 (PDT) (envelope-from sgk) Date: Tue, 29 May 2007 11:08:00 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20070529180800.GA98894@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Subject: 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:09:53 -0000 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 Stop in /usr/src/lib/libc. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 -- Steve