From owner-freebsd-arm@freebsd.org Fri Oct 20 18:46:11 2017 Return-Path: Delivered-To: freebsd-arm@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 E12AAE3D2FD for ; Fri, 20 Oct 2017 18:46:11 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from bouvier.getmail.no (bouvier.getmail.no [84.210.184.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D9712911 for ; Fri, 20 Oct 2017 18:46:11 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from localhost (localhost [127.0.0.1]) by bouvier.getmail.no (Postfix) with ESMTP id 41BAF501D7 for ; Fri, 20 Oct 2017 20:39:16 +0200 (CEST) Received: from bouvier.getmail.no ([127.0.0.1]) by localhost (bouvier.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 6qt_yN9YEr6n for ; Fri, 20 Oct 2017 20:39:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by bouvier.getmail.no (Postfix) with ESMTP id CA5B7501EA for ; Fri, 20 Oct 2017 20:39:15 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.9.2 bouvier.getmail.no CA5B7501EA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=getmail.no; s=8A9C8B4C-D727-11E2-8095-B6466E6B3FA2; t=1508524755; bh=u1eWw36jPmv29eyXxSZPIWvwYx8UJjt4M9rgHFiaKCw=; h=Date:From:To:Subject:Message-Id:Mime-Version:Content-Type: Content-Transfer-Encoding; b=aAUFjaF4WaitSzL1FeIh7R/mxdWXtjYSt2ORlafusGFi87kR9XvxAFTFUm8HKzYZ8 Dqla8TThJRtiVRNwcK9XGzBiNtgQnBTuMxp956Hwd7HB68SH0jIv9MKV1UV9JYIYsG nsYrUhW/p/qVTI3QLE5HnJLFu9aQkWIFygohbXnY= X-Virus-Scanned: amavisd-new at bouvier.get.c.bitbit.net Received: from bouvier.getmail.no ([127.0.0.1]) by localhost (bouvier.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Eay_11G8yJe1 for ; Fri, 20 Oct 2017 20:39:15 +0200 (CEST) Received: from kg-core1.kg4.no (cm-84.209.39.108.getinternet.no [84.209.39.108]) by bouvier.getmail.no (Postfix) with ESMTPSA id 9E376501D7 for ; Fri, 20 Oct 2017 20:39:15 +0200 (CEST) Date: Fri, 20 Oct 2017 20:39:15 +0200 From: Torfinn Ingolfsen To: freebsd-arm@FreeBSD.org Subject: Re: Spot of bother compiling an ARMv8 kernel... Message-Id: <20171020203915.e92a6281a64eb30eca7f5457@getmail.no> In-Reply-To: <63A81F33-4DAF-45A3-A19A-F83FE63DB331@dsl-only.net> References: <63A81F33-4DAF-45A3-A19A-F83FE63DB331@dsl-only.net> X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; amd64-portbld-freebsd10.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2017 18:46:12 -0000 On Thu, 19 Oct 2017 22:32:10 -0700 Mark Millard wrote: > > make . . . buildworld buildkernel > As a general thing; isn't buildworld before buildkernel a requirement on FreeBSD? -- Torfinn Ingolfsen