From owner-freebsd-x11@FreeBSD.ORG Thu Jan 26 05:00:47 2012 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A4AD1065675; Thu, 26 Jan 2012 05:00:47 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6575F8FC0C; Thu, 26 Jan 2012 05:00:45 +0000 (UTC) Received: by werg1 with SMTP id g1so192508wer.13 for ; Wed, 25 Jan 2012 21:00:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=xZ4KI8XnuWZhJgxnzWsFI56ntMJlMy6/rK+wp8IodmI=; b=J40L8E/U+pRw0V78xdkjwPWgwJxpJ+ThsMuTeNMBxwtjRKihTVnD/LA1Tm0i4Rtcaf inKx/US5cCGOghTaD3SrjStrxjtaDkIUDray8f/65HUtD5FWhGoW11dE7t+jAdFqwY1T JDUSEMRPJkE+GVxUUcuD7pA9okmwjtnkLzdN4= MIME-Version: 1.0 Received: by 10.216.136.152 with SMTP id w24mr152514wei.50.1327552460569; Wed, 25 Jan 2012 20:34:20 -0800 (PST) Received: by 10.223.101.196 with HTTP; Wed, 25 Jan 2012 20:34:20 -0800 (PST) In-Reply-To: <20120125200433.52d26eba@cox.net> References: <20120125205727.GP2726@deviant.kiev.zoral.com.ua> <20120125200433.52d26eba@cox.net> Date: Wed, 25 Jan 2012 20:34:20 -0800 Message-ID: From: Kevin Oberman To: "Conrad J. Sabatier" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: kwm@freebsd.org, x11@freebsd.org Subject: Re: libxcb 1.8 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2012 05:00:47 -0000 On Wed, Jan 25, 2012 at 6:04 PM, Conrad J. Sabatier wrote= : > On Wed, 25 Jan 2012 22:17:30 +0100 > Sebastian Chmielewski wrote: > >> 2012/1/25 Kostik Belousov >> >> > This is a note that updating libxcb from xorg-dev to 1.8 killed my >> > client-side X. Every client using libxcb hangs on start, eating >> > 100% CPU in the poll(2) loop. Downgrading to 1.7 fixed the issue. >> > >> > Not much useful, but I hope to get less mail after the notice. >> > >> >> I have the same issue. Rebuilding libxcb, xcb-util didn't help. > > I experienced the same roughly a week ago, and reported it on the xorg > mailing list (xorg@lists.x.org). =A0Reverting to 1.7 was absolutely > necessary. =A0I considered for a while upgrading every port that depended > on libxcb, but according to pkg_info, that came out to be roughly 750+ > packages(!). =A0No thank you. =A0:-) pkg_info may list 750+ ports, but that includes both build depends (which really need to be re-built) and run-time depends which just link to the .so and don't. Install sysutils/bsdadminscripts and use 'pkg_libchk -o' to get a list of the ports that REALLY need rebuilding. It's probably only a dozen or less as libxcb is typically only used by linking to the .so. --=20 R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com