From owner-freebsd-questions@FreeBSD.ORG Wed Jan 25 14:53:51 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 8DDA21065674 for ; Wed, 25 Jan 2012 14:53:51 +0000 (UTC) (envelope-from feld@feld.me) Received: from mwi1.coffeenet.org (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5ACF98FC1C for ; Wed, 25 Jan 2012 14:53:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=Message-Id:From:Mime-Version:Subject:Date:To:Content-Type; bh=8jPDe7ChJyiOwBz12iTACy2001wc7n5aFOYHVpx98OU=; b=DL15P8F8u7tjymGWFFolaZzsIe19uPAkGjAeQEhnN+NvOAWF1EC6bQnouEnHOW0t3uz8R8I/EPIbj/C20Zy19iBcTfSaqiQ4//HdcoaWonpLHmIGac6zKI2w1R0MNmGF; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by mwi1.coffeenet.org with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1Rq4EM-0003gR-Dt for freebsd-questions@freebsd.org; Wed, 25 Jan 2012 08:53:50 -0600 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpsa id 1327503219-3242-3241/5/15; Wed, 25 Jan 2012 14:53:39 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-questions@freebsd.org Date: Wed, 25 Jan 2012 08:53:39 -0600 Mime-Version: 1.0 From: Mark Felder Message-Id: User-Agent: Opera Mail/11.61 (FreeBSD) X-SA-Score: -1.0 Subject: UPDATING 20120116 -- x11/xcb-util -- instructions not working 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: Wed, 25 Jan 2012 14:53:51 -0000 For the life of me I can't work around this xcb-util issue. This is a pretty fresh install and I have not made any workaround symlinks. I ran: # portmaster -R -r xcb-util-0 And the problem persists. It didn't even complete all the packages because some were still erroring on missing xcb libraries. Example, editors/mousepad: libtool: link: cannot find the library `/usr/local/lib/libxcb-aux.la' or unhandled argument `/usr/local/lib/libxcb-aux.la' gmake[2]: *** [mousepad] Error 1 gmake[2]: Leaving directory `/usr/ports/editors/mousepad/work/mousepad-0.2.16/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/editors/mousepad/work/mousepad-0.2.16' gmake: *** [all] Error 2 *** Error code 1 Is there a solution I'm missing? I'd really like to get this resolved today so all my programs work again :P