From owner-freebsd-current@FreeBSD.ORG Thu Sep 5 14:32:17 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AE8A3E1B; Thu, 5 Sep 2013 14:32:17 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87D032394; Thu, 5 Sep 2013 14:32:17 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 70F11B989; Thu, 5 Sep 2013 10:32:16 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Subject: Re: Cant build 32bit libraries Date: Thu, 5 Sep 2013 09:56:48 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p28; KDE/4.5.5; amd64; ; ) References: <5227A5BC.3090202@intertainservices.com> In-Reply-To: <5227A5BC.3090202@intertainservices.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201309050956.48226.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 05 Sep 2013 10:32:16 -0400 (EDT) Cc: Mike Jakubik , 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 14:32:17 -0000 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. -- John Baldwin