From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 03:55:28 2009 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 DB940106566C for ; Tue, 27 Jan 2009 03:55:28 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from angel.comcen.com.au (angel.comcen.com.au [203.23.236.69]) by mx1.freebsd.org (Postfix) with ESMTP id A368B8FC12 for ; Tue, 27 Jan 2009 03:55:28 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from [192.168.0.171] (unknown [202.172.126.254]) by angel.comcen.com.au (Postfix) with ESMTP id 8FDCE5C2F65D for ; Tue, 27 Jan 2009 14:56:46 +1100 (EST) From: Da Rock To: freebsd-questions@freebsd.org In-Reply-To: <1233025480.1751.13.camel@wombat.2hip.net> References: <1233019367.41990.88.camel@laptop1.herveybayaustralia.com.au> <1233025480.1751.13.camel@wombat.2hip.net> Content-Type: text/plain Date: Tue, 27 Jan 2009 13:55:02 +1000 Message-Id: <1233028502.1110.3.camel@laptop2.herveybayaustralia.com.au> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: x11/libXrandr, x11-toolkits/libXmu, graphics/jasper fails to build 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, 27 Jan 2009 03:55:29 -0000 On Mon, 2009-01-26 at 22:04 -0500, Robert Noland wrote: > On Tue, 2009-01-27 at 11:22 +1000, Da Rock wrote: > > Here's another one: > > > > /bin/sh ../libtool --tag=CC --mode=link cc -D_THREAD_SAFE > > -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include > > -DMALLOC_0_RETURNS_NULL -O2 -fno-strict-aliasing -pipe -version-number > > 2:1:0 -no-undefined -o libXrandr.la -rpath /usr/local/lib Xrandr.lo > > XrrConfig.lo XrrCrtc.lo XrrMode.lo XrrOutput.lo XrrProperty.lo > > XrrScreen.lo -L/usr/local/lib -lX11 -L/usr/local/lib -lXext -lXrender > > -lX11 > > grep: /usr/local/lib/libxcb-xlib.la: No such file or directory > > sed: /usr/local/lib/libxcb-xlib.la: No such file or directory > > libtool: link: `/usr/local/lib/libxcb-xlib.la' is not a valid libtool > > archive > > *** Error code 1 > > > > I tried a search myself: ng. > > I tried to find a config switch for libxcb: ng. > > > > Let me know what else you need or what I can do to help here. Obviously > > other ports are dependent on these and are therefore failing as well. > > FWIW this is an upgrade using portupgrade. > > This is fallout from the libxcb update. xcb-xlib no longer exists, you > need to update everything that depends on libxcb using your preferred > method. I'm now aware of that, but I'm trying to do the updates and nothing is working because they're all still asking for that package. I have to admit I'm not 100% proficient with updating to handle curl balls like this; can you supply some pointers as to how to get around this? Thanks