Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2016 10:10:17 -0500
From:      Kurt Lidl <lidl@pix.net>
To:        FreeBSD-Current <freebsd-current@freebsd.org>
Subject:   sparc64 linker scripts get installed and removed during upgrade
Message-ID:  <56E18E59.6090207@pix.net>

next in thread | raw e-mail | index | archive | help
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

	



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56E18E59.6090207>