-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Robert Burmeister wrote: > This is a consequence of libiconv.so.3 being removed and its > functionality being moved into the base system with Clang. Leaving > the converters/libiconv port installed on FreeBSD 10 will cause > errors, so your supposed to "pkg_delete -f libiconv" before > "portupgrade -fa". But, libgvfsdbus.so > libgioremote-volume-monitor.so libavahi-glib.so.1 etc., are still > trying to link to libiconv.so.3 which breaks avahi-app. The > relevant ports need to be updated to use iconv from base when > compiled on FreeBSD10+.
Thanks for the suggestion, but I believe this is not the cause of the SIGSEGV in avahi-daemon. I was aware of the move of libiconv into the base system, and when I upgraded to 10.0-RELEASE, did exactly as you suggest: I removed the libiconv package and forced an upgrade of all ports, so that they'd link against the base system's libiconv. I've further verified with ldd "/usr/local/lib/lib*.so*" that I have no shared libraries left in /usr/local/lib that were built with dependencies on the old /usr/local/lib/libiconv.so.3. (That is, this ldd command gives no "not found" errors.) I therefore suspect that the cause lies elsewhere. Where exactly, I have unfortunately not yet ascertained. Other suggestions, anyone? (FWIW, there is also discussion of this problem, which is being experienced by others, on the forums: http://forums.freebsd.org/viewtopic.php?f=5&t=44521 .) - -Brad -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlLmVSkACgkQNz6hPDTA3IFhXACghMZioudrZ3od4Q90Q/BvqKGJ +7MAn07+vmywUcDN6wpa97/dN4O9H60V =7TkE -----END PGP SIGNATURE----- _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"