From owner-freebsd-current@FreeBSD.ORG Fri Jun 6 20:57:13 2014 Return-Path: Delivered-To: freebsd-current@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 2253F9D9 for ; Fri, 6 Jun 2014 20:57:13 +0000 (UTC) Received: from mail-qg0-f52.google.com (mail-qg0-f52.google.com [209.85.192.52]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D706C2DE2 for ; Fri, 6 Jun 2014 20:57:12 +0000 (UTC) Received: by mail-qg0-f52.google.com with SMTP id a108so5578884qge.25 for ; Fri, 06 Jun 2014 13:57:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=PL4W4ONK5oNcvBwo24GE/g/59glcnW42W52bwakqXe0=; b=cDe6tXoAid/CWyEeuniIxEXoSPfETOOswMopKUplWPzZlwvH6eo4Po1fMfmMvNCgXh 6ionFAiqahJ72aEW/txFoV8XFJ8nthaDowe8B+k2jCPUedqEu5iCw4g+2JxqpkPUL2OK 3VHEAGZwVw/EsS5NzGpoc/fPluBm8Gi2sz0u9yeUNZxEVjhA8IlK98RZxBx2a95B9ILl rH7jDH5GR6PC7/gumZi0wFm3jXjLId0rQUKHWRzOEpWsUj1aoZX6R8tTOXSJla3fAcLv pTj3lZzKtpH602u/D4j2mipp9iC5t9O+fCtrR+nTXsKDXLmaucVU7jHIayzhAe+Hq9HT E04w== X-Gm-Message-State: ALoCoQls5SFK9YfrcnMvHV5g1JmEW6YTJsEt74MQ70C7mmYNS6VJfJVAJKkXVUqCA3UWAMmxJn4k X-Received: by 10.140.81.146 with SMTP id f18mr12281940qgd.47.1402088225257; Fri, 06 Jun 2014 13:57:05 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.99 with HTTP; Fri, 6 Jun 2014 13:56:45 -0700 (PDT) X-Originating-IP: [184.153.117.174] In-Reply-To: <20140606195034.GA75401@stack.nl> References: <20140606195034.GA75401@stack.nl> From: Julio Merino Date: Fri, 6 Jun 2014 16:56:45 -0400 X-Google-Sender-Auth: g4Pk1DMbLIyyHO_MxZKI1ooWVXM Message-ID: Subject: Re: Turning TESTS on by default To: Jilles Tjoelker Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 06 Jun 2014 20:57:13 -0000 On Fri, Jun 6, 2014 at 3:50 PM, Jilles Tjoelker wrote: > This is certainly useful, but please fix installworld from a read-only > (e.g. NFS) /usr/obj first. I reported this a while ago in > http://lists.freebsd.org/pipermail/freebsd-testing/2014-May/000384.html > "build Kyuafile.auto during buildworld, not installworld". This message > includes patches, although they are a bit ugly. OK; that's a blocker and had forgotten about it. Will fix.