From owner-freebsd-sparc64@FreeBSD.ORG Mon Nov 29 18:31:55 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 74AA0106566C for ; Mon, 29 Nov 2010 18:31:55 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 029BE8FC13 for ; Mon, 29 Nov 2010 18:31:54 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id oATIVrov018630; Mon, 29 Nov 2010 19:31:53 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id oATIVrxs018629; Mon, 29 Nov 2010 19:31:53 +0100 (CET) (envelope-from marius) Date: Mon, 29 Nov 2010 19:31:53 +0100 From: Marius Strobl To: Super Bisquit Message-ID: <20101129183153.GA18481@alchemy.franken.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-sparc64@freebsd.org Subject: Re: 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 18:31:55 -0000 On Mon, Nov 29, 2010 at 02:55:21AM -0500, Super Bisquit wrote: > 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. I'd suggest to report this along with the respective build logs to the ports people as it hardly sounds like an sparc64 specific problem. Note that the CPUTYPE and CFLAGS you are using are bogus though; CPUTYPE is so far not supported on sparc64 and using "sparc64" there is certainly wrong and I also doubt globally using -ffast-math is a good idea. Marius