From owner-freebsd-current@freebsd.org Tue Dec 5 21:03:42 2017 Return-Path: Delivered-To: freebsd-current@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 A4A82E81E2A for ; Tue, 5 Dec 2017 21:03:42 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-qt0-x22b.google.com (mail-qt0-x22b.google.com [IPv6:2607:f8b0:400d:c0d::22b]) (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 5C78B6FD2D for ; Tue, 5 Dec 2017 21:03:42 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by mail-qt0-x22b.google.com with SMTP id w10so4120032qtb.10 for ; Tue, 05 Dec 2017 13:03:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=QVVK7MMPooF8sAoh6t+z8xslEHTIfeUX00QbZXTHDJE=; b=B8EmcG7UeSZkH0ptZ+3KTY2sC7IOSSkZpnR7+Wz5ub47yRXIu9ktWGXMNCUpTP6GYn jrRjZBIGlfATM485bXQhtjg967pf/S/Ojbsf4xB+8yBi6I1EjzFcVKtN6Xh7bRjGYBe6 XLJie8QAOa38NmyNpBS+SpPHIZjMbXcHCRtE8ADp/MYA5lfU/O5Z0A/+eskmEhQ92zLg 4oB4znWjnzhXiO/HPt9+np7u2VgoqeOHX3fd81Dm4fZo8l49daQhj2ehatRkn/bnT+eM Ehov53JbdPMH6J87Zgsrku7OZ2Ker2NkFnUhSi2j21cHl2vycPVv7T6ocRhZ2a5yy/Sv XKbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=QVVK7MMPooF8sAoh6t+z8xslEHTIfeUX00QbZXTHDJE=; b=ollqBs7wmK+YXHENGFVvMASeNKLD1Mm4qmPGNUxrZxRsJBX/rPb+NLwuKsel5bam0X Yjd6lpq0WlGMh9frJRhyJ4IpslHppkX28lKguarnFvPgiNCyna+XwylQ7zKun5iEAkxo FpoGVHJjFqOcGLKWvRpIZNYjEKXnBRAugfNy5qDSDRtqiyNI9fACepfOA6B+APkoHE58 AdW3Bav5IaX4JWUdPX6c1+ndQz36qVc4xuulPXrGV39EOFQJKBdIbcvCHKYXXWBQ/EnZ qN5372t/jn3fE8h7pUbaG8KftiRmezhtYQIm2CER7PKPhoIM15Mw+bjogegDtjJG7C1v dwjA== X-Gm-Message-State: AKGB3mLeFVZzYA7uBiS40vQs8ljlJ79kz84C84peAEGTMO/Yxj9mvSaE HEmcuUE1oGdQ9SBWcl/Vtnbd1UlNy09HXIRkCvI= X-Google-Smtp-Source: AGs4zMbzL3QnIK+zd4IbaXDWcBzafD/ifysnBDHlL/YCZ1MRdK67wbxwJ3Qxnn+w/E3a+uuKT4kryLSfjOsBC/+9V+s= X-Received: by 10.200.50.39 with SMTP id x36mr3356859qta.255.1512507821246; Tue, 05 Dec 2017 13:03:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.237.39.211 with HTTP; Tue, 5 Dec 2017 13:03:40 -0800 (PST) In-Reply-To: References: From: Ryan Stone Date: Tue, 5 Dec 2017 16:03:40 -0500 Message-ID: Subject: Re: Build failure in stand To: Warner Losh Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 05 Dec 2017 21:03:42 -0000 So I don't fully understand why this build failure happened, but I did manage to find root cause. It turns out that there was a bug in make that caused our build infrastructure to write objects and other build output to the srcdir rather than the objdir in certain cases when using make -C. I have a workaround in place for now and bdrewery@ is working on a fix for the build infrastructure.