From owner-freebsd-current@freebsd.org Mon Apr 9 15:08:20 2018 Return-Path: Delivered-To: freebsd-current@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 724BDF87583 for ; Mon, 9 Apr 2018 15:08:20 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DB6C572F20 for ; Mon, 9 Apr 2018 15:08:19 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id w39F8OhB097079 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 9 Apr 2018 08:08:25 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id w39F8OcM097078; Mon, 9 Apr 2018 08:08:24 -0700 (PDT) (envelope-from fbsd) Date: Mon, 9 Apr 2018 08:08:24 -0700 From: bob prohaska To: Mark Millard Cc: FreeBSD Current Subject: Re: Module compiles looking in /usr/src when alternate src tree is in use [actually the arm_neon.h and stdint.h issue] Message-ID: <20180409150824.GA94953@www.zefox.net> References: <0A2A8AD5-7B99-4E4C-B856-03FB8C61B567@yahoo.com> <20180409050851.GB94776@www.zefox.net> <8C550781-A8EA-4DC7-B719-E62EE71EC0E7@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8C550781-A8EA-4DC7-B719-E62EE71EC0E7@yahoo.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 09 Apr 2018 15:08:20 -0000 On Mon, Apr 09, 2018 at 06:04:24AM -0700, Mark Millard wrote: > On 2018-Apr-8, at 10:08 PM, bob prohaska wrote: > >> . . . > > On my RPi3 > > root@www:/usr/src # ls -l /usr/lib/clang/6.0.0/include/stdint.h > > -rw-r--r-- 1 root wheel 23387 Feb 16 07:37 /usr/lib/clang/6.0.0/include/stdint.h > > > > Every other file in that directory is dated January 22nd. > > > > > >> . . . > > > > Looks like it's close enough 8-) > > Removing /usr/lib/clang/6.0.0/include/stdint.h has allowed make kernel > > to proceed past its former point of failure. > > > > Looks like you copied the file there. Its presence is not a > build problem. See below. > > >From Feb 16 Email from you: > > From: bob prohaska > Subject: Re: RPI3 can't build kernel-toolchain > Date: February 16, 2018 at 9:09:27 AM PST > To: Mark Millard > Cc: freebsd-arm at freebsd.org, bob prohaska > . . . > Running > cp ./contrib/llvm/tools/clang/lib/Headers/stdint.h /usr/lib/clang/6.0.0/include > didn't solve the problem. > I remembered the experiment that worked, and forgot the one that didn't. Thank you! bob prohaska