From owner-freebsd-stable@freebsd.org Mon Jun 29 10:18:34 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 091D498FE01 for ; Mon, 29 Jun 2015 10:18:34 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 839591D03; Mon, 29 Jun 2015 10:18:33 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: by lagh6 with SMTP id h6so47694325lag.2; Mon, 29 Jun 2015 03:18:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=sxcb5RzRvft1m/MiR0diDNElW8bdjYkJnq8OnhK9SQM=; b=GWSLO7RzXQFj4FhHLgrE7ptyB6Bh6GX6EuMZtWi/RJeTIZSbcZHaugHmbvauJcPXkI ue5rvvxXu+/nNf96LAOJ4BXWsv+VVU7V57UzDixQyNvx3eySoW/J/u6qpftD1ycMc309 HFMRpoq0FVESMs8ZgZ0uVddtSdj/aTiRWUbs2e6po/r3ret54zEd/Fblk+sP1SBuYCzb x4+AoXMGXscpiOSUtLbZpTTgmKnb0KUpcle1Awq625JeO8I5cma2rmbqXHMopkKqFkug eKul3FOjHgMnv6J+Q/orA0KZTM/CEZjdhNPUEWNopos47fv6Abf/2JZRJdxbeg92D05q CL9g== MIME-Version: 1.0 X-Received: by 10.152.170.234 with SMTP id ap10mr9827801lac.28.1435573111614; Mon, 29 Jun 2015 03:18:31 -0700 (PDT) Received: by 10.152.219.35 with HTTP; Mon, 29 Jun 2015 03:18:31 -0700 (PDT) In-Reply-To: References: Date: Mon, 29 Jun 2015 13:18:31 +0300 Message-ID: Subject: Re: Bug 201072 From: Kimmo Paasiala To: Alan Somers , "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 10:18:34 -0000 On Sun, Jun 28, 2015 at 5:50 AM, Alan Somers wrote: > I'm on vacation now. But if nobody else helps you, ping me again on > 8-July-2015 and I'll test and merge the patch. One question, have you > checked whether the issue exists on CURRENT? > > Thanks for your contribution. > > On Sat, Jun 27, 2015 at 4:15 AM, Kimmo Paasiala wrote: >> Hello, >> >> Could someone take a look at >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201072 ? >> >> The patch I've created fixes an issue on stable/10 with various atf >> directories that are still created by /etc/mtree/* database but are >> then deleted by 'make delete-old' later. The directories are clearly >> redundant because the WITH/WITHOUT_ATF flags were removed in >> https://svnweb.freebsd.org/base?view=revision&sortby=rev&sortdir=down&revision=r261236. >> >> -Kimmo It looks like the atf directories were removed from /etc/mtree/* in: https://svnweb.freebsd.org/base?view=revision&revision=260024 They were later put back in this commit: https://svnweb.freebsd.org/base?view=revision&revision=277457 My patch is not valid apparently because it would break the tests stuff again, I had no idea how complex the issue was... -Kimmo