Re: GCC + FreeBSD 11.0 Stable - stat.h does not have vm_ooffset_t definition

2017-05-01 Thread Mark Millard
Gerald Pfeifer gerald at pfeifer.com wrote on Sun Apr 30 15:20:35 UTC 2017 : > That, or run the fixinc.sh script in > ./libexec/gcc/$TARGETTRIPLET/$VERSION/install-tools/fixinc.sh. fixinc.sh is designed to be run by (for the */* involved): bootstrap/libexec/gcc/*/*/install-tools/mkheaders and

Re: GCC + FreeBSD 11.0 Stable - stat.h does not have vm_ooffset_t definition

2017-05-01 Thread Gerald Pfeifer
On Mon, 1 May 2017, Mark Millard wrote: > and that mkheaders does more than just fixinc.sh > as far as changing headers goes, such as limits.h > and gsyslmits.h and syslimits.h . That's a good point, and I guess the *limits.h files do make sense to come from the compiler itself? > The fixincludes

Re: GCC + FreeBSD 11.0 Stable - stat.h does not have vm_ooffset_t definition

2017-05-01 Thread Julian Elischer
On 1/5/17 5:53 pm, Gerald Pfeifer wrote: On Mon, 1 May 2017, Mark Millard wrote: and that mkheaders does more than just fixinc.sh as far as changing headers goes, such as limits.h and gsyslmits.h and syslimits.h . That's a good point, and I guess the *limits.h files do make sense to come from t

Re: GCC + FreeBSD 11.0 Stable - stat.h does not have vm_ooffset_t definition

2017-05-01 Thread Jung-uk Kim
On 04/30/2017 08:06, Konstantin Belousov wrote: > On Sat, Apr 29, 2017 at 07:55:24PM +0200, Dimitry Andric wrote: >> On 29 Apr 2017, at 19:00, Gerald Pfeifer wrote: >>> >>> On Thu, 27 Apr 2017, Jung-uk Kim wrote: > I found the problem, but I do not know how to resolve this. When you

STABLE-11 make buildworld as non-root

2017-05-01 Thread Jonathan Chen
Hi, I recently updated to STABLE-11/amd64, r317665, and decided to see if I could do a buildworld as a normal user (with a public /usr/obj). Unfortunately, the "make buildworld" stopped with ... ===> lib/libedit (cleandir) rm -f common.h editline.c emacs.h fcns.c fcns.h help.c help.h vi.h tokeniz