From owner-freebsd-ports@FreeBSD.ORG Tue Mar 29 17:52:13 2011 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 372EC106566C for ; Tue, 29 Mar 2011 17:52:13 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from panix.lovett.com (panix.lovett.com [166.84.7.128]) by mx1.freebsd.org (Postfix) with ESMTP id 0ED4D8FC19 for ; Tue, 29 Mar 2011 17:52:12 +0000 (UTC) Received: from cpe-66-68-128-204.austin.res.rr.com ([66.68.128.204] helo=[172.16.32.150]) by panix.lovett.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.73 (FreeBSD)) (envelope-from ) id 1Q4d5P-0007Fd-SX; Tue, 29 Mar 2011 17:52:12 +0000 Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Ade Lovett In-Reply-To: <4D911FFA.2010000@twisted.net> Date: Tue, 29 Mar 2011 12:52:00 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <90238A55-FBEC-4025-9B7A-F3F246A7C2AC@FreeBSD.org> References: <4D8ED71B.8010804@twisted.net> <20110327070503.GB73511@magic.hamla.org> <4D8F9840.1070002@twisted.net> <4D8FF159.9090306@twisted.net> <3B4FC419-4555-481C-930B-C92ADA1AF549@FreeBSD.org> <4D911FFA.2010000@twisted.net> To: troy@twisted.net X-Mailer: Apple Mail (2.1084) Cc: FreeBSD Ports Subject: Re: Failed building kdebase-workspace-4.5.5_1 cannot find the library liblzma.la 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, 29 Mar 2011 17:52:13 -0000 On Mar 28, 2011, at 18:55 , Troy wrote: > Anytime I've ever upgraded the system, I built the kernel and the = world. I have 419 .la files in /usr/local/lib. I don't think I want to = try that idea. Are you saying if I rebuilt the kernel/world it would = not fix this properly? Rebuilding src/ will have absolutely no effect, since it's not the = problem. Somewhere along the lines (by virtue of the reference to the lzma.la = file), archivers/xz was installed on the system. Then src/ was upgraded = to a point in time where xz was in the base system, rendering the port = as IGNORE. At a rough guess, a ports upgrade after that fact found the now-defunct = archivers/xz and most likely removed it WITHOUT also rebuilding all = ports that depend on liblzma.so -- resulting in a system where some = ports are using the src/ library, some are _perhaps_ using the old one = from the port (check /usr/local/lib/compat/pkg -- it may be in there), = but worse, a number of installed ports have references to liblzma.la in = their own .la files. What you could try doing is grepping for liblzma.la in all of those .la = files, making a note of which ones are affected, then use pkg_info -W = to determine which ports they belong to and forcibly = rebuild them. -aDe