From owner-freebsd-current@freebsd.org Mon Apr 9 13:04:29 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 310CAFA2C4E for ; Mon, 9 Apr 2018 13:04:29 +0000 (UTC) (envelope-from marklmi26-fbsd@yahoo.com) Received: from sonic317-27.consmr.mail.bf2.yahoo.com (sonic317-27.consmr.mail.bf2.yahoo.com [74.6.129.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C99A86D37F for ; Mon, 9 Apr 2018 13:04:28 +0000 (UTC) (envelope-from marklmi26-fbsd@yahoo.com) X-YMail-OSG: ZMvUUAsVM1nWJcAwtfl5D2OP24HOLyHzuzHtOKI5AOxt9CshaOwY.uzb_.rFzAV XHD23zd_zncn.Cd3dukePpxshjNxGbqjj4opHP36A2haAqRJkaMHVSmazNr5pTFuyJFy9Jil0JyH 1Lgl8iAnGHHIAxxQ18EB_x_1uhazNC74Hh8wMBMBVopmgUXzzbFJAOxZndGe_Y9vxDpZkttgz4NK K_QVCU3lrTzbIaV6ouPMC8vWN.tOBXlCNQYQUa2H1E5IvoZmVQZmujfvkncnvuuQ8ELldC2wOyZp eqSDwhHN7y5cUxmBNEEHynlbziFbNJqm2h48ldxPt0Z5t_xFH8OEilIksr19biZumXpXcer8NhP2 h8_lG3MrL_Ax2xTLgQJ3btjj3fY8_pZ8_5aSY2fhkUN.dVM6B7BOozSS2hYIhNdIrMN2sDWufTMg 70Iku78zY3arqqftLFoKfWaXSpDgxy2mDRO389SCpcvUCwKFu49iSvDAD37LcqApwmFxP2ijQ4u2 6_.OCZZrRANMScvD88FdihEostYTFOJk7fitG Received: from sonic.gate.mail.ne1.yahoo.com by sonic317.consmr.mail.bf2.yahoo.com with HTTP; Mon, 9 Apr 2018 13:04:27 +0000 Received: from c-76-115-7-162.hsd1.or.comcast.net (EHLO [192.168.1.25]) ([76.115.7.162]) by smtp423.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID d2c3081c582950bb21563c6e3688df75; Mon, 09 Apr 2018 13:04:26 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: Re: Module compiles looking in /usr/src when alternate src tree is in use [actually the arm_neon.h and stdint.h issue] From: Mark Millard In-Reply-To: <20180409050851.GB94776@www.zefox.net> Date: Mon, 9 Apr 2018 06:04:24 -0700 Cc: FreeBSD Current Content-Transfer-Encoding: quoted-printable Message-Id: <8C550781-A8EA-4DC7-B719-E62EE71EC0E7@yahoo.com> References: <0A2A8AD5-7B99-4E4C-B856-03FB8C61B567@yahoo.com> <20180409050851.GB94776@www.zefox.net> To: bob prohaska X-Mailer: Apple Mail (2.3445.6.18) 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 13:04:29 -0000 On 2018-Apr-8, at 10:08 PM, bob prohaska wrote: >> . . . > On my RPi3=20 > 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 >=20 > Every other file in that directory is dated January 22nd. >=20 >=20 >> . . . >=20 > 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.=20 >=20 Looks like you copied the file there. Its presence is not a build problem. See below. =46rom 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.=20 Using cp /usr/lib/include/stdint.h = /usr/obj/usr/src/arm64.aarch64/tmp/usr/include/ does seem to be working. Since this is a self-hosted compile there's = hope the resulting kernel will be more stable than r328935. . . . =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar)