From owner-freebsd-questions@FreeBSD.ORG Sun Aug 13 11:39:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DEC016A4DE for ; Sun, 13 Aug 2006 11:39:07 +0000 (UTC) (envelope-from jes@jes-2.demon.nl) Received: from post-26.mail.nl.demon.net (post-26.mail.nl.demon.net [194.159.73.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E850B43D45 for ; Sun, 13 Aug 2006 11:39:06 +0000 (GMT) (envelope-from jes@jes-2.demon.nl) Received: from jes-1.demon.nl ([83.160.144.201]:18002 helo=jes-2.demon.nl) by post-26.mail.nl.demon.net with esmtp (Exim 4.51) id 1GCEJ7-000Gi0-TX for freebsd-questions@freebsd.org; Sun, 13 Aug 2006 11:39:05 +0000 Received: from jes by jes-2.demon.nl with local (Exim 4.34 (FreeBSD)) id 1GCEJ7-000PvZ-B0 for freebsd-questions@freebsd.org; Sun, 13 Aug 2006 13:39:05 +0200 Date: Sun, 13 Aug 2006 13:39:04 +0200 From: Jim Segrave To: freebsd-questions@freebsd.org Message-ID: <20060813113904.GA72726@jes-2.demon.nl> References: <20060813045226.7AEC616A577@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060813045226.7AEC616A577@hub.freebsd.org> User-Agent: Mutt/1.4.2.2i Organisation: Demon Netherlands Subject: Re: acpi module build fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jes@jes-2.demon.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Aug 2006 11:39:07 -0000 > Date: Sun, 13 Aug 2006 05:53:37 +0200 > From: "Dimitar Vasilev" > Subject: acpi module build fails > To: "FreeBSD Questions" > 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