From owner-freebsd-current@FreeBSD.ORG Sat Mar 13 18:05:21 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23ED1106566B for ; Sat, 13 Mar 2010 18:05:21 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-fx0-f222.google.com (mail-fx0-f222.google.com [209.85.220.222]) by mx1.freebsd.org (Postfix) with ESMTP id ABCE68FC16 for ; Sat, 13 Mar 2010 18:05:20 +0000 (UTC) Received: by fxm22 with SMTP id 22so2044458fxm.14 for ; Sat, 13 Mar 2010 10:05:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=+Bj+e812AdUJP17HKJIwG4dqBmuycKvYhi5ic5p3LEw=; b=nhXNQ0a5LPKAVOGb4Od3bDGVYCGsXPtGxw9K+EH12rNM5Ii2qRSgGUQ8YjCm5N9d1e +M5NJxymLtTDh23ekkLdd/RrwrwqLuaXfLM0QbQ/dcxaZ+6pqxb/0A8uroacL31YEN3O rTb0Do/tXFIcw+I/bWydCHmOBDwfXS1BSW1HA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; b=aAJGETsWV2dVeO0TDijz8jHwHBtbSZ6BrSOI98zKZNkz+snGxm3m0aeEA6WePNYmkC SHt6VUeJaosoHK+RTUZs7nOh0Fe+zoy8nU2QkWv6/v8rXVaKKLa5eQ2hLInOYFvwhMxy JoWH8cJ5p3GMul2Avd2dCM6fZrClWr2hpe7dU= Received: by 10.87.73.15 with SMTP id a15mr3727155fgl.50.1268501722670; Sat, 13 Mar 2010 09:35:22 -0800 (PST) Received: from notebook ([178.125.69.233]) by mx.google.com with ESMTPS id 16sm1885536fxm.3.2010.03.13.09.35.21 (version=SSLv3 cipher=RC4-MD5); Sat, 13 Mar 2010 09:35:22 -0800 (PST) Date: Sat, 13 Mar 2010 19:35:49 +0200 From: "Sergey V. Dyatko" To: freebsd-current@freebsd.org Message-ID: <20100313193549.52d3c8a2@notebook> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: buildkernel broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2010 18:05:21 -0000 Hi, I'm trying to build kernel (update from 204272 to 205122) and got following error: ===> drm/i915 (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/b450/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -fno-omit-frame-pointer -I/usr/obj/usr/src/sys/b450 -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_dma.c /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_dma.c: In function 'i915_dma_cleanup': /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_dma.c:159: error: 'DEV' undeclared (first use in this function) /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_dma.c:159: error: (Each undeclared identifier is reported only once /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_dma.c:159: error: for each function it appears in.) /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_dma.c: In function 'i915_set_status_page': /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_dma.c:807: error: 'DEV' undeclared (first use in this function) /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_dma.c: In function 'i915_driver_load': /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_dma.c:847: error: 'DEV' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sys/modules/drm/i915. *** Error code 1 Stop in /usr/src/sys/modules/drm. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/b450. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- wbr, tiger