r358062(ncurses) breaks installed ports, howto check?

Mark Millard marklmi at yahoo.com
Thu Feb 27 23:11:14 UTC 2020


Andreas Ott andreas at naund.org wrote on
Thu Feb 27 20:20:13 UTC 2020 :


> > # find /usr/local/*bin* /usr/local/lib* -type f \
> > | xargs ldd -f '%p %A\n' 2>&1 | grep "^/lib/libncurses[^ ]*\.so\.8" | cut -w -f2 \
> > | xargs pkg which -q | sort -u | more
> 
> after pkp update && pkg upgrade, this came back empty.

The command is designed to report on the usage before the
libncurses*.so.8 are deleted, rather than after they have
been deleted: it was intended to help prepare beforehand.
It sounds like you did an activity that deleted the old
versions already before running the command.

I've not (yet?) thought about detecting and reporting forms
of libncurses*.so.8 being referenced but not being found.
I have not progressed to a version of head with
libncurses*.so.9 files yet.

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



More information about the freebsd-current mailing list