sparc64 linker scripts get installed and removed during upgrade

Kurt Lidl lidl at pix.net
Thu Mar 10 15:10:20 UTC 2016


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 at 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

	


More information about the freebsd-current mailing list