From owner-freebsd-current@FreeBSD.ORG Sat May 22 15:09:04 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 D0A02106567D for ; Sat, 22 May 2010 15:09:04 +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 9931F8FC20 for ; Sat, 22 May 2010 15:09:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by zimbra.jrv.org (Postfix) with ESMTP id 3C1F016A09C; Sat, 22 May 2010 10:09:02 -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 ve5YS86bsAY7; Sat, 22 May 2010 10:09:01 -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 4E8C216A09B; Sat, 22 May 2010 10:09:01 -0500 (CDT) Message-ID: <4BF7F3A7.1060202@jrv.org> Date: Sat, 22 May 2010 10:09:27 -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: jhell References: <4BF24317.8070807@DataIX.net> In-Reply-To: <4BF24317.8070807@DataIX.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Garrett Cooper , Rob Farmer , current@freebsd.org 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: Sat, 22 May 2010 15:09:04 -0000 On 5/18/2010 2:34 AM, jhell wrote: > On Mon, May 17, 2010 at 10:35 PM, Rob Farmer > wrote: >>> make release is broken on current. Seems to be related to the lzma >>> import. This is on i386: >>> >>> cc -static -o boot_crunch boot_crunch.o hostname.lo pwd.lo rm.lo sh.lo >>> test.lo camcontrol.lo dhclient.lo fsck_ffs.lo ifconfig.lo mount_nfs.lo >>> newfs.lo route.lo rtsol.lo tunefs.lo cpio.lo find.lo minigzip.lo >>> sed.lo arp.lo ppp.lo sysinstall.lo usbconfig.lo -ll -ledit -lutil -lmd >>> -lcrypt -lftpio -lz -lnetgraph -ldialog -lncurses -ldisk -lcam -lsbuf >>> -lufs -ldevinfo -lbsdxml -larchive -lbz2 -lusb -ljail >>> /usr/obj/usr/src/tmp/usr/lib/libarchive.a(archive_write_set_compression_xz.o)(.text+0x1e6): >>> In function `archive_compressor_xz_init': >>> : undefined reference to `lzma_lzma_preset' >>> ... > > This URL looks to be the problem you are seeing above. > > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=20426+0+current/freebsd-current > make release is still broken on amd64 as of svn 208373 (2010-05-21 04:52:49 -0500) That patch seems unrelated?