From owner-freebsd-stable@freebsd.org Sun Feb 18 15:07:07 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41025F0F502 for ; Sun, 18 Feb 2018 15:07:07 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f48.google.com (mail-lf0-f48.google.com [209.85.215.48]) (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 AAD257B332; Sun, 18 Feb 2018 15:07:06 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f48.google.com with SMTP id h78so9875628lfg.6; Sun, 18 Feb 2018 07:07:06 -0800 (PST) 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=jrE0ey11vTxABRnVHOSAUGNOPSiBy5Yl9PuRjwVqdeo=; b=kbH6tfQxvaO0E6YgVG5bGPLkUWcznet5m4ndZfmQTVMk/AkjEsr9Id8MXlg6yQFNuo lgDhDAlGwRgGXkSU7gUvo0Qjja3jFVtfIaV7v+RtHt1bMKmu8t2heXrO1Szmdn7eKd76 N/ijNK/q9mvbRF+Jt2W9bWy9eZfTtsGUVvqbbetnza8pdBzwmHTrGZGl7juqkX5fSAiB 32+ztt8yEZyImqkbQkVHUv6WgOWctz3B0wZUpKn9iYxF3I/cBjrX/IEQHg9/oOLoART8 rtwv+BWDRpmmokQ1v6HGvRO2NHg0zEb05ygUptkymclk6JCNC5MexK6MxQo9zLcTAdrR VEEQ== X-Gm-Message-State: APf1xPDzZMwL3e2Z2MfnHVlqlwbBzMRLq8EXpu1SKMgWqN2ru4LN0Kr5 2JolZKi/MPnQhv/mTqMGNvXpURGL X-Google-Smtp-Source: AH8x224DtUbG+0rQW91eXBL+LToYHG7iuGyraMKmTOQGYaIs+vcVx1NtzxURZgE+K4hLLG9DOep7lQ== X-Received: by 10.25.157.80 with SMTP id g77mr1267725lfe.142.1518966419089; Sun, 18 Feb 2018 07:06:59 -0800 (PST) Received: from mail-lf0-f53.google.com (mail-lf0-f53.google.com. [209.85.215.53]) by smtp.gmail.com with ESMTPSA id h18sm2450603lfl.53.2018.02.18.07.06.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 18 Feb 2018 07:06:58 -0800 (PST) Received: by mail-lf0-f53.google.com with SMTP id 70so3876924lfw.2; Sun, 18 Feb 2018 07:06:58 -0800 (PST) X-Received: by 10.25.196.66 with SMTP id u63mr7543381lff.108.1518966418591; Sun, 18 Feb 2018 07:06:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.46.106.8 with HTTP; Sun, 18 Feb 2018 07:06:38 -0800 (PST) In-Reply-To: <20180218091204.GR3353@server.rulingia.com> References: <20180218091204.GR3353@server.rulingia.com> From: Kyle Evans Date: Sun, 18 Feb 2018 09:06:38 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Problems building 11-stable/i386 with readonly /usr/src To: Peter Jeremy , imp@freebsd.org, Bryan Drewery Cc: FreeBSD-STABLE Mailing List Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Feb 2018 15:07:07 -0000 On Sun, Feb 18, 2018 at 3:12 AM, Peter Jeremy wrote: > Sometime between r329122 and r329157, my 11-stable i386 box stopped > being able to buildworld with a readonly /usr/src. I've been updating > regularly but the problem still remains at r329450. I don't have any > problems building the same tree on amd64 or building head on i386 or > amd64. Does anyone have any ideas? > > Starting from an empty /usr/obj, the failure is: > ... This would have come in with the recent MFC of imp@'s rototilling. I seem to recall some build system funkiness that put .OBJDIR inside the src tree inconsistently before recent-ish changes in head. CC'ing bdrewery@ and imp@ in hopes they have an idea of how to handle this in stable/11. The offending ln invocation would be this one: https://svnweb.freebsd.org/base/stable/11/stand/defs.mk?view=markup#l178