`acpi_resume_beep' undeclared (first use in this function)

2006-08-12 Thread Charles Mujie
Hi,

I've searched through the archieves and googled around,  I don't seem to
be able to find reference to this error. I installed FreeBSD 6.1 from CD
did a cvsup to update the source and ports tree, and when I tried to
build the kernel I got the following error. I'm using GENERIC and SMP as
the KERNCONF parameter. It looks like the function 'acpi_resume_beep' is
not declared anyway. Can someone help me with this. Thanks.

/cm

cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE
-nostdinc -I- 
-I/usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica -
DHAVE_KERNEL_OPTION_HEADERS -include
/usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq
-I@/../include -finline-limit=8000 -fn
o-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffree
standing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-ext
ensions -std=c99 -Wsystem-headers -Werror -Wall -Wno-format-y2k
-Wno-uninitialized -c
/usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi
_wakeup.c
/usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c: In
function `acpi_sleep_machdep':
/usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285:
error: `acpi_resume_beep' undeclared (first use in this function)
/usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285:
error: (Each undeclared identifier is reported only once
/usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285:
error: for each function it appears in.)
*** Error code 1

Stop in /usr/src/sys/modules/acpi/acpi.
*** Error code 1

Stop in /usr/src/sys/modules/acpi.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/obj/usr/src/sys/GENERIC.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: `acpi_resume_beep' undeclared (first use in this function)

2006-08-12 Thread Nick Withers
On Sat, 12 Aug 2006 17:00:59 -0700
Charles Mujie [EMAIL PROTECTED] wrote:

 Hi,
 
 I've searched through the archieves and googled around,  I don't seem to
 be able to find reference to this error. I installed FreeBSD 6.1 from CD
 did a cvsup to update the source and ports tree, and when I tried to
 build the kernel I got the following error. I'm using GENERIC and SMP as
 the KERNCONF parameter. It looks like the function 'acpi_resume_beep' is
 not declared anyway. Can someone help me with this. Thanks.

I _believe_ this is an issue in RELENG_6 (i.e., 6-STABLE), so
I'm assuming that's what you've tried to build.

I ran into the same issue yesterday but haven't hassled anyone
about it yet. I believe it's due to the MFC in 1.39.2.1
of /usr/src/sys/i386/acpica/acpi_wakeup.c (see
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/acpica/acpi_wakeup.c;).

Nate - Any thoughts?

 /cm
 
 cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE
 -nostdinc -I- 
 -I/usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica -
 DHAVE_KERNEL_OPTION_HEADERS -include
 /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq
 -I@/../include -finline-limit=8000 -fn
 o-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings
 -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffree
 standing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes 
 -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-ext
 ensions -std=c99 -Wsystem-headers -Werror -Wall -Wno-format-y2k
 -Wno-uninitialized -c
 /usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi
 _wakeup.c
 /usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c: In
 function `acpi_sleep_machdep':
 /usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285:
 error: `acpi_resume_beep' undeclared (first use in this function)
 /usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285:
 error: (Each undeclared identifier is reported only once
 /usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285:
 error: for each function it appears in.)
 *** Error code 1
 
 Stop in /usr/src/sys/modules/acpi/acpi.
 *** Error code 1
 
 Stop in /usr/src/sys/modules/acpi.
 *** Error code 1
 
 Stop in /usr/src/sys/modules.
 *** Error code 1
 
 Stop in /usr/obj/usr/src/sys/GENERIC.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
-- 
Nick Withers
email: [EMAIL PROTECTED]
Web: http://www.nickwithers.com
Mobile: +61 414 397 446
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]