Date: Sun, 13 Oct 2013 13:54:17 +0200 From: Marc "UBM" Bocklet <ubm@u-boot-man.de> To: Guido Falsi <mad@madpilot.net> Cc: current@freebsd.org Subject: Re: Possible iconv fallout? Message-ID: <20131013135417.82e8db7113d7fedf19f112b4@u-boot-man.de> In-Reply-To: <52593C6F.6080709@madpilot.net> References: <20131012132908.a122b1b3f85d9936b87fb4f3@u-boot-man.de> <52593C6F.6080709@madpilot.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 12 Oct 2013 14:11:27 +0200 Guido Falsi <mad@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131013135417.82e8db7113d7fedf19f112b4>