From owner-freebsd-ports@FreeBSD.ORG Sat Feb 8 17:08:20 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3FB7945B for ; Sat, 8 Feb 2014 17:08:20 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB29E1CAD for ; Sat, 8 Feb 2014 17:08:19 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id s18H8I2K036459; Sat, 8 Feb 2014 10:08:18 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id s18H8Id4036456; Sat, 8 Feb 2014 10:08:18 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 8 Feb 2014 10:08:18 -0700 (MST) From: Warren Block To: Andrea Venturoli Subject: Re: ICU sweeping upgrade: bug or feature? In-Reply-To: <52F6132C.3070406@netfence.it> Message-ID: References: <52F6132C.3070406@netfence.it> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 08 Feb 2014 10:08:18 -0700 (MST) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 17:08:20 -0000 On Sat, 8 Feb 2014, Andrea Venturoli wrote: > Today I started some ports' upgrade and icu went from 50.1.2 to 52.1. > > As soon as this happened, lots of applications are not working anymore. ... > > Hmmm... so, to make it short: >> # ln -s libicudata.so.50.1.2 libicu >> # ln -s libicudata.so.50.1.2 libicudata.so.50 > > and Firefox and LibreOffice are starting again. This may very well come back to bite you in the future, causing mysterious failures long after you've forgotten you did it. Here's a little Ruby script to detect these (it needs updating to work with pkg): http://www.wonkity.com/~wblock/fakelib/fastfakelib Running pkg_libchk [-q] after port upgrades has worked well for me. It is from sysutils/bsdadminscripts by Dominic Fandrey, and easily detects applications that are using old libraries and should be rebuilt. It worked this time also.