From owner-freebsd-ports@FreeBSD.ORG Tue Jan 27 06:17:47 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D91E8106566B for ; Tue, 27 Jan 2009 06:17:47 +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 9F5C88FC0C for ; Tue, 27 Jan 2009 06:17:47 +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 C271D5C2F228 for ; Tue, 27 Jan 2009 17:18:52 +1100 (EST) From: Da Rock To: freebsd-ports@freebsd.org In-Reply-To: <1233035597.1751.55.camel@wombat.2hip.net> References: <1233019367.41990.88.camel@laptop1.herveybayaustralia.com.au> <1233025480.1751.13.camel@wombat.2hip.net> <1233034123.1202.0.camel@laptop2.herveybayaustralia.com.au> <1233035597.1751.55.camel@wombat.2hip.net> Content-Type: text/plain Date: Tue, 27 Jan 2009 16:17:08 +1000 Message-Id: <1233037028.1202.9.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-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2009 06:17:48 -0000 On Tue, 2009-01-27 at 00:53 -0500, Robert Noland wrote: > On Tue, 2009-01-27 at 15:28 +1000, Da Rock wrote: > > 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. > > > > > > robert. > > > > 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? > > I don't use portupgrade, so someone more proficient with it can probably > be of more assistance. You did read UPDATING, right? > Actually I'm ashamed to say it didn't occur to me to look at that... :S > > I'd also like to point out that I just rebooted and X died in the > > hole... :) Missing rgb files and what not > > Depending on the state of the upgrade, this is not really surprising. Me either- I'm afraid my brain happened to be on suspend mode at the time :D I did an elaborate search on google and found a reference to try portupgrade -a -rf libxcb so I'm in the middle of that (which seems to be working- fingers crossed), and having just read UPDATING I found a reference to use portupgrade -rf. Therefore, given my current circumstances, the cmd I've given could very well work- I hope! :) I'll post back if it doesn't...