From owner-freebsd-current@FreeBSD.ORG Thu Sep 5 17:09:52 2013 Return-Path: Delivered-To: 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 04BE13C3; Thu, 5 Sep 2013 17:09:52 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: from mail.intertainservices.com (mail.intertainservices.com [69.77.177.114]) by mx1.freebsd.org (Postfix) with ESMTP id CF3B820F0; Thu, 5 Sep 2013 17:09:51 +0000 (UTC) Received: from freebsd.local (unknown [172.16.10.114]) by mail.intertainservices.com (Postfix) with ESMTPSA id 83DF556472; Thu, 5 Sep 2013 13:09:50 -0400 (EDT) Message-ID: <5228BADE.6010506@intertainservices.com> Date: Thu, 05 Sep 2013 13:09:50 -0400 From: Mike Jakubik User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130808 Thunderbird/17.0.8 MIME-Version: 1.0 To: John Baldwin Subject: Re: Cant build 32bit libraries References: <5227A5BC.3090202@intertainservices.com> <201309050956.48226.jhb@freebsd.org> In-Reply-To: <201309050956.48226.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: 83DF556472.AE831 X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No Cc: freebsd-current@freebsd.org, FreeBSD current mailing list 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: Thu, 05 Sep 2013 17:09:52 -0000 On 09/05/13 09:56, John Baldwin wrote: > On Wednesday, September 04, 2013 5:27:24 pm Mike Jakubik wrote: >> Hello, >> >> I'm trying to install 32 libraries or a resent snapshot, but i get this >> error. >> >> /usr/src # make build32 > I'm not sure that is supposed to work standalone. Perhaps try doing a make > toolchain first. > I think you are correct, a complete make buildworld works fine. This used to work on -STABLE. Thanks.