From owner-freebsd-current@FreeBSD.ORG Fri Jul 29 19:40:50 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AABD516A48F for ; Fri, 29 Jul 2005 19:40:50 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3516F43D45 for ; Fri, 29 Jul 2005 19:40:50 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j6TJemNV000785 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 29 Jul 2005 15:40:49 -0400 Received: from obsecurity.dyndns.org (fields.fields.utoronto.ca [128.100.216.11]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j6TJem6P001336; Fri, 29 Jul 2005 15:40:48 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 79567511F0; Fri, 29 Jul 2005 15:40:42 -0400 (EDT) Date: Fri, 29 Jul 2005 15:40:42 -0400 From: Kris Kennaway To: "Brandon S. Allbery KF8NH" Message-ID: <20050729194042.GB17862@xor.obsecurity.org> References: <1122658375.50653.3.camel@pyanfar.ece.cmu.edu> <1122659885.50653.7.camel@pyanfar.ece.cmu.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0ntfKIWw70PvrIHh" Content-Disposition: inline In-Reply-To: <1122659885.50653.7.camel@pyanfar.ece.cmu.edu> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: here we go again with the weird kernel build errors... 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: Fri, 29 Jul 2005 19:40:50 -0000 --0ntfKIWw70PvrIHh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 29, 2005 at 01:58:05PM -0400, Brandon S. Allbery KF8NH wrote: > On Fri, 2005-07-29 at 13:32 -0400, Brandon S. Allbery KF8NH wrote: > > > =3D=3D=3D> aic7xxx (depend) > > > =3D=3D=3D> aic7xxx/aicasm (depend) > > > =3D=3D=3D> aic7xxx/ahc (depend) > > > ( cd /usr/src/sys/modules/aic7xxx/ahc/../aicasm; make aicasm; ) > > > cc -O -pipe -g -march=3Dpentium4 -nostdinc -I/usr/include -I. -I/usr/= src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g -c aicasm_gr= am.c > > > /usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicas= m_gram.y:1933: error: conflicting types for 'yyerror' > > > aicasm_gram.c:2976: error: previous implicit declaration of 'yyerror'= was here > > > *** Error code 1 > >=20 > > Erh? > >=20 >=20 > Answering my own question: the culprit is /usr/local/bin/yacc from > devel/bison. Perhaps the kernel build needs to protect against this > when not done as part of building a full world? or is it no longer > supported to reconfigure and rebuild a kernel without a full buildworld? AFAIK you have to buildworld first, yes. This builds the bootstrap tools needed to safely build the kernel. Kris --0ntfKIWw70PvrIHh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC6oY5Wry0BWjoQKURAvryAJ4mq956pJe4h2GV0sb47hUDWqmcPwCdE3F3 KXUA73cETOMALfEs9e6ZMHA= =6wLc -----END PGP SIGNATURE----- --0ntfKIWw70PvrIHh--