From owner-freebsd-current@FreeBSD.ORG Wed May 12 04:22:04 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 227A51065670 for ; Wed, 12 May 2010 04:22:04 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 948EF8FC0A for ; Wed, 12 May 2010 04:22:02 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id o4C4LqA3006235 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 12 May 2010 07:21:52 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id o4C4Ldub052297; Wed, 12 May 2010 07:21:39 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id o4C4LdkH052296; Wed, 12 May 2010 07:21:39 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Wed, 12 May 2010 07:21:39 +0300 From: Kostik Belousov To: d@delphij.net Message-ID: <20100512042139.GZ83316@deviant.kiev.zoral.com.ua> References: <4BE9EA4F.9010803@delphij.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6ysXqiu0yoUmUNJB" Content-Disposition: inline In-Reply-To: <4BE9EA4F.9010803@delphij.net> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-2.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_50, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: FreeBSD Current Subject: Re: [mini headsup] updating from 7.x to -CURRENT after lzma import X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2010 04:22:04 -0000 --6ysXqiu0yoUmUNJB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 11, 2010 at 04:37:51PM -0700, Xin LI wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Hi, >=20 > The recent lzma import has enabled libarchive's lzma support. However, > it have come to our attention that building -HEAD on earlier FreeBSD > versions (specifically, 7.x after 700044 through 8.x before 800022) have > been broken. >=20 > The reason behind this is that 'make buildworld' will build a new ar(1) > binary which links to libarchive, causing build to break on these systems. >=20 > A hack-ish patch can be used to relieve this: >=20 > http://people.freebsd.org/~delphij/for_review/patch-lzmabuild.diff >=20 > Alternatively, one can update to 8-STABLE before jumping to 9-CURRENT. >=20 > Another way to work around this is to build and install lzma static > library before doing 'make buildworld': >=20 > cd /usr/src > make buildenv > cd lib/liblzma > make obj > make depend > make -DNO_PIC -DWITHOUT_PROFILE -DNO_SHARED all > make -DNO_PIC -DWITHOUT_PROFILE -DNO_SHARED install >=20 > We are working on a better solution for this and sorry for the breakage. The project policy is to require at least recent STABLE_(X-1) to build HEAD. The heads up is good thing, but functionality "broken" is only provided on best effort basis. --6ysXqiu0yoUmUNJB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAkvqLNIACgkQC3+MBN1Mb4hH5gCePZTZGLlWMeJ2DiyJWXre8y6b YhcAoMAs3dOMrvvAtEyyL84R4UKojFrd =9E87 -----END PGP SIGNATURE----- --6ysXqiu0yoUmUNJB--