From owner-freebsd-questions@FreeBSD.ORG Wed Aug 3 11:54:40 2011 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 EDE16106566C for ; Wed, 3 Aug 2011 11:54:39 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 587758FC1B for ; Wed, 3 Aug 2011 11:54:39 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p73BsVBB085309 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 3 Aug 2011 12:54:31 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk p73BsVBB085309 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1312372471; bh=GAyvZnGEKP0r0H1rasPmncuon3lsjN0nUGdLJfMDPP4=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4E3936EA.8050407@infracaninophile.co.uk>|Date:=20W ed,=2003=20Aug=202011=2012:54:18=20+0100|From:=20Matthew=20Seaman= 20|User-Agent:=20Mozilla/5.0=20(M acintosh=3B=20Intel=20Mac=20OS=20X=2010.6=3B=20rv:5.0)=20Gecko/201 10624=20Thunderbird/5.0|MIME-Version:=201.0|To:=20Ewald=20Jenisch= 20|CC:=20freebsd-questions@freebsd.org|Subject:=20Re :=20portupgrades=20fail=20because=20of=20missing=20/usr/local/lib/ liblzma.la|References:=20<20110803100015.GA11662@aurora.oekb.co.at >|In-Reply-To:=20<20110803100015.GA11662@aurora.oekb.co.at>|X-Enig mail-Version:=201.2|OpenPGP:=20id=3D60AE908C|Content-Type:=20multi part/signed=3B=20micalg=3Dpgp-sha1=3B=0D=0A=20protocol=3D"applicat ion/pgp-signature"=3B=0D=0A=20boundary=3D"------------enig16D1767A FE76E211BD490C6A"; b=x5lbw0CcpDx9BayQ0rHcufUMsD+XvXepL1J29wqyGF63U0M80mX184jmPQvVmgSId Rmqi2wVSE9Q9DDfHL2m+nurimp1D+eVfiSx3bjDmSwprEY31SK7jnLCnfzXI0axCcI C4Wp7zdqiYiSXdDarJV6Bb7/6AjD7/sew3XFPCTA= Message-ID: <4E3936EA.8050407@infracaninophile.co.uk> Date: Wed, 03 Aug 2011 12:54:18 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Ewald Jenisch References: <20110803100015.GA11662@aurora.oekb.co.at> In-Reply-To: <20110803100015.GA11662@aurora.oekb.co.at> X-Enigmail-Version: 1.2 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig16D1767AFE76E211BD490C6A" X-Virus-Scanned: clamav-milter 0.97.2 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_05,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: portupgrades fail because of missing /usr/local/lib/liblzma.la 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: Wed, 03 Aug 2011 11:54:40 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig16D1767AFE76E211BD490C6A Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 03/08/2011 11:00, Ewald Jenisch wrote: > So here are my questions? >=20 > o) Why doesn't the build process of ports recognize the xz-libraries > in /usr/lib? (BTW, not even "make deinstall && make clean && make > install" helps) xz(1) and the associated libraries are now part of the base system in stable/8 and above. Actually it (the ports build process) does. However, if you have a version of liblzma.so installed from ports, autoconf will find that and assume that's your preferred version to link against. > o) What can I do to get ports recognize the correct location of the > xz-libraries? You should first get a list of all your installed ports that depend on archivers/xz (pkg_info -Rx xz), then force delete the archivers/xz port and then rebuild all the ports that linked against it. Note that portupgrade(8) defaults to keeping a copy of the old liblzma.so shlib in /usr/local/lib/compat/pkg, and portmaster(8) will do similarly if given the '-w' option: this will allow un-rebuilt ports to continue working during your upgrade, but shouldn't confuse the ports build process. Remember to delete the old shlib once you're done rebuilding. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enig16D1767AFE76E211BD490C6A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk45NvYACgkQ8Mjk52CukIweEQCfZOh8qqOMoZ+H4DMhGCuvcg0N YpsAn0BWS60yJomrW+elR4zGubUxYX9g =Cf5L -----END PGP SIGNATURE----- --------------enig16D1767AFE76E211BD490C6A--