Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2022 20:58:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 264051] Kernel compile fails with options ACPI_DEBUG without options ddb
Message-ID:  <bug-264051-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264051

            Bug ID: 264051
           Summary: Kernel compile fails with options ACPI_DEBUG without
                    options ddb
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: emaste@freebsd.org

Attempting a custom kernel based on MINIMAL and adding:

+options                ACPI_DEBUG
+options                BUS_DEBUG

(Note MINIMAL does not include options DDB)

Build fails with

/usr/home/emaste/src/freebsd-git/main/sys/contrib/dev/acpica/components/deb=
ugger/dbcmds.c:749:28:
error: use of undeclared identifier 'AcpiGbl_DbBuffer'
    ReturnBuffer.Pointer =3D AcpiGbl_DbBuffer;
                           ^
and other undeclared identifiers

I suspect MINIMAL excluding "options DDB" is itself a bug but acpica should
either build or explicitly #error in this case, I think.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264051-227>