Re: i386 config w/tpm* at acpi? build fails.

2018-02-21 Thread Christos Zoulas
In article , Paul Goyette wrote: >Probably the same issue as what I ran into with dbcool(4) last week. > >Look in files.acpi for a line that looks like > > define acpi {} > >and remove it (or comment it out). Nope.

Re: i386 config w/tpm* at acpi? build fails.

2018-02-21 Thread Paul Goyette
Hmmm, that's not going to work! First, the suggestion should have been to look for define tpm {} but I looked, and it's not there! Instead, this looks more like an issue that mrg@ fixed with pmax's tc driver yesterday. It has to do with the line that reads attach tpm at

Re: i386 config w/tpm* at acpi? build fails.

2018-02-21 Thread Paul Goyette
Probably the same issue as what I ran into with dbcool(4) last week. Look in files.acpi for a line that looks like define acpi {} and remove it (or comment it out). On Wed, 21 Feb 2018, John D. Baker wrote: Shortly after i386-current switched to GCC-6, my first (non-update) build

i386 config w/tpm* at acpi? build fails.

2018-02-21 Thread John D. Baker
Shortly after i386-current switched to GCC-6, my first (non-update) build went fine. Since then, something changed and now configs which include: tpm* at acpi? fail with: [...] --- tpm_acpi.o --- /x/current/src/sys/dev/acpi/tpm_acpi.c:88:27: error: 'tpm_acpi_ids' defined but not used