From xemacs-m  Thu Jan 23 11:56:30 1997
Received: from hudutil2gw.ml.com (hudutil2f01.ml.com [198.242.49.32])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id LAA16089 for <xemacs-beta@xemacs.org>; Thu, 23 Jan 1997 11:56:28 -0600 (CST)
Received: from ml2.ml.com ([199.201.37.130])
          by hudutil2gw.ml.com (8.8.4/8.8.4/MLgw-3.03) with ESMTP
	  id MAA05982 for <xemacs-beta@xemacs.org>; Thu, 23 Jan 1997 12:55:34 -0500 (EST)
Received: from commpost.ml.com (commpost.ml.com [146.125.4.24]) by ml2.ml.com (8.7.5/8.7.3/MLml-2.06b) with SMTP id MAA29269 for <xemacs-beta@xemacs.org>; Thu, 23 Jan 1997 12:58:42 -0500 (EST)
Received: from spssunp.spspme.ml.com (spssunp.spspme.ml.com [192.168.111.13]) by commpost.ml.com (8.6.12/8.6.12) with ESMTP id MAA01762; Thu, 23 Jan 1997 12:58:10 -0500
Received: by spssunp.spspme.ml.com (SMI-8.6/SMI-4.1)
	id MAA22347; Thu, 23 Jan 1997 12:55:55 -0500
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: 20.0-b91 sparc-sun-solaris2.4 build failure and then success
Reply-To: Colin Rafferty <craffert@ml.com>
X-Y-Zippy: YOW!!  The land of the rising SONY!!
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: multipart/mixed;
 boundary="Multipart_Thu_Jan_23_12:55:54_1997-1"
Content-Transfer-Encoding: 7bit
From: Colin Rafferty <craffert@spspme.ml.com>
Date: 23 Jan 1997 12:55:54 -0500
Message-ID: <ocr7ml48edx.fsf@spssunp.spspme.ml.com>
Lines: 108
X-Mailer: Red Gnus v0.79/XEmacs 20.0

--Multipart_Thu_Jan_23_12:55:54_1997-1
Content-Type: text/plain; charset=US-ASCII

The executive summary:

First build had puresize too small.  I switched it to b90 values in
puresize.h and `make' succeeded.


--Multipart_Thu_Jan_23_12:55:54_1997-1
Content-Type: text/plain; charset=US-ASCII

Configure info:

./configure --with-xface --with-sparcworks --with-tooltalk \
        --site-includes=/export1/craffert/src/site \
        --site-libraries=/export1/craffert/src/site \
        --site-runtime-libraries=/export1/craffert/src/site

Configured for `sparc-sun-solaris2.4'.

  Where should the build process find the source code?    /export1/craffert/src/xemacs-20.0-b91
  What installation prefix should install use?		  /usr/local
  What operating system and machine description files should XEmacs use?
        `s/sol2-4.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              gcc -g -O 
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? yes
  What window system should XEmacs use?                   x11
  Where do we find X Windows header files?                /usr/openwin/include
  Where do we find X Windows libraries?                   /usr/openwin/lib
  Additional header files:                                /export1/craffert/src/site
  Additional libraries:                                   /export1/craffert/src/site /export1/craffert/src/site
  Compiling in support for XAUTH.
  Compiling in support for XPM.
  Compiling in support for X-Face headers.
  Compiling in support for GIF image conversion.
  Compiling in native sound support.
  Compiling in support for DBM.
  Compiling in support for ToolTalk.
  Compiling in support for SparcWorks.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena dialog boxes.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.


--Multipart_Thu_Jan_23_12:55:54_1997-1
Content-Type: text/plain; charset=US-ASCII

First run (unsuccessful):

Dumping under the name xemacs

****	Pure Lisp storage exhausted!
	Check whether you are loading .el files when .elc files were intended.
	Otherwise, increase PURESIZE in puresize.h and relink.

	PURESIZE is presently 674000.
	An additional 95000 bytes will guarantee enough pure space;
	a smaller increment may work (due to structure-sharing).
****
                           total:   bytes:
   cons cells:             13406   107248  16%
   float objects:             10      160   0%
   symbol-name strings:     8154   218700  32%
   compiled-function objects: 1756    56192   8%
   byte-code strings:       1756   111648  17%
   byte-constant vectors:   1756    79220  12%
   interactive strings:      299     6052   1%
   documentation strings:      0        0   0%
   other function strings:  1976    64480  10%
   other vectors:            269     7256   1%
   other strings:            533    23004   3%
   all strings:            12718   423884  63%
   all vectors:             2025    86476  13%


--Multipart_Thu_Jan_23_12:55:54_1997-1
Content-Type: text/plain; charset=US-ASCII

Second run (successful after reverting puresize.h):

Purespace usage: 762944 of 769000 (99% -- 5k wasted).
                           total:   bytes:
   cons cells:             13975   111800  15%
   float objects:             10      160   0%
   symbol-name strings:     8626   233688  31%
   compiled-function objects: 2030    64960   9%
   byte-code strings:       2030   126124  17%
   byte-constant vectors:   2030    91096  12%
   interactive strings:      318     6376   1%
   documentation strings:      0        0   0%
   other function strings:  2256    96088  13%
   other vectors:            340     8228   1%
   other strings:            572    24408   3%
   all strings:            13802   486684  64%
   all vectors:             2370    99324  13%


--Multipart_Thu_Jan_23_12:55:54_1997-1
Content-Type: text/plain; charset=US-ASCII

-- 
Colin

--Multipart_Thu_Jan_23_12:55:54_1997-1--

