From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 14 05:48:39 2013 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C58281F4 for ; Sun, 14 Apr 2013 05:48:39 +0000 (UTC) (envelope-from sjg@juniper.net) Received: from exprod7og124.obsmtp.com (exprod7og124.obsmtp.com [64.18.2.26]) by mx1.freebsd.org (Postfix) with ESMTP id 7BC83200 for ; Sun, 14 Apr 2013 05:48:39 +0000 (UTC) Received: from P-EMHUB01-HQ.jnpr.net ([66.129.224.36]) (using TLSv1) by exprod7ob124.postini.com ([64.18.6.12]) with SMTP ID DSNKUWpDMWKDaVBW0+IcuglQARFUvElv3gM4@postini.com; Sat, 13 Apr 2013 22:48:39 PDT Received: from magenta.juniper.net (172.17.27.123) by P-EMHUB01-HQ.jnpr.net (172.24.192.33) with Microsoft SMTP Server (TLS) id 8.3.213.0; Sat, 13 Apr 2013 22:42:25 -0700 Received: from chaos.jnpr.net (chaos.jnpr.net [172.24.29.229]) by magenta.juniper.net (8.11.3/8.11.3) with ESMTP id r3E5gO330525; Sat, 13 Apr 2013 22:42:24 -0700 (PDT) (envelope-from sjg@juniper.net) Received: from chaos.jnpr.net (localhost [127.0.0.1]) by chaos.jnpr.net (Postfix) with ESMTP id 6720958097; Sat, 13 Apr 2013 22:42:24 -0700 (PDT) To: Garrett Cooper Subject: Re: Fwd: conf/177845: WITH_BMAKE does not work on CURRENT In-Reply-To: <9B5C1BF8-17FB-4718-8AF1-3F8F5E55DAB8@gmail.com> References: <201304140420.r3E4K0Et063274@freefall.freebsd.org> <9B5C1BF8-17FB-4718-8AF1-3F8F5E55DAB8@gmail.com> Comments: In-reply-to: Garrett Cooper message dated "Sat, 13 Apr 2013 21:26:17 -0700." From: "Simon J. Gerraty" X-Mailer: MH-E 7.82+cvs; nmh 1.3; GNU Emacs 22.3.1 Date: Sat, 13 Apr 2013 22:42:24 -0700 Message-ID: <20130414054224.6720958097@chaos.jnpr.net> MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-bugs@FreeBSD.org, sjg@juniper.net X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Apr 2013 05:48:39 -0000 On Sat, 13 Apr 2013 21:26:17 -0700, Garrett Cooper writes: > The summary could be a bit better. Basically "buildworld with = >bmake installed as make does not work with WITH_BMAKE specified on = >CURRENT on next compile". >HTH, Hmm, I've been building current with buildworld and bmake as make, and WITH_BMAKE set for months, including a tree updated this week (r249392). The error: --- buildworld --- make: illegal option -- J usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable] is the result of some makefile invoking bare 'make' rather than ${MAKE} and finding an instance of FreeBSD make. If bmake is installed as /usr/bin/make, I'm not sure how that could happen. Any more details available?