From owner-freebsd-stable@FreeBSD.ORG Thu Apr 28 17:05:59 2005 Return-Path: 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 B447416A4CE for ; Thu, 28 Apr 2005 17:05:59 +0000 (GMT) Received: from pandora.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1719A43D1D for ; Thu, 28 Apr 2005 17:05:59 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from localhost (localhost [127.0.0.1]) by pandora.afflictions.org (Postfix) with ESMTP id 97A8778C62; Thu, 28 Apr 2005 13:08:00 -0400 (EDT) Received: from pandora.afflictions.org ([127.0.0.1]) by localhost (pandora.afflictions.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 47303-05; Thu, 28 Apr 2005 13:07:52 -0400 (EDT) Received: from dementia.afflictions.org (dementia.afflictions.org [172.19.206.56]) by pandora.afflictions.org (Postfix) with ESMTP id 2922F78C5D; Thu, 28 Apr 2005 13:07:52 -0400 (EDT) Received: by dementia.afflictions.org (Postfix, from userid 1001) id F3A3B33C79; Thu, 28 Apr 2005 13:05:48 -0400 (EDT) Date: Thu, 28 Apr 2005 13:05:48 -0400 From: Damian Gerow To: Jose M Rodriguez Message-ID: <20050428170548.GA721@afflictions.org> References: <20050418120423.GA697@afflictions.org> <200504281207.41387.josemi@redesjm.local> <20050428154112.GD69135@afflictions.org> <200504281830.21956.josemi@redesjm.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504281830.21956.josemi@redesjm.local> X-GPG-Fingerprint: B3D7 D901 A53A 1A99 BFD6 E6DF 9F3B 742B C288 9CC9 User-Agent: Mutt/1.5.9i X-Virus-Scanned: amavisd-new at pandora.afflictions.org cc: freebsd-stable@freebsd.org Subject: Re: UPDATE: ATA mkIII official patches for releng_5 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Apr 2005 17:05:59 -0000 Thus spake Jose M Rodriguez (josemi@freebsd.jazztel.es) [28/04/05 12:32]: : > I'm positive it's something about my build environment, but I don't : > know /what/. : : For safety, and only about what I'm using (RELENG_5_4), you: : - cvs/cvsup fresh sources : - apply the patchset : - untar the tarball : : And get what build error? # rm -rf /usr/src # cvsup -g /etc/stable-supfile > /dev/null # cd /usr/src # patch -p0 < ~/ata-mk3n.diff-releng5 # tar -zxf ~/ata-mk3n-releng5.tar.gz # make buildkernel KERNCONF=GENERIC -------------------------------------------------------------- >>> Kernel build for GENERIC started on Thu Apr 28 13:04:42 EDT 2005 -------------------------------------------------------------- ===> GENERIC mkdir -p /usr/obj/usr/src/sys ===> ata/atapci "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less endif "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an operator "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less endif "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an operator "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 313: Need an operator "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less endif "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an operator "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 313: Need an operator "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 325: Need an operator "Makefile", line 9: 1 open conditional: "Makefile", line 9: at line 315 (evaluated to true) make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src/sys/modules/ata. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. # And yes, if I do a 'make buildworld' beforehand, I get the same error.