From xemacs-m  Thu Jan 23 13:37:55 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 NAA16940 for <xemacs-beta@xemacs.org>; Thu, 23 Jan 1997 13:37:54 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id LAA31457;
	Thu, 23 Jan 1997 11:49:02 -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> <m220bc19ur.fsf@altair.xemacs.org> <vkbuagryci.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 12:22:05 -0700
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: 23 Jan 1997 11:49:02 -0800
Message-ID: <m2ybdkyxxt.fsf@altair.xemacs.org>
Lines: 90
X-Mailer: Red Gnus v0.82/XEmacs 20.0

Mark Borges writes:

>>> On 23 Jan 1997 11:15:40 -0800,
>>> Steven L Baur(sb) wrote:
sb> Mark Borges writes:
>>> This patch works for me (sans mule; configuration details below).
                             ^^^^ ^^^^

Right.

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

> Right. That's what I wanted you to fix ;-). I didn't understand which
> compartment of puresize was best -- I also compiled in tooltalk, and
> there is a separate category for that.

sb> Does this work?

> Yes, but it's more waste-age:

> 	Purespace usage: 762464 of 814000 (94% -- 50k wasted).

> Loading loadup.el...

This is more informative when --debug=yes is enabled.

Loading loadup.el...
Using load-path (/usr/src/xemacs-20.0/src/../lisp/prim)
Loading backquote... (2752)
Loading bytecomp-runtime... (2704)
Loading subr... (6908)
Loading replace... (12332)

> Using load-path (/scratch/mdb/wrk/xemacs-20.0-b91/src/../lisp/prim)
> Loading backquote...
> Loading bytecomp-runtime...


O.K.  Try this.

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 19:45:05
@@ -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,11 @@
 /* Extra amount of purespace needed for Sunpro builds. */
 
 #ifdef SUNPRO
-# define SUNPRO_PURESIZE_EXTRA 40000
+#ifdef MULE /* ~50k extra for tm */
+# define SUNPRO_PURESIZE_EXTRA 135000
+#else
+#define SUNPRO_PURESIZE_EXTRA 85000
+#endif
 #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.

