modules/acpi/acpi fails in make universe

Poul-Henning Kamp phk at phk.freebsd.dk
Sat Jul 16 09:16:36 GMT 2005


When building i386/LINT in "make universe", the acpi/acpi module
fails to build:

===> acpi/acpi (depend)
Warning: Object directory not changed from original /usr/obj/bang/src0/src/sys/L
INT
cc -O2 -fno-strict-aliasing -pipe  -I. -I@  -c /bang/src0/src/sys/i386/acpica/ac
pi_wakecode.S
/bang/src0/src/sys/i386/acpica/acpi_wakecode.S:35:19: assym.s: No such file or d
irectory
/bang/src0/src/sys/i386/acpica/acpi_wakecode.S: Assembler messages:
/bang/src0/src/sys/i386/acpica/acpi_wakecode.S:103: Error: suffix or operands in
valid for `ljmp'
*** Error code 1
1 error
*** Error code 2
@ -> /bang/src0/src/sys


Ad far as I can tell, this bit of sys/modules/acpi/acpi/Makefile
is the offending stuff, but I can't tell what's wrong:

acpi_wakecode.h: acpi_wakecode.S assym.s
        ${MAKE} -f ${.CURDIR}/../../../${MACHINE_ARCH}/acpica/Makefile \
                MAKESRCPATH=${.CURDIR}/../../../${MACHINE_ARCH}/acpica


-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-current mailing list