From owner-freebsd-current@FreeBSD.ORG Thu Sep 21 06:37:04 2006 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 9256516A407 for ; Thu, 21 Sep 2006 06:37:04 +0000 (UTC) (envelope-from samspeedu@mail.ru) Received: from ns1.dipinteractive.com (dipinteractive.com [80.82.44.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12EA743D5E for ; Thu, 21 Sep 2006 06:37:03 +0000 (GMT) (envelope-from samspeedu@mail.ru) Received: from [192.168.168.7] (ns.dipinteractive.com [80.82.44.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ns1.dipinteractive.com (Postfix) with ESMTP id F27245EF9 for ; Thu, 21 Sep 2006 10:36:58 +0400 (MSD) Message-ID: <451232E4.4030804@mail.ru> Date: Thu, 21 Sep 2006 10:36:20 +0400 From: Andrey Smagin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 21 Sep 2006 11:19:17 +0000 Subject: amd64 6.1 -> CURRENT build kernel error 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: Thu, 21 Sep 2006 06:37:04 -0000 Hi. Please help, can't compile CURRENT on my amd64. I use next steps: install from CD amd64 6.1 release. copy (today at 03:00) cvsuped source tree in /usr/src compile and install new usr.sbin/config cd /usr/src/sys/amd64/conf cp GENERIC SAM config SAM cd ../compile/SAM make cleandepend and get error: rm -f .depend cd ../../../modules; MAKEOBJDIRPREFIX=/usr/src/sys/amd64/compile/SAM/modules KMODDIR=/boot/kernel DEBUG_FLAGS="-g" MACHINE=amd64 KERNBUILDDIR="/usr/src/sys/amd64/compile/SAM" make cleandepend "Makefile", line 308: Malformed conditional (${MK_CRYPT} != "no" || defined(ALL_MODULES)) "Makefile", line 316: if-less endif "Makefile", line 318: Malformed conditional (${MK_IPFILTER} != "no" || defined(ALL_MODULES)) "Makefile", line 320: if-less endif "Makefile", line 322: Malformed conditional (${MK_PF} != "no" || defined(ALL_MODULES)) "Makefile", line 325: if-less endif make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src/sys/amd64/compile/SAM.