From owner-freebsd-stable@FreeBSD.ORG Thu Feb 28 14:43:27 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 389C8846 for ; Thu, 28 Feb 2013 14:43:27 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-oa0-f41.google.com (mail-oa0-f41.google.com [209.85.219.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0A17D8E4 for ; Thu, 28 Feb 2013 14:43:26 +0000 (UTC) Received: by mail-oa0-f41.google.com with SMTP id i10so3759082oag.0 for ; Thu, 28 Feb 2013 06:43:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=brmNSCXSyZ+U1/ddNyzPMS1W30LHSf0TqS3ZhSvBhzs=; b=JlNfdSvfYP9ODj85vaVB7rWKXz9+F9u3i2yjJYLwit+xnxyLNa7JyS6Q1/TBN2r/Hj G4WaERaUxNjpY/la47kyshiX0zJH7WfJdZrcjdosHiTtqulvTP0fzqybHghJf3SnyB+l Y5qbWfQr4uLv04HAiRDZqF0u2aQDgGKc1DUKRwWg51C/vylW7zHGP8hY4nGW28bfy42s gq0p3kW8rH7Jwcjlr/oHwt6mwGEpGkUI7JMM3u6TYdvgJtc5KcYimR8uCswC4/UjKkGf XRdMUL/akqciC2xYgqZ7ekFzLrbHUn3swFb1tkKR+t4+5VvcwLfybPNiEi7zGVu1QHez /mCw== MIME-Version: 1.0 X-Received: by 10.182.245.109 with SMTP id xn13mr5751064obc.46.1362062606197; Thu, 28 Feb 2013 06:43:26 -0800 (PST) Received: by 10.76.109.236 with HTTP; Thu, 28 Feb 2013 06:43:25 -0800 (PST) In-Reply-To: <512EB5BD.1020803@bluerosetech.com> References: <512EB5BD.1020803@bluerosetech.com> Date: Thu, 28 Feb 2013 09:43:25 -0500 Message-ID: Subject: Re: Building RELENG_9 (or RELENG_9_*) on a small machine? From: Ryan Stone To: Darren Pilgrim Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 14:43:27 -0000 On Wed, Feb 27, 2013 at 8:41 PM, Darren Pilgrim < list_freebsd@bluerosetech.com> wrote: > 2. If I crossbuild for this machine, can I get away with doing buildworld > on a buildbox, ship the obj tree, and do installworld and mergemaster on > the VM? It's been a few enternities since I did a cross build and back > then it was crossbuilding releases. > It's possible with a caveat: in my experience both the object tree and the source tree have to have *exactly* the same path on the build host and the destination. You can't (for example) build with MAKEOBJDIRPREFIX set to something, then copy src to /usr/src and obj to /usr/obj on the destination and have installworld work.