Re: Buildworld stops build - undeclaired identifier

2024-10-11 Thread Nathan Nasby
Ok I re-cloned the repository and then made sure every single file is up to date. Now I'm getting this. Why is everything getting corrupted after multiple times of pulling and confirming that the repo is up to date? ===> lib/libpfctl (all) --- libpfctl.o --- cc  -O2 -pipe -fno-common -fpic   -g -

Re: Buildworld stops build - undeclaired identifier

2024-10-10 Thread Nathan Nasby
So will doing git reset —hard solve it? - Nathan On October 10, 2024, Konstantin Belousov wrote: On Wed, Oct 09, 2024 at 06:13:44PM +, Nathan Nasby wrote: > > Hello, > >  > > When I try to compile world with the latest source, I get error of > > undeclared identifiers > >  > > /usr/src/usr.

Re: Buildworld stops build - undeclaired identifier

2024-10-10 Thread Konstantin Belousov
On Wed, Oct 09, 2024 at 06:13:44PM +, Nathan Nasby wrote: > Hello, > > When I try to compile world with the latest source, I get error of > undeclared identifiers > > /usr/src/usr.bin/procstat/procstat_vm.c:118:7: error: use of undeclared > identifier ‘KVME_FLAG_SYSVSHM’ >   > 118 |  KVME_FLA