Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2006 13:39:04 +0200
From:      Jim Segrave <jes@jes-2.demon.nl>
To:        freebsd-questions@freebsd.org
Subject:   Re: acpi module build fails
Message-ID:  <20060813113904.GA72726@jes-2.demon.nl>
In-Reply-To: <20060813045226.7AEC616A577@hub.freebsd.org>
References:  <20060813045226.7AEC616A577@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Sun, 13 Aug 2006 05:53:37 +0200
> From: "Dimitar Vasilev" <dimitar.vassilev@gmail.com>
> Subject: acpi module build fails
> To: "FreeBSD Questions" <questions@freebsd.org>
> Message-ID:
> 	<59adc1a0608122053v5d641d4dx4f61dee81f581356@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@jes-2.demon.nl




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