From owner-freebsd-current@FreeBSD.ORG Mon May 24 06:02:08 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 20DBD106566C for ; Mon, 24 May 2010 06:02:08 +0000 (UTC) (envelope-from james-freebsd-current@jrv.org) Received: from zimbra.jrv.org (adsl-70-243-84-11.dsl.austtx.swbell.net [70.243.84.11]) by mx1.freebsd.org (Postfix) with ESMTP id E08E68FC1A for ; Mon, 24 May 2010 06:02:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by zimbra.jrv.org (Postfix) with ESMTP id E8CEB16A079; Mon, 24 May 2010 01:02:05 -0500 (CDT) X-Virus-Scanned: amavisd-new at zimbra.housenet.jrv Received: from zimbra.jrv.org ([127.0.0.1]) by localhost (zimbra.housenet.jrv [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id brnEWeZEWkc0; Mon, 24 May 2010 01:02:05 -0500 (CDT) Received: from [10.0.2.15] (adsl-70-243-84-14.dsl.austtx.swbell.net [70.243.84.14]) by zimbra.jrv.org (Postfix) with ESMTPSA id 14C5B16A048; Mon, 24 May 2010 01:02:05 -0500 (CDT) Message-ID: <4BFA167B.1010902@jrv.org> Date: Mon, 24 May 2010 01:02:35 -0500 From: "James R. Van Artsdalen" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Rob Farmer References: <4BF24317.8070807@DataIX.net> <4BF7F3A7.1060202@jrv.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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:02:08 -0000 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? I don't know if that's a good idea. Index: release/amd64/boot_crunch.conf =================================================================== --- release/amd64/boot_crunch.conf (revision 208373) +++ release/amd64/boot_crunch.conf (working copy) @@ -41,4 +41,4 @@ libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -ldevinfo -libs -lbsdxml -larchive -lbz2 -lusb -ljail +libs -lbsdxml -larchive -lbz2 -lusb -ljail -llzma -lcrypto