Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2023 14:14:12 +0200
From:      Yuri <yuri@aetern.org>
To:        current@freebsd.org
Subject:   Re: github CI failures related to tzsetup
Message-ID:  <3066e5a8-f52f-ff78-7b60-1c0d916babe6@aetern.org>
In-Reply-To: <d0cbd494-5542-0ad4-8470-233605a60ffa@aetern.org>
References:  <d0cbd494-5542-0ad4-8470-233605a60ffa@aetern.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Yuri wrote:
> Looking at the CI jobs on github, all seem to fail in tzsetup while
> making kernel-toolchain target.  Obviously this build for me locally,
> FreeBSD's CI is fine with it, it's only ubuntu and macos jobs reporting
> the errors, and I don't see why; any hints?
> 
> https://github.com/freebsd/freebsd-src/actions/runs/4808074516/jobs/8557602371#step:7:878
> 
> ===> usr.sbin/tzsetup (obj,all,install)
> /home/runner/work/freebsd-src/freebsd-src/usr.sbin/tzsetup/tzsetup.c: In
> function ‘dump_zonetab’:
> /home/runner/work/freebsd-src/freebsd-src/usr.sbin/tzsetup/tzsetup.c:809:12:
> error: ‘countries’ undeclared (first use in this function); did you mean
> ‘country’?
>   809 |  for (cp = countries; cp->name != NULL; cp++) {
>       |            ^~~~~~~~~
>       |            country
> 

Got it, the definition is hidden under the ifdef BSDDIALOG, will fix.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3066e5a8-f52f-ff78-7b60-1c0d916babe6>