[releng_6 tinderbox] failure on i386/i386

Dmitry Morozovsky marck at rinet.ru
Sat Aug 12 16:17:46 UTC 2006


On Sat, 12 Aug 2006, [LoN]Kamikaze wrote:

L> > /src/sys/i386/acpica/acpi_wakeup.c: In function `acpi_sleep_machdep':
L> > /src/sys/i386/acpica/acpi_wakeup.c:285: error: `acpi_resume_beep' undeclared (first use in this function)
L> > /src/sys/i386/acpica/acpi_wakeup.c:285: error: (Each undeclared identifier is reported only once
L> > /src/sys/i386/acpica/acpi_wakeup.c:285: error: for each function it appears in.)
L> > *** Error code 1
L> > 
L> > Stop in /obj/src/sys/LINT.
L> > *** Error code 1
L> > 
L> > Stop in /src.
L> > *** Error code 1
L> > 
L> > Stop in /src.
L> > TB --- 2006-08-12 06:02:51 - WARNING: /usr/bin/make returned exit code  1 
L> > TB --- 2006-08-12 06:02:51 - ERROR: failed to build lint kernel
L> > TB --- 2006-08-12 06:02:51 - tinderbox aborted
L> > TB --- 0.93 user 5.87 system 5499.58 real
L> > 
L> 
L> The same build failure occurs on all my machines (i386). Other
L> people reported this as well on the German BSD forums.

quick fix:

Index: acpi_wakeup.c
===================================================================
RCS file: /home/ncvs/src/sys/i386/acpica/acpi_wakeup.c,v
retrieving revision 1.39.2.2
diff -u -r1.39.2.2 acpi_wakeup.c
--- acpi_wakeup.c       12 Aug 2006 00:51:18 -0000      1.39.2.2
+++ acpi_wakeup.c       12 Aug 2006 08:31:38 -0000
@@ -282,7 +282,7 @@
        write_eflags(ef);
 
        /* If we beeped, turn it off after a delay. */
-       if (acpi_resume_beep)
+       /* if (acpi_resume_beep) */
                timeout(acpi_stop_beep, NULL, 3 * hz);
 
        return (ret);


Sincerely,
D.Marck                                     [DM5020, MCK-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck at rinet.ru ***
------------------------------------------------------------------------


More information about the freebsd-i386 mailing list