From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 20 06:47:56 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 4C83317A for ; Sat, 20 Apr 2013 06:47:56 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-ia0-x22d.google.com (mail-ia0-x22d.google.com [IPv6:2607:f8b0:4001:c02::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 1E28E1078 for ; Sat, 20 Apr 2013 06:47:55 +0000 (UTC) Received: by mail-ia0-f173.google.com with SMTP id j5so4068486iaf.18 for ; Fri, 19 Apr 2013 23:47:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=vSsvNnGIhYiEZnNWLOBESkfxyCQ62MCQgi7Oj+PDkLY=; b=DQK976EtPKra3y23xtDUD3wTAz9HL2q21JywL2/5AZiFw9M/EY1RmqCsCkOSMFdW3h A/IRDkL0ORXRihFJ6dZBwi+F/H0Gd4smm2OVDEeEbZ+bnSOg9CDeqs05Dq2j/5ovmsjp SMxwb9acgttd7ZT0Xnl30gTe7c3FseNFqsnHpFODJtqk/QFlWasQOAzoI8TOr4kWftk7 m9aOIq7myhHYKyMLM+0/A8e7zk2WgpIgurWrYrOZWewk+c6ftOc3p8/NnD9TQePO2YLX wRzW/izHiKJPWkOHEvZakZP0Z24VTOsm/k3/1WK9K8VuLAlOrp9iB5rlJhmhlKj6EYfa vXVQ== MIME-Version: 1.0 X-Received: by 10.50.6.34 with SMTP id x2mr10650720igx.86.1366440475605; Fri, 19 Apr 2013 23:47:55 -0700 (PDT) Received: by 10.64.86.70 with HTTP; Fri, 19 Apr 2013 23:47:55 -0700 (PDT) In-Reply-To: <20130414204947.C1AB058097@chaos.jnpr.net> References: <201304140420.r3E4K0Et063274@freefall.freebsd.org> <9B5C1BF8-17FB-4718-8AF1-3F8F5E55DAB8@gmail.com> <20130414054224.6720958097@chaos.jnpr.net> <866FF12C-2525-4A59-B20B-39A0522D7B44@gmail.com> <20130414062049.B0C8958097@chaos.jnpr.net> <670AA8F8-B4EA-4D13-B892-EB94BF88F046@gmail.com> <20130414204947.C1AB058097@chaos.jnpr.net> Date: Fri, 19 Apr 2013 23:47:55 -0700 Message-ID: Subject: Re: conf/177845: WITH_BMAKE does not work on CURRENT From: Garrett Cooper To: "Simon J. Gerraty" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-bugs@freebsd.org 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: Sat, 20 Apr 2013 06:47:56 -0000 Still running into problems with the latest version of HEAD. For some odd reason it's not calling the build with the right version of make; it was working with svn though (which is bizarre), so I suspect my git workspace is fubar somehow (doing a diff to try and find the discrepancy right now). --- buildworld --- make: illegal option -- J usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable] [-d flags] [-E variable] [-f makefile] [-I directory] [-j max_jobs] [-m directory] [-V variable] [variable=value] [target ...] *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src On Sun, Apr 14, 2013 at 1:49 PM, Simon J. Gerraty wrote: > FWIW the buildworld I just did (with freebsd make as /usr/bin/make) > finished ok (tree updated to r249461), and lots of previous builds used > bmake as /usr/bin/make. I'll rebuild this same tree that way... > > Yep, that complete ok too. > >> I'm rebuilding world right now so it might be due to a bug fixed = >>in the past, but I swear I've seen this on another CURRENT box I kept = >>reasonably (within the past couple months) up to date.