Possible iconv fallout?
Marc UBM Bocklet
ubm at u-boot-man.de
Sun Oct 13 11:54:31 UTC 2013
On Sat, 12 Oct 2013 14:11:27 +0200
Guido Falsi <mad at madpilot.net> wrote:
> It most probably is some libtool ".la" file still referencing the
> libiconv .la file.
>
> Please run the following command:
>
> find /usr/local/lib -name '*.la' -exec grep -n libiconv.la {} \; -print
> | xargs -n 1 pkg which -qo | sort -u
>
> This will give you a list of ports still having reference to
> libiconv.la, which does not exist anymore.
>
> These ports need to be reinstalled. I hope there are not many! :)
Thanks a bunch, there were only about 6 ports and after I figured out
the right order of updating/reinstalling them, everything went
smoothly (though I had to sprinkle some LDFLAGS+=-ltinfow in there)! :-)
Bye
Marc
More information about the freebsd-current
mailing list