From nobody Thu Oct 10 10:44:02 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 4XPRG51wJ9z5YqBB for ; Thu, 10 Oct 2024 10:44:29 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (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 4XPRG45gjDz40R8 for ; Thu, 10 Oct 2024 10:44:28 +0000 (UTC) (envelope-from kostikbel@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: from tom.home (kib@localhost [127.0.0.1] (may be forged)) by kib.kiev.ua (8.18.1/8.18.1) with ESMTP id 49AAi3qm044851; Thu, 10 Oct 2024 13:44:06 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua 49AAi3qm044851 Received: (from kostik@localhost) by tom.home (8.18.1/8.18.1/Submit) id 49AAi3nq044850; Thu, 10 Oct 2024 13:44:03 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 10 Oct 2024 13:44:02 +0300 From: Konstantin Belousov To: Nathan Nasby Cc: freebsd-current@freebsd.org Subject: Re: Buildworld stops build - undeclaired identifier Message-ID: References: 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: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=4.0.1 X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on tom.home 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:6939, ipnet:2001:470::/32, country:US] X-Rspamd-Queue-Id: 4XPRG45gjDz40R8 X-Spamd-Bar: ---- On Wed, Oct 09, 2024 at 06:13:44PM +0000, 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_FLAG_SYSVSHM ? “true : “false”); > /usr/src/usr.bin/procstat/procstat_vm.c:169:25: error: use of undeclared > identifier ‘KVME_FLAG_SYSVSHM’ > > 169 | if ((kve->kve_flags & KVME_FLAG_SYSVSHM) != 0) > > /usr/src/usr.bin/procstat/procstat_vm.c:173:25: error: use of undeclared > identifier ‘KVME_FLAG_POSIXSHM’ > > 173 | if ((kve->kve_flags & KVME_FLAG_POSIXSHM) != 0) You have the corrupted checkout. sys/sys/user.h is out of date.