From owner-freebsd-current@FreeBSD.ORG Mon Jun 3 11:16:54 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 218D6153 for ; Mon, 3 Jun 2013 11:16:54 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-ve0-x232.google.com (mail-ve0-x232.google.com [IPv6:2607:f8b0:400c:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id DCAFD1780 for ; Mon, 3 Jun 2013 11:16:53 +0000 (UTC) Received: by mail-ve0-f178.google.com with SMTP id pb11so2664944veb.37 for ; Mon, 03 Jun 2013 04:16:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=nyEnAMTwfvjkMmMvY1WrpN9cwjiIVDVykm8F4iG6HDw=; b=gZUiOSWpv+bx8Fhf1DUuFqyoYCJ13D+giTW6z9KCS0jVFKHGkJRzOBPZluhPWcHe8V B94jAYjUn09Lb8H2BycdxH+slB1NfcIBS5RZWjueFD2jS5b4mBmT98iOwqsAfvKbw5MP QKBbuohaLoe5kfb1h9X/ZlmLQuRyFoSjDxTUsf24F9t6qEAV6UjWfV1iyyVGtyObKHjj bBaeZEUcYYXR7X7aZNRPxBUWeqysKLqw92yJJXOEd/DGFPyWf+RmjkKQIdrL7qxEr/z9 O7cwVklcpfi3NEbgJh8hJa7MB/SqykAJF1WQ1+WpjunhCS4l5n2Ya7Kr5OKDLJZN+bL0 hqPw== X-Received: by 10.52.249.41 with SMTP id yr9mr14522575vdc.17.1370258213376; Mon, 03 Jun 2013 04:16:53 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.58.204.232 with HTTP; Mon, 3 Jun 2013 04:16:33 -0700 (PDT) From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Mon, 3 Jun 2013 13:16:33 +0200 X-Google-Sender-Auth: eIMnVsVFPl_4_HAclH2EwSzbF78 Message-ID: Subject: bmake prevent to cross-compile 9/stable from a -current host To: "freebsd-current@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Jun 2013 11:16:54 -0000 Hi, I can't build 9-stable (or 9.0, 9.1) from my -current host machine since the switch to bmake. I've solved this problem by rebuilding my -current host with WITHOUT_BMAKE, but I would to know if it's a known bug or a new expected behavior ? Thanks, Olivier