From owner-svn-src-head@FreeBSD.ORG Wed May 26 18:28:42 2010 Return-Path: <owner-svn-src-head@FreeBSD.ORG> Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7104B106564A; Wed, 26 May 2010 18:28:42 +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 B8B438FC0C; Wed, 26 May 2010 18:28:41 +0000 (UTC) Received: by gwj21 with SMTP id 21so676911gwj.13 for <multiple recipients>; Wed, 26 May 2010 11:28:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.61.2 with SMTP id j2mr67830yba.360.1274898518059; Wed, 26 May 2010 11:28:38 -0700 (PDT) Received: by 10.150.137.17 with HTTP; Wed, 26 May 2010 11:28:37 -0700 (PDT) X-Originating-IP: [128.95.133.153] In-Reply-To: <201005251748.o4PHmI5T093246@svn.freebsd.org> References: <201005251748.o4PHmI5T093246@svn.freebsd.org> Date: Wed, 26 May 2010 11:28:37 -0700 Message-ID: <AANLkTilcASoInnpr5OL5usR7exerst2lTq7Wi_ypD_Tw@mail.gmail.com> From: Rob Farmer <rfarmer@predatorlabs.net> To: Xin LI <delphij@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r208545 - in head/release: amd64 i386 ia64 pc98 powerpc sparc64 sun4v X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current <svn-src-head.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-head>, <mailto:svn-src-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-src-head> List-Post: <mailto:svn-src-head@freebsd.org> List-Help: <mailto:svn-src-head-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-head>, <mailto:svn-src-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 26 May 2010 18:28:42 -0000 On Tue, May 25, 2010 at 10:48 AM, Xin LI <delphij@freebsd.org> wrote: > Author: delphij > Date: Tue May 25 17:48:17 2010 > New Revision: 208545 > URL: http://svn.freebsd.org/changeset/base/208545 > > Log: > =A0libarchive now needs libcrypto and liblzma. > > Modified: > =A0head/release/amd64/boot_crunch.conf > =A0head/release/i386/boot_crunch.conf > =A0head/release/ia64/boot_crunch.conf > =A0head/release/pc98/boot_crunch.conf > =A0head/release/powerpc/boot_crunch.conf > =A0head/release/sparc64/boot_crunch.conf > =A0head/release/sun4v/boot_crunch.conf > > Modified: head/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=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/release/amd64/boot_crunch.conf Tue May 25 17:43:23 2010 =A0 =A0 = =A0 =A0(r208544) > +++ head/release/amd64/boot_crunch.conf Tue May 25 17:48:17 2010 =A0 =A0 = =A0 =A0(r208545) > @@ -39,6 +39,6 @@ progs ppp > =A0progs sysinstall > =A0progs usbconfig > > -libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph > +libs -ll -ledit -lutil -lmd -lcrypt -lcrypto -lftpio -lz -lnetgraph > =A0libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -ldevinfo > -libs -lbsdxml -larchive -lbz2 -lusb -ljail > +libs -lbsdxml -larchive -lbz2 -llzma -lusb -ljail > Does the order of the libs entries matter? Because I just tried on i386 after this commit and I still get errors related to the sha1, md5, etc. functions but it worked fine with -llzma -lcrypto at the end of the last line. --=20 Rob Farmer