Date: Sun, 23 May 2010 23:16:37 -0700 From: Rob Farmer <rfarmer@predatorlabs.net> To: "James R. Van Artsdalen" <james-freebsd-current@jrv.org> Cc: current@freebsd.org, Garrett Cooper <yanefbsd@gmail.com> Subject: Re: make release broken Message-ID: <AANLkTimFqCaJ-oW_kQuPWHG86sWxotJcDGh02WwTKRiT@mail.gmail.com> In-Reply-To: <4BFA167B.1010902@jrv.org> References: <AANLkTimdWXj6v6P4W1ZTsonXL5P8m9nmk-EAURdvNsGx@mail.gmail.com> <AANLkTimFNcaAN1SPlKu60wNzHE6RdRJZArtHZbE96NoG@mail.gmail.com> <4BF24317.8070807@DataIX.net> <4BF7F3A7.1060202@jrv.org> <AANLkTikdXFmVq7fTBf2N5uhbSGJZsd0_-l7HpDYZvm_4@mail.gmail.com> <4BFA167B.1010902@jrv.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 23, 2010 at 11:02 PM, James R. Van Artsdalen <james-freebsd-current@jrv.org> 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 > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTimFqCaJ-oW_kQuPWHG86sWxotJcDGh02WwTKRiT>