From owner-freebsd-stable@FreeBSD.ORG Fri Sep 19 08:50:59 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 5971C196; Fri, 19 Sep 2014 08:50:59 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id 1C222E06; Fri, 19 Sep 2014 08:50:58 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id 14C1720E7088F; Fri, 19 Sep 2014 08:50:58 +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.0 required=8.0 tests=AWL,BAYES_00,DOS_OE_TO_MX, FSL_HELO_NON_FQDN_1,RDNS_DYNAMIC 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 B0A5B20E7088A; Fri, 19 Sep 2014 08:50:54 +0000 (UTC) Message-ID: <9E5B7FEE1D0C4ED59757220997CA7D9A@multiplay.co.uk> From: "Steven Hartland" To: "Tim Daneliuk" , "FreeBSD Stable" , "John Baldwin" References: <541B6167.3000703@tundraware.com> <541B6A6F.5010501@tundraware.com> <62E5543C34E048D5B454CD795ACAC495@multiplay.co.uk> <541B7336.9070401@tundraware.com> Subject: Re: 10.1Beta - Ongoing Build Problems Date: Fri, 19 Sep 2014 09:50:54 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response 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 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 08:50:59 -0000 ----- Original Message ----- From: "Tim Daneliuk" > On 09/18/2014 06:36 PM, Steven Hartland wrote: >> I just noticed your error was >> >> rm: fts_read: No such file or directory >> >> This is a know issue with rewinddir. >> >> I believe the fix is: >> http://svnweb.freebsd.org/changeset/base/271048 >> >> Which was MFC'ed by: >> http://svnweb.freebsd.org/changeset/base/271263 >> >> So your build machine will need to be running r271263 or later. > > Hmmm I am at: 10.1-PRERELEASE #27 r271419 John are there any outstanding issues with the rewind fix that you know of or should it all be fixed? Tim can you double check that you see the following change in your source tree: https://svnweb.freebsd.org/base/head/lib/libc/gen/rewinddir.c?r1=271048&r2=271047&pathrev=271048 Regards Steve