From owner-freebsd-stable@FreeBSD.ORG Wed Sep 10 23:30:17 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7828E0D; Wed, 10 Sep 2014 23:30:17 +0000 (UTC) Received: from mail.ambrisko.com (mail.ambrisko.com [70.91.206.90]) by mx1.freebsd.org (Postfix) with ESMTP id A4B9EBC3; Wed, 10 Sep 2014 23:30:17 +0000 (UTC) X-Ambrisko-Me: Yes Received: from server2.ambrisko.com (HELO internal.ambrisko.com) ([192.168.1.2]) by ironport.ambrisko.com with ESMTP; 10 Sep 2014 16:34:13 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by internal.ambrisko.com (8.14.4/8.14.4) with ESMTP id s8ANU96g059476; Wed, 10 Sep 2014 16:30:09 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.14.4/8.14.4/Submit) id s8ANU9a6059475; Wed, 10 Sep 2014 16:30:09 -0700 (PDT) (envelope-from ambrisko) Date: Wed, 10 Sep 2014 16:30:09 -0700 From: Doug Ambrisko To: John Baldwin Subject: Re: cross build for RELENG8 on RELENG10 now fails Message-ID: <20140910233009.GA56050@ambrisko.com> References: <54107156.4080605@sentex.net> <5978109.GnR6la40iO@ralph.baldwin.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5978109.GnR6la40iO@ralph.baldwin.cx> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 23:30:17 -0000 On Wed, Sep 10, 2014 at 11:52:09AM -0400, John Baldwin wrote: | On Wednesday, September 10, 2014 11:42:14 AM Mike Tancsa wrote: | > When I upgraded our cross build server to RELENG10 from 9, I lost the | > ability to build RELENG_8 images. Is there some magic that needs to be | > done in order to make this work on RELENG_10 ? | | I punted on building 8 on 10 when I ran into this (I know use bhyve vms | running 8 to test MFCs to 8 since I can boot-test them as well as build-test | them). I don't think there are any known workarounds. We've been building older releases via chroot and setting environment variables. I have some local hacks to set the uname etc info. in a jail via sysctl in the jail. Doug A.