From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 18:08:26 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 D394C76D for ; Sun, 20 Apr 2014 18:08:26 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8735315CA for ; Sun, 20 Apr 2014 18:08:26 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s3KI8D0K002229 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 20 Apr 2014 12:08:13 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s3KI8Cf1002226; Sun, 20 Apr 2014 12:08:13 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 20 Apr 2014 12:08:12 -0600 (MDT) From: Warren Block To: "Herbert J. Skuhra" Subject: Re: libfreetype.so.9 errors In-Reply-To: <86ha5nga6g.wl%hskuhra@eumx.net> Message-ID: References: <1398014301417-5905087.post@n5.nabble.com> <86ha5nga6g.wl%hskuhra@eumx.net> 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]); Sun, 20 Apr 2014 12:08:13 -0600 (MDT) 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: Sun, 20 Apr 2014 18:08:26 -0000 On Sun, 20 Apr 2014, Herbert J. Skuhra wrote: > On Sun, 20 Apr 2014 10:18:21 -0700 (PDT) > Beeblebrox wrote: > >> Latest compiled ports result in below message for several binaries: >> Shared object "libfreetype.so.9" not found, required by "chrome" >> >> So far the ports I have seen this are www/midori, www/chromium, >> editors/libreoffice; but I have not tested all ports installed on the >> system. >> >> I have read UPDATING, and it does not apply to my situation since I do a >> full poudriere run of all ports on the system before each "# pkg upgrade -r >> myrepo". Recent freetype update (20140416) should therefore not cause any >> issue for me. >> >> Is this a problem with the specific ports listed, or a libfreetype error? >> I'd like to know before I add a libfreetype.so.9 entry to /etc/libmap.conf. >> In /usr/local/lib: libfreetype.a / libfreetype.so / libfreetype.so.6.11.2 / >> libfreetype.la / libfreetype.so.6 > > http://svnweb.freebsd.org/ports/head/print/freetype2/pkg-plist?r1=347555&r2=351411 > > Use sysutils/libchk and 'pkg which' to find the port that is linked > against the old library and needs rebuild. sysutils/bsdadminscripts has pkg_libchk, which is somewhat nicer. Use 'pkg_libchk -qo' to display the list of ports that need to be rebuilt.