Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2023 14:03:19 +0200
From:      Yuri <yuri@aetern.org>
To:        current@freebsd.org
Subject:   github CI failures related to tzsetup
Message-ID:  <d0cbd494-5542-0ad4-8470-233605a60ffa@aetern.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d0cbd494-5542-0ad4-8470-233605a60ffa>