From owner-freebsd-stable@FreeBSD.ORG Wed Apr 20 15:43:12 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 43F0416A4D7 for ; Wed, 20 Apr 2005 15:43:12 +0000 (GMT) Received: from pandora.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5012843D2F for ; Wed, 20 Apr 2005 15:43:11 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from localhost (localhost [127.0.0.1]) by pandora.afflictions.org (Postfix) with ESMTP id 2F09D78C72; Wed, 20 Apr 2005 11:44:46 -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 62667-10; Wed, 20 Apr 2005 11:44:33 -0400 (EDT) Received: from dementia.afflictions.org (dementia.afflictions.org [172.19.206.56]) by pandora.afflictions.org (Postfix) with ESMTP id 7E95278C80; Wed, 20 Apr 2005 11:44:32 -0400 (EDT) Received: by dementia.afflictions.org (Postfix, from userid 1001) id 9BB4033C60; Wed, 20 Apr 2005 11:42:58 -0400 (EDT) Date: Wed, 20 Apr 2005 11:42:58 -0400 From: Damian Gerow To: tofik suleymanov Message-ID: <20050420154258.GI720@afflictions.org> References: <20050418120423.GA697@afflictions.org> <42660A86.8060103@oxygen.az> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42660A86.8060103@oxygen.az> 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: 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: Wed, 20 Apr 2005 15:43:12 -0000 Thus spake tofik suleymanov (tofik@oxygen.az) [20/04/05 03:55]: : This patch worked fine on RELENG_5 for amd64.Here are the steps we : did(as long as i remmember them): : : (assuming RELENG_5 is already up and running): : tar -zxf ata-mk3n-releng5.tar.gz : cp -R sys/modules/ata /usr/src/sys/modules/ : cp -Rf sys/dev/ata /usr/src/sys/dev/ : # applying the patch : cd /usr/src/ : gzip -d ata-mk3n.diff-releng5.gz : patch < /usr/src/ata-mk3n.diff-releng5 : # build and install kernel part : make buildkernel KERNCONF=PIZDA : make installkernel KERNCONF=PIZDA That's about what I did: # rm -rf /usr/src # cvsup /etc/stable-supfile # cd /usr/src # cp ~/machine sys/amd64/conf # tar -zxf ~/ata-mk3n-releng5.tar.gz # patch < ~/ata-mk3n.diff-releng5 # make buildkernel KERNCONF=GENERIC ===> 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. # I don't really see what I'm doing wrong. My make.conf isn't insane, either: KERNCONF?=machine CFLAGS= -O -pipe COPTFLAGS= -O -pipe INSTALL=install -C PPP_NOSUID=true NO_I4B=true NO_LPR=true NO_SENDMAIL=true CUPS_OVERWRITE_BASE=yes NO_SUID_XSERVER=yes X_WINDOW_SYSTEM=xorg WITH_LIBMAP=yes And the perl stuff.