From owner-freebsd-questions@FreeBSD.ORG Tue Jan 17 21:50:15 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D67C10656AD for ; Tue, 17 Jan 2012 21:50:15 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 049AB8FC18 for ; Tue, 17 Jan 2012 21:50:13 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q0HLoDqX029104; Tue, 17 Jan 2012 14:50:13 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q0HLoDeo029101; Tue, 17 Jan 2012 14:50:13 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 17 Jan 2012 14:50:13 -0700 (MST) From: Warren Block To: Jimmie James In-Reply-To: <4F15DF1B.8080907@gmail.com> Message-ID: References: <4F15D45A.4090104@gmail.com> <4F15DF1B.8080907@gmail.com> 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.2.7 (wonkity.com [127.0.0.1]); Tue, 17 Jan 2012 14:50:13 -0700 (MST) Cc: Michael Johnson , freebsd-questions@freebsd.org Subject: Re: Shared object "libxcb-aux.so.0" not found, required by "libxfsm-4.6.so.0" FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2012 21:50:15 -0000 On Tue, 17 Jan 2012, Jimmie James wrote: > On 01/17/12 15:39, Michael Johnson wrote: >>> >>> >>> On Tue, Jan 17, 2012 at 3:04 PM, Jimmie James >> > wrote: >>> >>> Even after following said instruction in UPDATING, libxcb-aux.so.0 >>> does not get installed by any of the XCB ports >>> >>> It was replaced with libxcb-util.so.0. > > So it's the xfce4-wm port that's broken now, since it's still looking for the > old libs. > When applications fail because they're looking for a library that's been > removed, following UPDATING doesn't help. Building xfce4-wm here just worked. It was rebuilt yesterday, too, as part of the portmaster xcb-util rebuild (which pretty much rebuilt everything). Did you do a 'make clean' before retrying?