From owner-freebsd-current@FreeBSD.ORG Fri Dec 2 06:38:58 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 947691065670; Fri, 2 Dec 2011 06:38:58 +0000 (UTC) (envelope-from fjoe@samodelkin.net) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 35EA98FC0A; Fri, 2 Dec 2011 06:38:57 +0000 (UTC) Received: by ggnk5 with SMTP id k5so3998837ggn.13 for ; Thu, 01 Dec 2011 22:38:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.88.99 with SMTP id bf3mr2034186obb.73.1322807937474; Thu, 01 Dec 2011 22:38:57 -0800 (PST) Received: by 10.182.76.225 with HTTP; Thu, 1 Dec 2011 22:38:57 -0800 (PST) X-Originating-IP: [93.92.220.178] In-Reply-To: <20111202063341.GA88903@troutmask.apl.washington.edu> References: <20111202015133.GA4111@dragon.NUXI.org> <20111202063341.GA88903@troutmask.apl.washington.edu> Date: Fri, 2 Dec 2011 13:38:57 +0700 Message-ID: From: Max Khon To: Steve Kargl Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current Subject: Re: WITHOUT_PROFILE=yes by default 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: Fri, 02 Dec 2011 06:38:58 -0000 Steve, On Fri, Dec 2, 2011 at 1:33 PM, Steve Kargl < sgk@troutmask.apl.washington.edu> wrote: On Thu, Dec 01, 2011 at 05:51:33PM -0800, David O'Brien wrote: > > On Mon, Nov 28, 2011 at 05:38:20PM +0700, Max Khon wrote: > > > I would like to disable building profiled libraries by default. > Opinions? > > > > On Tue, Nov 29, 2011 at 07:46:17PM +0000, Max Khon wrote: > > > Author: fjoe > > > Date: Tue Nov 29 19:46:17 2011 > > > New Revision: 228143 > > > URL: http://svn.freebsd.org/changeset/base/228143 > > > > > > Log: > > > Turn off profiled libs build by default. > > > Can be enabled back using WITH_PROFILE=yes in /etc/src.conf > > > > Wow, a single day of discussion in freebsd-current@ was sufficient to > > invert a 17 year default. > > > > I'd like to see the profile libs remain built by default in -CURRENT. > > > > +1 > > In particular, many (most, all?) people running -current > will have profiled libaries installed. These libraries > will become stale/out-of-sync with the static and shared > libraries as (if) changes are made to libc. This is a completely different thing and is actually what ObsoleteFilesInc/OptionalObsoleteFiles.inc mechanism is for. Max