From owner-freebsd-sparc64@FreeBSD.ORG Mon Nov 29 20:11:22 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 C5697106566C for ; Mon, 29 Nov 2010 20:11:22 +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 76DBA8FC17 for ; Mon, 29 Nov 2010 20:11:22 +0000 (UTC) Received: by qyk36 with SMTP id 36so1815954qyk.13 for ; Mon, 29 Nov 2010 12:11:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=wEFsU1Tdf1dXDOOnTQkCUS8D+VCgBDTTMAqmZR8dAU8=; b=fbTdOjHX2RDpcoz+1pQWjZ1+ujp9phRgps9EKd9PRXBSr4pTV111iW5xtImeeYJpVT TP8yVMAEmGtx3B9M3ssvHgZiNLvBMWiu7rFIeGjIbLqMcyASHciShRWlKEFo70Nam6YC amxyXzh0Y71Yh15+2IRq8hfr3SxHPTqdMiy2o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=D7a2XWNNMn0XKUV8mrhRfR1vlnP62bN4Fjco6mBMV72PTbK0P/VIzftqPjOJQL8j4U lB+fVbMe8CNr84Fyopi7hsBI3DCyQr9k4nATbl0+4ci9IjAtanqEfqec1jvFJV04Lh6u 9azmLIDZpJheB+LPkUTxQzyMoQ3PPyTUf8fn0= MIME-Version: 1.0 Received: by 10.229.214.5 with SMTP id gy5mr4944811qcb.245.1291061481161; Mon, 29 Nov 2010 12:11:21 -0800 (PST) Received: by 10.220.194.131 with HTTP; Mon, 29 Nov 2010 12:11:21 -0800 (PST) In-Reply-To: <20101129183153.GA18481@alchemy.franken.de> References: <20101129183153.GA18481@alchemy.franken.de> Date: Mon, 29 Nov 2010 15:11:21 -0500 Message-ID: From: Super Bisquit To: Marius Strobl Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 20:11:22 -0000 Peter Jeremy sent me a suggestion that is currently working. I commented out the CFLAGS and CPUTYPE? and everything is building. I based that part of /etc/make.conf with my experience on building on a G3 and G4. Also, the only references I can find at the moment are GCC for sparc64 make flags. I also looked for an earlier post on the list for working cflags. http://lists.freebsd.org/pipermail/freebsd-sparc64/2007-February/004618.html On Mon, Nov 29, 2010 at 1:31 PM, Marius Strobl wrote: > 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 > >