From owner-freebsd-current@freebsd.org Sun Aug 21 22:43:15 2016 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 D3086BC1725 for ; Sun, 21 Aug 2016 22:43:15 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-yb0-x22b.google.com (mail-yb0-x22b.google.com [IPv6:2607:f8b0:4002:c09::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 8A1A512FE for ; Sun, 21 Aug 2016 22:43:15 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-yb0-x22b.google.com with SMTP id z10so31903794ybh.2 for ; Sun, 21 Aug 2016 15:43:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=zmjzNtjjyo8HQCep0F/LMD8DTEUXg+Z5XYeTZZlj9Ks=; b=haFOsq3vLBS7B45FBzNHTogVW40kqWWeWnLMf8mUum82QkFL7Ry8SF+XDzrtlDgHtL 01gRtr8fKUCOBTGnQRczaPkmv8CneQ77JuG8i/kH+zmN7yqNKiaJW3RUEF3CGWl3hVq4 z0DhJ7Ggf0UkUo1gjZsAgk+GNJk1ttYeFuASponmx1XhAgPSY1fRmaXWog6yuP526ZKy 39cZ8kYkEyRww3Be4ntU+mG5/9HiB+hexgrY5FmdWET/+khzHau7lf4Yx9RoKVtO+xqB 7No8uaCdYs84IrwReRsFpwg+ugQFU7RZXZbUMdct0pbHXLch4f9XafWERhwSWxiOExE8 uu8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=zmjzNtjjyo8HQCep0F/LMD8DTEUXg+Z5XYeTZZlj9Ks=; b=eXO+/eYTDVfQba547ccZ3P4Zk4HRgePZTY/KWkoBMcLXtO9tn6XkUeMxeV+f6IxIEL 66jREpG4ZWOL8rq9M3qLHP683uahp6z5uOim+DqU+ePb5CcoQt3Sqwdks0neCNQLEF2W e4vmjpMn7uQOvqo7/X0p8vkL8FlpciutTx8qbmDMXdNVgOYnuYEB/3iAEVjnAaRFC2ka 2Xcyu3hBqm2uRc4LAKVptLTDzOI3A/LXyfztXITBllPOMw+tdeDXx5RXg+q5IE8itXt8 ZPOJz5UOgYB75WY/su3DLxe9/rAQmWfdLvIK2JWnjI/2TjyHpPhzytaCAY8nGfWSrj9t I/Gg== X-Gm-Message-State: AEkoouvY1VZMKjSI1TE6x6zHdfmp+qrz2g1TEWx4tU8CREhBGv5rx85Qe8AaCgiNoGTRa0Z2sT9eIu752eeg0A== X-Received: by 10.37.43.129 with SMTP id r123mr13868360ybr.51.1471819394545; Sun, 21 Aug 2016 15:43:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.199.16 with HTTP; Sun, 21 Aug 2016 15:43:13 -0700 (PDT) In-Reply-To: <4ee8647d-9c34-091a-60ed-f8d41993af67@digiware.nl> References: <20160816203324.GJ65184@server.rulingia.com> <20160817193950.GB22564@server.rulingia.com> <0a2a88a5-2064-135f-a4fa-3b4162f9698d@digiware.nl> <090825B1-6195-4DEE-BEDD-D8DE595C5B85@dons.net.au> <4ee8647d-9c34-091a-60ed-f8d41993af67@digiware.nl> From: Ben Woods Date: Mon, 22 Aug 2016 06:43:13 +0800 Message-ID: Subject: Re: Somethign missing in my environment? To: Willem Jan Withagen Cc: "O'Connor, Daniel" , Peter Jeremy , freebsd current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Sun, 21 Aug 2016 22:43:15 -0000 On Monday, 22 August 2016, Willem Jan Withagen wrote: > > Tried an old trick: > Build on another system (10.3) and then mount > /usr/src > /usr/obj > on the system to install on. > But that generates things like: > ERROR-tried-to-rebuild-during-make-install > So I guess that doesn't work any longer. > > --WjW > That trick still works for me, but you have to make sure the build environment and the install environment are the same. Namely that /etc/make.conf and /etc/src.conf are the same on both machines, and that they have the same architecture... Otherwise it will try and rebuild the differences during the install process. Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com