Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-7029

Compilation failure due to a undefined reference to `AcpiEvInitGlobalLockHandler'

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.3.17
    • Drivers: Other
    • None
    • Compiling in RosBE-Unix-2.1 , with truck revision 58612. Host machine is a ubuntu 12.10 box.

    Description

      After update to revision 58612, I do a new compilation with "make livecd"
      It choked on 77% of the process, with these error output:

      [ 77%] Building C object drivers/bus/acpi/CMakeFiles/acpi.dir/main.c.obj
      Linking C shared library acpi.sys
      libacpica.a(evevent.c.obj): In function `AcpiEvInstallXruptHandlers':
      ReactOS/output-MinGW-i386/reactos/drivers/bus/acpi/ReactOS/drivers/bus/acpi/acpica/events/evevent.c:215: undefined reference to `AcpiEvInitGlobalLockHandler'
      libacpica.a(evmisc.c.obj): In function `AcpiEvTerminate':
      ReactOS/output-MinGW-i386/reactos/drivers/bus/acpi/ReactOS/drivers/bus/acpi/acpica/events/evmisc.c:421: undefined reference to `AcpiEvRemoveGlobalLockHandler'
      libacpica.a(exmutex.c.obj): In function `AcpiExAcquireMutexObject':
      ReactOS/output-MinGW-i386/reactos/drivers/bus/acpi/ReactOS/drivers/bus/acpi/acpica/executer/exmutex.c:283: undefined reference to `AcpiEvAcquireGlobalLock'
      libacpica.a(exmutex.c.obj): In function `AcpiExReleaseMutexObject':
      ReactOS/output-MinGW-i386/reactos/drivers/bus/acpi/ReactOS/drivers/bus/acpi/acpica/executer/exmutex.c:441: undefined reference to `AcpiEvReleaseGlobalLock'
      libacpica.a(exmutex.c.obj): In function `AcpiExReleaseAllMutexes':
      ReactOS/output-MinGW-i386/reactos/drivers/bus/acpi/ReactOS/drivers/bus/acpi/acpica/executer/exmutex.c:610: undefined reference to `AcpiEvReleaseGlobalLock'
      collect2: error: ld returned 1 exit status
      make[3]: *** [drivers/bus/acpi/acpi.sys] Error 1
      make[2]: *** [drivers/bus/acpi/CMakeFiles/acpi.dir/all] Error 2
      make[1]: *** [boot/CMakeFiles/livecd.dir/rule] Error 2
      make: *** [livecd] Error 2

      Attachments

        Activity

          People

            bug zilla Bug Zilla
            larmbr larmbr
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: