after updating via cvsup 2 nights ago, I ran into an issue during make installworld. I get the following error: ===> usr.sbin/acpi (install) ===> usr.sbin/acpi/acpiconf (install) install -s -o root -g wheel -m 555 acpiconf /usr/sbin install -o root -g wheel -m 444 acpiconf.8.gz /usr/share/man/man8 ===> usr.sbin/acpi/acpidb (install) install -o root -g wheel -m 444 acpidb.8.gz /usr/share/man/man8 install -s -o root -g wheel -m 555 acpidb /usr/sbin install: acpidb: No such file or directory *** Error code 71 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error also attempting to make acpi individually results in the following: resrc.o utstate.o uttrack.o utxface.o -lpthread hwxface.o(.text+0x0): In function `AcpiGetSleepTypeData': : multiple definition of `AcpiGetSleepTypeData' hwregs.o(.text+0xb7a): first defined here /usr/bin/ld: Warning: size of symbol `AcpiGetSleepTypeData' changed from 730 in hwregs.o to 756 in hwxface.o hwvalid.o(.text+0x94): In function `AcpiHwValidateIoRequest': : undefined reference to `AcpiDebugPrint' hwvalid.o(.text+0xc0): In function `AcpiHwValidateIoRequest': : undefined reference to `AcpiError' hwvalid.o(.text+0x10b): In function `AcpiHwValidateIoRequest': : undefined reference to `AcpiGbl_OsiData' hwvalid.o(.text+0x1ef): In function `AcpiHwValidateIoRequest': : undefined reference to `AcpiDebugPrint' hwxface.o(.text+0x126): In function `AcpiGetSleepTypeData': : undefined reference to `AcpiError' hwxface.o(.text+0x168): In function `AcpiGetSleepTypeData': : undefined reference to `AcpiException' hwxface.o(.text+0x21c): In function `AcpiGetSleepTypeData': : undefined reference to `AcpiError' hwxface.o(.text+0x26d): In function `AcpiGetSleepTypeData': : undefined reference to `AcpiDebugPrint' hwxface.o(.text+0x2c0): In function `AcpiGetSleepTypeData': : undefined reference to `AcpiError' hwxface.o(.text+0x2e6): In function `AcpiGetSleepTypeData': : undefined reference to `AcpiError' hwxface.o(.text+0x405): In function `AcpiReadBitRegister': : undefined reference to `AcpiDebugPrint' hwxface.o(.text+0x59b): In function `AcpiWriteBitRegister': : undefined reference to `AcpiDebugPrint' hwxface.o(.text+0x6b8): In function `AcpiWrite': : undefined reference to `AcpiDebugPrint' hwxface.o(.text+0x6fc): In function `AcpiWrite': : undefined reference to `AcpiError' hwxface.o(.text+0x8ca): In function `AcpiRead': : undefined reference to `AcpiDebugPrint' hwxface.o(.text+0x90e): In function `AcpiRead': : undefined reference to `AcpiError' dsopcode.o(.text+0x11c4): In function `AcpiDsGetRegionArguments': : undefined reference to `AcpiOsValidateAddress' nspredef.o(.text+0xaf): In function `AcpiNsCheckParameterCount': : undefined reference to `AcpiWarning' nspredef.o(.text+0xe9): In function `AcpiNsCheckParameterCount': : undefined reference to `AcpiWarning' nspredef.o(.text+0x130): In function `AcpiNsCheckParameterCount': : undefined reference to `AcpiWarning' nspredef.o(.text+0x15d): In function `AcpiNsCheckParameterCount': : undefined reference to `AcpiWarning' nspredef.o(.text+0x1c4): In function `AcpiNsCheckObjectType': : undefined reference to `AcpiWarning' nspredef.o(.text+0x267): more undefined references to `AcpiWarning' follow nspredef.o(.text+0x3b6): In function `AcpiNsCheckObjectType': : undefined reference to `AcpiUtGetReferenceName' nspredef.o(.text+0x3e4): In function `AcpiNsCheckObjectType': : undefined reference to `AcpiWarning' nspredef.o(.text+0x599): In function `AcpiNsCheckPredefinedNames': : undefined reference to `AcpiDebugPrint' nspredef.o(.text+0x5e4): In function `AcpiNsCheckPredefinedNames': : undefined reference to `AcpiWarning' nspredef.o(.text+0x670): In function `AcpiNsCheckPredefinedNames': : undefined reference to `AcpiError' nspredef.o(.text+0x937): In function `AcpiNsCheckPredefinedNames': : undefined reference to `AcpiWarning' nspredef.o(.text+0x995): In function `AcpiNsCheckPredefinedNames': : undefined reference to `AcpiWarning' nspredef.o(.text+0x9d2): In function `AcpiNsCheckPredefinedNames': : undefined reference to `AcpiWarning' *** Error code 1 Stop in /usr/src/usr.sbin/acpi/acpidb. *** Error code 1 Stop in /usr/src/usr.sbin/acpi. Could this be due to addition to the latest submissions to the acpi code? machine specs as follows: FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.0-CURRENT #0: Sat Jun 6 14:32:29 PDT 2009 root_at_microtetonics:/usr/obj/usr/src/sys/microtetonics WARNING: WITNESS option enabled, expect reduced performance. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Atom(TM) CPU N280 _at_ 1.66GHz (1662.51-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x106c2 Stepping = 2 Features=0xbfe9fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> Features2=0x40c39d<SSE3,DTES64,MON,DS_CPL,EST,TM2,SSSE3,xTPR,PDCM,<b22>> AMD Features=0x100000<NX> AMD Features2=0x1<LAHF> TSC: P-state invariant real memory = 2147483648 (2048 MB) avail memory = 2080251904 (1983 MB) ACPI APIC Table: <A_M_I_ OEMAPIC > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs any help would be appreciated -JReceived on Sun Jun 07 2009 - 23:57:29 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:49 UTC