From owner-freebsd-sparc64@FreeBSD.ORG Mon Nov 29 15:39:04 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 82BE0106566B for ; Mon, 29 Nov 2010 15:39:04 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3BB6C8FC20 for ; Mon, 29 Nov 2010 15:39:04 +0000 (UTC) Received: by qwg8 with SMTP id 8so3717828qwg.13 for ; Mon, 29 Nov 2010 07:39:03 -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=Rbj5IawWneHkwombOrI3L1eJ2pSDJ6CbkS/gTWQjUCk=; b=CLEd9yxndQBoFvUKioXUT9vKW7SPhVAKeTfE+3m8Wf2pJGbuHrua9Yi7r6/5+Kg//D glDuHlFDH9Vr1cJK2hJl3dZV5Z6WnOic/D4lPOv7UySC2ZOGGQGGBXy6ffw/vabW60ig VzY0hriV7PtjgBEWvJBxwEk6BAn+8pmjqcAEM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JRgzGMZRkixN2vG9MhEPgKCreZCmZTXSbKIiIIvt61HaUAGsKCEVkY2FH23d8tb1sy 2AkFocRgCSxun2KsV/dSRFF9RRkwcuNIUryfcOLlxo0WRQR79QitaCtVRInAsBzjaTl0 2QICJOLgEWog5JdaYIN/gJ6IDGIBIL6SCGx0M= MIME-Version: 1.0 Received: by 10.229.214.5 with SMTP id gy5mr4706768qcb.245.1291045143347; Mon, 29 Nov 2010 07:39:03 -0800 (PST) Received: by 10.220.194.131 with HTTP; Mon, 29 Nov 2010 07:39:03 -0800 (PST) Date: Mon, 29 Nov 2010 10:39:03 -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: This is not spam Fwd: 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 15:39:04 -0000 This is not spam. The problem here is not with Xorg, it is with building Xorg on a Sun Blade 1000 which is an ultrasparc3/sparc64 architecture. The system tries to build libtool22 from ports even after I built and installed from the work subdirectory. The program does not search for the installed component. Agora, how do I solve this problem? ---------- Forwarded message ---------- From: Super Bisquit Date: Mon, Nov 29, 2010 at 2:55 AM Subject: Xorg fails to build, breaking at libtool22 To: freebsd-sparc64@freebsd.org 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.