From owner-freebsd-questions@FreeBSD.ORG Fri Apr 18 15:53:53 2014 Return-Path: Delivered-To: freebsd-questions@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 AD753F4C for ; Fri, 18 Apr 2014 15:53:53 +0000 (UTC) Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by mx1.freebsd.org (Postfix) with ESMTP id 4ADCB1FE9 for ; Fri, 18 Apr 2014 15:53:52 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmgGAC9KUVNbsJL2/2dsb2JhbABagwbFGoEcF3SCJQEBBTocIxALGAklDyoeBhOIRQHNGBeOYgeEOAEDmG2SUIMzOw Received: from 246.146-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.146.246]) by relay.skynet.be with ESMTP; 18 Apr 2014 17:53:37 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.8/8.14.8) with ESMTP id s3IFrZvp002388; Fri, 18 Apr 2014 17:53:36 +0200 (CEST) (envelope-from tijl@coosemans.org) Date: Fri, 18 Apr 2014 17:53:34 +0200 From: Tijl Coosemans To: Antonio Olivares Subject: Re: portmaster ports update 20140416 Message-ID: <20140418175334.130c0602@kalimero.tijl.coosemans.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 15:53:53 -0000 On Fri, 18 Apr 2014 08:22:52 -0500 Antonio Olivares wrote: > Dear folks, > > I am having great difficulties in updating my machines :( > > I am running suggested command here: > > 20140416: > AFFECTS: users of print/freetype2 textproc/libxml2 x11/pixman > x11/libxcb and graphics/freeglut > AUTHOR: x11@FreeBSD.org and gnome@FreeBSD.org > > The library version of the above libraries has been brought in line > with what upstream expects. To do this all users of these ports need > to be rebuilt. Portrevisions have been bumped as a consequence. > > # portmaster -r freetype2 -r libxml2 -r pixman -r freeglut -r libxcb > or > # portupgrade -rf freetype2 libxml2 pixman freeglut libxcb > > But it is failing to build one because of xulrunner and another one > because of colord* . If I select one by one, ie, > > # portmaster -r freetype2 > then > # portmaster -r libxml2 > then > # portmaster -r pixman > then > # portmaster -r freeglut > then > # portmaster -r libxcb > > do the job to at least update/fix some of the problems? I already > have busted things :( > > > $ mousepad & > $ Shared object "libpixman-1.so.30" not found, required by > "libgtksourceview-2.0.so.0" If you use pkg you can get a list of packages that still require libpixman-1.so.30 using: pkg shlib -R libpixman-1.so.30 You could then rebuild those packages. The commands for the other libraries are: pkg shlib -R libfreetype.so.9 pkg shlib -R libxml.so.5 pkg shlib -R libglut.so.12 pkg shlib -R libxcb.so.2 pkg shlib -R libxcb-xkb.so.0 pkg shlib -R libxcb-sync.so.0 pkg shlib -R libxcb-randr.so.1