r321601 causes make buildworld to fail on stable/11

Trond Endrestøl Trond.Endrestol at fagskolen.gjovik.no
Thu Jul 27 09:33:29 UTC 2017


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?

-- 
+-------------------------------+------------------------------------+
| Vennlig hilsen,               | Best regards,                      |
| Trond Endrestøl,              | Trond Endrestøl,                   |
| IT-ansvarlig,                 | System administrator,              |
| Fagskolen Innlandet,          | Gjøvik Technical College, Norway,  |
| tlf. mob.   952 62 567,       | Cellular...: +47 952 62 567,       |
| sentralbord 61 14 54 00.      | Switchboard: +47 61 14 54 00.      |
+-------------------------------+------------------------------------+


More information about the freebsd-stable mailing list