From owner-freebsd-stable@FreeBSD.ORG Sun Dec 27 16:55:40 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AF77106568F for ; Sun, 27 Dec 2009 16:55:40 +0000 (UTC) (envelope-from enginbsd@gmail.com) Received: from mail-ew0-f178.google.com (mail-ew0-f178.google.com [209.85.219.178]) by mx1.freebsd.org (Postfix) with ESMTP id C93588FC17 for ; Sun, 27 Dec 2009 16:55:39 +0000 (UTC) Received: by ewy26 with SMTP id 26so2785149ewy.3 for ; Sun, 27 Dec 2009 08:55:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Wx+a+JJXeBCP8MQ9i+5vpgNKpX8mpSoT4c7AM+oq6eo=; b=hDJ1shkR6oM7gxsyIZ9j3gk7wbgr+TIvNHtiJlxI2x+yx1KGrjCsnr2k2nAC05ZEnu mDzMZBCacZvDiHRoY8k2FbhOYAxCupMjjA4s4lFXqPhoCvp5APD8seglbiD6dT2G/K2i cunmt9ziHdnDxXsULH3CXjT0iHy4H29MLbHkw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=g7Xm/FkOY0YkvrbZVUx04+gohkND8cTHilG/Pi0Mk6GqrLEePR3mI/29Iv9Smlwmno ZtAbGPRq5MdQa3y5Xcmxu9dMwUvT1q+88LXkv9vOLVz6qcBtO1egQkRhPdLIrAKTlVRG GkQKhuBg03nkTgD9u6USwH9eeTUw3+edwxAs0= MIME-Version: 1.0 Received: by 10.216.86.139 with SMTP id w11mr4812516wee.10.1261932155921; Sun, 27 Dec 2009 08:42:35 -0800 (PST) Date: Sun, 27 Dec 2009 18:42:35 +0200 Message-ID: <86095ec10912270842o193dd2e7l5cc7eb27781c1b4f@mail.gmail.com> From: "E. O." To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD Kernel Build X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2009 16:55:40 -0000 Hi , kernel build error messages.. my kernel - GENERIC -> www.siran.net/GENERIC make buildkernel and errors.. ./acpi_if.h:115: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_EC_WR' ./acpi_if.h:115: error: stray '\335' in program ./acpi_if.h:128: error: stray '\335' in program ./acpi_if.h:128: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_BATT_GET_' ./acpi_if.h:128: error: stray '\335' in program ./acpi_if.h:140: error: stray '\335' in program ./acpi_if.h:140: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_BATT_GET_STATUS' cc1: warnings being treated as errors In file included from /usr/src/sys/dev/acpica/Osd/OsdDebug.c:48: /usr/src/sys/dev/acpica/acpivar.h: In function 'acpi_get_handle': /usr/src/sys/dev/acpica/acpivar.h:251: warning: implicit declaration of function 'BUS_READ_IVAR' /usr/src/sys/dev/acpica/acpivar.h:251: warning: nested extern declaration of 'BUS_READ_IVAR' /usr/src/sys/dev/acpica/acpivar.h: In function 'acpi_set_handle': /usr/src/sys/dev/acpica/acpivar.h:251: warning: implicit declaration of function 'BUS_WRITE_IVAR' /usr/src/sys/dev/acpica/acpivar.h:251: warning: nested extern declaration of 'BUS_WRITE_IVAR' *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1