From owner-freebsd-ports@FreeBSD.ORG Fri Jan 27 06:46:23 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 4DA0E106564A for ; Fri, 27 Jan 2012 06:46:23 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id CEE7A8FC13 for ; Fri, 27 Jan 2012 06:46:22 +0000 (UTC) Received: by wibhn14 with SMTP id hn14so1563230wib.13 for ; Thu, 26 Jan 2012 22:46:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=RIQ1muxI2PLJZU4lpYpsS/neQUX5a2zVYiTTZQvhUnc=; b=AU+SPYubPSsIUzWmSiMjeqCevA0YSiSVJVimYMVW1tobqSvBfINOpwKVEJBgOjLF2s hyPPwwY7D1hax+J32IV9MrgoyvAuRr43eeDqeJH9E0lYCK8D20AqNcBOM6Qw7JMdZGW9 kofzXTzBQErBr1/pLleLZaCznMVxdYoBjF64A= MIME-Version: 1.0 Received: by 10.180.106.33 with SMTP id gr1mr8766738wib.6.1327646781588; Thu, 26 Jan 2012 22:46:21 -0800 (PST) Received: by 10.223.101.196 with HTTP; Thu, 26 Jan 2012 22:46:21 -0800 (PST) In-Reply-To: <2394.46.129.107.107.1327622707.squirrel@mymail.acsalaska.net> References: <4F21C776.40904@freebsd.org> <1292.46.129.107.107.1327618184.squirrel@mymail.acsalaska.net> <2394.46.129.107.107.1327622707.squirrel@mymail.acsalaska.net> Date: Thu, 26 Jan 2012 22:46:21 -0800 Message-ID: From: Kevin Oberman To: rflynn@acsalaska.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org 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 06:46:23 -0000 On Thu, Jan 26, 2012 at 4:05 PM, wrote: >> 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: >>> =A0 AFFECTS: users of x11/xcb-util >>> =A0 AUTHOR: garga@FreeBSD.org >>> >>> =A0 x11/xcb-util was updated to 0.3.8 and was split in new modules. >>> =A0 Dependencies were adjusted but main port symbols were moved to a >>> single library, xcb-util.so. =A0For this reason, all dependent ports >>> must be recompiled.If you use portmaster, run: >>> >>> =A0 # portmaster -R -r xcb-util-0 >>> >>> =A0 Or for portupgrade: >>> >>> =A0 # 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 While this works, I really continue to recommend Dominic Fandrey's pkg_libcheck. It runs much faster as it runs parallel checks on multiple files at the same time. Install sysutils/bsdadminscripts and run 'pkg_libchk -o | grep xcb-' and rebuild all the ports reported. --=20 R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com