From owner-freebsd-stable@FreeBSD.ORG Thu Apr 13 13:56:13 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 EE18D16A403 for ; Thu, 13 Apr 2006 13:56:13 +0000 (UTC) (envelope-from hendriks-j@wanadoo.nl) Received: from smtp-2.wanadoo.nl (smtp-2.wanadoo.nl [193.252.22.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED53D43D70 for ; Thu, 13 Apr 2006 13:56:12 +0000 (GMT) (envelope-from hendriks-j@wanadoo.nl) Received: from wwinf6101 (wwinf6101 [172.22.153.28]) by mwinf6109.wanadoo.nl (SMTP Server) with ESMTP id 47DA17000088 for ; Thu, 13 Apr 2006 15:56:11 +0200 (CEST) X-ME-UUID: 20060413135611294.47DA17000088@mwinf6109.wanadoo.nl Message-ID: <11371598.1144936571284.JavaMail.www@wwinf6101> From: J Hendriks To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [213.84.11.61] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-REPLYTO: |~| Date: Thu, 13 Apr 2006 15:56:11 +0200 (CEST) Subject: Build kernel fails after cvsup tag=RELENG_6_1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hendriks-j@wanadoo.nl List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 13:56:14 -0000 Hello i did a cvsup as of now and did a useual buildworld cycles on three of my testing machines 2 p4 and 1 p3 The all exited at the buildkernel part with the following error. cc -c -O -pipe -march=pentium4 -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/bce/if_bce.c /usr/src/sys/dev/bce/if_bce.c: In function `bce_rx_intr': /usr/src/sys/dev/bce/if_bce.c:4093: error: structure has no member named `rxcycles' /usr/src/sys/dev/bce/if_bce.c: In function `bce_ioctl': /usr/src/sys/dev/bce/if_bce.c:4897: error: label `bce_ioctl_exit' used but not defined *** Error code 1 Stop in /usr/obj/usr/src/sys/KRNL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. No special things in make.conf except CPUTYPE?=p4 an p3 for the p3 machine the routine i use is cd /usr/src make cleanworld && make cleandir && make cleandir make -j2 buildworld && make buildkernel KERNCONF=configfile First i thought it was the kernel config file so kopied GENERIC to KRNL and remove the 486 and 586 option and that is it but they still fail. Best regards Johan Hendriks