Date: Sat, 16 Jul 2005 11:16:34 +0200 From: Poul-Henning Kamp <phk@phk.freebsd.dk> To: current@freebsd.org Subject: modules/acpi/acpi fails in make universe Message-ID: <17725.1121505394@phk.freebsd.dk>
next in thread | raw e-mail | index | archive | help
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@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17725.1121505394>
