From owner-freebsd-stable@FreeBSD.ORG Sat Feb 25 14:37:59 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 9390116A420 for ; Sat, 25 Feb 2006 14:37:59 +0000 (GMT) (envelope-from ruzzi@compedgeracing.com) Received: from mail.compedgeracing.com (dsl-katy-207-70-139-52.consolidated.net [207.70.139.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4228943D45 for ; Sat, 25 Feb 2006 14:37:59 +0000 (GMT) (envelope-from ruzzi@compedgeracing.com) Received: from www.compedgeracing.com (localhost [127.0.0.1]) by mail.compedgeracing.com (Postfix) with ESMTP id D000B5C3B; Sat, 25 Feb 2006 08:38:49 -0600 (CST) Received: from 207.70.139.52 (SquirrelMail authenticated user ruzzi) by www.compedgeracing.com with HTTP; Sat, 25 Feb 2006 08:38:49 -0600 (CST) Message-ID: <62123.207.70.139.52.1140878329.squirrel@www.compedgeracing.com> In-Reply-To: <43FFFE9F.70606@cs.tu-berlin.de> References: <53568.207.70.139.52.1140842270.squirrel@www.compedgeracing.com> <43FFFE9F.70606@cs.tu-berlin.de> Date: Sat, 25 Feb 2006 08:38:49 -0600 (CST) From: "Robert Uzzi" To: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: SquirrelMail/1.4.6-rc1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-stable@freebsd.org Subject: Re: Kernel build failure 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: Sat, 25 Feb 2006 14:37:59 -0000 > Robert Uzzi schrieb: >> Can someone shed some light on the following error? >> >> rm -f .depend GPATH GRTAGS GSYMS GTAGS >> CC=cc make -f ../../../dev/aic7xxx/aicasm/Makefile >> MAKESRCPATH=../../../dev/aic7xxx/aicasm >> Warning: Object directory not changed from original >> /usr/src/sys/i386/compile/CUSTOM-SMP >> cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. >> -I../../../dev/aic7xxx/aicasm -c aicasm_gram.c >> ../../../dev/aic7xxx/aicasm/aicasm_gram.y:1933: error: conflicting types >> for 'yyerror' >> aicasm_gram.c:3133: error: previous implicit declaration of 'yyerror' >> was >> here >> *** Error code 1 >> >> Stop in /usr/src/sys/i386/compile/CUSTOM-SMP. >> *** Error code 1 >> >> Stop in /usr/src/sys/i386/compile/CUSTOM-SMP. > > > Tried rm -R /usr/obj? > > Björn > Tried that with no effect.