From owner-freebsd-stable@FreeBSD.ORG Thu Mar 23 16:25:37 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 C4CBA16A400 for ; Thu, 23 Mar 2006 16:25:37 +0000 (UTC) (envelope-from casey@phantombsd.org) Received: from mail.phantombsd.org (dsl231-036-017.sea1.dsl.speakeasy.net [216.231.36.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3807643D48 for ; Thu, 23 Mar 2006 16:25:37 +0000 (GMT) (envelope-from casey@phantombsd.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.phantombsd.org (Postfix) with ESMTP id B84D963F97; Thu, 23 Mar 2006 08:25:36 -0800 (PST) Received: from mail.phantombsd.org ([127.0.0.1]) by localhost (mail.phantombsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14878-05; Thu, 23 Mar 2006 08:25:35 -0800 (PST) Received: from mail.phantombsd.org (tomcat.phantombsd.org [192.168.1.6]) by mail.phantombsd.org (Postfix) with ESMTP id 7D8E463F92; Thu, 23 Mar 2006 08:25:35 -0800 (PST) Message-ID: <31203190.1741143131135280.JavaMail.root@tomcat.phantombsd.org> Date: Thu, 23 Mar 2006 08:25:35 -0800 (PST) From: Casey Scott To: Kris Kennaway MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at X-Spam-Status: No, score=-4.399 tagged_above=-10 required=4 autolearn=ham tests=[ALL_TRUSTED=-1.8, BAYES_00=-2.599] X-Spam-Score: -4.399 X-Spam-Level: Cc: freebsd-stable@freebsd.org Subject: Re: 6.1 PRERELEASE kernel build error 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, 23 Mar 2006 16:25:37 -0000 ----- Original Message ----- From: Kris Kennaway To: Casey Scott Cc: freebsd-stable@freebsd.org Sent: Thursday, March 23, 2006 0:27:30 AM GMT-0800 Subject: Re: 6.1 PRERELEASE kernel build error On Wed, Mar 22, 2006 at 10:27:56AM -0800, Casey Scott wrote: > I just upgraded 5.4 stable to 6.1 PRERELEASE via buildworld. I am trying to build a kernel, and keep getting this error at "make". > > > ...... > cc -c -O2 -pipe -fno-strict-aliasing -march=pentium4 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -I../../../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 ../../../fs/devfs/devfs_vnops.c > ../../../fs/devfs/devfs_vnops.c:1172: warning: redundant redeclaration of 'devfs_ops_f' > ../../../fs/devfs/devfs_vnops.c:70: warning: previous declaration of 'devfs_ops_f' was here > ../../../fs/devfs/devfs_vnops.c:1183: warning: redundant redeclaration of 'devfs_vnodeops' > ../../../fs/devfs/devfs_vnops.c:68: warning: previous declaration of 'devfs_vnodeops' was here > ../../../fs/devfs/devfs_vnops.c:1205: warning: redundant redeclaration of 'devfs_specops' > ../../../fs/devfs/devfs_vnops.c:69: warning: previous declaration of 'devfs_specops' was here > *** Error code 1 > > > I even get that error building a kernel from the GENERIC config. I think something is wonky with gcc. >Has anyone else seen this, or know what could be causing it? > >You didn't follow the correct upgrade order - it's documented in the >handbook and in /usr/src/UPDATING. > >Kris Thanks for that info. I have the kernel built now. I noticed that it is built from the source in /usr/obj and not /usr/src. In 6.x, do we have to keep /usr/obj after installworld, or should installworld have updated /usr/src ? Casey