From nobody Fri Oct 11 01:37:56 2024 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XPq575tS5z5Z0WB for ; Fri, 11 Oct 2024 01:38:03 +0000 (UTC) (envelope-from nathan.nasby@hey.com) Received: from 01c.relay.hey.com (01c.relay.hey.com [204.62.114.226]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4XPq573s6fz47b9 for ; Fri, 11 Oct 2024 01:38:03 +0000 (UTC) (envelope-from nathan.nasby@hey.com) Authentication-Results: mx1.freebsd.org; none Received: from hey.com (bigip-vip-new.rw-ash-int.37signals.com [10.20.0.24]) by 01.relay.hey.com (Postfix) with ESMTP id CF19885103; Fri, 11 Oct 2024 01:37:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hey.com; s=heymail; t=1728610677; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=VgtKwla+AdwDfA8Xsdu8vw0gM6JEWuzKKycTfBqfo5A=; b=MLII6QAfo3a/wNc3SowbRmj/FBx1oeyOqZ8nUzngXUhVjPyt3LXITh7DtUceK0RjucQJNy bP/p5GHbEZXEuMRUqYH7y9gxgaRJeBYzQ+utgTgQ71bNNH6/O5+7GC91LZM31cg/JuLTxD 4CfBJRu9QuiAc/fcXOFEFBPpUVRJPVK1WKD8HYAzOYCr8JmGNsiI2r97TrhqGfHoSzOdTt NyvGoUSwcS1YnUFdYpIGkcH4wjiyg1ve1JcBJ2sOoeFMlbAYitQ5SQOkjIK7c35COR1lqz fWeeh86ZQAXOY6v2ksOlo6lTGepZgLuDK+svMuM2Bw/2xMYTgK6cIecq/7MnrQ== Date: Fri, 11 Oct 2024 01:37:56 +0000 From: Nathan Nasby To: Konstantin Belousov Cc: freebsd-current@freebsd.org Message-ID: <6c3c140c52ee272fd7c85c843bc50506e9c5a32a@hey.com> In-Reply-To: Subject: Re: Buildworld stops build - undeclaired identifier List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_67088174bb671_5e4c01824773"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:25657, ipnet:204.62.114.0/24, country:US] X-Rspamd-Queue-Id: 4XPq573s6fz47b9 X-Spamd-Bar: ---- ----==_mimepart_67088174bb671_5e4c01824773 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable So will doing git reset =E2=80=94hard solve it? - Nathan On October 10, 2024, Konstantin Belousov wrote: On Wed, Oct 09, 2024 at 06:13:44PM +0000, Nathan Nasby wrote: > > Hello, > >=C2=A0 > > When I try to compile world with the latest source, I get error of > > undeclared identifiers > >=C2=A0 > > /usr/src/usr.bin/procstat/procstat_vm.c:118:7: error: use of > undeclared > > identifier =E2=80=98KVME_FLAG_SYSVSHM=E2=80=99 > > =C2=A0 > > 118 |=C2=A0 KVME_FLAG_SYSVSHM ? =E2=80=9Ctrue : =E2=80=9Cfalse=E2=80=9D= ); > > /usr/src/usr.bin/procstat/procstat_vm.c:169:25: error: use of > undeclared > > identifier =E2=80=98KVME_FLAG_SYSVSHM=E2=80=99 > >=C2=A0 > > 169 | if ((kve->kve_flags & KVME_FLAG_SYSVSHM) !=3D 0) > >=C2=A0 > > /usr/src/usr.bin/procstat/procstat_vm.c:173:25: error: use of > undeclared > > identifier =E2=80=98KVME_FLAG_POSIXSHM=E2=80=99 > >=C2=A0 > > 173 | if ((kve->kve_flags & KVME_FLAG_POSIXSHM) !=3D 0) > > You have the corrupted checkout. sys/sys/user.h is out of date. ----==_mimepart_67088174bb671_5e4c01824773 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
So will doing git reset =E2=80=94hard solve it?

- Nathan
On October 10, 2024, Konstantin Belousov <kostikbel@gm= ail.com> wrote:
On Wed, Oct 09, 2024 at 06:13:44PM +0000, Na= than Nasby wrote:

> Hello,
>=C2=A0
&= gt; When I try to compile world with the latest source, I get error of> undeclared identifiers
>=C2=A0
> /usr/src/usr.bin/procs= tat/procstat_vm.c:118:7: error: use of undeclared
> identifier =E2=80= =98KVME_FLAG_SYSVSHM=E2=80=99
> =C2=A0
> 118 |=C2=A0 KVME_FLA= G_SYSVSHM ? =E2=80=9Ctrue : =E2=80=9Cfalse=E2=80=9D);
> /usr/src/us= r.bin/procstat/procstat_vm.c:169:25: error: use of undeclared
> ide= ntifier =E2=80=98KVME_FLAG_SYSVSHM=E2=80=99
>=C2=A0
> 169 | i= f ((kve->kve_flags & KVME_FLAG_SYSVSHM) !=3D 0)
>=C2=A0
&= gt; /usr/src/usr.bin/procstat/procstat_vm.c:173:25: error: use of undecla= red
> identifier =E2=80=98KVME_FLAG_POSIXSHM=E2=80=99
>=C2=A0=
> 173 | if ((kve->kve_flags & KVME_FLAG_POSIXSHM) !=3D 0)
You have the corrupted checkout. sys/sys/user.h is out of date.
----==_mimepart_67088174bb671_5e4c01824773--