From owner-freebsd-ports@FreeBSD.ORG Sat Dec 27 17:37:22 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 940EEED9 for ; Sat, 27 Dec 2014 17:37:22 +0000 (UTC) Received: from mail-ig0-x22e.google.com (mail-ig0-x22e.google.com [IPv6:2607:f8b0:4001:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 58336645ED for ; Sat, 27 Dec 2014 17:37:22 +0000 (UTC) Received: by mail-ig0-f174.google.com with SMTP id hn15so9785955igb.13 for ; Sat, 27 Dec 2014 09:37:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=dnM3WwbJBc7ToW+mVHcvUVI00hCCOL6dglkHx/i7Rmc=; b=UtCD/2AzaeOno35Xt4GOaj8xXClBYhft1mSE2rCU0BlIBLaR0kRnqceQVQ1mrcjBaA 8saVD+GqZiJsukVI49aZKjmd18gA69eifjYDO/wkI7xbYCxSpT/xIV6SWNMrnW/JMZck uLWzfg4kXUO9ZiTAf1SNFzPnSvZ46bqYFWHKNVQlkiIy7TnReVYGyLK4Ian9lK82OyeY lgBosqzqkpJUySslgLUUEwv00tlQlIom1exrUuGcrG4OVMrR0rh5BIhfKaEEFIB/xqaW 7x6ts+9Z1pdUJXRa2BbNQNupMCTepVtQN/vU7cmLtCg0qEPGYZ18hjnDkefLMK70Farm 1CQA== MIME-Version: 1.0 X-Received: by 10.42.4.201 with SMTP id 9mr36832021ict.23.1419701841735; Sat, 27 Dec 2014 09:37:21 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.107.52.19 with HTTP; Sat, 27 Dec 2014 09:37:21 -0800 (PST) In-Reply-To: <549EB2C8.4080205@passap.ru> References: <20141227074457.5c40a566@scorpio> <549EB2C8.4080205@passap.ru> Date: Sat, 27 Dec 2014 09:37:21 -0800 X-Google-Sender-Auth: dpgFvNKtrlgevmbCGsUcfSW1HdM Message-ID: Subject: Re: Missing "libpng15.so.15" after updating "png" From: Kevin Oberman To: Boris Samorodov Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2014 17:37:22 -0000 On Sat, Dec 27, 2014 at 5:23 AM, Boris Samorodov wrote: > 27.12.2014 15:44, Jerry =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > Sat, 27 Dec 2014 07:32:15 -0500 > > > > After the recent update of "png" > > It'll be wise to show how you did the update (a command line is > fine). > > > I am experiencing a problem. The > > "claws-mail-fancy" plugin is no longer working. It issues this error > message > > when starting up: > > > > The following error occurred while loading fancy.so : > > > > Shared object "libpng15.so.15" not found, required by > "libwebkitgtk-1.0.so.0" > > > > I thought re-installing "png" would help, but it did not. > > > > I tried: > > > > $ pkg which libwebkitgtk-1.0.so.0 > > /usr/ports/libwebkitgtk-1.0.so.0 was not found in the database > > One should use a full file name with "pkg which": > ----- > % locate libwebkitgtk-1.0.so.0 > /usr/local/lib/libwebkitgtk-1.0.so.0 > % pkg which /usr/local/lib/libwebkitgtk-1.0.so.0 > /usr/local/lib/libwebkitgtk-1.0.so.0 was installed by package > webkit-gtk2-1.8.3_6 > % whereis webkit-gtk2 > webkit-gtk2: /usr/ports/www/webkit-gtk2 > ----- > > So, I'd say that www/webkit-gtk2 should be updated. > > > I did follow all of the instructions in UPDATING and there were no erro= rs > > reported. > > -- > WBR, Boris Samorodov (bsam) > FreeBSD Committer, http://www.FreeBSD.org The Power To Serve > > I found around a half dozen ports on my system that were linked to libpng15.so tht had not had version bump. I found them using "pkg_libchk -o" from sysutils/bsdadminscripts, but "pkg check -B" might also work. I have found pkg_libchk a bit more reliable in the past. I dropped bapt a note listing the ports that need a revision bump, so some or all may be fixed this morning. I had to re-install both webkit-gtk2 and webkit-gtk3 as well as about a half dozen others. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com