From owner-freebsd-current@FreeBSD.ORG Sun May 11 13:39:03 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DEFE5FA6 for ; Sun, 11 May 2014 13:39:03 +0000 (UTC) Received: from mail.ignoranthack.me (ujvl.x.rootbsd.net [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF9F42380 for ; Sun, 11 May 2014 13:39:02 +0000 (UTC) Received: from [192.168.1.134] (c-50-131-4-11.hsd1.ca.comcast.net [50.131.4.11]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 3404A1928E4; Sun, 11 May 2014 13:39:01 +0000 (UTC) Subject: Re: Makefile Problem of FreeBSD-Current From: Sean Bruno Reply-To: sbruno@freebsd.org To: bycn82 In-Reply-To: <536F71F0.9030605@gmail.com> References: <536F71F0.9030605@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Sun, 11 May 2014 06:39:00 -0700 Message-ID: <1399815540.1992.2.camel@alice> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Sun, 11 May 2014 13:39:03 -0000 On Sun, 2014-05-11 at 20:49 +0800, bycn82 wrote: > As you can see below . it still did not find the src.opts.mk > > > root@FB10Head:/usr/src/sbin/ipfw # make > make: "/usr/src/sbin/ipfw/Makefile" line 3: Could not find src.opts.mk > make: "/usr/src/sbin/ipfw/Makefile" line 9: Malformed conditional > (${MK_PF} != "no") > make: "/usr/src/sbin/ipfw/../Makefile.inc" line 4: Could not find > src.opts.mk > make: "/usr/src/sbin/ipfw/../Makefile.inc" line 9: Malformed conditional > (${MK_DYNAMICROOT} == "no") > make: Fatal errors encountered -- cannot continue > make: stopped in /usr/src/sbin/ipfw > root@FB10Head:/usr/src/sbin/ipfw # uname -a > FreeBSD FB10Head 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r265868: Sun May > 11 11:44:35 UTC 2014 root@FB10Head:/usr/obj/usr/src/sys/GENERIC amd64 > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" I suspect you are seeing the same issue as described in the thread "delete-old issue with src.opts.mk" on -current. sean