From owner-freebsd-sparc64@FreeBSD.ORG Mon Nov 29 08:18:37 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A231A1065672 for ; Mon, 29 Nov 2010 08:18:37 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5C79A8FC17 for ; Mon, 29 Nov 2010 08:18:37 +0000 (UTC) Received: by qyk36 with SMTP id 36so1125557qyk.13 for ; Mon, 29 Nov 2010 00:18:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=O5RdxAi4/9LZRh+7a+eYjVchaE776l00IXM3EciYcqU=; b=HXWmUz91jNy5rnKej2aqOqS4eXO9p4PXkTnIUspppxA/XsdNWdZJ2VSwM2Bj1yKT9p fqd7LsAZVT90n0JEn5yrEC4A1HoaaAcXYP+0t1o+oAAwoNkshAimf8x7OuQ8vvTXZrlO gVyuxNVKtzYbFCqA0+JHZE1LVJ/7KYf8R86jQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=tZ46CbT/AMwB0XHnparBXuNtJZuClUQRHLrAoKZdT9/s+AJVC5qGpBCWv/NbuxwzUC 9Ij3HVomazaFCz65h9zp//jhA8o9p3pUvE+db2CTR18ygC/RVeq8w4jgPtSeZZxJdt2i BGNTJ31TcT460YlaSXJ74v6yHhhhaAJJ2g0dc= MIME-Version: 1.0 Received: by 10.224.37.139 with SMTP id x11mr3719382qad.152.1291017321103; Sun, 28 Nov 2010 23:55:21 -0800 (PST) Received: by 10.220.194.131 with HTTP; Sun, 28 Nov 2010 23:55:21 -0800 (PST) Date: Mon, 29 Nov 2010 02:55:21 -0500 Message-ID: From: Super Bisquit To: freebsd-sparc64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Xorg fails to build, breaking at libtool22 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2010 08:18:37 -0000 Sun Blade 1000 2x750MHz UltraSparc-III 8192M RAM FreeBSD 8.1 RELEASE. Package Xorg fails to build when libtool22 is built as part of process. Package libtool22 will build from subdirectory of work. Returning to Xorg the system breaks at libtool22 build. /etc/make.conf had "CPUTYPE?=ultrasparc" which was then changed to a value of "sparc64." CFLAGS are -mcpu=ultrasparc3, -O2, -pipe, -ffast-math, -finline-instructions.