acpi module build fails

Jim Segrave jes at jes-2.demon.nl
Sun Aug 13 11:39:07 UTC 2006


> Date: Sun, 13 Aug 2006 05:53:37 +0200
> From: "Dimitar Vasilev" <dimitar.vassilev at gmail.com>
> Subject: acpi module build fails
> To: "FreeBSD Questions" <questions at freebsd.org>
> Message-ID:
> 	<59adc1a0608122053v5d641d4dx4f61dee81f581356 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-5; format=flowed
> 
> Branch - 6.1-stable
> 
> This persists from 1 day - i have cvsuped from different servers around the
> globe, including cvsup from scratch.
> 
> The statement on line 285 is
> 
>  if (acpi_resume_beep)
>                 timeout(acpi_stop_beep, NULL, 3 * hz);
> 
>         return (ret);
> }
> 
> Anyone knows how to fix this ? C is not my strong side.
> Thanks,

It looks like acpi_wakeup.c had changes to beep on restart merged in,
but the required changes to acpi_machdep.c aren't in the tagged
release.

I fixed this by setting my cvsup tag to 
*default release=cvs tag=RELENG_6_1

deleting /usr/src/sys, cvsupping again. This gets you to a working
version (frozen, so you are less likely to be caught by similar
updates on the STABLE release line).


-- 
Jim Segrave           jes at jes-2.demon.nl



More information about the freebsd-questions mailing list