From owner-freebsd-arm@freebsd.org Thu Dec 17 23:26:51 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 022BEA4A228 for ; Thu, 17 Dec 2015 23:26:51 +0000 (UTC) (envelope-from freebsd.asc@strcmp.org) Received: from olinguito.schwarzes.net (olinguito.schwarzes.net [IPv6:2a01:4f8:7d:1b5::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 801F71EE5 for ; Thu, 17 Dec 2015 23:26:49 +0000 (UTC) (envelope-from freebsd.asc@strcmp.org) Received: from [62.109.78.35] (mosquito.schwarzes.net [62.109.78.35]) (authenticated bits=0) by olinguito.schwarzes.net (8.15.2/8.15.2) with ESMTPA id tBHNQjTS074360 for ; Fri, 18 Dec 2015 00:26:46 +0100 (CET) (envelope-from freebsd.asc@strcmp.org) From: Andreas Schwarz To: freebsd-arm@FreeBSD.org Mail-Reply-To: Andreas Schwarz Mail-Followup-To: freebsd-arm@FreeBSD.org Date: Fri, 18 Dec 2015 00:26:42 +0100 (CET) Message-ID: <4767139884d.26a8636a@mail.schwarzes.net> User-Agent: YAM/2.9p1 (MorphOS; PPC; rv:20140418r7798) Subject: reverted behavior with debug file creation MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (olinguito.schwarzes.net [78.47.41.143]); Fri, 18 Dec 2015 00:26:47 +0100 (CET) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 23:26:51 -0000 FYI, if you run into the same problem. I was wondering why I have less disk space after a buildworld install, after searching I found a lot of debug files in /usr/lib/debug/. The reason for this is, the behavier of the debug file creation was changed. Instead to enable it with WITH_DEBUG_FILES in /etc/src.conf you have to disable it with WITHOUT_DEBUG_FILES. This is mentioned in /usr/src/UPDATING, but not in the manual for src.conf. best regards, Andreas