From owner-freebsd-ports@FreeBSD.ORG Fri Jan 27 00:05:09 2012 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 127A6106566C for ; Fri, 27 Jan 2012 00:05:09 +0000 (UTC) (envelope-from rflynn@acsalaska.net) Received: from denali.acsalaska.net (denali.acsalaska.net [209.112.173.242]) by mx1.freebsd.org (Postfix) with ESMTP id D1D3B8FC1F for ; Fri, 27 Jan 2012 00:05:08 +0000 (UTC) Received: from mymail.acsalaska.net (polarbear.acsalaska.net [216.67.61.193]) by denali.acsalaska.net (8.14.4/8.14.4) with ESMTP id q0R057p3031380 for ; Thu, 26 Jan 2012 15:05:07 -0900 (AKST) (envelope-from rflynn@acsalaska.net) Received: from 46.129.107.107 (SquirrelMail authenticated user rflynn@acsalaska.net) by mymail.acsalaska.net with HTTP; Thu, 26 Jan 2012 15:05:07 -0900 (AKST) Message-ID: <2394.46.129.107.107.1327622707.squirrel@mymail.acsalaska.net> In-Reply-To: References: <4F21C776.40904@freebsd.org> <1292.46.129.107.107.1327618184.squirrel@mymail.acsalaska.net> Date: Thu, 26 Jan 2012 15:05:07 -0900 (AKST) From: rflynn@acsalaska.net To: freebsd-ports@freebsd.org User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (denali.acsalaska.net [209.112.168.121]); Thu, 26 Jan 2012 15:05:08 -0900 (AKST) X-ACS-Spam-Status: no X-ACS-Scanned-By: MD 2.67; SA 3.3.0; spamdefang 1.122 Subject: Re: nautilus build failure 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: Fri, 27 Jan 2012 00:05:09 -0000 > On Thu, 26 Jan 2012 13:49:44 -0900 (AKST) > rflynn@acsalaska.net articulated: > >> > On Thu, 26 Jan 2012 16:36:54 -0500 >> >> > I just ran "portclean -C" and then updated the ports tree, and >> > deleted all old files in "/usr/ports/distfiles". I then attempted >> > to build the port again. The exact same thing happened again. I >> > checked, and the "/usr/local/lib/libxcb-aux.la" file does not exist >> > on this system and I have no idea where to find and install it. The >> > system "make.conf" file is clean of any funkiness. >> >> % pkg_updating x11/xcb-util >> 20120116: >> AFFECTS: users of x11/xcb-util >> AUTHOR: garga@FreeBSD.org >> >> x11/xcb-util was updated to 0.3.8 and was split in new modules. >> Dependencies were adjusted but main port symbols were moved to a >> single library, xcb-util.so. For this reason, all dependent ports >> must be recompiled.If you use portmaster, run: >> >> # portmaster -R -r xcb-util-0 >> >> Or for portupgrade: >> >> # portupgrade -r xcb-util-0\* > I did exactly that; however, the situation still persists. Run this: find /usr/local/lib -type f -exec grep 'xcb-aux' {} + If that shows files, then those ports need to be upgraded first. However, if this shows libraries in /usr/local/lib/compat/pkg then delete those files. Libtool is being confused by outdated libraries and you need to figure out the culprit. A hint may be available in the lines above the failure message. -- Mel