From owner-freebsd-stable@FreeBSD.ORG Thu Aug 30 01:44:47 2007 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAFF416A418 for ; Thu, 30 Aug 2007 01:44:47 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from aaron.protected-networks.net (aaron.protected-networks.net [202.12.127.66]) by mx1.freebsd.org (Postfix) with ESMTP id 723B513C458 for ; Thu, 30 Aug 2007 01:44:47 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from localhost (localhost [127.0.0.1]) by aaron.protected-networks.net (Postfix) with ESMTP id 731C3C438 for ; Wed, 29 Aug 2007 21:44:46 -0400 (EDT) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Iain Michael Butler", Issuer "Protected Networks Certificate Authority" (verified OK)) (Authenticated sender: imb@protected-networks.net) by aaron.protected-networks.net (Postfix) with ESMTP id D1404C539 for ; Wed, 29 Aug 2007 21:44:25 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1188438266; bh=7SsfK0tb2gah9g xue9LYl5h8qmqeij9wEfh3QR+H9cs=; h=DomainKey-Signature:Message-ID: Date:From:User-Agent:MIME-Version:To:Subject:X-Enigmail-Version: OpenPGP:Content-Type:Content-Transfer-Encoding; b=Dnqnphuf8stjPTsa vSpqg7Xv+JcX7iccbiHCpAC1YVyAW5GlvoR6FKiqt7CEN/RBAxSNViPW8xYweYXatGD rmSPm30BnzGj71x/QFVHE3hu/LkavRRKwHJ4pT3LVirLg DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=A+A9ANm85Fuw73kuZft6vEnyf0gGUe78Z9M9RKIZ023GKwRjI18nNgOTV33/E0tgy LnFfFzqoMjaU/eBttSvIakpnfMqPDFhkAldS7sM/PFh/6zizcvVhEwRdR/CIJBG Message-ID: <46D620F7.3080508@protected-networks.net> Date: Wed, 29 Aug 2007 21:44:23 -0400 From: Michael Butler User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: stable@freebsd.org X-Enigmail-Version: 0.95.2 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: kernel compilation broken 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: Thu, 30 Aug 2007 01:44:47 -0000 Seems that the recent linuxulator patch and regen has broken kernel compiles .. ===> 3dfx (all) ===> 3dfx_linux (all) cc -O2 -pipe -fno-strict-aliasing -march=pentium3 -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/SARAH/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -I/usr/obj/usr/src/sys/SARAH -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/3dfx_linux/../../dev/tdfx/tdfx_linux.c In file included from @/dev/tdfx/tdfx_linux.h:36, from /usr/src/sys/modules/3dfx_linux/../../dev/tdfx/tdfx_linux.c:37: ./machine/../linux/linux_proto.h:744: error: syntax error before "l_timer_t" ./machine/../linux/linux_proto.h:744: error: `l_timer_t' undeclared here (not in a function) ./machine/../linux/linux_proto.h:744: error: syntax error before ')' token ./machine/../linux/linux_proto.h:744: error: syntax error before ')' token ./machine/../linux/linux_proto.h:747: error: syntax error before "l_timer_t" ./machine/../linux/linux_proto.h:752: error: syntax error before "l_timer_t" ./machine/../linux/linux_proto.h:756: error: syntax error before "l_timer_t" ./machine/../linux/linux_proto.h:759: error: syntax error before "l_timer_t" ./machine/../linux/linux_proto.h:817: error: syntax error before "l_mqd_t" ./machine/../linux/linux_proto.h:817: error: `l_mqd_t' undeclared here (not in a function) ./machine/../linux/linux_proto.h:824: error: syntax error before "l_mqd_t" ./machine/../linux/linux_proto.h:831: error: syntax error before "l_mqd_t" ./machine/../linux/linux_proto.h:835: error: syntax error before "l_mqd_t" *** Error code 1 1 error