From owner-freebsd-questions@FreeBSD.ORG Fri Mar 1 22:27:52 2013 Return-Path: Delivered-To: questions@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 0F8C388C for ; Fri, 1 Mar 2013 22:27:52 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-gg0-x230.google.com (mail-gg0-x230.google.com [IPv6:2607:f8b0:4002:c02::230]) by mx1.freebsd.org (Postfix) with ESMTP id CBC371A90 for ; Fri, 1 Mar 2013 22:27:51 +0000 (UTC) Received: by mail-gg0-f176.google.com with SMTP id q6so537326ggc.35 for ; Fri, 01 Mar 2013 14:27:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:subject:from:to:cc:in-reply-to:references :disposition-notification-to:content-type:date:message-id :mime-version:x-mailer; bh=mGMj3CJv0ZvHkDSpWu2gVnmm40gM3KKDsk+34ry9tm8=; b=1G2i2xUPKotokYh6HQh8LgzH1jN0VGZnVV1hpu01GU/AADNfD62wa7bXIlnHgtygFz pUI450/ymD6zpYPC0eLo8rt1SJb9gY/1t3oXmrcZJvXpyBADJs911Jsx6E2CIW4zhWT8 TPA8nFD6tABdWdoJIm6oAJeaveOjmXfE0tdjP6C7TXLh5qrVdINRylkIYdRlC5PRZq5n TmEvMzqsYu8AoVrSKXmsPfTR10kQaYkbcyiLTeE8sdBbFL3qUHeef9En8RgPD8MCgsec u3CeccK14KYxay8FOxfo23JZptVvjzqxI80dVZkvUECmm6PXcWpFoav3lR3TCPJE1bD8 iuAA== X-Received: by 10.236.115.66 with SMTP id d42mr8717530yhh.156.1362176871364; Fri, 01 Mar 2013 14:27:51 -0800 (PST) Received: from [192.168.6.230] ([177.82.45.55]) by mx.google.com with ESMTPS id e8sm17341357yhh.16.2013.03.01.14.27.48 (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 01 Mar 2013 14:27:50 -0800 (PST) Subject: Re: buildowrld fails in sendmail From: Sergio de Almeida Lenzi To: Robert Huff In-Reply-To: <20785.8617.401737.814680@jerusalem.litteratus.org> References: <20785.8617.401737.814680@jerusalem.litteratus.org> Date: Fri, 01 Mar 2013 19:27:45 -0300 Message-ID: <1362176865.29467.12.camel@z6000.lenzicasa> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 22:27:52 -0000 Em Sex, 2013-03-01 às 16:46 -0500, Robert Huff escreveu: > On a system running: > > FreeBSD 10.0-CURRENT #0: Sun Dec 30 12:52:09 EST 2012 amd64 > > "make buildworld" fails with this: My solution is to edit /etc/src.conf like this: ________________________________________________________________________ MALLOC_PRODUCTION=yes WITH_BSDCONFIG=yes WITH_BSD_PATCH=yes WITH_ICONV=yes WITH_IDEA=yes WITHOUT_PKGTOOLS=yes WARNS=2 NO_WERROR=yes ________________________________________________________________________ and make buildworld again... You can use all the options, but for sendmail only the last 2 are significant... It works for me