看板 DFBSD_bugs 關於我們 聯絡資訊
I've had a broken kernel build for a couple of days. objcopy -S -O binary acpi_wakecode.o acpi_wakecode.bin sh /usr/src/sys/platform/pc32/acpica5/genwakecode.sh > acpi_wakecode.h Warning: Object directory not changed from original /usr/obj/usr/src/sys/DYN208 make: don't know how to make /usr/src/sys/dev/acpica5/Osd/OsdInterface.c. Stop *** Error code 2 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I found this commit: http://acm.jhu.edu/git/dragonfly.git/commit/?id=c2fc6c5cec697fa92da2d8f5f4e1b839eb62dc54 but it looks like one reference was missed: diff --git a/sys/conf/files b/sys/conf/files index 3e188ea..352e955 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2032,7 +2032,6 @@ ${OSACPI_MI_DIR}/acpi_timer.c optional acpi ${OSACPI_MI_DIR}/Osd/OsdCache.c optional acpi ${OSACPI_MI_DIR}/Osd/OsdDebug.c optional acpi ${OSACPI_MI_DIR}/Osd/OsdHardware.c optional acpi -${OSACPI_MI_DIR}/Osd/OsdInterface.c optional acpi ${OSACPI_MI_DIR}/Osd/OsdInterrupt.c optional acpi ${OSACPI_MI_DIR}/Osd/OsdMemory.c optional acpi ${OSACPI_MI_DIR}/Osd/OsdSchedule.c optional acpi Thanks, Eric