From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 21:09:21 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B541CDD for ; Mon, 21 Apr 2014 21:09:21 +0000 (UTC) Received: from fire.magemana.nl (magemana.nl [IPv6:2a01:7c8:aaae:25e::1]) by mx1.freebsd.org (Postfix) with ESMTP id C4FCE1717 for ; Mon, 21 Apr 2014 21:09:20 +0000 (UTC) Received: by fire.magemana.nl (Postfix, from userid 1003) id EA6814AE603; Mon, 21 Apr 2014 23:09:11 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by fire.magemana.nl (Postfix) with ESMTP id E43234AE602; Mon, 21 Apr 2014 23:09:11 +0200 (CEST) Date: Mon, 21 Apr 2014 23:09:11 +0200 (CEST) From: Melvyn Sopacua To: Beeblebrox Subject: Re: libfreetype.so.9 errors In-Reply-To: <1398017590967-5905105.post@n5.nabble.com> Message-ID: References: <1398014301417-5905087.post@n5.nabble.com> <86ha5nga6g.wl%hskuhra@eumx.net> <1398017590967-5905105.post@n5.nabble.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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: Mon, 21 Apr 2014 21:09:21 -0000 On Sun, 20 Apr 2014, Beeblebrox wrote: >>> Use sysutils/libchk and 'pkg which' to find the port that is linked > against the old library and needs rebuild. > > Irrelevant - full poudriere run means I am re-building all ports from a full > list of ports installed on the system. Also, the UPDATING entry from > 20140416 only applies if one uses portmaster/portupgrade as updating method. > > When using pre-built binaries, pkgng should be taking care of all of these > issues internally. It would not work only if: > * poudriere is unable to detect the certain binaries that need to be > re-built > * An internal pkg error causes some ports to be skipped and not re-installed > (both of which are unlikely) > * The ports in question have not made the transition as yet (which is the > most likely scenario) * portstree changed during build (just adding for completeness). > A second library joins the cause: libxcb.so.2 is called by some binaries but > only libxcb.so.1.1.0 exists. Perhaps it's also time to add some consistency: find . -depth 3 -name Makefile -exec grep -h 'print/freetype2' {} + | \ sed -E -e 's,^(.*=)?[[:space:]]+([^[:space:]]+).*$,\2,' \ -e '/^#/d' | sort | uniq -c |sort -rn 122 libfreetype.so:${PORTSDIR}/print/freetype2 67 freetype:${PORTSDIR}/print/freetype2 46 freetype.9:${PORTSDIR}/print/freetype2 2 libfreetype.so.9:${PORTSDIR}/print/freetype2 1 freetype-config:${PORTSDIR}/print/freetype2 1 ${LOCALBASE}/bin/freetype-config:${PORTSDIR}/print/freetype2 1 ${FREETYPE_WRKSRC}/config.mk:${PORTSDIR}/print/freetype2:build