From xemacs-m  Sun Feb 16 15:09:21 1997
Received: from gwa.ericsson.com (gwa.ericsson.com [198.215.127.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA04841
	for <xemacs-beta@xemacs.org>; Sun, 16 Feb 1997 15:09:20 -0600 (CST)
Received: from mr1.exu.ericsson.se (mr1.exu.ericsson.com [138.85.147.11]) by gwa.ericsson.com (8.8.2/8.8.2) with ESMTP id PAA02898 for <xemacs-beta@xemacs.org>; Sun, 16 Feb 1997 15:08:49 -0600 (CST)
Received: from screamer.rtp.ericsson.se (screamer.rtp.ericsson.se [147.117.133.13]) by mr1.exu.ericsson.se (8.7.1/NAHUB-MR1.1) with SMTP id PAA09011 for <xemacs-beta@xemacs.org>; Sun, 16 Feb 1997 15:08:48 -0600 (CST)
Received: from rcur (rcur18.rtp.ericsson.se [147.117.133.138]) by screamer.rtp.ericsson.se (8.6.12/8.6.4) with ESMTP id QAA01809 for <xemacs-beta@xemacs.org>; Sun, 16 Feb 1997 16:08:47 -0500
To: XEmacs Mailing List <xemacs-beta@xemacs.org>
Subject: 20.1-b1 puresize failure then success
Mime-Version: 1.0 (generated by tm-edit 7.101)
Content-Type: text/plain; charset=US-ASCII
Date: Sun, 16 Feb 1997 16:08:46 -0500
Message-ID: <29048.856127326@rtp.ericsson.se>
From: Raymond Toy <toy@rtp.ericsson.se>


Building 20.1-b1 from full distribution on Solaris 2.5.1, with
X11R6.1, gcc 2.7.2.  Result is:

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

  Where should the build process find the source code?    /home/unix/toy/apps/xemacs-20.1-b1
  What installation prefix should install use?            /home/unix/rcur/XEmacs/20.1
  What operating system and machine description files should XEmacs use?
        `s/sol2-5.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?                /apps/public/solaris2.5/X11R6.1/include
  Where do we find X Windows libraries?                   /apps/public/solaris2.5/X11R6.1/lib
  Additional header files:                                /apps/public/solaris2.5/include
  Additional libraries:                                   /apps/public/solaris2.5/lib
  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 support for JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in both network and native sound support.
  Compiling in support for DBM.
  Compiling in support for ToolTalk.
  Compiling in Mule (multi-lingual) support.
  Compiling in support for SparcWorks.
  Using the Lucid menubar.
  Using the Motif scrollbar.
  Using the Motif dialog boxes.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.


Ran out of purespace:

Loading annotations...

ERROR:  Pure Lisp storage exhausted!
 (0)
Loading sunpro/sunpro-load.el ...done (154180)
Finding pointers to doc strings...
Note: Strange doc (weird function) for function set-face-font @ 911751
Note: Strange doc (weird function) for function set-face-foreground @ 913279
Note: Strange doc (weird function) for function set-face-background @ 914836
Finding pointers to doc strings...done
Warning: doc lost for function font-dropcaps-p.
Warning: doc lost for function custom-facep.
Warning: doc lost for function font-smallcaps-p.
Warning: doc lost for function font-reverse-p.
Warning: doc lost for function set-font-strikethru-p.
Warning: doc lost for function set-font-linethrough-p.
Warning: doc lost for function set-face-font-family.
Warning: doc lost for function font-original-set-face-background.
Warning: doc lost for function set-font-blink-p.
Warning: doc lost for function set-font-italic-p.
Warning: doc lost for function font-original-set-face-font.
Warning: doc lost for function set-font-underline-p.
Warning: doc lost for function font-italic-p.
Warning: doc lost for function font-oblique-p.
Warning: doc lost for function set-font-dim-p.
Warning: doc lost for function set-face-font-size.
Warning: doc lost for function font-dim-p.
Warning: doc lost for function set-font-bigcaps-p.
Warning: doc lost for function font-overline-p.
Warning: doc lost for function set-font-dropcaps-p.
Warning: doc lost for function font-underline-p.
Warning: doc lost for function font-linethrough-p.
Warning: doc lost for function set-font-reverse-p.
Warning: doc lost for function set-font-bold-p.
Warning: doc lost for function set-font-overline-p.
Warning: doc lost for function font-blink-p.
Warning: doc lost for function describe-display-table.
Warning: doc lost for function font-bigcaps-p.
Warning: doc lost for function font-bold-p.
Warning: doc lost for function set-font-oblique-p.
Warning: doc lost for function font-original-set-face-foreground.
Warning: doc lost for function font-strikethru-p.
Warning: doc lost for function x-color-values.
Warning: doc lost for function set-font-smallcaps-p.

This is usually because some files were preloaded by loaddefs.el or
site-load.el, but were not passed to make-docfile by Makefile.

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 898000.
        An additional 10000 bytes will guarantee enough pure space;
        a smaller increment may work (due to structure-sharing).
****

Bumped up BASE_PURESIZE to 600000.  (A plea: do we have to be so
stingy on puresize?  If I can afford to run 10-20 MB XEmacs, I can
certainly afford 100K extra memory.)

After that, it looks good so far.

Ray

