On Thu, 27 Jul 2017 11:57+0100, tech-lists wrote: > On 27/07/2017 10:33, Trond Endrestøl wrote: > > r321601 gives me these error messages on stable/11: > > > > /usr/src/usr.sbin/acpi/acpidump/acpi.c:1089:6: error: use of undeclared > > identifier 'ACPI_SRAT_TYPE_GIC_ITS_AFFINITY'; did you mean > > 'ACPI_SRAT_TYPE_GICC_AFFINITY'? > > [ACPI_SRAT_TYPE_GIC_ITS_AFFINITY] = "GIC ITS", > > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > ACPI_SRAT_TYPE_GICC_AFFINITY > > /usr/src/sys/contrib/dev/acpica/include/actbl1.h:1504:5: note: > > 'ACPI_SRAT_TYPE_GICC_AFFINITY' declared here > > ACPI_SRAT_TYPE_GICC_AFFINITY = 3, > > ^ > > /usr/src/usr.sbin/acpi/acpidump/acpi.c:1089:41: error: initializer > > overrides prior initialization of this subobject > > [-Werror,-Winitializer-overrides] > > [ACPI_SRAT_TYPE_GIC_ITS_AFFINITY] = "GIC ITS", > > ^~~~~~~~~ > > /usr/src/usr.sbin/acpi/acpidump/acpi.c:1088:38: note: previous > > initialization is here > > [ACPI_SRAT_TYPE_GICC_AFFINITY] = "GICC", > > ^~~~~~ > > > > Am I missing something? Am acpi.c missing something? > > > > I see this as well on r321611
r321600 builds fine. r321601 does not, and must be amended or reverted. -- Trond. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
