From owner-freebsd-current@FreeBSD.ORG Mon Feb 11 12:19:35 2008 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 4FB0216A417; Mon, 11 Feb 2008 12:19:35 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 00DC913C4E7; Mon, 11 Feb 2008 12:19:34 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=NOIFCroBaoSkmWJAeCejVLRvAOYJmQGpFlBoii0TQ2uNLGxmrKcW80WC5rj/cyBadv0UX3d1y30hc8UwvaoXzO38i3DMVELGe/ccqCPkmPO+2z98t1UmQAgmvAKTifIPMDuWKai6CI6p/fSXzd/vrzTACA5IsOK3vpwBawqoK4A=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1JOXPg-000G2C-8h; Mon, 11 Feb 2008 15:05:32 +0300 Date: Mon, 11 Feb 2008 15:05:31 +0300 From: Eygene Ryabinkin To: Ian FREISLICH Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-1.8 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: kientzle@freebsd.org, current@freebsd.org Subject: Re: [PATCH] RELENG_7 buildworld fails in libarchive. 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, 11 Feb 2008 12:19:35 -0000 Ian, Tim, good day. Mon, Feb 11, 2008 at 01:38:16PM +0200, Ian FREISLICH wrote: > It seems like cpio has been removed from libarchive, but not the > Makefile, or some remnant accidentally got added. Hmm, seems like cpio.5 was forgotten in the MFC from -CURRENT to RELENG_7 made at Mon Feb 11 03:31:06 2008 UTC+3 (original commit is from Sun Dec 30 07:58:22 2007 UTC+3). Original commit message says: ----- Update libarchive to 2.4.10. This includes a number of improvements that I've been working on but put off committing until after the RELENG_7 branch, including: * New manpages: cpio.5 mtree.5 [...] ----- > RCS file: /home/ncvs/src/lib/libarchive/Makefile,v > retrieving revision 1.77.2.1 > diff -u -d -r1.77.2.1 Makefile > --- Makefile 11 Feb 2008 00:31:06 -0000 1.77.2.1 > +++ Makefile 11 Feb 2008 11:33:36 -0000 > @@ -100,7 +100,6 @@ > archive_util.3 \ > archive_write.3 \ > archive_write_disk.3 \ > - cpio.5 \ > libarchive.3 \ > libarchive-formats.5 \ > tar.5 > cvs diff: Diffing test This will work (and I put this to my Makefile too), but possibly it is better to add the missing cpio.5. -- Eygene