From xemacs-m  Thu Jan 23 13:04:36 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id NAA16627 for <xemacs-beta@xemacs.org>; Thu, 23 Jan 1997 13:04:35 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id LAA30906;
	Thu, 23 Jan 1997 11:15:41 -0800
To: xemacs-beta@xemacs.org
Subject: Re: 20.0-b91 sparc-sun-solaris2.4 build failure and then success
References: <ocr7ml48edx.fsf@spssunp.spspme.ml.com> <m2lo9k1c7c.fsf@altair.xemacs.org> <vkg1zsrzqh.fsf@cdc.noaa.gov>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Mark Borges's message of 23 Jan 1997 11:52:06 -0700
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: 23 Jan 1997 11:15:40 -0800
Message-ID: <m220bc19ur.fsf@altair.xemacs.org>
Lines: 54
X-Mailer: Red Gnus v0.82/XEmacs 20.0

Mark Borges writes:

> This patch works for me (sans mule; configuration details below).

This still isn't quite right since you're putting Sun-specific
purespace usage into everybody else's build.

Does this work?

Index: puresize.h
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/src/puresize.h,v
retrieving revision 1.3
diff -u -r1.3 puresize.h
--- puresize.h	1997/01/23 07:09:56	1.3
+++ puresize.h	1997/01/23 18:41:02
@@ -32,9 +32,9 @@
    things configured in. */
 
 #if (LONGBITS == 64)
-# define BASE_PURESIZE 847000
+# define BASE_PURESIZE 892000
 #else
-# define BASE_PURESIZE 467000
+# define BASE_PURESIZE 512000
 #endif
 
 /* If any particular systems need to change the base puresize, they
@@ -79,9 +79,9 @@
 
 #ifdef MULE
 # if (LONGBITS == 64)
-#  define MULE_PURESIZE_EXTRA 144000
+#  define MULE_PURESIZE_EXTRA 99000
 # else
-#  define MULE_PURESIZE_EXTRA 123000
+#  define MULE_PURESIZE_EXTRA 78000
 # endif
 #else
 # define MULE_PURESIZE_EXTRA 0
@@ -110,7 +110,7 @@
 /* Extra amount of purespace needed for Sunpro builds. */
 
 #ifdef SUNPRO
-# define SUNPRO_PURESIZE_EXTRA 40000
+# define SUNPRO_PURESIZE_EXTRA 135000
 #else
 # define SUNPRO_PURESIZE_EXTRA 0
 #endif

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
Real men aren't afraid to use chains on icy roads.

