From owner-freebsd-current@freebsd.org Thu Mar 10 15:10:19 2016 Return-Path: Delivered-To: freebsd-current@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 DAC7EACB364 for ; Thu, 10 Mar 2016 15:10:19 +0000 (UTC) (envelope-from lidl@pix.net) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.pix.net", Issuer "Pix.Com Technologies, LLC CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AD3B8102B for ; Thu, 10 Mar 2016 15:10:19 +0000 (UTC) (envelope-from lidl@pix.net) Received: from torb.pix.net (torb.pix.net [192.168.16.32]) (authenticated bits=0) by hydra.pix.net (8.15.2/8.15.2) with ESMTPA id u2AFAHO7062686; Thu, 10 Mar 2016 10:10:17 -0500 (EST) (envelope-from lidl@pix.net) To: FreeBSD-Current From: Kurt Lidl Subject: sparc64 linker scripts get installed and removed during upgrade Message-ID: <56E18E59.6090207@pix.net> Date: Thu, 10 Mar 2016 10:10:17 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 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: Thu, 10 Mar 2016 15:10:20 -0000 I have a sparc64 host running stable/10. I have noticed on the last several updates that I've done (basic list of operations below): checkout current stable/10 sources make buildworld make buildkernel make installkernel reboot mergemaster -p make installworld mergemaster make delete-old I get a bunch of sparc64 linker scripts that get installed each time, and then are removed during the 'make delete-old' operation. root@gatekeeper-372: make delete-old && make delete-old-libs >>> Removing old files (only deletes safe to delete libs) remove /usr/libdata/ldscripts/elf64_sparc.x? y remove /usr/libdata/ldscripts/elf64_sparc.xbn? y remove /usr/libdata/ldscripts/elf64_sparc.xn? y remove /usr/libdata/ldscripts/elf64_sparc.xr? y remove /usr/libdata/ldscripts/elf64_sparc.xs? y remove /usr/libdata/ldscripts/elf64_sparc.xu? y remove /usr/libdata/ldscripts/elf64_sparc.xc? y remove /usr/libdata/ldscripts/elf64_sparc.xsc? y remove /usr/libdata/ldscripts/elf32_sparc.x? y remove /usr/libdata/ldscripts/elf32_sparc.xbn? y remove /usr/libdata/ldscripts/elf32_sparc.xn? y remove /usr/libdata/ldscripts/elf32_sparc.xr? y remove /usr/libdata/ldscripts/elf32_sparc.xs? y remove /usr/libdata/ldscripts/elf32_sparc.xu? y remove /usr/libdata/ldscripts/elf32_sparc.xc? y remove /usr/libdata/ldscripts/elf32_sparc.xsc? y I would think these shouldn't be installed at all, if they are not needed or obsolete. Thanks. -Kurt