From owner-svn-src-head@FreeBSD.ORG Mon Jul 14 00:04:10 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B05E190 for ; Mon, 14 Jul 2014 00:04:10 +0000 (UTC) Received: from mail-qa0-f43.google.com (mail-qa0-f43.google.com [209.85.216.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EAA5D25EC for ; Mon, 14 Jul 2014 00:04:09 +0000 (UTC) Received: by mail-qa0-f43.google.com with SMTP id w8so2671603qac.16 for ; Sun, 13 Jul 2014 17:04:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=4Gkxmbi60pcKexBj6L/e6Egje1pAAd5UkMka21T2P/o=; b=YqrMgb5tJMMPVOZPhFV6gHKFlbYKUkELmEEwO9vWHjavtLITG2r0HXeABWsfIwHInp AyXM05i0AY2YfFUZd9BKM9clB7GZ/SvuhWJzv7PJj3z4fyzQUuvv41z5oqdYvsHC9I5h IZIo013H5Eh3ZD3fEcCI948aHt/990PfJ/Q//IJAeSNrojtKGf/lbDMT4/A/P0i5kqHB irP+fCdM+de0IniELAFNHjFEmiOVFV6lh/s3dUp/55PqriD00VbVjt7tKN5Zxo5Fsx7o t/VI+sLQVTFYJjZAgO5OvF9RRzDggfybJVJBHsdVhFtyiDljxGLM0lw7vxfMuiK7OrJ7 xvVg== X-Gm-Message-State: ALoCoQmyytlSCAj+DQZ9/kEtzGVkCn9emmgwM6TsYIds9n8JsXxUViOglROJwAOOOd7BXIS2+0Kl X-Received: by 10.140.46.70 with SMTP id j64mr19436012qga.27.1405296243534; Sun, 13 Jul 2014 17:04:03 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.99 with HTTP; Sun, 13 Jul 2014 17:03:42 -0700 (PDT) X-Originating-IP: [184.153.117.174] In-Reply-To: References: <201406121854.s5CIsrmq000136@svn.freebsd.org> <20140612235647.GO1248@hub.FreeBSD.org> <20140613002017.GP1248@hub.FreeBSD.org> <20140709010719.GM1216@hub.FreeBSD.org> <20140709023222.GO1216@hub.FreeBSD.org> From: Julio Merino Date: Sun, 13 Jul 2014 20:03:42 -0400 X-Google-Sender-Auth: naiO_vpI04v4XVT1lv1KjcPQs1w Message-ID: Subject: Re: svn commit: r267424 - in head: share/mk tools/build/options To: Glen Barber , Warner Losh Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2014 00:04:10 -0000 On Fri, Jul 11, 2014 at 8:17 PM, Julio Merino wrote: > On Tue, Jul 8, 2014 at 10:34 PM, Julio Merino wrote: >> >> OK. Regardless, I suppose that being able to build HEAD from the >> supported releases is supposed to work? Even from 8.4? Will >> investigate for 9.x. > > Alright. I could reproduce this... but it was not obvious. > > A "make buildworld" with WITH_TESTS=yes from 9.3_RC3 works *just fine*. > > The problem is that tinderbox is setting > MAKESYSPATH=/path/to/src/share/mk and this seems to cause the build > system to not compile and use the bmake that is in current, instead > relying on the host make (/usr/bin/make). This is a problem because > the -current *.test.mk use the :tW modifier which is not present in > the bmake version shipped in 9.x. Fixed in r268598. I don't think tinderbox is doing the right thing though.