Re: Module compiles looking in /usr/src when alternate src tree is in use

2018-04-16 Thread Julian Elischer
On 11/4/18 8:29 am, Rodney W. Grimes wrote: Rodney W. Grimes wrote: I am having a compile time issue for a patched that compiled fine on my r329294 system, but now failes to compile with what looks like a wrong header being included. You may find it helpful to do something like: make -dv -C

Re: Module compiles looking in /usr/src when alternate src tree is in use

2018-04-12 Thread Bryan Drewery
On 4/12/2018 1:20 PM, Bryan Drewery wrote: > On 4/12/2018 1:11 PM, Bryan Drewery wrote: >> On 4/10/2018 5:29 PM, Rodney W. Grimes wrote: Rodney W. Grimes wrote: > I am having a compile time issue for a patched that compiled fine on my > r329294 system, but now failes to compile w

Re: Module compiles looking in /usr/src when alternate src tree is in use

2018-04-12 Thread Bryan Drewery
On 4/12/2018 1:11 PM, Bryan Drewery wrote: > On 4/10/2018 5:29 PM, Rodney W. Grimes wrote: >>> Rodney W. Grimes wrote: >>> I am having a compile time issue for a patched that compiled fine on my r329294 system, but now failes to compile with what looks like a wrong header being incl

Re: Module compiles looking in /usr/src when alternate src tree is in use

2018-04-12 Thread Bryan Drewery
On 4/10/2018 5:29 PM, Rodney W. Grimes wrote: >> Rodney W. Grimes wrote: >> >>> I am having a compile time issue for a patched that compiled fine on my >>> r329294 system, but now failes to compile with what looks like a wrong >>> header being included. >> >> You may find it helpful to do somethin

Re: Module compiles looking in /usr/src when alternate src tree is in use

2018-04-10 Thread Simon J. Gerraty
Rodney W. Grimes wrote: > Thank you, that does help narrow it down: (I backed up a vew lines > from the first place I saw src/.) > > ... > Global:.PARSEFILE = bsd.kmod.mk > Global:.PARSEDIR = /usr/src-topo/share/mk > Global:.PARSEFILE = bsd.kmod.mk > Result[] of :U is "/usr/src/sys" > Result[] o

Re: Module compiles looking in /usr/src when alternate src tree is in use

2018-04-10 Thread Rodney W. Grimes
> Rodney W. Grimes wrote: > > > I am having a compile time issue for a patched that compiled fine on my > > r329294 system, but now failes to compile with what looks like a wrong > > header being included. > > You may find it helpful to do something like: > > make -dv -C sys/modules/vmm -V CFLA

Re: Module compiles looking in /usr/src when alternate src tree is in use

2018-04-10 Thread Simon J. Gerraty
Rodney W. Grimes wrote: > I am having a compile time issue for a patched that compiled fine on my > r329294 system, but now failes to compile with what looks like a wrong > header being included. You may find it helpful to do something like: make -dv -C sys/modules/vmm -V CFLAGS > /tmp/dvo 2>&1

Re: Module compiles looking in /usr/src when alternate src tree is in use [actually the arm_neon.h and stdint.h issue]

2018-04-09 Thread bob prohaska
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.

Re: Module compiles looking in /usr/src when alternate src tree is in use [actually the arm_neon.h and stdint.h issue]

2018-04-09 Thread Mark Millard
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. > > >>

Re: Module compiles looking in /usr/src when alternate src tree is in use [actually the arm_neon.h and stdint.h issue]

2018-04-08 Thread Mark Millard
Rodney W. Grimes freebsd-rwg at pdx.rh.CN85.dnsmgr.net wrote on Mon Apr 9 03:54:50 UTC 2018 : > Something for some reason included arm_neon.h? # grep -r arm_neon.h /usr/src/sys/ | more /usr/src/sys/crypto/armv8/armv8_crypto_wrap.c:#include arm_neon.h is something that the kernel source itself

Re: Module compiles looking in /usr/src when alternate src tree is in use [actually the arm_neon.h and stdint.h issue]

2018-04-08 Thread bob prohaska
On Sun, Apr 08, 2018 at 09:51:19PM -0700, Mark Millard wrote: > Rodney W. Grimes freebsd-rwg at pdx.rh.CN85.dnsmgr.net wrote on > Mon Apr 9 03:54:50 UTC 2018 : > > > Something for some reason included arm_neon.h? > > > # grep -r arm_neon.h /usr/src/sys/ | more > /usr/src/sys/crypto/armv8/armv8_c

Re: Module compiles looking in /usr/src when alternate src tree is in use

2018-04-08 Thread Rodney W. Grimes
> On Sun, Apr 08, 2018 at 05:40:55PM -0700, Rodney W. Grimes wrote: > > > On Sun, Apr 08, 2018 at 12:00:52PM -0700, Rodney W. Grimes wrote: > > > > I am having a compile time issue for a patched that compiled fine on my > > > > r329294 system, but now failes to compile with what looks like a wrong

Re: Module compiles looking in /usr/src when alternate src tree is in use

2018-04-08 Thread bob prohaska
On Sun, Apr 08, 2018 at 05:40:55PM -0700, Rodney W. Grimes wrote: > > On Sun, Apr 08, 2018 at 12:00:52PM -0700, Rodney W. Grimes wrote: > > > I am having a compile time issue for a patched that compiled fine on my > > > r329294 system, but now failes to compile with what looks like a wrong > > > he

Re: Module compiles looking in /usr/src when alternate src tree is in use

2018-04-08 Thread Rodney W. Grimes
> On Sun, Apr 08, 2018 at 12:00:52PM -0700, Rodney W. Grimes wrote: > > I am having a compile time issue for a patched that compiled fine on my > > r329294 system, but now failes to compile with what looks like a wrong > > header being included. > > > Might this be a cousin to the problem reported

Re: Module compiles looking in /usr/src when alternate src tree is in use

2018-04-08 Thread bob prohaska
On Sun, Apr 08, 2018 at 12:00:52PM -0700, Rodney W. Grimes wrote: > I am having a compile time issue for a patched that compiled fine on my > r329294 system, but now failes to compile with what looks like a wrong > header being included. > Might this be a cousin to the problem reported at https://

Module compiles looking in /usr/src when alternate src tree is in use

2018-04-08 Thread Rodney W. Grimes
I am having a compile time issue for a patched that compiled fine on my r329294 system, but now failes to compile with what looks like a wrong header being included. I have wrapped the long line so I can point to a difference between r329294 and r332262 make log of this file. r329294 make output