Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2006 20:17:44 +0400 (MSD)
From:      Dmitry Morozovsky <marck@rinet.ru>
To:        "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de>
Cc:        stable@freebsd.org, FreeBSD Tinderbox <tinderbox@freebsd.org>, i386@freebsd.org
Subject:   Re: [releng_6 tinderbox] failure on i386/i386
Message-ID:  <20060812201615.D25511@woozle.rinet.ru>
In-Reply-To: <44DDFE1B.7050707@gmx.de>
References:  <20060812060251.D7D4D7302F@freebsd-current.sentex.ca> <44DDFE1B.7050707@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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@rinet.ru ***
------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060812201615.D25511>