From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: [patch] get 1.8.8 to build on Solaris 10u9 Date: Thu, 28 Apr 2011 19:55:46 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1304013367 15964 80.91.229.12 (28 Apr 2011 17:56:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Apr 2011 17:56:07 +0000 (UTC) Cc: guile-devel@gnu.org To: Andrew Gaylard Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Apr 28 19:56:02 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QFVRa-0003Ae-2m for guile-devel@m.gmane.org; Thu, 28 Apr 2011 19:56:02 +0200 Original-Received: from localhost ([::1]:53977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFVRZ-00060n-Mq for guile-devel@m.gmane.org; Thu, 28 Apr 2011 13:56:01 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:34200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFVRW-0005w9-6o for guile-devel@gnu.org; Thu, 28 Apr 2011 13:55:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFVRV-0000H4-6W for guile-devel@gnu.org; Thu, 28 Apr 2011 13:55:58 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:33254 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFVRV-0000Gp-3a for guile-devel@gnu.org; Thu, 28 Apr 2011 13:55:57 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 8DB835E2F; Thu, 28 Apr 2011 13:57:59 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=KFw+yR6Kyl7+0/EI206n+mP5wDo=; b=eEEyIB PrO/sq/e4ZNL4FQMOw82WsiV0B7xjsA/EhyqDfYduzKIVC/hUQpUifNL4PVXYi1G Vc6U2OPQ+Vv/FXcOp+CK6NSu3PVzgQ3t5RnqgCpXNiHGLSFv0J0aAGgH1a4tD4jv p58+CX8a2qGdGEWVPVfCpz3YuXipxx0h1+Esk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=EyYv4ktI6OL9ACLPqA8aWxQ17kUBEQ0R iXIpK4q8YeArubohoR6pLSM/DMWC/zMulSYLrUoot2pMPx9vjFDCDBjc82M4sFiW pahKvZebHV7CDE08mYYDxnbEC4P/5wFrhxuwdTUU4omKX7IYR1oFwLVzLR96tZY5 84NayE+zXUo= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 7B5275E2D; Thu, 28 Apr 2011 13:57:57 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id E60425E2B; Thu, 28 Apr 2011 13:57:52 -0400 (EDT) In-Reply-To: (Andrew Gaylard's message of "Thu, 28 Apr 2011 17:33:34 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 0C8C6222-71C1-11E0-87E9-E8AB60295C12-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12371 Archived-At: Hi Andrew, On Thu 28 Apr 2011 17:33, Andrew Gaylard writes: > With the attached patch, I can build and run guile-1.8.8 on Solaris. > It seems that the old logic that used USRSTACK no longer works, > so I took it out. > > Tested on Solaris 10u9, on both SPARC64 and x86_64. Thanks for the patch. Do you have access to other versions of Solaris? We would need to test this patch under them as well. Andy -- http://wingolog.org/