Date: Thu, 26 Jan 2012 15:05:07 -0900 (AKST) From: rflynn@acsalaska.net To: freebsd-ports@freebsd.org Subject: Re: nautilus build failure Message-ID: <2394.46.129.107.107.1327622707.squirrel@mymail.acsalaska.net> In-Reply-To: <BLU0-SMTP195F2B8C4495D49621E17E493890@phx.gbl> References: <BLU0-SMTP283B838FE04249CF476D61093890@phx.gbl> <4F21C776.40904@freebsd.org> <BLU0-SMTP868A63CA94EF846D9AA59093890@phx.gbl> <1292.46.129.107.107.1327618184.squirrel@mymail.acsalaska.net> <BLU0-SMTP195F2B8C4495D49621E17E493890@phx.gbl>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2394.46.129.107.107.1327622707.squirrel>