On 2018-Sep-25, at 9:27 AM, Ed Maste <emaste at freebsd.org> wrote:

> On 25 September 2018 at 11:59, Mark Millard <marklmi at yahoo.com> wrote:
>> 
>> install  -o root -g wheel -m 444 ld.lld.1.gz  /usr/share/man/man1/
>> rm -f /usr/share/man/man1/ld.1 /usr/share/man/man1/ld.1.gz;  install -l h -o 
>> root -g wheel -m 444  /usr/share/man/man1/ld.lld.1.gz 
>> /usr/share/man/man1/ld.1.gz
> 
> So this looks like ld.1 should indeed be a link to ld.lld.1.
> 
> Is it possible you're getting ld.1 from /usr/local? Does
> /usr/share/man/man1/ld.1.gz exist?

Did you notice the delete-old listing that I provided? It
included: (>>> from delete-old prefix replaced below)

>> ... Removing old files (only deletes safe to delete libs)
>> remove /usr/share/man/man1/ld.1.gz? y

(When I did the delete-old I did not pay attention to what
file it listed, and just answered y. But the typescript showed
that it was the file of interest when I searched.)

/usr/local has the only ld.1.gz :

# find /usr -name ld.1.gz -print
/usr/local/man/man1/ld.1.gz

It appears that delete-old is removing /usr/share/man/man1/ld.1.gz
and so /usr/local/man/man1/ld.1.gz is found if present.

It appears that delete-old should not be listing
/usr/share/man/man1/ld.1.gz as something to potentially delete
in this aarch64 context.



For reference:

# find /usr -name ld.1 -print
/usr/src/gnu/usr.bin/binutils/ld/ld.1

===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)

_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to