Re: error: 'stddef.h' file not found on 12

2017-11-18 Thread Dimitry Andric
On 17 Nov 2017, at 06:11, Yuri wrote: > > I am getting net-im/ricochet failures on 12: > > /usr/include/c++/v1/cstddef:44:15: fatal error: 'stddef.h' file not found > #include_next > ^~ > > cstddef is including stddef.h that has to be present. > > 11 has both of them: >

Re: error: 'stddef.h' file not found on 12

2017-11-17 Thread Mark Millard
On 2017-Nov-17, at 10:37 PM, Yuri wrote: > On 11/16/17 22:29, Mark Millard wrote: >> My guess is something is odd with your environment. > > > It's not my environment, I keep getting these failure notifications from the > central build. -) > > > Ident: $FreeBSD: head/net-im/ricoche

Re: error: 'stddef.h' file not found on 12

2017-11-17 Thread Yuri
On 11/16/17 22:29, Mark Millard wrote: My guess is something is odd with your environment. It's not my environment, I keep getting these failure notifications from the central build. -) Ident: $FreeBSD: head/net-im/ricochet/Makefile 454075 2017-11-12 19:19:37Z yuri $ Log URL:htt

Re: error: 'stddef.h' file not found on 12

2017-11-16 Thread Mark Millard
Yuri yuri at freebsd.org wrote on Fri Nov 17 05:11:44 UTC 2017 : > I am getting net-im/ricochet failures on 12: > > /usr/include/c++/v1/cstddef:44:15: fatal error: 'stddef.h' file not found > #include_next >^~ > > cstddef is including stddef.h that has to be present. >

error: 'stddef.h' file not found on 12

2017-11-16 Thread Yuri
I am getting net-im/ricochet failures on 12: /usr/include/c++/v1/cstddef:44:15: fatal error: 'stddef.h' file not found #include_next ^~ cstddef is including stddef.h that has to be present. 11 has both of them: # ls /usr/include/c++/v1/*stddef* /usr/include/c++/v1/cstdde