From owner-freebsd-current@FreeBSD.ORG Mon May 24 06:16:38 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E72761065675 for ; Mon, 24 May 2010 06:16:38 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id AAD4F8FC14 for ; Mon, 24 May 2010 06:16:38 +0000 (UTC) Received: by gwj18 with SMTP id 18so703013gwj.13 for ; Sun, 23 May 2010 23:16:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.56.33 with SMTP id e33mr5618373yba.423.1274681797806; Sun, 23 May 2010 23:16:37 -0700 (PDT) Received: by 10.150.137.17 with HTTP; Sun, 23 May 2010 23:16:37 -0700 (PDT) X-Originating-IP: [128.95.133.178] In-Reply-To: <4BFA167B.1010902@jrv.org> References: <4BF24317.8070807@DataIX.net> <4BF7F3A7.1060202@jrv.org> <4BFA167B.1010902@jrv.org> Date: Sun, 23 May 2010 23:16:37 -0700 Message-ID: From: Rob Farmer To: "James R. Van Artsdalen" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: current@freebsd.org, Garrett Cooper Subject: Re: make release broken 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: Mon, 24 May 2010 06:16:39 -0000 On Sun, May 23, 2010 at 11:02 PM, James R. Van Artsdalen wrote: > On 5/22/2010 8:25 PM, Rob Farmer wrote: >> make release is still broken on amd64 as of svn 208373 (2010-05-21 >>> 04:52:49 -0500) >>> >>> That patch seems unrelated? >>> >> What needs done is >> /src/release/$ARCH/boot_crunch.conf files need the relevant libraries >> added to the libs section. I haven't tested it, but I think adding >> -llzma there will fix the problems. > > That works for me, except that I had to add -lcrypto too? =A0I don't know > if that's a good idea. Yeah, I found that out too when I tested it. I've submitted a PR with patches for all the archs: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dmisc/146904 --=20 Rob Farmer > > Index: release/amd64/boot_crunch.conf > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- release/amd64/boot_crunch.conf =A0 =A0 =A0(revision 208373) > +++ release/amd64/boot_crunch.conf =A0 =A0 =A0(working copy) > @@ -41,4 +41,4 @@ > > =A0libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph > =A0libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -ldevinfo > -libs -lbsdxml -larchive -lbz2 -lusb -ljail > +libs -lbsdxml -larchive -lbz2 -lusb -ljail -llzma -lcrypto > >