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 MarcReceived on Sun Oct 13 2013 - 09:54:31 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:42 UTC