From owner-freebsd-current@FreeBSD.ORG Wed Oct 23 01:29:08 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTP id E7356840 for ; Wed, 23 Oct 2013 01:29:08 +0000 (UTC) (envelope-from jaglover@gmail.com) Received: from mail-yh0-x22d.google.com (mail-yh0-x22d.google.com [IPv6:2607:f8b0:4002:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC79226F9 for ; Wed, 23 Oct 2013 01:29:08 +0000 (UTC) Received: by mail-yh0-f45.google.com with SMTP id i57so55435yha.4 for ; Tue, 22 Oct 2013 18:29:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=h0AURDd8xqpZrVbl4fRCfLQ8uCCEmDHVkeULTi6o0zw=; b=Q9qVp3jZj1U4XCcaiokQZD4uEOqVb+l5aGQfXKY1a7ZtbO0UlwuAhy7ZnRO+2Cq4iB swg8ZurlNxrF5DyJ2AjX8X1gfa7PM5vDi8IGAMiyJCr7haV38x8yMhkfh1PrAGXftTu+ o+Ye8qgbDNkiyJVJe3Z58vQsBtdlw7OP8b0fsE9I+4wQDXaEji7tlHn7Fc2CakaZwc2n +Haawur3mEV3zLeWcsKxiHfnKgMm8K59Otxtkob1ajPZ3kzc0giFg8C5Dqc+Fk5cE2Vz rn/ZJYtVseR6pIhUvQsBhE8T9rUlmfsLCHCYAIcJ/sj+8vzgPqS+LaL64YXNXFIi0Xht zHfA== X-Received: by 10.236.4.72 with SMTP id 48mr17931325yhi.43.1382491258634; Tue, 22 Oct 2013 18:20:58 -0700 (PDT) Received: from zeus.saul.homeunix.org (methodstech-9.eatel.net. [209.124.200.105]) by mx.google.com with ESMTPSA id s20sm40828753yhi.0.2013.10.22.18.20.57 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Oct 2013 18:20:58 -0700 (PDT) Date: Tue, 22 Oct 2013 20:20:56 -0500 From: "Saul A. Peebsen" To: FreeBSD Current Subject: Re: make buildworld Message-ID: <20131022202056.7d03dc88@zeus.saul.homeunix.org> In-Reply-To: <20131023005502.GB3421@dft-labs.eu> References: <20131022194921.6adebf5d@zeus.saul.homeunix.org> <20131023005502.GB3421@dft-labs.eu> X-Mailer: Claws Mail 3.9.2-dirty (GTK+ 2.24.22; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Wed, 23 Oct 2013 01:29:09 -0000 On Wed, 23 Oct 2013 02:55:02 +0200 Mateusz Guzik wrote: > On Tue, Oct 22, 2013 at 07:49:21PM -0500, Saul A. Peebsen wrote: > > OK, here's a bit of history of this box. Never wanted to run > > CURRENT, but had no choice, STABLE wouldn't boot. So I followed all > > the advice how to disable all debugging features. Now I'm trying to > > build latest 10 and I'm getting the error below. > > > > What's wrong? > > > > Presumably you have MALLOC_PRODUCTION set in src.conf or make.conf, > remove it. Thank you, is there anything else I need to modify to move from 10-CURRENT to BETA and ultimately to RELEASE? -- Cheers, Saul