From owner-freebsd-ports@FreeBSD.ORG Sun Jun 3 17:24:19 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 515731065675 for ; Sun, 3 Jun 2012 17:24:19 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mx1.freebsd.org (Postfix) with ESMTP id D60018FC16 for ; Sun, 3 Jun 2012 17:24:18 +0000 (UTC) Received: by wibhn6 with SMTP id hn6so1748590wib.13 for ; Sun, 03 Jun 2012 10:24:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=AqfE7Huq3k/jWxKMZJhJuHEKVSxnXvMkHEdelGEjJ8c=; b=hE5LT76Ug+5ePlSATganaTRUwuItMSLNm9PSoA1liUNKj03ukBXuCPA+IV7tkQ53Sm ZPBKKur+Bd57YoM8deQFB3NUWjwhIj2tST9CSze0V1L+ZmBZadroLQy9qx9rFI/y3XsD QJs4GPCUQ3ITYubDm34YOq6H3VpO0UKPsQA/fJXS5ssDSRJ3I0lbM2apZXUiEdmVTIoI u6HTQzRsQJFodfDjpBfwVuHGrsZqhhr+LrnPIEF3/I2hkQ9PsesYjUnWBUp0wJFg3vQM 3P5QCJ221PjEPj4sviUPSsB1uv54JAcaLsfcJN1WyHcKnRkbbwrntCkGdtehqcmtzUiK LfVw== MIME-Version: 1.0 Received: by 10.216.210.229 with SMTP id u79mr9020344weo.31.1338744255437; Sun, 03 Jun 2012 10:24:15 -0700 (PDT) Received: by 10.180.24.5 with HTTP; Sun, 3 Jun 2012 10:24:15 -0700 (PDT) In-Reply-To: References: Date: Sun, 3 Jun 2012 13:24:15 -0400 Message-ID: From: "b. f." To: Kevin Oberman Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org, Leslie Jensen Subject: Re: Shared object "libpng.so.6" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jun 2012 17:24:19 -0000 On 6/3/12, Kevin Oberman wrote: > On Sun, Jun 3, 2012 at 7:23 AM, b. f. wrote: >>>> Stop in /usr/ports/x11/kdelibs3. >> >>> removed manually, if portmaster hasn't already done so. Here it looks >>> like your new build of kde3libs is sloppily linking against the old >>> version of kde3libs that you still have installed, and which still >> >> Obviously I meant kdelibs3 in the above -- this is starting to make me >> dizzy, too. > > At this point I have to think that it is not cairo that is the issue, > but something cairo is depending on that is referencing libpng.so.6. cairo was involved in Leslie's earlier problem, but it is not involved in this one -- although the nature of the problem is similar. As I wrote, now it appears that kdelibs3 is linked with the old png library, and needs to be removed -- ironically, in order to rebuild kdelibs3. > What I normally would have suggested, but failed to do in this case > because cairo seemed like the obvious culprit, was to install > sysutils/bsdadminscripts and run 'pkg_libchk -o | grep png" to track > down ports that still depend on the old libpng. It will take a few > minutes to run. That would be one way to prevent a recurrence of this kind of problem (although not all possible problems) during the remainder of the update. Or he could just remove the present offender, and continue with update, intervening again if necessary. b.