From nobody Wed Oct 9 18:13:44 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 4XP1H53HFDz5YqFs for ; Wed, 09 Oct 2024 18:13:53 +0000 (UTC) (envelope-from nathan.nasby@hey.com) Received: from 01d.relay.hey.com (01d.relay.hey.com [204.62.114.227]) (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 4XP1H458Mlz4D7D for ; Wed, 9 Oct 2024 18:13:52 +0000 (UTC) (envelope-from nathan.nasby@hey.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=hey.com header.s=heymail header.b=bZlkJGaK; spf=pass (mx1.freebsd.org: domain of nathan.nasby@hey.com designates 204.62.114.227 as permitted sender) smtp.mailfrom=nathan.nasby@hey.com; dmarc=pass (policy=quarantine) header.from=hey.com Received: from hey.com (bigip-vip.rw-ash-int.37signals.com [10.20.0.24]) by 01.relay.hey.com (Postfix) with ESMTP id 092D1850E5 for ; Wed, 9 Oct 2024 18:13:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hey.com; s=heymail; t=1728497626; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=361Ocp/WZWsc93Mfzr/5EPKN/OdjC7oJ2rlttGJ6hHQ=; b=bZlkJGaKL5EBuJdwUvDUegukWJI+7quIaBmnSQ26kZ37nOKOQcvvMz1+0BWsQjgyyWphpD nVk1p0bX5rzmqPEZoviK7jigNZzZZff7mwtaCpGMRl09X3o3Z9xsoUMoGX/LoBSADHu2FU INLGW2iz6ajHrHni8EtGIa/mZNLfNXNcXmR/3zTAoGo8aBYsTd9Y+QJHlehEV37IJ/o7bD iLnseiVNBJyzaHHCN3SjAO++KB0bEXEZNMn3Ftdx4eujVwzl6TA4R9MtgfsvmSvHBVxphB e54Qoj+Yi7GGZKW/ITdhCRwQeNNbdNEoW/OMSlsz8ZLrFrj0ifazQT0oAjuu6w== Date: Wed, 09 Oct 2024 18:13:44 +0000 From: Nathan Nasby To: freebsd-current@freebsd.org Message-ID: Subject: 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_6706c7d940f5c_554c0182647"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-5.35 / 15.00]; DWL_DNSWL_MED(-2.00)[hey.com:dkim]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-0.99)[-0.991]; NEURAL_HAM_SHORT(-0.96)[-0.958]; MV_CASE(0.50)[]; DMARC_POLICY_ALLOW(-0.50)[hey.com,quarantine]; R_SPF_ALLOW(-0.20)[+ip4:204.62.114.0/23]; R_DKIM_ALLOW(-0.20)[hey.com:s=heymail]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; ONCE_RECEIVED(0.10)[]; ASN(0.00)[asn:25657, ipnet:204.62.114.0/24, country:US]; MISSING_XM_UA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_COUNT_ONE(0.00)[1]; RCPT_COUNT_ONE(0.00)[1]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[]; DKIM_TRACE(0.00)[hey.com:+] X-Rspamd-Queue-Id: 4XP1H458Mlz4D7D X-Spamd-Bar: ----- ----==_mimepart_6706c7d940f5c_554c0182647 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 =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 169 | if ((kve->kve_flags & KVME_FLAG_SYSVSHM) !=3D 0) /usr/src/usr.bin/procstat/procstat_vm.c:173:25: error: use of undeclared identifier =E2=80=98KVME_FLAG_POSIXSHM=E2=80=99 173 | if ((kve->kve_flags & KVME_FLAG_POSIXSHM) !=3D 0) ----==_mimepart_6706c7d940f5c_554c0182647 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
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 =E2=80=98= KVME_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/pro= cstat/procstat_vm.c:169:25: error: use of undeclared identifier =E2=80=98= KVME_FLAG_SYSVSHM=E2=80=99

169 | if ((kve->kve_flags & KVME= _FLAG_SYSVSHM) !=3D 0)

/usr/src/usr.bin/procstat/procstat_vm.c:173= :25: error: use of undeclared identifier =E2=80=98KVME_FLAG_POSIXSHM=E2=80= =99

173 | if ((kve->kve_flags & KVME_FLAG_POSIXSHM) !=3D 0)=



----==_mimepart_6706c7d940f5c_554c0182647--