From nobody Fri Jan 24 07:04:00 2025 X-Original-To: freebsd-arm@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 4YfTLy39Syz5kwBx for ; Fri, 24 Jan 2025 07:04:10 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [IPv6:2a01:4f8:13b:240c::25]) (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-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail.bsd4all.net", Issuer "E6" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4YfTLx25bpz3VFd for ; Fri, 24 Jan 2025 07:04:09 +0000 (UTC) (envelope-from herbert@gojira.at) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gojira.at header.s=mail202005 header.b=hH4YheID; spf=pass (mx1.freebsd.org: domain of herbert@gojira.at designates 2a01:4f8:13b:240c::25 as permitted sender) smtp.mailfrom=herbert@gojira.at; dmarc=none Date: Fri, 24 Jan 2025 08:04:00 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1737702240; bh=3xhcEwkpuW9KR1Uxr+3gFJg3RSTWkI/1oyYHmnS7b6k=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=hH4YheIDzvdYGb9Wpz+HWCx/L8oRJaHiym4lYodwmZqv833MpyN18E9P3XOlZ7Cmu iCxFLCo8fYWpe4aBSyq7cUNq6mlEJHsg0QnfoVTO3aN1HgxaeE1cyrNo3gUbKwD8Ly eI4S5PKcUkvcZsSi5fyq5ZmXU0QsJe2J30BxLv8VVUxZqOJpyyhtZeP5VHMilyDk/5 5j0GIuV+T80yHq/0gb4xRtL4ZPO+xpPHRjFGNAnd+xGepkFlAcEqX8+FXNO+CQJhhi lYwj31nYCa3JUEFhT/jOwULCEcl7QiQpsTVprTxPcjTLJ4VJ4lKmXIY5cSMzl7jOCT 52bnNFW4ixV7g== From: "Herbert J. Skuhra" To: freebsd-arm@freebsd.org Subject: Re: Armv7 buildworld puzzle Message-ID: References: List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Result: default: False [-3.50 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; R_SPF_ALLOW(-0.20)[+ip6:2a01:4f8:13b:240c::25]; R_DKIM_ALLOW(-0.20)[gojira.at:s=mail202005]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE]; MISSING_XM_UA(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; DMARC_NA(0.00)[gojira.at]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; TO_DN_NONE(0.00)[]; MLMMJ_DEST(0.00)[freebsd-arm@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[gojira.at:+] X-Spamd-Bar: --- X-Rspamd-Queue-Id: 4YfTLx25bpz3VFd On Thu, Jan 23, 2025 at 05:14:25PM -0800, bob prohaska wrote: > An attempt to build world on armv7 (PI2 v1.1) keeps getting stuck with: > jaillex.c:850:1: error: declaration shadows a variable in the global scope [-Werror,-Wshadow] > > Repeat git pulls find no updates related to jailex.c and find does not discover > any file in /usr/src by that name. > > Git status reports > > On branch stable/14 > Your branch is up to date with 'freebsd/stable/14'. > > Untracked files: > (use "git add ..." to include in what will be committed) > buildscript > buildworld.log > installscript > > I'm mystified, first at the build stoppage and second by the file being > named and quoted but not find-able. > > The system isn't valuable, but if there's an easy fix or workaround > I'd like to try it. The system started life as 12.4. Sources were > replaced with stable/14, a new kernel was built and runs seemingly > ok. To have buildworld fail past the "building everything" mark with > a complaint quoting a file that's not visible is quite baffling. There are /usr/src/usr.sbin/jail/jaillex.l and /usr/obj/usr/src/arm64.aarch64/usr.sbin/jail/jaillex.c The latter is autogenerated during the build.