From owner-freebsd-stable@FreeBSD.ORG Fri Sep 19 15:05:13 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AA45530; Fri, 19 Sep 2014 15:05:13 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id E02DDF33; Fri, 19 Sep 2014 15:05:12 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id DFF4D20E7088F; Fri, 19 Sep 2014 15:05:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.multiplay.co.uk X-Spam-Level: ** X-Spam-Status: No, score=2.2 required=8.0 tests=AWL,BAYES_00,DOS_OE_TO_MX, FSL_HELO_NON_FQDN_1,RDNS_DYNAMIC,STOX_REPLY_TYPE autolearn=no version=3.3.1 Received: from r2d2 (82-69-141-170.dsl.in-addr.zen.co.uk [82.69.141.170]) by smtp1.multiplay.co.uk (Postfix) with ESMTPS id 552B420E7088A; Fri, 19 Sep 2014 15:05:09 +0000 (UTC) Message-ID: From: "Steven Hartland" To: "Navdeep Parhar" , "John Wolfe" References: <541B6167.3000703@tundraware.com> <541B7336.9070401@tundraware.com> <9E5B7FEE1D0C4ED59757220997CA7D9A@multiplay.co.uk> <2072426.zA4beYHhHD@ralph.baldwin.cx> <541C403F.40705@xinuos.com> <20140919145808.GA23707@ox> Subject: Re: 10.1Beta - Ongoing Build Problems Date: Fri, 19 Sep 2014 16:05:06 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Cc: Tim Daneliuk , FreeBSD Stable , John Baldwin X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2014 15:05:13 -0000 ----- Original Message ----- From: "Navdeep Parhar" > If the rm that runs during "make clean" has r268376 then it shouldn't > error on fts_read. That fixed all of the fts_read errors that I used to > get while building head with large -j values. I'm not sure if the fix > is in stable/10. > > https://lists.freebsd.org/pipermail/svn-src-head/2014-July/060201.html Thanks Navdeep, I see no mention of that being MFC'ed to stable/10 as yet. Tim if you manually apply the following to your stable/10 tree and install it do the failures stop? https://svnweb.freebsd.org/base/head/bin/rm/rm.c?view=patch&r1=268376&r2=268375&pathrev=268376 Regards Steve