From owner-freebsd-stable@FreeBSD.ORG Tue Sep 12 21:26:39 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1EC116A412 for ; Tue, 12 Sep 2006 21:26:39 +0000 (UTC) (envelope-from caelian@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B87943D72 for ; Tue, 12 Sep 2006 21:24:52 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so2161881wxd for ; Tue, 12 Sep 2006 14:24:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=Bdc3RVrtVRWPOjRn4sY+kVI3eOthFdVOrCMb3ARHH13kKuSbnPqkTWpZsWMNUDQQENgk05JUYl5NnRmIbOTgJ7CBySdecBGTg3xvENAIgKYZckisSiFLQQNaDAGQZtpn2WaRKB2k2koLs9z6whOd6whGlzc2gkW36jE5nWqwcAY= Received: by 10.70.125.11 with SMTP id x11mr9103182wxc; Tue, 12 Sep 2006 14:24:51 -0700 (PDT) Received: from ?192.168.0.21? ( [84.129.227.138]) by mx.gmail.com with ESMTP id 65sm7574039wra.2006.09.12.14.24.50; Tue, 12 Sep 2006 14:24:51 -0700 (PDT) From: "Pascal G. Hofstee" To: freebsd-stable@freebsd.org Content-Type: text/plain Date: Tue, 12 Sep 2006 23:24:46 +0200 Message-Id: <1158096286.2270.3.camel@chekov> Mime-Version: 1.0 X-Mailer: Evolution 2.8.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: RELENG_6 buildkernel 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: Tue, 12 Sep 2006 21:26:40 -0000 A RELENG_6 buildkernel with sources updated about 2 hours ago seems to break down (after a successfull buildworld) on the following error. cc -c -O -pipe -march=athlon -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror /usr/src/sys/dev/ata/ata-chipset.c /usr/src/sys/dev/ata/ata-chipset.c: In function `ata_nvidia_ident': /usr/src/sys/dev/ata/ata-chipset.c:2827: error: `ENX300' undeclared (first use in this function) /usr/src/sys/dev/ata/ata-chipset.c:2827: error: (Each undeclared identifier is reported only once /usr/src/sys/dev/ata/ata-chipset.c:2827: error: for each function it appears in.) /usr/src/sys/dev/ata/ata-chipset.c:2827: error: syntax error before '}' token /usr/src/sys/dev/ata/ata-chipset.c: At top level: /usr/src/sys/dev/ata/ata-chipset.c:2800: warning: unused variable `ctlr' /usr/src/sys/dev/ata/ata-chipset.c:2824: warning: unused variable `buffer' Followed by about another full screen of "defined but not used" and "declared static but never defined" warnings. I tried updating from at least 3 different cvsup-servers but i am not seeing any differences. Can anybody confirm this breakage ? -- Pascal Hofstee