From owner-freebsd-questions@FreeBSD.ORG Thu Feb 5 01:08:31 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 0DE83106566B for ; Thu, 5 Feb 2009 01:08:31 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id BF8998FC17 for ; Thu, 5 Feb 2009 01:08:30 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by an-out-0708.google.com with SMTP id b38so1248822ana.13 for ; Wed, 04 Feb 2009 17:08:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=b7RgTMHMF4QWPI7+LA7+X364jf6NsRgDZm0aQwpLOBg=; b=qe6t9kWGZ0LRJANku7Y4fcL9A4o72YPnZ4jVBqtX46AuZpL7sXZyq2sTo+kJZT9WRm kG3T+xWiTjsE0x6yAvLeeVPyhzQQL7mxeoqeufkTb/VRwqIiBT8XQbuvKg7QaxJQRaGq f+EgwLFNz1EyUi9Mr0FSmL9V6MvCA1DBvKRZo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=LZQlI2Xgrs/Zn9ZNSfclt8kSfHOYgepE2EPoTCHoaj1ZoPR/C17un64AwxEkhw/ULB lNjhWoYh4+iO3ZWQ2FNCMeYdkbH87G2lPorp2SBKgTwPirmgzcdCPKBwwMXuYTDdoz1x s0eAeLRwZtNr6+7qj89HEoAtiP+k83RyMF/V0= MIME-Version: 1.0 Received: by 10.142.134.17 with SMTP id h17mr3214152wfd.267.1233796109682; Wed, 04 Feb 2009 17:08:29 -0800 (PST) Date: Wed, 4 Feb 2009 20:08:29 -0500 Message-ID: From: Tsu-Fan Cheng To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: libxcb-xlib issue 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: Thu, 05 Feb 2009 01:08:31 -0000 Hi, just a while ago I run "portupgrade -rf libxcb" to rebuild anything that depends on libxcb, and there are A LOT of them!! While during rebuild, some work but some don't, which is fine, since my problem was solved at the moment. But today, I realize that transcode has not been fixed, and I really don't want to go through the same portupgrade process again. Can someone tell me a better way to resolve it? The error that ended the transcode rebuild is like this: ============================= /bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -module -avoid-version -L/usr/local/lib -o filter_preview.la -rpath /usr/local/lib/transcode filter_preview.lo display.lo -L/usr/local/lib -R/usr/local/lib -lSM -lICE -lXext -lX11 -L/usr/local/lib -L/usr/local/include -ldv -L/usr/local/lib -L/usr/local/include -ldv -lm -lXv -L/usr/local/lib -lSDL -Wl,-rpath,/usr/local/lib -pthread 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 gmake[3]: *** [filter_preview.la] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/transcode/work/transcode-1.0.6/filter/preview' thank you !! TFC