From owner-freebsd-current@FreeBSD.ORG Mon Mar 2 13:58:06 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3CEA4F3A for ; Mon, 2 Mar 2015 13:58:06 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03386A66 for ; Mon, 2 Mar 2015 13:58:06 +0000 (UTC) Received: by iecrl12 with SMTP id rl12so47833945iec.2 for ; Mon, 02 Mar 2015 05:58:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kYABdcAIxKwf9N7uCJeZCZ4jRl9ZDhvgUj37ezAXgJE=; b=BTLDn5mo/qHS/JfoF8lafQoxqoEUbcswRcKWUPp2TwHlK98nsSI60l4jIhTgIAOhb3 bxCwz0KxmuiHJAOtQ500KyQvic7kCAsQNx7ECBnrFexkSsZYxIJUmmpLFwK33qJoLKnt 3Jp0KYKgMZ7+0Zm5+XUEvVf9gK6FVTRsWiI7+8wsbN+IcjRuIN5To7UiQ+o9lsvQ/w02 a+LmX463hgchpCfF1H9iqIJerbrailHK2PKw3ClECzfsHVSrIQrNMEakfco+lFpD55Sc 1HotFPLy2ofJ8kk2jTvsvNg6wl0Ri5tQbXM39QQ+9chx3iXuvmM4WK6B6wO/aModF71l kJsg== MIME-Version: 1.0 X-Received: by 10.42.210.20 with SMTP id gi20mr30961474icb.34.1425304685388; Mon, 02 Mar 2015 05:58:05 -0800 (PST) Received: by 10.107.156.75 with HTTP; Mon, 2 Mar 2015 05:58:05 -0800 (PST) In-Reply-To: <20150302115057.62d2c74c@prometheus> References: <20150302115057.62d2c74c@prometheus> Date: Mon, 2 Mar 2015 08:58:05 -0500 Message-ID: Subject: Re: r279514: buildworld failure: /usr/src/lib/libnv/tests/dnv_tests.cc:453:2: error: use of overloaded operator '<<' is ambiguous From: Ryan Stone To: "O. Hartmann" Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 02 Mar 2015 13:58:06 -0000 Can you post the contents of your make.conf and src.conf? I didn't see this in any of my "make tinderbox" runs