From owner-freebsd-questions@freebsd.org Fri Feb 22 14:42:17 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53C6314EDF99 for ; Fri, 22 Feb 2019 14:42:17 +0000 (UTC) (envelope-from chris@cretaforce.gr) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B1F3F6F51E for ; Fri, 22 Feb 2019 14:42:16 +0000 (UTC) (envelope-from chris@cretaforce.gr) Received: by mailman.ysv.freebsd.org (Postfix) id 6DD1714EDF95; Fri, 22 Feb 2019 14:42:16 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 599FF14EDF93 for ; Fri, 22 Feb 2019 14:42:16 +0000 (UTC) (envelope-from chris@cretaforce.gr) Received: from smtp2.cretaforce.gr (smtp2.cretaforce.gr [159.69.244.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.cretaforce.gr", Issuer "RapidSSL RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 372456F518 for ; Fri, 22 Feb 2019 14:42:15 +0000 (UTC) (envelope-from chris@cretaforce.gr) Received: from server1.cretaforce.gr (server1.cretaforce.gr [138.201.248.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.cretaforce.gr", Issuer "RapidSSL RSA CA 2018" (verified OK)) by smtp2.cretaforce.gr (Postfix) with ESMTPS id 3FBD31FACE for ; Fri, 22 Feb 2019 16:42:07 +0200 (EET) Received: from [192.168.2.6] (athedsl-172434.home.otenet.gr [85.75.217.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: chris@cretaforce.gr) by server1.cretaforce.gr (Postfix) with ESMTPSA id 0B81727332 for ; Fri, 22 Feb 2019 16:42:06 +0200 (EET) From: Christos Chatzaras Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: size of debug symbols Message-Id: <46040D79-BA05-43F5-9213-67094355B68A@cretaforce.gr> Date: Fri, 22 Feb 2019 16:42:05 +0200 To: FreeBSD Questions List X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: 372456F518 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of chris@cretaforce.gr designates 159.69.244.42 as permitted sender) smtp.mailfrom=chris@cretaforce.gr X-Spamd-Result: default: False [-3.43 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:159.69.244.42]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; DMARC_NA(0.00)[cretaforce.gr]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(-0.68)[ipnet: 159.69.0.0/16(-1.16), asn: 24940(-2.23), country: DE(-0.01)]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[mail.cretaforce.gr]; NEURAL_HAM_SHORT(-0.84)[-0.845,0]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[42.244.69.159.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:159.69.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2019 14:42:17 -0000 After an upgrade from 11.2 to 12.0 I notice that /usr/lib disk usage is = a lot more than 11.2. Both systems have the same settings, same programs, and GENERIC kernel. ------ I upgrade using these commands: svnup release cd /usr/src make buildworld make buildkernel make installkernel mergemaster -p make installworld mergemaster -Ui make -DBATCH_DELETE_OLD_FILES delete-old make -DBATCH_DELETE_OLD_FILES delete-old-libs ------ FreeBSD 11.2: ------ du -sh /usr/lib 475MB du -sh /usr/lib/debug/usr/bin 166MB du -sh /usr/lib/debug/usr/bin/clang.debug 14MB ------ FreeBSD 12.0: ------ du -sh /usr/lib 1.2GB du -sh /usr/lib/debug/usr/bin 547MB du -sh /usr/lib/debug/usr/bin/clang.debug 166MB ------ Also another user in FreeBSD forums with 12.0 told me that his = /usr/lib/debug/usr/bin/clang.debug file is 73MB. Are these differences in disk usage normal?